Check before commit!

This commit is contained in:
Michal Čihař
2006-11-17 08:49:30 +00:00
parent f0780e3129
commit fb9a3a598e
264 changed files with 12328 additions and 5376 deletions

126
ChangeLog
View File

@@ -5,6 +5,132 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$HeadURL$ $HeadURL$
2006-11-17 Michal Čihař <michal@cihar.com>
* sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid
XSS.
2006-11-16 Marc Delisle <lem9@users.sourceforge.net>
* pmd_pdf.php: export coordinates to PDF page even if the tables
were not defined on this PDF page
2006-11-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: verify the presence of designer_coords
2006-11-13 Michal Čihař <michal@cihar.com>
* server_status.php: Check for divison by zero (bug #1594460).
* db_operations.php: Change information about not configured pmadb to
notice (bug #1589294).
* scripts/setup.php: Configure also designer table.
2006-11-12 Marc Delisle <lem9@users.sourceforge.net>
* pmd_get_info.php: avoid error if no index defined for a table
2006-11-11 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
2006-11-11 Marc Delisle <lem9@users.sourceforge.net>
* pmd_general.php, pmd_get_info.php, pmd/scripts/move.js, lang/*:
in InnoDB, it's allowed to create a relation even if it's not on
a primary key, so display the InnoDB-related options (ON UPDATE,
ON CASCADE)
2006-11-10 Michal Čihař <michal@cihar.com>
* lang/czech: Translate designer.
* config.sample.inc.php: Comment out pmadb and controluser to avoid
confusion when they are not properly created.
2006-11-09 Marc Delisle <lem9@users.sourceforge.net>
### 2.9.1 released from MAINT_2_9_1
2006-11-07 Michal Čihař <michal@cihar.com>
* lang/czech: Translate designer.
2006-11-07 Marc Delisle <lem9@users.sourceforge.net>
* (many files) new Designer feature, thanks to Ivan A Kirillov
2006-11-03 Michal Čihař <michal@cihar.com>
* config.sample.inc.php: Make it use CRLF to make Windows users happy.
2006-11-02 Michal Čihař <michal@cihar.com>
* Documentation.html: Mention problems with Hardened-PHP.
* user_password.php, tbl_move_copy.php, export.php,
libraries/session.inc.php, libraries/mcrypt.lib.php,
libraries/auth/cookie.auth.lib.php: Use PMA_{set,remove}Cookie functions
instead of PHP ones (no need to define params on all places).
* libraries/common.lib.php, libraries/session.inc.php: Make all cookies
httponly as default - this protects them from usage in javascript in
modern browsers (RFE #1586078).
* pdf_schema.php, contrib/packaging/Fedora/phpMyAdmin.spec,
libraries/export/pdf.php, libraries/fpdf, libraries/tcpdf: Switch to
TCPDF for PDF generating (RFE #1501452).
* readme.php, README: Make README utf-8.
* Documentation.html, libraries/dbi/mysqli.dbi.lib.php,
libraries/dbi/mysql.dbi.lib.php, libraries/config.default.php: Add
support for SSL connections (based on patch #1588882).
* libraries/sqlparser.data.php: Add support for XML manipulating functions
- UpdateXML and ExtractValue (RFE #1532712).
* scripts/setup.php: Make end of line in generated file configurable (RFE
#1493897).
* server_status.php: Calculate key read/write ration (RFE #1466287).
* Documentation.html, navigation.php,
themes/original/css/theme_left.css.php,
libraries/PMA_List_Database.class.php, libraries/config.default.php:
Optional display of databases in navigation frame as list instead of
dropdown (RFE #1435922).
* scripts/setup.php: Configuration for list/drop down choice.
* tbl_change.php: Automatically edit text in textarea if it contains new
lines (RFE #1224791).
* lang/dutch: Fix typo, thanks to Thijs Kinkhorst - kink.
2006-10-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/fpdf/font: replace broken binary files
2006-10-27 Michal Čihař <michal@cihar.com>
* export.php: Define $tables on correct place (bug #1585374).
* import.php: Do not load header to soon to avoid reading table stats
before query gets executed (bug #1441833).
* libraries/tbl_links.inc.php, libraries/db_links.inc.php,
libraries/common.lib.php, lang/*,
themes/darkblue_orange/css/theme_right.css.php,
themes/original/css/theme_right.css.php: Do not disable tabs for empty
tables/databases, only make them look different (RFE #1584296).
* libraries/common.lib.php: Show messages in notice div to make them look
better and more visible.
* sql.php, lang/*: Better message when showing as PHP code.
* libraries/common.lib.php: Add missing quotes.
* import.php, libraries/db_common.inc.php: Avoid query execution when
showing PHP code (bug #1567314).
* sql.php, libraries/common.lib.php, lang/*: Correct behaviour when
switching from PHP to SQL display mode (no execution of query).
2006-10-26 Marc Delisle <lem9@users.sourceforge.net>
* error.php, libraries/common.lib.php, /database_interface.lib.php,
/session.inc.php: force utf-8 charset to avoid XSS with crafted URL
and utf-7 in charset; error messages won't display correctly if
the chosen lang is not utf-8
2006-10-26 Michal Čihař <michal@cihar.com>
* libraries/import/csv.php: Fix wrong import when ;; is at buffer boundary
(bug #1584836).
* tbl_operations.php: Fix duplicate ID for checkbox (bug #1584770).
* libraries/import/README: Fix example import plugin to match current
state.
* libraries/import.lib.php: Add support for running queries as control
user.
* db_importdocsql.php, Documentation.html, scripts/setup.php,
db_operations.php, libraries/read_dump.lib.php,
libraries/import/docsql.php, libraries/config.default.php, lang/*:
Convert DocSQL import to import plugin, remove not needed messages and
files it used.
* lang/*: Remove profiling messages as profiling extension has been
dropped some time ago.
* libraries/common.lib.php: pma_convcharset never existed :-).
* libraries/tbl_properties.inc.php: Check form only when saving table
fields (bug #1566222).
* libraries/transformations.lib.php: Improve options parser.
* libraries/transformations/application_octetstream__download.inc.php:
Again accept column name (bug #1562864).
2006-10-25 Michal Čihař <michal@cihar.com> 2006-10-25 Michal Čihař <michal@cihar.com>
* Documentation.html, libraries/tbl_properties.inc.php, * Documentation.html, libraries/tbl_properties.inc.php,
libraries/config.default.php: Allow to edit small number of fields libraries/config.default.php: Allow to edit small number of fields

View File

@@ -598,6 +598,10 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
<tt>mysql</tt> command&#8211;line client, issue the <tt>status</tt> command. <tt>mysql</tt> command&#8211;line client, issue the <tt>status</tt> command.
Among the resulting information displayed will be the socket used.</dd> Among the resulting information displayed will be the socket used.</dd>
<dt id="cfg_Servers_ssl">$cfg['Servers'][$i]['ssl'] boolean</dt>
<dd>Whether to enable SSL for connection to MySQL server.
</dd>
<dt id="cfg_Servers_connect_type">$cfg['Servers'][$i]['connect_type'] string</dt> <dt id="cfg_Servers_connect_type">$cfg['Servers'][$i]['connect_type'] string</dt>
<dd>What type connection to use with the MySQL server. Your options are <dd>What type connection to use with the MySQL server. Your options are
<tt>'socket'</tt> and <tt>'tcp'</tt>. It defaults to 'tcp' as that <tt>'socket'</tt> and <tt>'tcp'</tt>. It defaults to 'tcp' as that
@@ -947,6 +951,22 @@ ALTER TABLE `pma_column_comments`
</ul> </ul>
</dd> </dd>
<dt id="designer_coords">
<span id="cfg_Servers_designer_coords">$cfg['Servers'][$i]['designer_coords']</span> string
</dt>
<dd>Since release 2.10.0 a Designer interface is available; it permits
to visually manage the relations.
<br /><br />
To allow the usage of this functionality:
<ul><li>set up <a href="#pmadb">pmadb</a> and the linked-tables
infrastructure</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['designer_coords']</tt>
</li>
</ul>
</dd>
<dt><span id="cfg_Servers_verbose_check">$cfg['Servers'][$i]['verbose_check']</span> boolean <dt><span id="cfg_Servers_verbose_check">$cfg['Servers'][$i]['verbose_check']</span> boolean
</dt> </dt>
<dd>Because release 2.5.0 introduced the new MIME-transformation support, the <dd>Because release 2.5.0 introduced the new MIME-transformation support, the
@@ -1197,6 +1217,9 @@ ALTER TABLE `pma_column_comments`
<dt id="cfg_DisplayServersList">$cfg['DisplayServersList'] boolean</dt> <dt id="cfg_DisplayServersList">$cfg['DisplayServersList'] boolean</dt>
<dd>Defines whether to display this server choice as links instead of in a drop-down. <dd>Defines whether to display this server choice as links instead of in a drop-down.
Defaults to FALSE (drop-down).</dd> Defaults to FALSE (drop-down).</dd>
<dt id="cfg_DisplayDatabasesList">$cfg['DisplayDatabasesList'] boolean</dt>
<dd>Defines whether to display database choice in light navigation frame as links
instead of in a drop-down. Defaults to FALSE (drop-down).</dd>
<dt id="cfg_ShowStats">$cfg['ShowStats'] boolean</dt> <dt id="cfg_ShowStats">$cfg['ShowStats'] boolean</dt>
<dd>Defines whether or not to display space usage and statistics about databases <dd>Defines whether or not to display space usage and statistics about databases
and tables.<br /> and tables.<br />
@@ -1605,15 +1628,6 @@ ALTER TABLE `pma_column_comments`
alternatives. alternatives.
</dd> </dd>
<dt id="cfg_docSQLDir">$cfg['docSQLDir'] string</dt>
<dd>
The name of the directory where docSQL files can be uploaded for
import into phpMyAdmin.
<br /><br />
Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts.
</dd>
<dt id="cfg_SaveDir">$cfg['SaveDir'] string</dt> <dt id="cfg_SaveDir">$cfg['SaveDir'] string</dt>
<dd> <dd>
The name of the directory where dumps can be saved.<br /><br /> The name of the directory where dumps can be saved.<br /><br />
@@ -2855,6 +2869,10 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<li>In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value <li>In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value
of &quot;;&quot; will cause this error. Replace it with &quot;&amp;;&quot;. of &quot;;&quot; will cause this error. Replace it with &quot;&amp;;&quot;.
</li> </li>
<li>If you are using <a href="http://www.hardened-php.net/">Hardened-PHP</a>,
you might want to increase
<a href="http://www.hardened-php.net/hphp/troubleshooting.html">request limits</a>.
</li>
</ul> </ul>
<h3 id="faqlimitations">Known limitations</h3> <h3 id="faqlimitations">Known limitations</h3>
@@ -4024,6 +4042,9 @@ CREDITS, in chronological order
* interface improvements * interface improvements
* various bugfixes * various bugfixes
- Ivan A Kirillov
* new relations Designer
And also to the following people who have contributed minor changes, And also to the following people who have contributed minor changes,
enhancements, bugfixes or support for a new language since version 2.1.0: enhancements, bugfixes or support for a new language since version 2.1.0:

4
README
View File

@@ -11,10 +11,10 @@ phpMyAdmin - Readme
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com> Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
Copyright (C) 2001-2006 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> Copyright (C) 2001-2006 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
Olivier M<EFBFBD>ller <om_at_omnis.ch> Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net> Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de> Alexander M. Turek <me_at_derrabus.de>
Michal Cihar <michal_at_cihar.com> Michal Čihař <michal_at_cihar.com>
Garvin Hicking <me_at_supergarv.de> Garvin Hicking <me_at_supergarv.de>
Michael Keck <mkkeck_at_users.sourceforge.net> Michael Keck <mkkeck_at_users.sourceforge.net>
Sebastian Mendel <cybot_tm_at_users.sourceforge.net> Sebastian Mendel <cybot_tm_at_users.sourceforge.net>

View File

@@ -35,17 +35,18 @@ $cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */ /* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['extension'] = 'mysql';
/* User for advanced features */ /* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pmausr'; // $cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapass'; // $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Advanced phpMyAdmin features */ /* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; // $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; // $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation'; // $cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info'; // $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords'; // $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; // $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info'; // $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history'; // $cfg['Servers'][$i]['history'] = 'pma_history';
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
/* /*
* End of servers configuration * End of servers configuration

View File

@@ -53,9 +53,9 @@ manual. Currently phpMyAdmin can:
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/{css,js,lang,libraries,themes} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/{css,js,lang,libraries,themes}
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/{auth,dbg,dbi,engines} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/{auth,dbg,dbi,engines}
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/{export,fpdf,import} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/{export,tcpdf,import}
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/transformations install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/transformations
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/fpdf/font install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/libraries/tcpdf/font
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/{darkblue_orange,original} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/{darkblue_orange,original}
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/darkblue_orange/{css,img} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/darkblue_orange/{css,img}
install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/original/{css,img} install -d "${RPM_BUILD_ROOT}%{_myadminpath}"/themes/original/{css,img}
@@ -78,9 +78,9 @@ install libraries/engines/*.php \
"${RPM_BUILD_ROOT}%{_myadminpath}/libraries/engines"/ "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/engines"/
install libraries/export/*.php \ install libraries/export/*.php \
"${RPM_BUILD_ROOT}%{_myadminpath}/libraries/export"/ "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/export"/
install libraries/fpdf/*.php "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/fpdf"/ install libraries/tcpdf/*.php "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/tcpdf"/
install libraries/fpdf/font/*.{php,z} \ install libraries/tcpdf/font/*.{php,z} \
"${RPM_BUILD_ROOT}%{_myadminpath}/libraries/fpdf/font"/ "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/tcpdf/font"/
install libraries/import/*.php \ install libraries/import/*.php \
"${RPM_BUILD_ROOT}%{_myadminpath}/libraries/import"/ "${RPM_BUILD_ROOT}%{_myadminpath}/libraries/import"/
install libraries/transformations/*.php \ install libraries/transformations/*.php \
@@ -113,7 +113,7 @@ install Documentation.* docs.css "${DOCROOT}"/
install translators.html "${DOCROOT}"/ install translators.html "${DOCROOT}"/
install lang/*.sh "${DOCROOT}"/lang/ install lang/*.sh "${DOCROOT}"/lang/
install scripts/* "${DOCROOT}"/scripts/ install scripts/* "${DOCROOT}"/scripts/
install libraries/fpdf/README "${DOCROOT}"/README.fpdf install libraries/tcpdf/README "${DOCROOT}"/README.tcpdf
install libraries/import/README "${DOCROOT}"/README.import install libraries/import/README "${DOCROOT}"/README.import
install libraries/transformations/README "${DOCROOT}"/transformations/ install libraries/transformations/README "${DOCROOT}"/transformations/
install libraries/transformations/TEMPLATE* "${DOCROOT}"/transformations/ install libraries/transformations/TEMPLATE* "${DOCROOT}"/transformations/

View File

@@ -1,279 +0,0 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once('./libraries/common.lib.php');
/**
* This script imports relation infos from docSQL (www.databay.de)
*/
/**
* Get the values of the variables posted or sent to this script and display
* the headers
*/
require_once('./libraries/read_dump.lib.php');
require_once('./libraries/header.inc.php');
// Check parameters
PMA_checkParameters(array('db'));
// We do any work, only if docSQL import was enabled in config
if (isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir'])) {
if (substr($cfg['docSQLDir'], -1) != '/') {
$cfg['docSQLDir'] .= '/';
}
/**
* Imports docSQL files
*
* @param string the basepath
* @param string the filename
* @param string the complete filename
* @param string the content of a file
*
* @return boolean always true
*
* @global array GLOBAL variables
*/
function docsql_check($docpath = '', $file = '', $filename = '', $content = 'none') {
global $GLOBALS;
if (preg_match('@^(.*)_field_comment\.(txt|zip|bz2|bzip).*$@i', $filename)) {
$tab = preg_replace('@^(.*)_field_comment\.(txt|zip|bz2|bzip).*@si', '\1', $filename);
//echo '<h1>Working on Table ' . $_tab . '</h1>';
if ($content == 'none') {
$lines = array();
$fd = fopen($docpath . $file, 'r');
if ($fd) {
while (!feof($fd)) {
$lines[] = fgets($fd, 4096);
}
}
} else {
$content = str_replace("\r\n", "\n", $content);
$content = str_replace("\r", "\n", $content);
$lines = explode("\n", $content);
}
if (isset($lines) && is_array($lines) && count($lines) > 0) {
foreach ($lines AS $lkey => $line) {
//echo '<p>' . $line . '</p>';
$inf = explode('|', $line);
if (!empty($inf[1]) && strlen(trim($inf[1])) > 0) {
$qry = '
INSERT INTO
' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['column_info']) . '
( db_name, table_name, column_name, ' . PMA_backquote('comment') . ' )
VALUES (
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($tab)) . '\',
\'' . PMA_sqlAddslashes(trim($inf[0])) . '\',
\'' . PMA_sqlAddslashes(trim($inf[1])) . '\')';
if (PMA_query_as_cu($qry)) {
echo '<p>' . $GLOBALS['strAddedColumnComment'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . '</p>';
} else {
echo '<p>' . $GLOBALS['strWritingCommentNotPossible'] . '</p>';
}
echo "\n";
} // end inf[1] exists
if (!empty($inf[2]) && strlen(trim($inf[2])) > 0) {
$for = explode('->', $inf[2]);
$qry = '
INSERT INTO
' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['relation']) . '
( master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)
VALUES (
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($tab)) . '\',
\'' . PMA_sqlAddslashes(trim($inf[0])) . '\',
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($for[0])) . '\',
\'' . PMA_sqlAddslashes(trim($for[1])) . '\')';
if (PMA_query_as_cu($qry)) {
echo '<p>' . $GLOBALS['strAddedColumnRelation'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . ' to ' . htmlspecialchars($inf[2]) . '</p>';
} else {
echo '<p>' . $GLOBALS['strWritingRelationNotPossible'] . '</p>';
}
echo "\n";
} // end inf[2] exists
}
echo '<p><font color="green">' . sprintf($GLOBALS['strImportSuccessfullyFinished'], count($lines)) . '</font></p>' . "\n";
} else {
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
}
return 1;
} else {
if ($content != 'none') {
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . htmlspecialchars($file)) . '</font></p>' . "\n";
} else {
// garvin: disabled. Shouldn't impose ANY non-submitted files ever.
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . '...') . '</font></p>' . "\n";
}
return 0;
} // end working on table
}
/**
* Executes import if required
*/
if (isset($do) && $do == 'import') {
$orig_docpath = $docpath;
if (empty($sql_file)) {
$sql_file = 'none';
}
// Get relation settings
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
// Gets the query from a file if required
if ($sql_file != 'none') {
if (file_exists($sql_file)
&& is_uploaded_file($sql_file)) {
$open_basedir = @ini_get('open_basedir');
// If we are on a server with open_basedir, we must move the file
// before opening it. The doc explains how to create the "./tmp"
// directory
if (!empty($open_basedir)) {
$tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/');
// function is_writeable() is valid on PHP3 and 4
if (!is_writeable($tmp_subdir)) {
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
if ($docsql_text == FALSE) {
echo $strFileCouldNotBeRead;
exit();
}
} else {
$sql_file_new = $tmp_subdir . basename($sql_file);
move_uploaded_file($sql_file, $sql_file_new);
$docsql_text = PMA_readFile($sql_file_new, $sql_file_compression);
unlink($sql_file_new);
}
} else {
// read from the normal upload dir
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
}
// Convert the file's charset if necessary
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file) && $charset_of_file != $charset) {
$docsql_text = PMA_convert_string($charset_of_file, $charset, $docsql_text);
}
if (!isset($docsql_text) || $docsql_text == FALSE || $docsql_text == '') {
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
} else {
docsql_check('', $sql_file_name, $sql_file_name, $docsql_text);
}
} // end uploaded file stuff
} else {
// echo '<h1>Starting Import</h1>';
$docpath = $cfg['docSQLDir'] . PMA_securePath($docpath);
if (substr($docpath, -1) != '/') {
$docpath .= '/';
}
$matched_files = 0;
if (is_dir($docpath)) {
// Do the work
$handle = opendir($docpath);
while ($file = @readdir($handle)) {
$filename = basename($file);
// echo '<p>Working on file ' . $filename . '</p>';
$matched_files += docsql_check($docpath, $file, $filename);
} // end while
} else {
echo '<p><font color="red">' .$docpath . ': ' . $strThisNotDirectory . "</font></p>\n";
}
}
}
/**
* Displays the form
*/
?>
<form method="post" action="db_importdocsql.php" <?php if ($is_upload) { echo ' enctype="multipart/form-data"'; } ?>>
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<input type="hidden" name="submit_show" value="true" />
<input type="hidden" name="do" value="import" />
<b><?php echo $strAbsolutePathToDocSqlDir; ?>:</b>
<br /><br />
<?php echo $cfg['docSQLDir']; ?>/<input class="textfield" type="text" name="docpath" size="15" value="<?php echo (isset($orig_docpath) ? $orig_docpath : ''); ?>" />
<?php
// garvin: displays import dump feature only if file upload available
if ($is_upload) {
echo '<br /><br />';
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . ':<br />' . "\n";
?>
<div style="margin-bottom: 5px">
<input type="file" name="sql_file" class="textfield" /><br />
<?php
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
$temp_charset = reset($cfg['AvailableCharsets']);
echo $strCharsetOfFile . "\n"
. ' <select name="charset_of_file" size="1">' . "\n"
. ' <option value="' . $temp_charset . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
while ($temp_charset = next($cfg['AvailableCharsets'])) {
echo ' <option value="' . $temp_charset . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
} // end while
echo ' </select><br />' . "\n" . ' ';
} // end if
$is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen'));
$is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress'));
if ($is_bzip || $is_gzip) {
echo ' ' . $strCompression . ':' . "\n"
. ' <input type="radio" id="radio_sql_file_compression_auto" name="sql_file_compression" value="" checked="checked" /><label for="radio_sql_file_compression_auto">' . $strAutodetect . '</label>&nbsp;&nbsp;&nbsp;' . "\n"
. ' <input type="radio" id="radio_sql_file_compression_plain" name="sql_file_compression" value="text/plain" /><label for="radio_sql_file_compression_plain">' . $strNone . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
if ($is_gzip) {
echo ' <input type="radio" id="radio_sql_file_compression_gzip" name="sql_file_compression" value="application/x-gzip" /><label for="radio_sql_file_compression_gzip">' . $strGzip . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
}
if ($is_bzip) {
echo ' <input type="radio" id="radio_sql_file_compression_bzip" name="sql_file_compression" value="application/x-bzip" /><label for="radio_sql_file_compression_bzip">' . $strBzip . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
}
} else {
echo ' <input type="hidden" name="sql_file_compression" value="text/plain" />' . "\n";
}
?>
</div>
<?php
} // end if
echo "\n";
?>
<br />
&nbsp;<input type="submit" value="<?php echo $strImportFiles; ?>" />
</form>
<?php
} // End if use docSQL
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
?>

View File

@@ -359,11 +359,14 @@ if (!$is_information_schema) {
if ($num_tables > 0 if ($num_tables > 0
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) { && !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) {
echo '<div class="error"><h1>' . $strError . '</h1>' /* Show error if user has configured something, notice elsewhere */
. sprintf($strRelationNotWorking, if (!empty($cfg['Servers'][$server]['pmadb'])) {
'<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', echo '<div class="error"><h1>' . $strError . '</h1>';
'</a>') } else {
. '</div>'; echo '<div class="notice">';
}
printf($strRelationNotWorking, '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', '</a>');
echo '</div>';
} // end if } // end if
} // end if (!$is_information_schema) } // end if (!$is_information_schema)
@@ -468,22 +471,6 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
<?php <?php
} // end if } // end if
if ($num_tables > 0
&& $cfgRelation['relwork'] && $cfgRelation['commwork']
&& isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir'])) {
/**
* import docSQL files
*/
echo '<ul>' . "\n"
.'<li><a href="db_importdocsql.php?' . $takeaway . '">' . "\n";
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_docsql.png"'
.' alt="" width="16" height="16" />';
}
echo $strImportDocSQL . '</a></li>' . "\n"
.'</ul>';
}
/** /**
* Displays the footer * Displays the footer
*/ */

View File

@@ -14,7 +14,8 @@ require_once('./libraries/sanitizing.lib.php');
/* Get variables */ /* Get variables */
$lang = isset( $_REQUEST['lang'] ) ? htmlspecialchars($_REQUEST['lang']) : 'en'; $lang = isset( $_REQUEST['lang'] ) ? htmlspecialchars($_REQUEST['lang']) : 'en';
$dir = isset( $_REQUEST['dir'] ) ? htmlspecialchars($_REQUEST['dir']) : 'ltr'; $dir = isset( $_REQUEST['dir'] ) ? htmlspecialchars($_REQUEST['dir']) : 'ltr';
$charset = isset( $_REQUEST['charset'] ) ? htmlspecialchars($_REQUEST['charset']) : 'utf-8'; // force utf-8 to avoid XSS with crafted URL and utf-7 in charset parameter
$charset = 'utf-8';
$type = isset( $_REQUEST['type'] ) ? htmlspecialchars($_REQUEST['type']) : 'error'; $type = isset( $_REQUEST['type'] ) ? htmlspecialchars($_REQUEST['type']) : 'error';
header('Content-Type: text/html; charset=' . $charset); header('Content-Type: text/html; charset=' . $charset);

View File

@@ -46,6 +46,12 @@ if ($export_type == 'server') {
$err_url = 'server_export.php?' . PMA_generate_common_url(); $err_url = 'server_export.php?' . PMA_generate_common_url();
} elseif ($export_type == 'database' && isset($db) && strlen($db)) { } elseif ($export_type == 'database' && isset($db) && strlen($db)) {
$err_url = 'db_export.php?' . PMA_generate_common_url($db); $err_url = 'db_export.php?' . PMA_generate_common_url($db);
// Check if we have something to export
if (isset($table_select)) {
$tables = $table_select;
} else {
$tables = array();
}
} elseif ($export_type == 'table' && isset($db) && strlen($db) && isset($table) && strlen($table)) { } elseif ($export_type == 'table' && isset($db) && strlen($db) && isset($table) && strlen($table)) {
$err_url = 'tbl_export.php?' . PMA_generate_common_url($db, $table); $err_url = 'tbl_export.php?' . PMA_generate_common_url($db, $table);
} else { } else {
@@ -226,17 +232,17 @@ if ($asfile) {
$pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']); $pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']);
if ($export_type == 'server') { if ($export_type == 'server') {
if (isset($remember_template)) { if (isset($remember_template)) {
setcookie('pma_server_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']); PMA_setCookie('pma_server_filename_template', $filename_template);
} }
$filename = str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template)); $filename = str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template));
} elseif ($export_type == 'database') { } elseif ($export_type == 'database') {
if (isset($remember_template)) { if (isset($remember_template)) {
setcookie('pma_db_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']); PMA_setCookie('pma_db_filename_template', $filename_template);
} }
$filename = str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template))); $filename = str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template)));
} else { } else {
if (isset($remember_template)) { if (isset($remember_template)) {
setcookie('pma_table_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']); PMA_setCookie('pma_table_filename_template', $filename_template);
} }
$filename = str_replace('__TABLE__', $table, str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template)))); $filename = str_replace('__TABLE__', $table, str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template))));
} }
@@ -337,13 +343,7 @@ if (!$save_on_server) {
} }
} else { } else {
// HTML // HTML
// Check if we have something to export
if ($export_type == 'database') { if ($export_type == 'database') {
if (isset($table_select)) {
$tables = $table_select;
} else {
$tables = array();
}
$num_tables = count($tables); $num_tables = count($tables);
if ($num_tables == 0) { if ($num_tables == 0) {
$message = $strNoTablesFound; $message = $strNoTablesFound;
@@ -450,11 +450,6 @@ if ($export_type == 'server') {
if (!PMA_exportDBHeader($db)) { if (!PMA_exportDBHeader($db)) {
break; break;
} }
//if (isset($table_select)) {
// $tmp_select = implode($table_select, '|');
// $tmp_select = '|' . $tmp_select . '|';
//}
$i = 0; $i = 0;
$views = array(); $views = array();
// $tables contains the choices from the user (via $table_select) // $tables contains the choices from the user (via $table_select)

View File

@@ -157,6 +157,12 @@ if (!empty($id_bookmark)) {
} }
} // end bookmarks reading } // end bookmarks reading
// Do no run query if we show PHP code
if (isset($GLOBALS['show_as_php'])) {
$run_query = FALSE;
$go_sql = TRUE;
}
// Store the query as a bookmark before executing it if bookmarklabel was given // Store the query as a bookmark before executing it if bookmarklabel was given
if (!empty($bkm_label) && !empty($import_text)) { if (!empty($bkm_label) && !empty($import_text)) {
require_once('./libraries/bookmark.lib.php'); require_once('./libraries/bookmark.lib.php');
@@ -391,14 +397,10 @@ if ($timeout_passed) {
// in case of a query typed in the query window // in case of a query typed in the query window
require_once('./libraries/parse_analyze.lib.php'); require_once('./libraries/parse_analyze.lib.php');
// Display back import page
require_once('./libraries/header.inc.php');
// There was an error? // There was an error?
if (isset($my_die)) { if (isset($my_die)) {
foreach ($my_die AS $key => $die) { foreach ($my_die AS $key => $die) {
PMA_mysqlDie($die['error'], $die['sql'], '', $err_url, $error); PMA_mysqlDie($die['error'], $die['sql'], '', $err_url, $error);
echo '<hr />';
} }
} }

View File

@@ -381,13 +381,10 @@ $strZip = '"ge-zip"';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -485,15 +482,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -566,8 +554,6 @@ $strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate $strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -929,7 +915,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
@@ -988,8 +973,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1023,4 +1006,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -382,13 +382,10 @@ $strZip = '"ge-zip"';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -486,15 +483,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -567,8 +555,6 @@ $strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate $strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -930,7 +916,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
@@ -989,8 +974,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1024,4 +1007,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $timespanfmt = '%s dit
$strAbortedClients = 'D<>shtoi'; $strAbortedClients = 'D<>shtoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut n<> webserver p<>r tek directory e docSQL';
$strAccessDeniedExplanation = 'phpMyAdmin u p<>rpoq t<> lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, p<>rdoruesin dhe fjal<61>kalimin tek file config.inc.php dhe sigurohu q<> korrispondojn<6A> me informacionet q<> ju ka dh<64>n<EFBFBD> administratori i serverit MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin u p<>rpoq t<> lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, p<>rdoruesin dhe fjal<61>kalimin tek file config.inc.php dhe sigurohu q<> korrispondojn<6A> me informacionet q<> ju ka dh<64>n<EFBFBD> administratori i serverit MySQL.';
$strAccessDenied = 'Hyrja nuk u pranua'; $strAccessDenied = 'Hyrja nuk u pranua';
$strAction = 'Veprimi'; $strAction = 'Veprimi';
@@ -30,8 +29,6 @@ $strAddAutoIncrement = 'Shto vler
$strAddConstraints = 'Shto kushte'; $strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fush<73>n'; $strAddDeleteColumn = 'Shto/Fshi fush<73>n';
$strAddDeleteRow = 'Shto/Fshi kriterin'; $strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddedColumnComment = 'Komenti u shtua n<> kollon<6F>';
$strAddedColumnRelation = 'Relacioni u shtua p<>r kollon<6F>n';
$strAddHeaderComment = 'Shto nj<6E> koment t<> personalizuar n<> header (\\n nd<6E>rpret rreshtin)'; $strAddHeaderComment = 'Shto nj<6E> koment t<> personalizuar n<> header (\\n nd<6E>rpret rreshtin)';
$strAddIntoComments = 'Shto tek komentet'; $strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto nj<6E> fush<73> t<> re'; $strAddNewField = 'Shto nj<6E> fush<73> t<> re';
@@ -164,15 +161,6 @@ $strDataDict = 'Data Dictionary';
$strDataOnly = 'Vet<65>m t<> dh<64>na'; $strDataOnly = 'Vet<65>m t<> dh<64>na';
$strData = 'T<> dh<64>na'; $strData = 'T<> dh<64>na';
$strDBComment = 'Komenti p<>r Databaz<61>n: '; $strDBComment = 'Komenti p<>r Databaz<61>n: ';
$strDBGContextID = 'ID e kontekstit';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDbPrivileges = 'T<> drejta specifike t<> databaz<61>s'; $strDbPrivileges = 'T<> drejta specifike t<> databaz<61>s';
$strDBRename = 'Ndysho emrin e databaz<61>s n<>'; $strDBRename = 'Ndysho emrin e databaz<61>s n<>';
$strDbSpecific = 'specifik i databaz<61>s'; $strDbSpecific = 'specifik i databaz<61>s';
@@ -278,8 +266,6 @@ $strId = 'ID';
$strIdxFulltext = 'Teksti komplet'; $strIdxFulltext = 'Teksti komplet';
$strIgnoreInserts = 'P<>rdor shp<68>rfill shtimet'; $strIgnoreInserts = 'P<>rdor shp<68>rfill shtimet';
$strIgnore = 'Shp<68>rfill'; $strIgnore = 'Shp<68>rfill';
$strIgnoringFile = 'File %s u shp<68>rfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files'; $strImportFiles = 'Importo files';
$strIndexes = 'Tregues'; $strIndexes = 'Tregues';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua'; $strIndexHasBeenDropped = 'Treguesi %s u eleminua';
@@ -611,7 +597,6 @@ $strTextAreaLength = ' P
$strThai = 'Thai'; $strThai = 'Thai';
$strTheme = 'Tema / Stili'; $strTheme = 'Tema / Stili';
$strThisHost = 'K<>t<EFBFBD> Host'; $strThisHost = 'K<>t<EFBFBD> Host';
$strThisNotDirectory = 'Kjo nuk <20>sht<68> nj<6E> directory';
$strThreadSuccessfullyKilled = 'Thread %s u p<>rfundua me sukses.'; $strThreadSuccessfullyKilled = 'Thread %s u p<>rfundua me sukses.';
$strTime = 'Koha'; $strTime = 'Koha';
$strToggleScratchboard = '(<28>\')aktivo scratchboard'; $strToggleScratchboard = '(<28>\')aktivo scratchboard';
@@ -674,8 +659,6 @@ $strWestEuropean = 'Europa Per
$strWildcard = 'wildcard'; $strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit t<> browser nuk mund t<> rifreskohet. Ka mund<6E>si t<> keni mbyllur dritaren n<>n<EFBFBD> apo q<> browser-i juaj <20>sht<68> duke bllokuar rifreskimet nd<6E>rmjet browser-ve p<>r shkak t<> ndonj<6E> mase sigurie'; $strWindowNotFound = 'Dritarja e destinimit t<> browser nuk mund t<> rifreskohet. Ka mund<6E>si t<> keni mbyllur dritaren n<>n<EFBFBD> apo q<> browser-i juaj <20>sht<68> duke bllokuar rifreskimet nd<6E>rmjet browser-ve p<>r shkak t<> ndonj<6E> mase sigurie';
$strWithChecked = 'N.q.s. t<> zgjedhur:'; $strWithChecked = 'N.q.s. t<> zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Em<45>r p<>rdoruesi apo fjal<61>kalim i gabuar. Ndalohet hyrja.'; $strWrongUser = 'Em<45>r p<>rdoruesi apo fjal<61>kalim i gabuar. Ndalohet hyrja.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1022,4 +1005,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $timespanfmt = '%s ditë, %s orë, %s minuta dhe %s sekonda';
$strAbortedClients = 'Dështoi'; $strAbortedClients = 'Dështoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.';
$strAccessDenied = 'Hyrja nuk u pranua'; $strAccessDenied = 'Hyrja nuk u pranua';
$strAction = 'Veprimi'; $strAction = 'Veprimi';
@@ -31,8 +30,6 @@ $strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
$strAddConstraints = 'Shto kushte'; $strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fushën'; $strAddDeleteColumn = 'Shto/Fshi fushën';
$strAddDeleteRow = 'Shto/Fshi kriterin'; $strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddedColumnComment = 'Komenti u shtua në kollonë';
$strAddedColumnRelation = 'Relacioni u shtua për kollonën';
$strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)'; $strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)';
$strAddIntoComments = 'Shto tek komentet'; $strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto një fushë të re'; $strAddNewField = 'Shto një fushë të re';
@@ -165,15 +162,6 @@ $strDataDict = 'Data Dictionary';
$strDataOnly = 'Vetëm të dhëna'; $strDataOnly = 'Vetëm të dhëna';
$strData = 'Të dhëna'; $strData = 'Të dhëna';
$strDBComment = 'Komenti për Databazën: '; $strDBComment = 'Komenti për Databazën: ';
$strDBGContextID = 'ID e kontekstit';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDbPrivileges = 'Të drejta specifike të databazës'; $strDbPrivileges = 'Të drejta specifike të databazës';
$strDBRename = 'Ndysho emrin e databazës në'; $strDBRename = 'Ndysho emrin e databazës në';
$strDbSpecific = 'specifik i databazës'; $strDbSpecific = 'specifik i databazës';
@@ -279,8 +267,6 @@ $strId = 'ID';
$strIdxFulltext = 'Teksti komplet'; $strIdxFulltext = 'Teksti komplet';
$strIgnoreInserts = 'Përdor shpërfill shtimet'; $strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnore = 'Shpërfill'; $strIgnore = 'Shpërfill';
$strIgnoringFile = 'File %s u shpërfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files'; $strImportFiles = 'Importo files';
$strIndexes = 'Tregues'; $strIndexes = 'Tregues';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua'; $strIndexHasBeenDropped = 'Treguesi %s u eleminua';
@@ -612,7 +598,6 @@ $strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund
$strThai = 'Thai'; $strThai = 'Thai';
$strTheme = 'Tema / Stili'; $strTheme = 'Tema / Stili';
$strThisHost = 'Këtë Host'; $strThisHost = 'Këtë Host';
$strThisNotDirectory = 'Kjo nuk është një directory';
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.'; $strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
$strTime = 'Koha'; $strTime = 'Koha';
$strToggleScratchboard = '(ç\')aktivo scratchboard'; $strToggleScratchboard = '(ç\')aktivo scratchboard';
@@ -675,8 +660,6 @@ $strWestEuropean = 'Europa Perëndimore';
$strWildcard = 'wildcard'; $strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie'; $strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
$strWithChecked = 'N.q.s. të zgjedhur:'; $strWithChecked = 'N.q.s. të zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.'; $strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1023,4 +1006,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -25,7 +25,6 @@ $datefmt = '%d %B %Y الساعة %H:%M';
$timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية'; $timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية';
$strAbortedClients = 'ألغي'; $strAbortedClients = 'ألغي';
$strAbsolutePathToDocSqlDir = 'الرجاء كتابة المسار المطلق على خادم الشبكة إلى دليل docSQL';
$strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.'; $strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
$strAccessDenied = 'غير مسموح'; $strAccessDenied = 'غير مسموح';
$strAction = 'العملية'; $strAction = 'العملية';
@@ -33,8 +32,6 @@ $strAddAutoIncrement = 'أضف قيمة AUTO_INCREMENT';
$strAddConstraints = 'أضف قيوداً'; $strAddConstraints = 'أضف قيوداً';
$strAddDeleteColumn = 'إضافه/حذف عمود حقل'; $strAddDeleteColumn = 'إضافه/حذف عمود حقل';
$strAddDeleteRow = 'إضافه/حذف صف سجل'; $strAddDeleteRow = 'إضافه/حذف صف سجل';
$strAddedColumnComment = 'تم إضافة التعليق للعمود';
$strAddedColumnRelation = 'تم إضافة العلاقة للعمود';
$strAddIntoComments = 'أضف إلى الملاحظات'; $strAddIntoComments = 'أضف إلى الملاحظات';
$strAddNewField = 'إضافة حقل جديد'; $strAddNewField = 'إضافة حقل جديد';
$strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة البيانات التالية'; $strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة البيانات التالية';
@@ -160,15 +157,6 @@ $strDataDict = 'قاموس البيانات';
$strDataOnly = 'بيانات فقط'; $strDataOnly = 'بيانات فقط';
$strData = 'بيانات'; $strData = 'بيانات';
$strDBComment = 'ملاحظة قاعدة البيانات: '; $strDBComment = 'ملاحظة قاعدة البيانات: ';
$strDBGContextID = 'رقم السياق';
$strDBGContext = 'السياق';
$strDBGHits = 'استخدامات';
$strDBGLine = 'سطر';
$strDBGMaxTimeMs = 'أقصى وقت، مث';
$strDBGMinTimeMs = 'أقل وقت، مث';
$strDBGModule = 'وِحْدة';
$strDBGTimePerHitMs = 'وقت/استخدام، مث';
$strDBGTotalTimeMs = 'الوقت الكلي، مث';
$strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات'; $strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات';
$strDbSpecific = 'خاص بقاعدة بيانات'; $strDbSpecific = 'خاص بقاعدة بيانات';
$strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a'; $strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
@@ -265,8 +253,6 @@ $strHungarian = 'الهنغارية';
$strIdxFulltext = 'النص كاملاً'; $strIdxFulltext = 'النص كاملاً';
$strId = 'رقم'; $strId = 'رقم';
$strIgnore = 'تجاهل'; $strIgnore = 'تجاهل';
$strIgnoringFile = 'تجاهل الملف %s';
$strImportDocSQL = 'استيراد ملفات docSQL';
$strImportFiles = 'استورد الملفات'; $strImportFiles = 'استورد الملفات';
$strIndexes = 'فهارس'; $strIndexes = 'فهارس';
$strIndexHasBeenDropped = 'فهرسه محذوفه %s'; $strIndexHasBeenDropped = 'فهرسه محذوفه %s';
@@ -580,7 +566,6 @@ $strTblPrivileges = 'صلاحيات خاصة بالجدول';
$strTextAreaLength = ' بسبب طوله,<br /> فمن المحتمل أن هذا الحقل غير قابل للتحرير '; $strTextAreaLength = ' بسبب طوله,<br /> فمن المحتمل أن هذا الحقل غير قابل للتحرير ';
$strThai = 'التايلندية'; $strThai = 'التايلندية';
$strThisHost = 'هذا المضيف'; $strThisHost = 'هذا المضيف';
$strThisNotDirectory = 'لم يكن هذا دليلاً';
$strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.'; $strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.';
$strTime = 'وقت'; $strTime = 'وقت';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -641,8 +626,6 @@ $strWestEuropean = 'أوروبا الغربية';
$strWildcard = 'حرف شامل'; $strWildcard = 'حرف شامل';
$strWindowNotFound = 'لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان.'; $strWindowNotFound = 'لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان.';
$strWithChecked = ': على المحدد'; $strWithChecked = ': على المحدد';
$strWritingCommentNotPossible = 'كتابة التعليق غير ممكن';
$strWritingRelationNotPossible = 'كتابة العلاقة غير ممكنة';
$strWrongUser = 'خطأ إسم المستخدم/كلمة السر. الدخول ممنوع.'; $strWrongUser = 'خطأ إسم المستخدم/كلمة السر. الدخول ممنوع.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%d %B %Y
$timespanfmt = '%s <20><><EFBFBD><EFBFBD> %s <20><><EFBFBD>ɡ %s <20><><EFBFBD><EFBFBD><EFBFBD> <20>%s <20><><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD> %s <20><><EFBFBD>ɡ %s <20><><EFBFBD><EFBFBD><EFBFBD> <20>%s <20><><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> docSQL';
$strAccessDenied = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = '<27><><EFBFBD><EFBFBD> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL<51> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> MySQL.'; $strAccessDeniedExplanation = '<27><><EFBFBD><EFBFBD> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL<51> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> MySQL.';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -32,8 +31,6 @@ $strAddAutoIncrement = '
$strAddConstraints = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><> <20><><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><> <20><><EFBFBD>';
$strAddedColumnComment = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddIntoComments = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddPrivilegesOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddPrivilegesOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -159,15 +156,6 @@ $strDatabasesStatsHeavyTraffic = '
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGContextID = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGHits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGLine = '<27><><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD> <20><>ʡ <20><>';
$strDBGMinTimeMs = '<27><><EFBFBD> <20><>ʡ <20><>';
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDbSpecific = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDefault = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDefault = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -264,8 +252,6 @@ $strHungarian = '
$strId = '<27><><EFBFBD>'; $strId = '<27><><EFBFBD>';
$strIdxFulltext = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIdxFulltext = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -579,7 +565,6 @@ $strTblPrivileges = '
$strTextAreaLength = ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>,<br /> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '; $strTextAreaLength = ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>,<br /> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strThai = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThai = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThisHost = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strTime = '<27><><EFBFBD>'; $strTime = '<27><><EFBFBD>';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -640,8 +625,6 @@ $strWestEuropean = '
$strWildcard = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strWildcard = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strWindowNotFound = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWindowNotFound = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strWithChecked = ': <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWithChecked = ': <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1024,4 +1007,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -19,14 +19,11 @@ $datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s g<>n, %s saat, %s deqiqe ve %s saniye'; $timespanfmt = '%s g<>n, %s saat, %s deqiqe ve %s saniye';
$strAbortedClients = 'Dayand<6E>r<EFBFBD>lm<6C><6D> Elaqeler'; $strAbortedClients = 'Dayand<6E>r<EFBFBD>lm<6C><6D> Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahi<68> edirik, docSQL direktoriyas<61>na webserver-deki m<>tleq yolu (absolute path) g<>sterin.';
$strAccessDenied = 'Giri<72> Tesdiq Edilmedi'; $strAccessDenied = 'Giri<72> Tesdiq Edilmedi';
$strAction = 'Fealiyyetler'; $strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et'; $strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe S<>tunlar<61>n<EFBFBD> Elave Et/Sil'; $strAddDeleteColumn = 'Sahe S<>tunlar<61>n<EFBFBD> Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil'; $strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddedColumnComment = 'Bu s<>tun <20><><EFBFBD>n q<>sa izahat elave edildi';
$strAddedColumnRelation = 'S<>tun <20><><EFBFBD>n elaqe elave edildi';
$strAddHeaderComment = 'Ba<42>l<EFBFBD><6C>a x<>lase me\'lumat<61> elave et (\\n yeni setire ke<6B>ir)'; $strAddHeaderComment = 'Ba<42>l<EFBFBD><6C>a x<>lase me\'lumat<61> elave et (\\n yeni setire ke<6B>ir)';
$strAddIntoComments = 'X<>laseye elave et'; $strAddIntoComments = 'X<>laseye elave et';
$strAddNewField = 'Yeni sahe elave et'; $strAddNewField = 'Yeni sahe elave et';
@@ -143,15 +140,6 @@ $strDataDict = 'Me\'lumat l
$strData = 'Me\'lumat'; $strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat'; $strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza q<>sa izahat<61>: '; $strDBComment = 'Baza q<>sa izahat<61>: ';
$strDBGContextID = 'Kontekst N<>mresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. m<>ddet, ms';
$strDBGMinTimeMs = 'Maks. m<>ddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam m<>ddet, ms';
$strDbPrivileges = 'Me\'lumat Bazas<61>na Mexsus Selahiyyetler'; $strDbPrivileges = 'Me\'lumat Bazas<61>na Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas'; $strDbSpecific = 'bazayaxas';
$strDefault = 'Ba<42>lan<61><6E>c deyeri'; $strDefault = 'Ba<42>lan<61><6E>c deyeri';
@@ -253,8 +241,6 @@ $strHungarian = 'Macar Dili';
$strId = 'N<>mre'; $strId = 'N<>mre';
$strIdxFulltext = 'Tam metn (Fulltext)'; $strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma'; $strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) fayl<79>';
$strImportDocSQL = 'docSQL Fayllar<61>n<EFBFBD> <20>mport Et';
$strImportFiles = 'Fayllar<61> import et'; $strImportFiles = 'Fayllar<61> import et';
$strIndexes = 'Indeksler'; $strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi le<6C>v edildi'; $strIndexHasBeenDropped = '%s indeksi le<6C>v edildi';
@@ -557,7 +543,6 @@ $strTableStructure = 'Table structure for table';
$strTblPrivileges = 'Cedvelexas selahiyyetler'; $strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun oldu<64>una g<>re,<br /> bu sahedeki me\'lumatlar deyi<79>dirilmeye biler '; $strTextAreaLength = ' Uzun oldu<64>una g<>re,<br /> bu sahedeki me\'lumatlar deyi<79>dirilmeye biler ';
$strThisHost = 'Bu Host'; $strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s u<>urla s<>nd<6E>r<EFBFBD>ld<6C> (killed).'; $strThreadSuccessfullyKilled = 'Thread %s u<>urla s<>nd<6E>r<EFBFBD>ld<6C> (killed).';
$strTime = 'M<>ddet'; $strTime = 'M<>ddet';
$strTotal = 'cemi'; $strTotal = 'cemi';
@@ -612,8 +597,6 @@ $strWelcome = '%s - e Xo
$strWestEuropean = 'Qerbi Avropa'; $strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'x<>susi i<>are'; $strWildcard = 'x<>susi i<>are';
$strWithChecked = 'Se<53>ilenleri:'; $strWithChecked = 'Se<53>ilenleri:';
$strWritingCommentNotPossible = 'Q<>sa izahat yaz<61>l<EFBFBD><6C><EFBFBD> m<>mk<6D>n deyil';
$strWritingRelationNotPossible = 'Elaqe yaz<61>l<EFBFBD><6C><EFBFBD> m<>mk<6D>n deyil';
$strWrongUser = 'Yanl<6E><6C> istifade<64>i ad<61> ve ya parol. Giri<72> tesdiq edilmedi.'; $strWrongUser = 'Yanl<6E><6C> istifade<64>i ad<61> ve ya parol. Giri<72> tesdiq edilmedi.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1019,4 +1002,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,14 +20,11 @@ $datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye'; $timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
$strAbortedClients = 'Dayandırılmış Elaqeler'; $strAbortedClients = 'Dayandırılmış Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahiş edirik, docSQL direktoriyasına webserver-deki mütleq yolu (absolute path) gösterin.';
$strAccessDenied = 'Giriş Tesdiq Edilmedi'; $strAccessDenied = 'Giriş Tesdiq Edilmedi';
$strAction = 'Fealiyyetler'; $strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et'; $strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil'; $strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil'; $strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddedColumnComment = 'Bu sütun üçün qısa izahat elave edildi';
$strAddedColumnRelation = 'Sütun üçün elaqe elave edildi';
$strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)'; $strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)';
$strAddIntoComments = 'Xülaseye elave et'; $strAddIntoComments = 'Xülaseye elave et';
$strAddNewField = 'Yeni sahe elave et'; $strAddNewField = 'Yeni sahe elave et';
@@ -144,15 +141,6 @@ $strDataDict = 'Me\'lumat lüğeti';
$strData = 'Me\'lumat'; $strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat'; $strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza qısa izahatı: '; $strDBComment = 'Baza qısa izahatı: ';
$strDBGContextID = 'Kontekst Nömresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. müddet, ms';
$strDBGMinTimeMs = 'Maks. müddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam müddet, ms';
$strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler'; $strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas'; $strDbSpecific = 'bazayaxas';
$strDefault = 'Başlanğıc deyeri'; $strDefault = 'Başlanğıc deyeri';
@@ -254,8 +242,6 @@ $strHungarian = 'Macar Dili';
$strId = 'Nömre'; $strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)'; $strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma'; $strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) faylı';
$strImportDocSQL = 'docSQL Fayllarını İmport Et';
$strImportFiles = 'Faylları import et'; $strImportFiles = 'Faylları import et';
$strIndexes = 'Indeksler'; $strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi leğv edildi'; $strIndexHasBeenDropped = '%s indeksi leğv edildi';
@@ -558,7 +544,6 @@ $strTableStructure = 'Table structure for table';
$strTblPrivileges = 'Cedvelexas selahiyyetler'; $strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler '; $strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler ';
$strThisHost = 'Bu Host'; $strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).'; $strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).';
$strTime = 'Müddet'; $strTime = 'Müddet';
$strTotal = 'cemi'; $strTotal = 'cemi';
@@ -613,8 +598,6 @@ $strWelcome = '%s - e Xoş Gelmişsiniz!';
$strWestEuropean = 'Qerbi Avropa'; $strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi işare'; $strWildcard = 'xüsusi işare';
$strWithChecked = 'Seçilenleri:'; $strWithChecked = 'Seçilenleri:';
$strWritingCommentNotPossible = 'Qısa izahat yazılışı mümkün deyil';
$strWritingRelationNotPossible = 'Elaqe yazılışı mümkün deyil';
$strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.'; $strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1020,4 +1003,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu'; $timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
$strAbortedClients = 'Deuseztatua'; $strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.'; $strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAccessDenied = 'Sarbidea ukatua'; $strAccessDenied = 'Sarbidea ukatua';
$strAction = 'Ekintza'; $strAction = 'Ekintza';
@@ -24,8 +23,6 @@ $strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu'; $strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea'; $strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada'; $strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAddIntoComments = 'Iruzkinetan gehitu'; $strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu'; $strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan'; $strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
@@ -150,15 +147,6 @@ $strData = 'Datuak';
$strDataDict = 'Datu-hiztegia'; $strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik'; $strDataOnly = 'Datuak soilik';
$strDBComment = 'Datu-basearen iruzkina: '; $strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGContext = 'Testuingurua';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak'; $strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa'; $strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia'; $strDefault = 'Lehenetsia';
@@ -255,8 +243,6 @@ $strHungarian = 'Hungariera';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Testu osoa'; $strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi'; $strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu'; $strImportFiles = 'Fitxategiak inportatu';
$strIndexes = 'Indizeak'; $strIndexes = 'Indizeak';
$strIndexHasBeenDropped = '%s indizea ezabatu da'; $strIndexHasBeenDropped = '%s indizea ezabatu da';
@@ -565,7 +551,6 @@ $strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria '; $strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra'; $strThai = 'Thailandiarra';
$strThisHost = 'Host hau'; $strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.'; $strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora'; $strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a'; $strToggleScratchboard = 'Aldatu "scratchboard"-a';
@@ -626,8 +611,6 @@ $strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina'; $strWildcard = 'komodina';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';
$strWithChecked = 'Ikurdunak:'; $strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.'; $strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1016,4 +999,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu'; $timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
$strAbortedClients = 'Deuseztatua'; $strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.'; $strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAccessDenied = 'Sarbidea ukatua'; $strAccessDenied = 'Sarbidea ukatua';
$strAction = 'Ekintza'; $strAction = 'Ekintza';
@@ -25,8 +24,6 @@ $strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu'; $strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea'; $strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada'; $strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAddIntoComments = 'Iruzkinetan gehitu'; $strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu'; $strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan'; $strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
@@ -151,15 +148,6 @@ $strData = 'Datuak';
$strDataDict = 'Datu-hiztegia'; $strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik'; $strDataOnly = 'Datuak soilik';
$strDBComment = 'Datu-basearen iruzkina: '; $strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGContext = 'Testuingurua';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak'; $strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa'; $strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia'; $strDefault = 'Lehenetsia';
@@ -256,8 +244,6 @@ $strHungarian = 'Hungariera';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Testu osoa'; $strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi'; $strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu'; $strImportFiles = 'Fitxategiak inportatu';
$strIndexes = 'Indizeak'; $strIndexes = 'Indizeak';
$strIndexHasBeenDropped = '%s indizea ezabatu da'; $strIndexHasBeenDropped = '%s indizea ezabatu da';
@@ -566,7 +552,6 @@ $strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria '; $strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra'; $strThai = 'Thailandiarra';
$strThisHost = 'Host hau'; $strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.'; $strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora'; $strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a'; $strToggleScratchboard = 'Aldatu "scratchboard"-a';
@@ -627,8 +612,6 @@ $strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina'; $strWildcard = 'komodina';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';
$strWithChecked = 'Ikurdunak:'; $strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.'; $strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1017,4 +1000,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў'; $timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў';
$strAbortedClients = 'Спынена'; $strAbortedClients = 'Спынена';
$strAbsolutePathToDocSqlDir = 'Калі ласка, пазначце поўны шлях на вэб-сэрвэры да тэчкі docSQL';
$strAccessDeniedCreateConfig = 'Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s.'; $strAccessDeniedCreateConfig = 'Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучыцца да сэрвэра MySQL, але сэрвэр адхіліў злучэньне. Праверце імя хосту, карыстальніка і пароль у config.inc.php і ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-сэрвэра.'; $strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучыцца да сэрвэра MySQL, але сэрвэр адхіліў злучэньне. Праверце імя хосту, карыстальніка і пароль у config.inc.php і ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-сэрвэра.';
$strAccessDenied = 'У доступе адмоўлена'; $strAccessDenied = 'У доступе адмоўлена';
@@ -34,8 +33,6 @@ $strAddClause = 'Дадаць %s';
$strAddConstraints = 'Дадаць абмежаваньні'; $strAddConstraints = 'Дадаць абмежаваньні';
$strAddDeleteColumn = 'Дадаць/выдаліць калёнку крытэру'; $strAddDeleteColumn = 'Дадаць/выдаліць калёнку крытэру';
$strAddDeleteRow = 'Дадаць/выдаліць радок крытэру'; $strAddDeleteRow = 'Дадаць/выдаліць радок крытэру';
$strAddedColumnComment = 'Даданы камэнтар да калёнкі';
$strAddedColumnRelation = 'Даданая сувязь для калёнкі';
$strAddFields = 'Дадаць новыя палі'; $strAddFields = 'Дадаць новыя палі';
$strAddHeaderComment = 'Дадаць прыватны камэнтар у загаловак (\\n падзяляе радкі)'; $strAddHeaderComment = 'Дадаць прыватны камэнтар у загаловак (\\n падзяляе радкі)';
$strAddIntoComments = 'Дадаць у камэнтары'; $strAddIntoComments = 'Дадаць у камэнтары';
@@ -207,15 +204,6 @@ $strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі'; $strDataPages = 'Старонак з дадзенымі';
$strDBComment = 'Камэнтар да базы дадзеных: '; $strDBComment = 'Камэнтар да базы дадзеных: ';
$strDBCopy = 'Капіяваць базу дадзеных у'; $strDBCopy = 'Капіяваць базу дадзеных у';
$strDBGContext = 'Кантэкст';
$strDBGContextID = 'Кантэкст ID';
$strDBGHits = 'Зваротаў';
$strDBGLine = 'Радок';
$strDBGMaxTimeMs = 'Максымальны час, мс';
$strDBGMinTimeMs = 'Мінімальны час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Час/Зварот, мс';
$strDBGTotalTimeMs = 'Агульны час, мс';
$strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных'; $strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных';
$strDBRename = 'Перайменаваць базу дадзеных у'; $strDBRename = 'Перайменаваць базу дадзеных у';
$strDbSpecific = 'спэцыфічны для базы дадзеных'; $strDbSpecific = 'спэцыфічны для базы дадзеных';
@@ -352,9 +340,7 @@ $strIdxFulltext = 'Поўнатэкстэкставае';
$strIgnore = 'Ігнараваць'; $strIgnore = 'Ігнараваць';
$strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца'; $strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца';
$strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў'; $strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў';
$strIgnoringFile = 'Файл %s праігнараваны';
$strImport = 'Імрарт'; $strImport = 'Імрарт';
$strImportDocSQL = 'Імпартаваць файлы docSQL';
$strImportFiles = 'Імпартаваць файлы'; $strImportFiles = 'Імпартаваць файлы';
$strImportFormat = 'Фармат імпартаванага файла'; $strImportFormat = 'Фармат імпартаванага файла';
$strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.'; $strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.';
@@ -906,7 +892,6 @@ $strThemeNoValidImgPath = 'Дапушчальны шлях да малюнкаў
$strTheme = 'Тэма / Стыль'; $strTheme = 'Тэма / Стыль';
$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!'; $strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!';
$strThisHost = 'Гэты хост'; $strThisHost = 'Гэты хост';
$strThisNotDirectory = 'Гэта ня тэчка';
$strThreads = 'Патокі'; $strThreads = 'Патокі';
$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.'; $strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.';
$strTime = 'Час'; $strTime = 'Час';
@@ -986,8 +971,6 @@ $strWildcard = 'шаблён';
$strWindowNotFound = 'Немагчыма абнавіць мэтавае акно браўзэра. Магчыма, вы закрылі бацькоўскае акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне міжваконных ўзаемадзеяньняў'; $strWindowNotFound = 'Немагчыма абнавіць мэтавае акно браўзэра. Магчыма, вы закрылі бацькоўскае акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне міжваконных ўзаемадзеяньняў';
$strWithChecked = 'З адзначанымі:'; $strWithChecked = 'З адзначанымі:';
$strWriteRequests = 'Запытаў запісу'; $strWriteRequests = 'Запытаў запісу';
$strWritingCommentNotPossible = 'Немагчыма дадаць камэнтар';
$strWritingRelationNotPossible = 'Немагчыма дадаць сувязь';
$strWrongUser = 'Няправільны лагін/пароль. У доступе адмоўлена.'; $strWrongUser = 'Няправільны лагін/пароль. У доступе адмоўлена.';
$strXMLOptions = 'Опцыі XML'; $strXMLOptions = 'Опцыі XML';
@@ -1000,4 +983,38 @@ $strZip = 'архіваваны ў zip';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1$s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%2$s.'; $strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1$s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -33,8 +32,6 @@ $strAddClause = '
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)'; $strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)';
$strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -206,15 +203,6 @@ $strDataOnly = '
$strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGContextID = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ID';
$strDBGHits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGLine = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><>';
$strDBGMinTimeMs = <><CCB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><>';
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><>';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><>';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -351,9 +339,7 @@ $strIdxFulltext = '
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strImportSuccessfullyFinished = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strImportSuccessfullyFinished = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = '
$strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD>'; $strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD>';
$strThemePathNotFound = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!'; $strThemePathNotFound = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!';
$strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTime = '<27><><EFBFBD>'; $strTime = '<27><><EFBFBD>';
@@ -985,8 +970,6 @@ $strWildcard = '
$strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWithChecked = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strWithChecked = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strXMLOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> XML'; $strXMLOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> XML';
@@ -999,4 +982,38 @@ $strZip = '
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ'; $timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
$strAbortedClients = 'Spyniena'; $strAbortedClients = 'Spyniena';
$strAbsolutePathToDocSqlDir = 'Kali łaska, paznačcie poŭny šlach na veb-servery da tečki docSQL';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.'; $strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.'; $strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
$strAccessDenied = 'U dostupie admoŭlena'; $strAccessDenied = 'U dostupie admoŭlena';
@@ -33,8 +32,6 @@ $strAddClause = 'Dadać %s';
$strAddConstraints = 'Dadać abmiežavańni'; $strAddConstraints = 'Dadać abmiežavańni';
$strAddDeleteColumn = 'Dadać/vydalić kalonku kryteru'; $strAddDeleteColumn = 'Dadać/vydalić kalonku kryteru';
$strAddDeleteRow = 'Dadać/vydalić radok kryteru'; $strAddDeleteRow = 'Dadać/vydalić radok kryteru';
$strAddedColumnComment = 'Dadany kamentar da kalonki';
$strAddedColumnRelation = 'Dadanaja suviaź dla kalonki';
$strAddFields = 'Dadać novyja pali'; $strAddFields = 'Dadać novyja pali';
$strAddHeaderComment = 'Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)'; $strAddHeaderComment = 'Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)';
$strAddIntoComments = 'Dadać u kamentary'; $strAddIntoComments = 'Dadać u kamentary';
@@ -206,15 +203,6 @@ $strDataOnly = 'Tolki dadzienyja';
$strDataPages = 'Staronak z dadzienymi'; $strDataPages = 'Staronak z dadzienymi';
$strDBComment = 'Kamentar da bazy dadzienych: '; $strDBComment = 'Kamentar da bazy dadzienych: ';
$strDBCopy = 'Kapijavać bazu dadzienych u'; $strDBCopy = 'Kapijavać bazu dadzienych u';
$strDBGContextID = 'Kantekst ID';
$strDBGContext = 'Kantekst';
$strDBGHits = 'Zvarotaŭ';
$strDBGLine = 'Radok';
$strDBGMaxTimeMs = 'Maksymalny čas, ms';
$strDBGMinTimeMs = 'Minimalny čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zvarot, ms';
$strDBGTotalTimeMs = 'Ahulny čas, ms';
$strDbPrivileges = 'Specyfičnyja pryvilei bazy dadzienych'; $strDbPrivileges = 'Specyfičnyja pryvilei bazy dadzienych';
$strDBRename = 'Pierajmienavać bazu dadzienych u'; $strDBRename = 'Pierajmienavać bazu dadzienych u';
$strDbSpecific = 'specyfičny dla bazy dadzienych'; $strDbSpecific = 'specyfičny dla bazy dadzienych';
@@ -351,8 +339,6 @@ $strIdxFulltext = 'Poŭnatekstekstavaje';
$strIgnoreDuplicates = 'Ihnaravać radki, jakija paŭtarajucca'; $strIgnoreDuplicates = 'Ihnaravać radki, jakija paŭtarajucca';
$strIgnore = 'Ihnaravać'; $strIgnore = 'Ihnaravać';
$strIgnoreInserts = 'Vykarystoŭvać ustaŭki ihnaravańniaŭ'; $strIgnoreInserts = 'Vykarystoŭvać ustaŭki ihnaravańniaŭ';
$strIgnoringFile = 'Fajł %s praihnaravany';
$strImportDocSQL = 'Impartavać fajły docSQL';
$strImportFiles = 'Impartavać fajły'; $strImportFiles = 'Impartavać fajły';
$strImportFormat = 'Farmat impartavanaha fajła'; $strImportFormat = 'Farmat impartavanaha fajła';
$strImport = 'Imrart'; $strImport = 'Imrart';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = 'Dapuščalny šlach da malunkaŭ temy %s nia znojdzie
$strThemePathNotFound = 'Nia znojdzieny šlach da temy %s!'; $strThemePathNotFound = 'Nia znojdzieny šlach da temy %s!';
$strTheme = 'Tema / Styl'; $strTheme = 'Tema / Styl';
$strThisHost = 'Hety chost'; $strThisHost = 'Hety chost';
$strThisNotDirectory = 'Heta nia tečka';
$strThreads = 'Patoki'; $strThreads = 'Patoki';
$strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.'; $strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.';
$strTime = 'Čas'; $strTime = 'Čas';
@@ -985,8 +970,6 @@ $strWildcard = 'šablon';
$strWindowNotFound = 'Niemahčyma abnavić metavaje akno braŭzera. Mahčyma, vy zakryli baćkoŭskaje akno abo nałady biaśpieki vašaha braŭzera skanfihuranyja na blakavańnie mižvakonnych ŭzajemadziejańniaŭ'; $strWindowNotFound = 'Niemahčyma abnavić metavaje akno braŭzera. Mahčyma, vy zakryli baćkoŭskaje akno abo nałady biaśpieki vašaha braŭzera skanfihuranyja na blakavańnie mižvakonnych ŭzajemadziejańniaŭ';
$strWithChecked = 'Z adznačanymi:'; $strWithChecked = 'Z adznačanymi:';
$strWriteRequests = 'Zapytaŭ zapisu'; $strWriteRequests = 'Zapytaŭ zapisu';
$strWritingCommentNotPossible = 'Niemahčyma dadać kamentar';
$strWritingRelationNotPossible = 'Niemahčyma dadać suviaź';
$strWrongUser = 'Niapravilny łahin/parol. U dostupie admoŭlena.'; $strWrongUser = 'Niapravilny łahin/parol. U dostupie admoŭlena.';
$strXMLOptions = 'Opcyi XML'; $strXMLOptions = 'Opcyi XML';
@@ -999,4 +982,38 @@ $strZip = 'archivavany ŭ zip';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,15 +23,12 @@ $datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi'; $timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
$strAbortedClients = 'Prekinuto'; $strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.'; $strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Ulaz nije dozvoljen'; $strAccessDenied = 'Ulaz nije dozvoljen';
$strAction = 'Akcija'; $strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost'; $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obriši kolonu'; $strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij'; $strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAddIntoComments = 'Dodaj u komentare'; $strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje'; $strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi'; $strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi';
@@ -152,15 +149,6 @@ $strDataDict = 'Rečnik podataka';
$strDataOnly = 'Samo podaci'; $strDataOnly = 'Samo podaci';
$strData = 'Podaci'; $strData = 'Podaci';
$strDBComment = 'Komentar baze:'; $strDBComment = 'Komentar baze:';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu'; $strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifično za bazu'; $strDbSpecific = 'Specifično za bazu';
$strDefault = 'Podrazumjevano'; $strDefault = 'Podrazumjevano';
@@ -255,8 +243,6 @@ $strHungarian = 'Mađarski';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Tekst ključ'; $strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši'; $strIgnore = 'Ignoriši';
$strIgnoringFile = 'Ignorišem fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova'; $strImportFiles = 'Uvoz fajlova';
$strIndexes = 'Ključevi'; $strIndexes = 'Ključevi';
$strIndexHasBeenDropped = 'Ključ %s je obrisan'; $strIndexHasBeenDropped = 'Ključ %s je obrisan';
@@ -557,7 +543,6 @@ $strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite'; $strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
$strThai = 'Tajlandski '; $strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server'; $strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.'; $strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme'; $strTime = 'Vrijeme';
$strToggleScratchboard = 'Uključuje/isključuje scratchboard'; $strToggleScratchboard = 'Uključuje/isključuje scratchboard';
@@ -617,8 +602,6 @@ $strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'Džoker'; $strWildcard = 'Džoker';
$strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja'; $strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Označeno:'; $strWithChecked = 'Označeno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.'; $strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1023,4 +1006,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,15 +22,12 @@ $datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi'; $timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
$strAbortedClients = 'Prekinuto'; $strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je poku<6B>ao da se pove<76>e na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisni<6E>ko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.'; $strAccessDeniedExplanation = 'phpMyAdmin je poku<6B>ao da se pove<76>e na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisni<6E>ko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Ulaz nije dozvoljen'; $strAccessDenied = 'Ulaz nije dozvoljen';
$strAction = 'Akcija'; $strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost'; $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obri<72>i kolonu'; $strAddDeleteColumn = 'Dodaj/obri<72>i kolonu';
$strAddDeleteRow = 'Dodaj/obri<72>i polje za kriterij'; $strAddDeleteRow = 'Dodaj/obri<72>i polje za kriterij';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAddIntoComments = 'Dodaj u komentare'; $strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje'; $strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijede<64>oj bazi'; $strAddPrivilegesOnDb = 'Dodaj privilegije na slijede<64>oj bazi';
@@ -151,15 +148,6 @@ $strDataDict = 'Re
$strDataOnly = 'Samo podaci'; $strDataOnly = 'Samo podaci';
$strData = 'Podaci'; $strData = 'Podaci';
$strDBComment = 'Komentar baze:'; $strDBComment = 'Komentar baze:';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu'; $strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifi<66>no za bazu'; $strDbSpecific = 'Specifi<66>no za bazu';
$strDefault = 'Podrazumjevano'; $strDefault = 'Podrazumjevano';
@@ -254,8 +242,6 @@ $strHungarian = 'Ma
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Tekst klju<6A>'; $strIdxFulltext = 'Tekst klju<6A>';
$strIgnore = 'Ignori<72>i'; $strIgnore = 'Ignori<72>i';
$strIgnoringFile = 'Ignori<72>em fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova'; $strImportFiles = 'Uvoz fajlova';
$strIndexes = 'Klju<6A>evi'; $strIndexes = 'Klju<6A>evi';
$strIndexHasBeenDropped = 'Klju<6A> %s je obrisan'; $strIndexHasBeenDropped = 'Klju<6A> %s je obrisan';
@@ -556,7 +542,6 @@ $strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veli<6C>ine, polje<br />mo<6D>da ne<6E>ete mo<6D>i da izmenite'; $strTextAreaLength = 'Zbog njehove veli<6C>ine, polje<br />mo<6D>da ne<6E>ete mo<6D>i da izmenite';
$strThai = 'Tajlandski '; $strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server'; $strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspje<6A>no prekinut.'; $strThreadSuccessfullyKilled = 'Proces %s je uspje<6A>no prekinut.';
$strTime = 'Vrijeme'; $strTime = 'Vrijeme';
$strToggleScratchboard = 'Uklju<6A>uje/isklju<6A>uje scratchboard'; $strToggleScratchboard = 'Uklju<6A>uje/isklju<6A>uje scratchboard';
@@ -616,8 +601,6 @@ $strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'D<>oker'; $strWildcard = 'D<>oker';
$strWindowNotFound = 'Odredi<64>nji prozor pretra<72>iva<76>a nije mogao da bude a<>uriran. Mo<4D>da ste zatvorili mati<74>ni prozor, ili va<76> prera<72>iva<76> onemogu<67>ava a<>uriranje me<6D>u prozorima zbog sigurnosnih pode<64>avanja'; $strWindowNotFound = 'Odredi<64>nji prozor pretra<72>iva<76>a nije mogao da bude a<>uriran. Mo<4D>da ste zatvorili mati<74>ni prozor, ili va<76> prera<72>iva<76> onemogu<67>ava a<>uriranje me<6D>u prozorima zbog sigurnosnih pode<64>avanja';
$strWithChecked = 'Ozna<6E>eno:'; $strWithChecked = 'Ozna<6E>eno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije mogu<67>e';
$strWritingRelationNotPossible = 'Upisivanje relacije nije mogu<67>e';
$strWrongUser = 'Pogre<72>no korisni<6E>ko ime/lozinka. Ulaz nije dozvoljen.'; $strWrongUser = 'Pogre<72>no korisni<6E>ko ime/lozinka. Ulaz nije dozvoljen.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1022,4 +1005,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -26,7 +26,6 @@ $datefmt = '%B %d, %Y as %I:%M %p';
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Abortado'; $strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diret<65>rio docSQL do servidor Web';
$strAccessDenied = 'Acesso negado'; $strAccessDenied = 'Acesso negado';
$strAccessDeniedCreateConfig = 'A prov<6F>vel raz<61>o para isso <20> que voc<6F> n<>o criou o arquivo de configura<72><61>o. Voc<6F> deve usar o %1$ssetup script%2$s para criar um.'; $strAccessDeniedCreateConfig = 'A prov<6F>vel raz<61>o para isso <20> que voc<6F> n<>o criou o arquivo de configura<72><61>o. Voc<6F> deve usar o %1$ssetup script%2$s para criar um.';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conx<6E>o foi recusada. Voc<6F> deve checar o host, nome de usu<73>rio e senha no config.inc.php e se certificar que correspondam com as informa<6D><61>es fornecidas pelo administrador do servidor MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conx<6E>o foi recusada. Voc<6F> deve checar o host, nome de usu<73>rio e senha no config.inc.php e se certificar que correspondam com as informa<6D><61>es fornecidas pelo administrador do servidor MySQL.';
@@ -36,8 +35,6 @@ $strAddClause = 'Adicionar %s';
$strAddConstraints = 'Adicionar restri<72><69>es'; $strAddConstraints = 'Adicionar restri<72><69>es';
$strAddDeleteColumn = 'Adicionar/Remover colunas'; $strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condi<64><69>es de busca'; $strAddDeleteRow = 'Adicionar/Remover condi<64><69>es de busca';
$strAddedColumnComment = 'Adicionado coment<6E>rio para a coluna';
$strAddedColumnRelation = 'Adicionada rela<6C><61>o para a coluna';
$strAddFields = 'Adicionar %s campo(s)'; $strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar coment<6E>rio pessoal no cabe<62>alho (\\n quebra linhas)'; $strAddHeaderComment = 'Adicionar coment<6E>rio pessoal no cabe<62>alho (\\n quebra linhas)';
$strAddIntoComments = 'Adicionar nos coment<6E>rios'; $strAddIntoComments = 'Adicionar nos coment<6E>rios';
@@ -209,15 +206,6 @@ $strDataOnly = 'Dados apenas';
$strDataPages = 'P<>ginas contendo dados'; $strDataPages = 'P<>ginas contendo dados';
$strDBComment = 'Coment<6E>rio do Banco de Dados: '; $strDBComment = 'Coment<6E>rio do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para'; $strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo m<>x, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'M<>dulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privil<69>gios espec<65>ficos do Banco de Dados'; $strDbPrivileges = 'Privil<69>gios espec<65>ficos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para'; $strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Espec<65>fico do Banco de Dados'; $strDbSpecific = 'Espec<65>fico do Banco de Dados';
@@ -354,8 +342,6 @@ $strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar linhas duplicadas'; $strIgnoreDuplicates = 'Ignorar linhas duplicadas';
$strIgnore = 'Ignorar'; $strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inser<65><72>es ignoradas'; $strIgnoreInserts = 'Usar inser<65><72>es ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos'; $strImportFiles = 'Importar arquivos';
$strImportFormat = 'Formato do arquivo importado'; $strImportFormat = 'Formato do arquivo importado';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -908,7 +894,6 @@ $strThemeNoValidImgPath = 'Encontrado caminho inv
$strThemePathNotFound = 'Encontrado caminho inv<6E>lido para o tema %s!'; $strThemePathNotFound = 'Encontrado caminho inv<6E>lido para o tema %s!';
$strTheme = 'Tema / Estilo'; $strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host'; $strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso n<>o <20> um diret<65>rio';
$strThreads = 'Processos'; $strThreads = 'Processos';
$strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.'; $strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.';
$strTimeoutInfo = 'Importa<74><61>o anterior passou do tempo limite, depois de reenviar, ir<69> continuar na posi<73><69>o %d.'; $strTimeoutInfo = 'Importa<74><61>o anterior passou do tempo limite, depois de reenviar, ir<69> continuar na posi<73><69>o %d.';
@@ -988,8 +973,6 @@ $strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador n<>o pode ser atualizada. Talvez voc<6F> tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunica<63><61>o entre janelas nas configura<72><61>es de seguran<61>a.'; $strWindowNotFound = 'A janela alvo do navegador n<>o pode ser atualizada. Talvez voc<6F> tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunica<63><61>o entre janelas nas configura<72><61>es de seguran<61>a.';
$strWithChecked = 'Com marcados:'; $strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada'; $strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'N<>o foi poss<73>vel escrever o coment<6E>rio';
$strWritingRelationNotPossible = 'N<>o foi poss<73>vel escrever a rela<6C><61>o';
$strWrongUser = 'Usu<73>rio ou senha incorreta. Acesso negado.'; $strWrongUser = 'Usu<73>rio ou senha incorreta. Acesso negado.';
$strXMLOptions = 'Op<4F><70>es XML'; $strXMLOptions = 'Op<4F><70>es XML';
@@ -1002,4 +985,38 @@ $strZip = '"compactado com zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -27,7 +27,6 @@ $datefmt = '%B %d, %Y as %I:%M %p';
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Abortado'; $strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web';
$strAccessDenied = 'Acesso negado'; $strAccessDenied = 'Acesso negado';
$strAccessDeniedCreateConfig = 'A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o %1$ssetup script%2$s para criar um.'; $strAccessDeniedCreateConfig = 'A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o %1$ssetup script%2$s para criar um.';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.';
@@ -37,8 +36,6 @@ $strAddClause = 'Adicionar %s';
$strAddConstraints = 'Adicionar restrições'; $strAddConstraints = 'Adicionar restrições';
$strAddDeleteColumn = 'Adicionar/Remover colunas'; $strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condições de busca'; $strAddDeleteRow = 'Adicionar/Remover condições de busca';
$strAddedColumnComment = 'Adicionado comentário para a coluna';
$strAddedColumnRelation = 'Adicionada relação para a coluna';
$strAddFields = 'Adicionar %s campo(s)'; $strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)'; $strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
$strAddIntoComments = 'Adicionar nos comentários'; $strAddIntoComments = 'Adicionar nos comentários';
@@ -210,15 +207,6 @@ $strDataOnly = 'Dados apenas';
$strDataPages = 'Páginas contendo dados'; $strDataPages = 'Páginas contendo dados';
$strDBComment = 'Comentário do Banco de Dados: '; $strDBComment = 'Comentário do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para'; $strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos do Banco de Dados'; $strDbPrivileges = 'Privilégios específicos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para'; $strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Específico do Banco de Dados'; $strDbSpecific = 'Específico do Banco de Dados';
@@ -355,8 +343,6 @@ $strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar linhas duplicadas'; $strIgnoreDuplicates = 'Ignorar linhas duplicadas';
$strIgnore = 'Ignorar'; $strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserções ignoradas'; $strIgnoreInserts = 'Usar inserções ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos'; $strImportFiles = 'Importar arquivos';
$strImportFormat = 'Formato do arquivo importado'; $strImportFormat = 'Formato do arquivo importado';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -909,7 +895,6 @@ $strThemeNoValidImgPath = 'Encontrado caminho inválido para imagens para o tema
$strThemePathNotFound = 'Encontrado caminho inválido para o tema %s!'; $strThemePathNotFound = 'Encontrado caminho inválido para o tema %s!';
$strTheme = 'Tema / Estilo'; $strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host'; $strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso não é um diretório';
$strThreads = 'Processos'; $strThreads = 'Processos';
$strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.'; $strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.';
$strTimeoutInfo = 'Importação anterior passou do tempo limite, depois de reenviar, irá continuar na posição %d.'; $strTimeoutInfo = 'Importação anterior passou do tempo limite, depois de reenviar, irá continuar na posição %d.';
@@ -989,8 +974,6 @@ $strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.'; $strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
$strWithChecked = 'Com marcados:'; $strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada'; $strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'Não foi possível escrever o comentário';
$strWritingRelationNotPossible = 'Não foi possível escrever a relação';
$strWrongUser = 'Usuário ou senha incorreta. Acesso negado.'; $strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
$strXMLOptions = 'Opções XML'; $strXMLOptions = 'Opções XML';
@@ -1003,4 +986,38 @@ $strZip = '"compactado com zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%e %B %Y
$timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> docSQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -31,8 +30,6 @@ $strAddClause = '
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD>(<28><>)'; $strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD>(<28><>)';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD> <20><><EFBFBD>)'; $strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD> <20><><EFBFBD>)';
$strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -184,15 +181,6 @@ $strDataOnly = '
$strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20>'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDBGContextID = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ID';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGHits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGLine = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGMinTimeMs = '<27><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -319,8 +307,6 @@ $strIdxFulltext = '
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> INSERT IGNORE'; $strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> INSERT IGNORE';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -723,7 +709,6 @@ $strThemeNoValidImgPath = '
$strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>'; $strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>';
$strThemePathNotFound = '<27><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!'; $strThemePathNotFound = '<27><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!';
$strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strTime = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strTime = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -795,8 +780,6 @@ $strWestEuropean = '
$strWildcard = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWildcard = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strXMLOptions = 'XML <20><><EFBFBD><EFBFBD><EFBFBD>'; $strXMLOptions = 'XML <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -1019,4 +1002,38 @@ $strWriteRequests = 'Write requests'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%e %B %Y в %H:%M';
$timespanfmt = '%s дена, %s часа, %s минути и %s секунди'; $timespanfmt = '%s дена, %s часа, %s минути и %s секунди';
$strAbortedClients = 'Прекъснати'; $strAbortedClients = 'Прекъснати';
$strAbsolutePathToDocSqlDir = 'Моля въведете абсолютния път на уеб сървъра до docSQL директорията';
$strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.'; $strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.';
$strAccessDenied = 'Отказан достъп'; $strAccessDenied = 'Отказан достъп';
$strAction = 'Действие'; $strAction = 'Действие';
@@ -32,8 +31,6 @@ $strAddClause = 'Добавяне на %s';
$strAddConstraints = 'Добавяне на ограничение'; $strAddConstraints = 'Добавяне на ограничение';
$strAddDeleteColumn = 'Добави/изтрий колона по критерий'; $strAddDeleteColumn = 'Добави/изтрий колона по критерий';
$strAddDeleteRow = 'Добави/изтрий ред по критерий'; $strAddDeleteRow = 'Добави/изтрий ред по критерий';
$strAddedColumnComment = 'Добавен коментар към колона';
$strAddedColumnRelation = 'Добавена релациа към колона';
$strAddFields = 'Добавяне на %s поле(та)'; $strAddFields = 'Добавяне на %s поле(та)';
$strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)'; $strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)';
$strAddIntoComments = 'Добавяне в коментарите'; $strAddIntoComments = 'Добавяне в коментарите';
@@ -185,15 +182,6 @@ $strDataOnly = 'Само данните';
$strDataPages = 'Страници съдържащи данни'; $strDataPages = 'Страници съдържащи данни';
$strDBComment = 'Коментар към базата от данни: '; $strDBComment = 'Коментар към базата от данни: ';
$strDBCopy = 'Копиране на базата от данни в'; $strDBCopy = 'Копиране на базата от данни в';
$strDBGContextID = 'Контекстно ID';
$strDBGContext = 'Контекст';
$strDBGHits = 'Попадения';
$strDBGLine = 'Линия';
$strDBGMaxTimeMs = 'Макс. време, ms';
$strDBGMinTimeMs = 'Мин. време, ms';
$strDBGModule = 'Модул';
$strDBGTimePerHitMs = 'Време/Попадение, ms';
$strDBGTotalTimeMs = 'Общо време, ms';
$strDbPrivileges = 'Привилегии специфични за базата от данни'; $strDbPrivileges = 'Привилегии специфични за базата от данни';
$strDBRename = 'Преименуване на базата от данни на'; $strDBRename = 'Преименуване на базата от данни на';
$strDbSpecific = 'специфични за базата от данни'; $strDbSpecific = 'специфични за базата от данни';
@@ -320,8 +308,6 @@ $strIdxFulltext = 'Пълнотекстово';
$strIgnore = 'Игнориране'; $strIgnore = 'Игнориране';
$strIgnoreDuplicates = 'Игнориране на дублиращите се редове'; $strIgnoreDuplicates = 'Игнориране на дублиращите се редове';
$strIgnoreInserts = 'Използване на INSERT IGNORE'; $strIgnoreInserts = 'Използване на INSERT IGNORE';
$strIgnoringFile = 'Игнориране на файл %s';
$strImportDocSQL = 'Импортирай docSQL файловете';
$strImportFiles = 'Импортиране на файлове'; $strImportFiles = 'Импортиране на файлове';
$strImportFormat = 'Формат на импортирания файл'; $strImportFormat = 'Формат на импортирания файл';
$strImport = 'Импортиране'; $strImport = 'Импортиране';
@@ -724,7 +710,6 @@ $strThemeNoValidImgPath = 'Не е открит валиден път на те
$strTheme = 'Тема / Стил'; $strTheme = 'Тема / Стил';
$strThemePathNotFound = 'Не е открит пътя на тема %s!'; $strThemePathNotFound = 'Не е открит пътя на тема %s!';
$strThisHost = 'Този Хост'; $strThisHost = 'Този Хост';
$strThisNotDirectory = 'Това не беше директория';
$strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.'; $strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.';
$strThreads = 'Нишки'; $strThreads = 'Нишки';
$strTime = 'Време'; $strTime = 'Време';
@@ -796,8 +781,6 @@ $strWestEuropean = 'Западно-европейски';
$strWildcard = 'знак за заместване'; $strWildcard = 'знак за заместване';
$strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност'; $strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност';
$strWithChecked = 'Когато има отметка:'; $strWithChecked = 'Когато има отметка:';
$strWritingCommentNotPossible = 'Записа на коментар не е възможен';
$strWritingRelationNotPossible = 'Записа на релацията не е възможен';
$strWrongUser = 'Грешно име/парола. Достъп отказан.'; $strWrongUser = 'Грешно име/парола. Достъп отказан.';
$strXMLOptions = 'XML опции'; $strXMLOptions = 'XML опции';
@@ -1020,4 +1003,38 @@ $strWriteRequests = 'Write requests'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%e %B %Y
$timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> docSQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -31,8 +30,6 @@ $strAddClause = '
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD>(<28><>)'; $strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD>(<28><>)';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD> <20><><EFBFBD>)'; $strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD> <20><><EFBFBD>)';
$strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -184,15 +181,6 @@ $strDataOnly = '
$strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20>'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDBGContextID = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ID';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGHits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGLine = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGMinTimeMs = '<27><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -319,8 +307,6 @@ $strIdxFulltext = '
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreDuplicates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> INSERT IGNORE'; $strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> INSERT IGNORE';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -723,7 +709,6 @@ $strThemeNoValidImgPath = '
$strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>'; $strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>';
$strThemePathNotFound = '<27><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!'; $strThemePathNotFound = '<27><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> %s!';
$strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strTime = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strTime = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -795,8 +780,6 @@ $strWestEuropean = '
$strWildcard = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWildcard = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strXMLOptions = 'XML <20><><EFBFBD><EFBFBD><EFBFBD>'; $strXMLOptions = 'XML <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -1019,4 +1002,38 @@ $strWriteRequests = 'Write requests'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'O
$datefmt = '%d-%m-%Y a les %H:%M:%S'; $datefmt = '%d-%m-%Y a les %H:%M:%S';
$strAbortedClients = 'Avortat'; $strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el cam<61> absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Acc<63>s denegat'; $strAccessDenied = 'Acc<63>s denegat';
$strAccessDeniedCreateConfig = 'La ra<72> m<>s probable d\'aix<69> <20>s que no heu creat l\'arxiu de configuraci<63>. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.'; $strAccessDeniedCreateConfig = 'La ra<72> m<>s probable d\'aix<69> <20>s que no heu creat l\'arxiu de configuraci<63>. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexi<78>. Comprova el host, el num d\' usuari i la contrasenya a l\'arxiu config.inc.php i mira que es correspongui amb la informaci<63> facilitada per l\' administrador del servidor de MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexi<78>. Comprova el host, el num d\' usuari i la contrasenya a l\'arxiu config.inc.php i mira que es correspongui amb la informaci<63> facilitada per l\' administrador del servidor de MySQL.';
@@ -26,8 +25,6 @@ $strAddClause = 'Afegir %s';
$strAddConstraints = 'Afegir restriccions'; $strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna'; $strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri'; $strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relaci<63> per la columna';
$strAddFields = 'Afegir %s camp(s)'; $strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la cap<61>alera (\\n divideix linies)'; $strAddHeaderComment = 'Afegir comentari personalitzat a la cap<61>alera (\\n divideix linies)';
$strAddIntoComments = 'Afegir en comentaris'; $strAddIntoComments = 'Afegir en comentaris';
@@ -199,15 +196,6 @@ $strDataOnly = 'Nom
$strDataPages = 'P<>gines contenint dades'; $strDataPages = 'P<>gines contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: '; $strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a'; $strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'M<>dul';
$strDBGTimePerHitMs = 'Temps/Acc<63>s, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades'; $strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a'; $strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'espec<65>fic de la base de dades'; $strDbSpecific = 'espec<65>fic de la base de dades';
@@ -344,8 +332,6 @@ $strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades'; $strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"'; $strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant arxiu %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar arxius'; $strImportFiles = 'Importar arxius';
$strImportFormat = 'Format de l\'arxiu importat'; $strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -898,7 +884,6 @@ $strThemeNoValidImgPath = 'El cam
$strThemePathNotFound = 'No s\'ha trobat el cam<61> de les imatges del tema %s!'; $strThemePathNotFound = 'No s\'ha trobat el cam<61> de les imatges del tema %s!';
$strTheme = 'Tema / Estil'; $strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host'; $strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aix<69> no <20>s un directori';
$strThreads = 'Fils'; $strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.'; $strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importaci<63> ha esgotat el temps, despr<70>s de reenviar continuar<61> des de la posici<63> %d.'; $strTimeoutInfo = 'La darrera importaci<63> ha esgotat el temps, despr<70>s de reenviar continuar<61> des de la posici<63> %d.';
@@ -978,8 +963,6 @@ $strWildcard = 'comodins';
$strWindowNotFound = 'La finestra dest<73> del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o b<> el teu navegador bloqueja actualitzacions entre finestres per la teva configuraci<63> de seguretat'; $strWindowNotFound = 'La finestra dest<73> del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o b<> el teu navegador bloqueja actualitzacions entre finestres per la teva configuraci<63> de seguretat';
$strWithChecked = 'Amb marca:'; $strWithChecked = 'Amb marca:';
$strWriteRequests = 'Peticions d\'escriptura'; $strWriteRequests = 'Peticions d\'escriptura';
$strWritingCommentNotPossible = 'No es pot desar aquest comentari';
$strWritingRelationNotPossible = 'No es pot desar aquesta relaci<63>';
$strWrongUser = 'Usuari i/o clau erronis. Acc<63>s denegat.'; $strWrongUser = 'Usuari i/o clau erronis. Acc<63>s denegat.';
$strXMLOptions = 'Opcions XML'; $strXMLOptions = 'Opcions XML';
@@ -992,4 +975,38 @@ $strZip = '"comprimit amb zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'O
$datefmt = '%d-%m-%Y a les %H:%M:%S'; $datefmt = '%d-%m-%Y a les %H:%M:%S';
$strAbortedClients = 'Avortat'; $strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el camí absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Accés denegat'; $strAccessDenied = 'Accés denegat';
$strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.'; $strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya a l\'arxiu config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya a l\'arxiu config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.';
@@ -27,8 +26,6 @@ $strAddClause = 'Afegir %s';
$strAddConstraints = 'Afegir restriccions'; $strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna'; $strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri'; $strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relació per la columna';
$strAddFields = 'Afegir %s camp(s)'; $strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)'; $strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)';
$strAddIntoComments = 'Afegir en comentaris'; $strAddIntoComments = 'Afegir en comentaris';
@@ -200,15 +197,6 @@ $strDataOnly = 'Només dades';
$strDataPages = 'Pàgines contenint dades'; $strDataPages = 'Pàgines contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: '; $strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a'; $strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'Módul';
$strDBGTimePerHitMs = 'Temps/Accés, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades'; $strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a'; $strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'específic de la base de dades'; $strDbSpecific = 'específic de la base de dades';
@@ -345,8 +333,6 @@ $strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades'; $strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"'; $strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant arxiu %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar arxius'; $strImportFiles = 'Importar arxius';
$strImportFormat = 'Format de l\'arxiu importat'; $strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -899,7 +885,6 @@ $strThemeNoValidImgPath = 'El camí de les imatges del tema %s és incorrecte!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!'; $strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
$strTheme = 'Tema / Estil'; $strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host'; $strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aixó no és un directori';
$strThreads = 'Fils'; $strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.'; $strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.'; $strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.';
@@ -979,8 +964,6 @@ $strWildcard = 'comodins';
$strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat'; $strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat';
$strWithChecked = 'Amb marca:'; $strWithChecked = 'Amb marca:';
$strWriteRequests = 'Peticions d\'escriptura'; $strWriteRequests = 'Peticions d\'escriptura';
$strWritingCommentNotPossible = 'No es pot desar aquest comentari';
$strWritingRelationNotPossible = 'No es pot desar aquesta relació';
$strWrongUser = 'Usuari i/o clau erronis. Accés denegat.'; $strWrongUser = 'Usuari i/o clau erronis. Accés denegat.';
$strXMLOptions = 'Opcions XML'; $strXMLOptions = 'Opcions XML';
@@ -993,4 +976,38 @@ $strZip = '"comprimit amb zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%Y
$timespanfmt = '%s <20><> %s Сʱ<D0A1><CAB1>%s <20><> %s <20><>'; $timespanfmt = '%s <20><> %s Сʱ<D0A1><CAB1>%s <20><> %s <20><>';
$strAbortedClients = '<27><>ֹ'; $strAbortedClients = '<27><>ֹ';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL Ŀ¼<C4BF><C2BC><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><C4BE><EFBFBD>·<EFBFBD><C2B7>';
$strAccessDenied = '<27><><EFBFBD>ʱ<EFBFBD><CAB1>ܾ<EFBFBD>'; $strAccessDenied = '<27><><EFBFBD>ʱ<EFBFBD><CAB1>ܾ<EFBFBD>';
$strAccessDeniedExplanation = 'phpMyAdmin <20><>ͼ<EFBFBD><CDBC><EFBFBD>ӵ<EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><DCBE><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD>Ӧ<EFBFBD>ü<EFBFBD><C3BC><EFBFBD> config.inc.php <20>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EBA3AC><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9>Ϣ<EFBFBD><CFA2> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣһ<CFA2>¡<EFBFBD>'; $strAccessDeniedExplanation = 'phpMyAdmin <20><>ͼ<EFBFBD><CDBC><EFBFBD>ӵ<EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><DCBE><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD>Ӧ<EFBFBD>ü<EFBFBD><C3BC><EFBFBD> config.inc.php <20>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EBA3AC><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9>Ϣ<EFBFBD><CFA2> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣһ<CFA2>¡<EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD>';
@@ -32,8 +31,6 @@ $strAddAutoIncrement = '
$strAddConstraints = 'ǿ<><C7BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = 'ǿ<><C7BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><><C9BE><EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><><C9BE><EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD><D7A2>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD>ϵ';
$strAddFields = '<27><><EFBFBD><EFBFBD> %s <20>ֶ<EFBFBD>'; $strAddFields = '<27><><EFBFBD><EFBFBD> %s <20>ֶ<EFBFBD>';
$strAddHeaderComment = '<27>ڱ<EFBFBD><DAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>ע<EFBFBD><D7A2> (\\n <20>и<EFBFBD><D0B8><EFBFBD><EFBFBD><EFBFBD>)'; $strAddHeaderComment = '<27>ڱ<EFBFBD><DAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>ע<EFBFBD><D7A2> (\\n <20>и<EFBFBD><D0B8><EFBFBD><EFBFBD><EFBFBD>)';
$strAddIntoComments = '<27><><EFBFBD>ӽ<EFBFBD>ע<EFBFBD><D7A2>'; $strAddIntoComments = '<27><><EFBFBD>ӽ<EFBFBD>ע<EFBFBD><D7A2>';
@@ -179,15 +176,6 @@ $strDataDict = '
$strDataOnly = <><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDataOnly = <><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD>ݿ<EFBFBD>ע<EFBFBD>ͣ<EFBFBD>'; $strDBComment = '<27><><EFBFBD>ݿ<EFBFBD>ע<EFBFBD>ͣ<EFBFBD>';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ⵽'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ⵽';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGContextID = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ID';
$strDBGHits = '<27><><EFBFBD><EFBFBD>';
$strDBGLine = '<27><>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD><E4A3AC><EFBFBD><EFBFBD>';
$strDBGMinTimeMs = '<27><>Сʱ<D0A1><EFBFBD><E4A3AC><EFBFBD><EFBFBD>';
$strDBGModule = <><C4A3>';
$strDBGTimePerHitMs = <><CAB1>/<2F>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTotalTimeMs = '<27>ܼ<EFBFBD>ʱ<EFBFBD><EFBFBD><E4A3AC><EFBFBD><EFBFBD>';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ָ<EFBFBD><D6B8>Ȩ<EFBFBD><C8A8>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ָ<EFBFBD><D6B8>Ȩ<EFBFBD><C8A8>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>Ϊ '; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>Ϊ ';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ָ<EFBFBD><D6B8>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ָ<EFBFBD><D6B8>';
@@ -294,8 +282,6 @@ $strId = 'ID'; // use eng
$strIdxFulltext = <><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIdxFulltext = <><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnore = '<27><><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27><><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>'; $strIgnoreInserts = '<27><><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD> docSQL <20>ĵ<EFBFBD>';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD>'; $strIndex = '<27><><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD>'; $strIndexes = '<27><><EFBFBD><EFBFBD>';
@@ -639,7 +625,6 @@ $strTextAreaLength = '
$strThai = <><CCA9>'; $strThai = <><CCA9>';
$strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>'; $strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD>';
$strThisHost = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><EFBFBD><E2B2A2><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>Ŀ¼';
$strThreadSuccessfullyKilled = '<27>߳<EFBFBD> %s <20>ѳɹ<D1B3>ɱ<EFBFBD><C9B1><EFBFBD><EFBFBD>'; $strThreadSuccessfullyKilled = '<27>߳<EFBFBD> %s <20>ѳɹ<D1B3>ɱ<EFBFBD><C9B1><EFBFBD><EFBFBD>';
$strTime = <><CAB1>'; $strTime = <><CAB1>';
$strToggleScratchboard = '<27>л<EFBFBD><D0BB>ΰ<EFBFBD>'; $strToggleScratchboard = '<27>л<EFBFBD><D0BB>ΰ<EFBFBD>';
@@ -703,8 +688,6 @@ $strWestEuropean = '
$strWildcard = <><CDA8><EFBFBD><EFBFBD>'; $strWildcard = <><CDA8><EFBFBD><EFBFBD>';
$strWindowNotFound = 'Ŀ<><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڲ<EFBFBD><DAB2>ɸ<EFBFBD><C9B8>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE>ر<EFBFBD><D8B1>˸<EFBFBD><CBB8><EFBFBD><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>İ<EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˸<EFBFBD><CBB8>´<EFBFBD><C2B4>ڡ<EFBFBD>'; $strWindowNotFound = 'Ŀ<><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڲ<EFBFBD><DAB2>ɸ<EFBFBD><C9B8>¡<EFBFBD><C2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE>ر<EFBFBD><D8B1>˸<EFBFBD><CBB8><EFBFBD><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>İ<EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˸<EFBFBD><CBB8>´<EFBFBD><C2B4>ڡ<EFBFBD>';
$strWithChecked = 'ѡ<><D1A1><EFBFBD>'; $strWithChecked = 'ѡ<><D1A1><EFBFBD>';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD>дע<D0B4><D7A2>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD>д<EFBFBD><D0B4>ϵ';
$strWrongUser = '<27>û<EFBFBD><C3BB><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>󣬷<EFBFBD><F3A3ACB7>ʱ<EFBFBD><CAB1>ܾ<EFBFBD><DCBE><EFBFBD>'; $strWrongUser = '<27>û<EFBFBD><C3BB><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>󣬷<EFBFBD><F3A3ACB7>ʱ<EFBFBD><CAB1>ܾ<EFBFBD><DCBE><EFBFBD>';
$strXML = 'XML'; //USE ENG $strXML = 'XML'; //USE ENG
@@ -1024,4 +1007,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -25,7 +25,6 @@ $datefmt = '%Y 年 %m 月 %d 日 %H:%M';
$timespanfmt = '%s 天 %s 小时,%s 分 %s 秒'; $timespanfmt = '%s 天 %s 小时,%s 分 %s 秒';
$strAbortedClients = '中止'; $strAbortedClients = '中止';
$strAbsolutePathToDocSqlDir = '请输入 docSQL 目录在网站服务器的绝对路径';
$strAccessDenied = '访问被拒绝'; $strAccessDenied = '访问被拒绝';
$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。'; $strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。';
$strAction = '操作'; $strAction = '操作';
@@ -33,8 +32,6 @@ $strAddAutoIncrement = '添加 AUTO_INCREMENT 值';
$strAddConstraints = '强制添加'; $strAddConstraints = '强制添加';
$strAddDeleteColumn = '添加/删除字段列'; $strAddDeleteColumn = '添加/删除字段列';
$strAddDeleteRow = '添加/删除条件行'; $strAddDeleteRow = '添加/删除条件行';
$strAddedColumnComment = '已添加列注释';
$strAddedColumnRelation = '已添加列关系';
$strAddFields = '添加 %s 字段'; $strAddFields = '添加 %s 字段';
$strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)'; $strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)';
$strAddIntoComments = '添加进注释'; $strAddIntoComments = '添加进注释';
@@ -180,15 +177,6 @@ $strDataDict = '数据字典';
$strDataOnly = '只有数据'; $strDataOnly = '只有数据';
$strDBComment = '数据库注释:'; $strDBComment = '数据库注释:';
$strDBCopy = '复制数据库到'; $strDBCopy = '复制数据库到';
$strDBGContext = '上下文';
$strDBGContextID = '上下文 ID';
$strDBGHits = '次数';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大时间,毫秒';
$strDBGMinTimeMs = '最小时间,毫秒';
$strDBGModule = '模块';
$strDBGTimePerHitMs = '时间/次,毫秒';
$strDBGTotalTimeMs = '总计时间,毫秒';
$strDbPrivileges = '按数据库指定权限'; $strDbPrivileges = '按数据库指定权限';
$strDBRename = '重新命名数据库为 '; $strDBRename = '重新命名数据库为 ';
$strDbSpecific = '按数据库指定'; $strDbSpecific = '按数据库指定';
@@ -295,8 +283,6 @@ $strId = 'ID'; // use eng
$strIdxFulltext = '全文搜索'; $strIdxFulltext = '全文搜索';
$strIgnore = '忽略'; $strIgnore = '忽略';
$strIgnoreInserts = '忽略插入'; $strIgnoreInserts = '忽略插入';
$strIgnoringFile = '忽略文件 %s';
$strImportDocSQL = '导入 docSQL 文档';
$strImportFiles = '导入文件'; $strImportFiles = '导入文件';
$strIndex = '索引'; $strIndex = '索引';
$strIndexes = '索引'; $strIndexes = '索引';
@@ -640,7 +626,6 @@ $strTextAreaLength = ' 由于长度限制<br />此字段可能无法编辑 ';
$strThai = '泰语'; $strThai = '泰语';
$strTheme = '主题 / 风格'; $strTheme = '主题 / 风格';
$strThisHost = '此主机'; $strThisHost = '此主机';
$strThisNotDirectory = '这并不是一个目录';
$strThreadSuccessfullyKilled = '线程 %s 已成功杀死。'; $strThreadSuccessfullyKilled = '线程 %s 已成功杀死。';
$strTime = '时间'; $strTime = '时间';
$strToggleScratchboard = '切换刮板'; $strToggleScratchboard = '切换刮板';
@@ -704,8 +689,6 @@ $strWestEuropean = '西欧';
$strWildcard = '通配符'; $strWildcard = '通配符';
$strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。'; $strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。';
$strWithChecked = '选中项:'; $strWithChecked = '选中项:';
$strWritingCommentNotPossible = '不能写注释';
$strWritingRelationNotPossible = '不能写关系';
$strWrongUser = '用户名/密码错误,访问被拒绝。'; $strWrongUser = '用户名/密码错误,访问被拒绝。';
$strXML = 'XML'; //USE ENG $strXML = 'XML'; //USE ENG
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%B %d, %Y, %I:%M %p';
$timespanfmt = '%s <20><>, %s <20>p<EFBFBD><70>, %s <20><><EFBFBD><EFBFBD> %s <20><>'; $timespanfmt = '%s <20><>, %s <20>p<EFBFBD><70>, %s <20><><EFBFBD><EFBFBD> %s <20><>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27>п<EFBFBD><D0BF>J docSQL <20>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|';
$strAccessDenied = '<27>ڵ<EFBFBD><DAB5>s<EFBFBD><73>'; $strAccessDenied = '<27>ڵ<EFBFBD><DAB5>s<EFBFBD><73>';
$strAccessDeniedCreateConfig = '<27><><EFBFBD>i<EFBFBD><69><EFBFBD>A<EFBFBD><41><EFBFBD>إ߳]<5D>w<EFBFBD><77>. <20>A<EFBFBD>i<EFBFBD>Q<EFBFBD>Φ<EFBFBD> %1$s<>w<EFBFBD>˵{<7B><>%2$s <20>إ߳]<5D>w<EFBFBD><77>.'; $strAccessDeniedCreateConfig = '<27><><EFBFBD>i<EFBFBD><69><EFBFBD>A<EFBFBD><41><EFBFBD>إ߳]<5D>w<EFBFBD><77>. <20>A<EFBFBD>i<EFBFBD>Q<EFBFBD>Φ<EFBFBD> %1$s<>w<EFBFBD>˵{<7B><>%2$s <20>إ߳]<5D>w<EFBFBD><77>.';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD>ճs<D5B3>u<EFBFBD><75> MySQL <20><><EFBFBD>A<EFBFBD><41>, <20><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD>ڵ<EFBFBD><DAB5>F<EFBFBD>s<EFBFBD>u. <20>z<EFBFBD><7A><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD>ˬd<CBAC>D<EFBFBD><44><EFBFBD>W<EFBFBD><57>, <20>n<EFBFBD>J<EFBFBD>W<EFBFBD>٤αK<CEB1>X<EFBFBD>νT<CEBD>O<EFBFBD>o<EFBFBD>Ǹ<EFBFBD><C7B8>ƬO<C6AC>P<EFBFBD>t<EFBFBD>κ޲z<DEB2>H<EFBFBD><48><EFBFBD>Ҵ<EFBFBD><D2B4>Ѫ<EFBFBD> MySQL <20><><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>ƬۦP'; $strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD>ճs<D5B3>u<EFBFBD><75> MySQL <20><><EFBFBD>A<EFBFBD><41>, <20><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD>ڵ<EFBFBD><DAB5>F<EFBFBD>s<EFBFBD>u. <20>z<EFBFBD><7A><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD>ˬd<CBAC>D<EFBFBD><44><EFBFBD>W<EFBFBD><57>, <20>n<EFBFBD>J<EFBFBD>W<EFBFBD>٤αK<CEB1>X<EFBFBD>νT<CEBD>O<EFBFBD>o<EFBFBD>Ǹ<EFBFBD><C7B8>ƬO<C6AC>P<EFBFBD>t<EFBFBD>κ޲z<DEB2>H<EFBFBD><48><EFBFBD>Ҵ<EFBFBD><D2B4>Ѫ<EFBFBD> MySQL <20><><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>ƬۦP';
@@ -33,8 +32,6 @@ $strAddAutoIncrement = "
$strAddConstraints = '<27>[<5B>J<EFBFBD><4A><EFBFBD><EFBFBD>'; $strAddConstraints = '<27>[<5B>J<EFBFBD><4A><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27>s<EFBFBD>W/<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27>s<EFBFBD>W/<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27>s<EFBFBD>W/<2F><><EFBFBD><EFBFBD> <20>z<EFBFBD><7A><EFBFBD>C'; $strAddDeleteRow = '<27>s<EFBFBD>W/<2F><><EFBFBD><EFBFBD> <20>z<EFBFBD><7A><EFBFBD>C';
$strAddedColumnComment = '<27><><EFBFBD>H<EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>[<5B>J<EFBFBD><4A><EFBFBD>Ѥ<EFBFBD><D1A4>r';
$strAddedColumnRelation = '<27><><EFBFBD>H<EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>[<5B>J<EFBFBD><4A><EFBFBD>p';
$strAddFields = '<27>s<EFBFBD>W %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddFields = '<27>s<EFBFBD>W %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>[<5B>J<EFBFBD>ӤH<D3A4><48><EFBFBD><EFBFBD> (\\n <20>}<7D>s<EFBFBD><73>)'; $strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>[<5B>J<EFBFBD>ӤH<D3A4><48><EFBFBD><EFBFBD> (\\n <20>}<7D>s<EFBFBD><73>)';
$strAddIntoComments = '<27>[<5B>J<EFBFBD><4A><EFBFBD>Ѥ<EFBFBD><D1A4>r'; $strAddIntoComments = '<27>[<5B>J<EFBFBD><4A><EFBFBD>Ѥ<EFBFBD><D1A4>r';
@@ -200,15 +197,6 @@ $strDataOnly = '
$strDataPages = '<27>]<5D>t<EFBFBD><74><EFBFBD>ƭ<EFBFBD>'; $strDataPages = '<27>]<5D>t<EFBFBD><74><EFBFBD>ƭ<EFBFBD>';
$strDBComment = '<27><><EFBFBD>Ʈw<C6AE><77><EFBFBD>Ѥ<EFBFBD><D1A4>r: '; $strDBComment = '<27><><EFBFBD>Ʈw<C6AE><77><EFBFBD>Ѥ<EFBFBD><D1A4>r: ';
$strDBCopy = '<27>ƻs<C6BB><73><EFBFBD>Ʈw<C6AE><77>'; $strDBCopy = '<27>ƻs<C6BB><73><EFBFBD>Ʈw<C6AE><77>';
$strDBGContext = '<27><><EFBFBD><EFBFBD> (Context)';
$strDBGContextID = '<27><><EFBFBD><EFBFBD> (Context) ID';
$strDBGHits = '<27><><EFBFBD><EFBFBD>';
$strDBGLine = '<27><>';
$strDBGMaxTimeMs = '<27>̤j<CCA4>ɶ<EFBFBD>, ms';
$strDBGMinTimeMs = '<27>̤p<CCA4>ɶ<EFBFBD>, ms';
$strDBGModule = '<27>Ҳ<EFBFBD>';
$strDBGTimePerHitMs = '<27>ɶ<EFBFBD>/<2F><>, ms';
$strDBGTotalTimeMs = '<27>`<60>ɶ<EFBFBD>, ms';
$strDbPrivileges = '<27><><EFBFBD>w<EFBFBD><77><EFBFBD>Ʈw<C6AE>v<EFBFBD><76>'; $strDbPrivileges = '<27><><EFBFBD>w<EFBFBD><77><EFBFBD>Ʈw<C6AE>v<EFBFBD><76>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈw<C6AE>W<EFBFBD>٨<EFBFBD>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈw<C6AE>W<EFBFBD>٨<EFBFBD>';
$strDbSpecific = '<27><><EFBFBD>w<EFBFBD><77><EFBFBD>Ʈw'; $strDbSpecific = '<27><><EFBFBD>w<EFBFBD><77><EFBFBD>Ʈw';
@@ -339,9 +327,7 @@ $strIdxFulltext = '
$strIgnore = '<27><><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD>';
$strIgnoreDuplicates = '<27><><EFBFBD>L<EFBFBD><4C><EFBFBD>ЦC'; $strIgnoreDuplicates = '<27><><EFBFBD>L<EFBFBD><4C><EFBFBD>ЦC';
$strIgnoreInserts = '<27>ϥΩ<CFA5><CEA9><EFBFBD><EFBFBD>[<5B>J (insert)'; $strIgnoreInserts = '<27>ϥΩ<CFA5><CEA9><EFBFBD><EFBFBD>[<5B>J (insert)';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD>ɮ<EFBFBD> %s';
$strImport = '<27><><EFBFBD>J'; $strImport = '<27><><EFBFBD>J';
$strImportDocSQL = <><C5AA> docSQL <20>ɮ<EFBFBD>';
$strImportFiles = '<27><><EFBFBD>J<EFBFBD>ɮ<EFBFBD>'; $strImportFiles = '<27><><EFBFBD>J<EFBFBD>ɮ<EFBFBD>';
$strImportFormat = '<27><><EFBFBD>J<EFBFBD>ɮ׮榡'; $strImportFormat = '<27><><EFBFBD>J<EFBFBD>ɮ׮榡';
$strImportSuccessfullyFinished = '<27><><EFBFBD>J<EFBFBD><4A><EFBFBD>\, <20>@ %d <20>y<EFBFBD>y<EFBFBD>k<EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD>.'; $strImportSuccessfullyFinished = '<27><><EFBFBD>J<EFBFBD><4A><EFBFBD>\, <20>@ %d <20>y<EFBFBD>y<EFBFBD>k<EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD>.';
@@ -775,7 +761,6 @@ $strThemeNotFound = '
$strThemeNoValidImgPath = '<27><EFBFBD><E4A4A3><EFBFBD>G<EFBFBD><47><EFBFBD>D<EFBFBD>D %s <20>]<5D>w<EFBFBD>Ϲ<EFBFBD><CFB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|!'; $strThemeNoValidImgPath = '<27><EFBFBD><E4A4A3><EFBFBD>G<EFBFBD><47><EFBFBD>D<EFBFBD>D %s <20>]<5D>w<EFBFBD>Ϲ<EFBFBD><CFB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|!';
$strThemePathNotFound = '<27><EFBFBD><E4A4A3><EFBFBD>G<EFBFBD><47><EFBFBD>D<EFBFBD>D %s <20><><EFBFBD>]<5D>w<EFBFBD><77><EFBFBD>|!'; $strThemePathNotFound = '<27><EFBFBD><E4A4A3><EFBFBD>G<EFBFBD><47><EFBFBD>D<EFBFBD>D %s <20><><EFBFBD>]<5D>w<EFBFBD><77><EFBFBD>|!';
$strThisHost = '<27><><EFBFBD>w<EFBFBD>D<EFBFBD><44>'; $strThisHost = '<27><><EFBFBD>w<EFBFBD>D<EFBFBD><44>';
$strThisNotDirectory = '<27>o<EFBFBD>ä<EFBFBD><C3A4>O<EFBFBD>@<40>ӥؿ<D3A5>';
$strThreads = '<27>u<EFBFBD>{'; $strThreads = '<27>u<EFBFBD>{';
$strThreadSuccessfullyKilled = '<27><><EFBFBD>O %s <20>w<EFBFBD><77><EFBFBD>\<5C><><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><><EFBFBD>O %s <20>w<EFBFBD><77><EFBFBD>\<5C><><EFBFBD><EFBFBD>.';
$strTime = '<27>ɶ<EFBFBD>'; $strTime = '<27>ɶ<EFBFBD>';
@@ -850,8 +835,6 @@ $strWildcard = '
$strWindowNotFound = '<27>ئa<D8A6><61><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD>k<EFBFBD><6B><EFBFBD>s. <20>i<EFBFBD><69><EFBFBD>A<EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ΧA<CEA7><41><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>]<5D>w<EFBFBD><77><EFBFBD>ҰʤF<CAA4>L<EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s'; $strWindowNotFound = '<27>ئa<D8A6><61><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD>k<EFBFBD><6B><EFBFBD>s. <20>i<EFBFBD><69><EFBFBD>A<EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ΧA<CEA7><41><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>]<5D>w<EFBFBD><77><EFBFBD>ҰʤF<CAA4>L<EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s';
$strWithChecked = '<27><><EFBFBD>ܪ<EFBFBD><DCAA><EFBFBD><EFBFBD>ƪ<EFBFBD><C6AA>G'; $strWithChecked = '<27><><EFBFBD>ܪ<EFBFBD><DCAA><EFBFBD><EFBFBD>ƪ<EFBFBD><C6AA>G';
$strWriteRequests = '<27>g<EFBFBD>J<EFBFBD>n<EFBFBD>D'; $strWriteRequests = '<27>g<EFBFBD>J<EFBFBD>n<EFBFBD>D';
$strWritingCommentNotPossible = '<27>L<EFBFBD>k<EFBFBD>x<EFBFBD>s<EFBFBD><73><EFBFBD>Ѥ<EFBFBD><D1A4>r';
$strWritingRelationNotPossible = '<27>L<EFBFBD>k<EFBFBD>x<EFBFBD>s<EFBFBD><73><EFBFBD>p';
$strWrongUser = '<27><><EFBFBD>~<7E><><EFBFBD>ϥΪ̦W<CCA6>٩αK<CEB1>X<EFBFBD>A<EFBFBD>ڵ<EFBFBD><DAB5>s<EFBFBD><73>'; $strWrongUser = '<27><><EFBFBD>~<7E><><EFBFBD>ϥΪ̦W<CCA6>٩αK<CEB1>X<EFBFBD>A<EFBFBD>ڵ<EFBFBD><DAB5>s<EFBFBD><73>';
$strXML = 'XML'; //USE ENG $strXML = 'XML'; //USE ENG
@@ -1003,4 +986,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -25,7 +25,6 @@ $datefmt = '%B %d, %Y, %I:%M %p';
$timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒'; $timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒';
$strAbortedClients = '取消'; $strAbortedClients = '取消';
$strAbsolutePathToDocSqlDir = '請輸入 docSQL 目錄於網頁伺服器的絕對路徑';
$strAccessDenied = '拒絕存取'; $strAccessDenied = '拒絕存取';
$strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.'; $strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.';
$strAccessDeniedExplanation = 'phpMyAdmin 嘗試連線到 MySQL 伺服器, 但伺服器拒絕了連線. 您應於 config.inc.php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 MySQL 伺服器資料相同'; $strAccessDeniedExplanation = 'phpMyAdmin 嘗試連線到 MySQL 伺服器, 但伺服器拒絕了連線. 您應於 config.inc.php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 MySQL 伺服器資料相同';
@@ -34,8 +33,6 @@ $strAddAutoIncrement = "新增 AUTO_INCREMENT 數值";
$strAddConstraints = '加入限制'; $strAddConstraints = '加入限制';
$strAddDeleteColumn = '新增/減少 選擇欄'; $strAddDeleteColumn = '新增/減少 選擇欄';
$strAddDeleteRow = '新增/減少 篩選列'; $strAddDeleteRow = '新增/減少 篩選列';
$strAddedColumnComment = '於以下欄位加入註解文字';
$strAddedColumnRelation = '於以下欄位加入關聯';
$strAddFields = '新增 %s 個欄位'; $strAddFields = '新增 %s 個欄位';
$strAddHeaderComment = '於標題加入個人註解 (\\n 開新行)'; $strAddHeaderComment = '於標題加入個人註解 (\\n 開新行)';
$strAddIntoComments = '加入註解文字'; $strAddIntoComments = '加入註解文字';
@@ -201,15 +198,6 @@ $strDataOnly = '只有資料';
$strDataPages = '包含資料頁'; $strDataPages = '包含資料頁';
$strDBComment = '資料庫註解文字: '; $strDBComment = '資料庫註解文字: ';
$strDBCopy = '複製資料庫到'; $strDBCopy = '複製資料庫到';
$strDBGContext = '本文 (Context)';
$strDBGContextID = '本文 (Context) ID';
$strDBGHits = '次數';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間, ms';
$strDBGMinTimeMs = '最小時間, ms';
$strDBGModule = '模組';
$strDBGTimePerHitMs = '時間/次, ms';
$strDBGTotalTimeMs = '總時間, ms';
$strDbPrivileges = '指定資料庫權限'; $strDbPrivileges = '指定資料庫權限';
$strDBRename = '更改資料庫名稱到'; $strDBRename = '更改資料庫名稱到';
$strDbSpecific = '指定資料庫'; $strDbSpecific = '指定資料庫';
@@ -340,9 +328,7 @@ $strIdxFulltext = '全文檢索';
$strIgnore = '忽略'; $strIgnore = '忽略';
$strIgnoreDuplicates = '略過重覆列'; $strIgnoreDuplicates = '略過重覆列';
$strIgnoreInserts = '使用忽略加入 (insert)'; $strIgnoreInserts = '使用忽略加入 (insert)';
$strIgnoringFile = '忽略檔案 %s';
$strImport = '載入'; $strImport = '載入';
$strImportDocSQL = '讀取 docSQL 檔案';
$strImportFiles = '輸入檔案'; $strImportFiles = '輸入檔案';
$strImportFormat = '載入檔案格式'; $strImportFormat = '載入檔案格式';
$strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.'; $strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
@@ -776,7 +762,6 @@ $strThemeNotFound = '找不到佈景主題 %s !';
$strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!'; $strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
$strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!'; $strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
$strThisHost = '指定主機'; $strThisHost = '指定主機';
$strThisNotDirectory = '這並不是一個目錄';
$strThreads = '線程'; $strThreads = '線程';
$strThreadSuccessfullyKilled = '指令 %s 已成功中止.'; $strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
$strTime = '時間'; $strTime = '時間';
@@ -851,8 +836,6 @@ $strWildcard = '萬用字元';
$strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新'; $strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
$strWithChecked = '選擇的資料表:'; $strWithChecked = '選擇的資料表:';
$strWriteRequests = '寫入要求'; $strWriteRequests = '寫入要求';
$strWritingCommentNotPossible = '無法儲存註解文字';
$strWritingRelationNotPossible = '無法儲存關聯';
$strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取'; $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
$strXML = 'XML'; //USE ENG $strXML = 'XML'; //USE ENG
@@ -1004,4 +987,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%B %d, %Y u %I:%M %p';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; $timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda';
$strAbortedClients = 'Prekinuto'; $strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-poslu<6C>itelju do docSQL mape';
$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostoje<6A>a konfiguracijska datoteka. Za izradu mo<6D>ete upotrijebiti naredbu %1$ssetup script%2$s'; $strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostoje<6A>a konfiguracijska datoteka. Za izradu mo<6D>ete upotrijebiti naredbu %1$ssetup script%2$s';
$strAccessDeniedExplanation = 'phpMyAdmin poku<6B>ao je uspostaviti vezu s MySQL poslu<6C>iteljem, ali je poslu<6C>itelj odbio povezivanje. U datoteci config.inc.php provjerite naziv ra<72>unala, korisni<6E>ko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslu<6C>itelja.'; $strAccessDeniedExplanation = 'phpMyAdmin poku<6B>ao je uspostaviti vezu s MySQL poslu<6C>iteljem, ali je poslu<6C>itelj odbio povezivanje. U datoteci config.inc.php provjerite naziv ra<72>unala, korisni<6E>ko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslu<6C>itelja.';
$strAccessDenied = 'Pristup odbijen'; $strAccessDenied = 'Pristup odbijen';
@@ -31,8 +30,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj prisile'; $strAddConstraints = 'Dodaj prisile';
$strAddDeleteColumn = 'Dodaj/Izbri<72>i stupce polja'; $strAddDeleteColumn = 'Dodaj/Izbri<72>i stupce polja';
$strAddDeleteRow = 'Dodaj/Izbri<72>i redak kriterija'; $strAddDeleteRow = 'Dodaj/Izbri<72>i redak kriterija';
$strAddedColumnComment = 'Dodani komentar za stupac';
$strAddedColumnRelation = 'Dodana relacija za stupac';
$strAddFields = 'Dodaj %s polja'; $strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj prilago<67>eni komentar u zaglavlje ("\\n" razdvaja retke)'; $strAddHeaderComment = 'Dodaj prilago<67>eni komentar u zaglavlje ("\\n" razdvaja retke)';
$strAddIntoComments = 'Dodaj u komentare'; $strAddIntoComments = 'Dodaj u komentare';
@@ -204,15 +201,6 @@ $strDataPages = 'Stranice koje sadr
$strData = 'Podaci'; $strData = 'Podaci';
$strDBComment = 'Komentar baze podataka: '; $strDBComment = 'Komentar baze podataka: ';
$strDBCopy = 'Kopiraj bazu podataka u'; $strDBCopy = 'Kopiraj bazu podataka u';
$strDBGContextID = 'ID konteksta';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pronala<6C>enja';
$strDBGLine = 'Redak';
$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)';
$strDBGMinTimeMs = 'Najkra<72>e vrijeme (ms)';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/Pronala<6C>enje (ms)';
$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)';
$strDbPrivileges = 'Privilegije specifi<66>ne za bazu podataka'; $strDbPrivileges = 'Privilegije specifi<66>ne za bazu podataka';
$strDBRename = 'Preimenuj bazu podataka u'; $strDBRename = 'Preimenuj bazu podataka u';
$strDbSpecific = 'specifi<66>no za bazu podataka'; $strDbSpecific = 'specifi<66>no za bazu podataka';
@@ -349,8 +337,6 @@ $strIdxFulltext = 'Puni tekst';
$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnoreDuplicates = 'Ignoriraj istovjetne redove';
$strIgnore = 'Ignoriraj'; $strIgnore = 'Ignoriraj';
$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; $strIgnoreInserts = 'Upotrijebi ignoriranje umetaka';
$strIgnoringFile = 'Ignoriranje datoteke %s';
$strImportDocSQL = 'Uvezi docSQL datoteke';
$strImportFiles = 'Uvezi datoteke'; $strImportFiles = 'Uvezi datoteke';
$strImportFormat = 'Oblikovanje uvezene datoteke'; $strImportFormat = 'Oblikovanje uvezene datoteke';
$strImportSuccessfullyFinished = 'Uvoz je uspje<6A>no dovr<76>en. Izvr<76>eno upita: %d .'; $strImportSuccessfullyFinished = 'Uvoz je uspje<6A>no dovr<76>en. Izvr<76>eno upita: %d .';
@@ -903,7 +889,6 @@ $strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije prona
$strThemePathNotFound = 'Za temu %s nije prona<6E>ena putanje tema!'; $strThemePathNotFound = 'Za temu %s nije prona<6E>ena putanje tema!';
$strTheme = 'Tema / Stil'; $strTheme = 'Tema / Stil';
$strThisHost = 'Ovo ra<72>unalo'; $strThisHost = 'Ovo ra<72>unalo';
$strThisNotDirectory = 'Ovo nije bila mapa';
$strThreads = 'Grane'; $strThreads = 'Grane';
$strThreadSuccessfullyKilled = 'Grana %s uspje<6A>no je prekinuta.'; $strThreadSuccessfullyKilled = 'Grana %s uspje<6A>no je prekinuta.';
$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podno<6E>enja bit <20>e nastavljeno od polo<6C>aja %d.'; $strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podno<6E>enja bit <20>e nastavljeno od polo<6C>aja %d.';
@@ -983,8 +968,6 @@ $strWildcard = 'd
$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogu<67>e osvje<6A>iti. Mo<4D>da ste zatvorili nadre<72>eni prozor ili su postavke sigurnosti va<76>eg preglednika konfigurirane za blokiranje a<>uriranja preko vi<76>e prozora.'; $strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogu<67>e osvje<6A>iti. Mo<4D>da ste zatvorili nadre<72>eni prozor ili su postavke sigurnosti va<76>eg preglednika konfigurirane za blokiranje a<>uriranja preko vi<76>e prozora.';
$strWithChecked = 'S odabirom:'; $strWithChecked = 'S odabirom:';
$strWriteRequests = 'Zahtjevi zapisivanja'; $strWriteRequests = 'Zahtjevi zapisivanja';
$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogu<67>e';
$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogu<67>e';
$strWrongUser = 'Pogre<72>no korisni<6E>ko ime ili lozinka. Pristup odbijen.'; $strWrongUser = 'Pogre<72>no korisni<6E>ko ime ili lozinka. Pristup odbijen.';
$strXMLOptions = 'XML opcije'; $strXMLOptions = 'XML opcije';
@@ -997,4 +980,38 @@ $strZip = '"zipano"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%B %d, %Y u %I:%M %p';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; $timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda';
$strAbortedClients = 'Prekinuto'; $strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-poslužitelju do docSQL mape';
$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojeća konfiguracijska datoteka. Za izradu možete upotrijebiti naredbu %1$ssetup script%2$s'; $strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojeća konfiguracijska datoteka. Za izradu možete upotrijebiti naredbu %1$ssetup script%2$s';
$strAccessDeniedExplanation = 'phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.'; $strAccessDeniedExplanation = 'phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.';
$strAccessDenied = 'Pristup odbijen'; $strAccessDenied = 'Pristup odbijen';
@@ -32,8 +31,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj prisile'; $strAddConstraints = 'Dodaj prisile';
$strAddDeleteColumn = 'Dodaj/Izbriši stupce polja'; $strAddDeleteColumn = 'Dodaj/Izbriši stupce polja';
$strAddDeleteRow = 'Dodaj/Izbriši redak kriterija'; $strAddDeleteRow = 'Dodaj/Izbriši redak kriterija';
$strAddedColumnComment = 'Dodani komentar za stupac';
$strAddedColumnRelation = 'Dodana relacija za stupac';
$strAddFields = 'Dodaj %s polja'; $strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj prilagođeni komentar u zaglavlje ("\\n" razdvaja retke)'; $strAddHeaderComment = 'Dodaj prilagođeni komentar u zaglavlje ("\\n" razdvaja retke)';
$strAddIntoComments = 'Dodaj u komentare'; $strAddIntoComments = 'Dodaj u komentare';
@@ -205,15 +202,6 @@ $strDataPages = 'Stranice koje sadrže podatke';
$strData = 'Podaci'; $strData = 'Podaci';
$strDBComment = 'Komentar baze podataka: '; $strDBComment = 'Komentar baze podataka: ';
$strDBCopy = 'Kopiraj bazu podataka u'; $strDBCopy = 'Kopiraj bazu podataka u';
$strDBGContextID = 'ID konteksta';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pronalaženja';
$strDBGLine = 'Redak';
$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)';
$strDBGMinTimeMs = 'Najkraće vrijeme (ms)';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/Pronalaženje (ms)';
$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)';
$strDbPrivileges = 'Privilegije specifične za bazu podataka'; $strDbPrivileges = 'Privilegije specifične za bazu podataka';
$strDBRename = 'Preimenuj bazu podataka u'; $strDBRename = 'Preimenuj bazu podataka u';
$strDbSpecific = 'specifično za bazu podataka'; $strDbSpecific = 'specifično za bazu podataka';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Puni tekst';
$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnoreDuplicates = 'Ignoriraj istovjetne redove';
$strIgnore = 'Ignoriraj'; $strIgnore = 'Ignoriraj';
$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; $strIgnoreInserts = 'Upotrijebi ignoriranje umetaka';
$strIgnoringFile = 'Ignoriranje datoteke %s';
$strImportDocSQL = 'Uvezi docSQL datoteke';
$strImportFiles = 'Uvezi datoteke'; $strImportFiles = 'Uvezi datoteke';
$strImportFormat = 'Oblikovanje uvezene datoteke'; $strImportFormat = 'Oblikovanje uvezene datoteke';
$strImportSuccessfullyFinished = 'Uvoz je uspješno dovršen. Izvršeno upita: %d .'; $strImportSuccessfullyFinished = 'Uvoz je uspješno dovršen. Izvršeno upita: %d .';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronađena!';
$strThemePathNotFound = 'Za temu %s nije pronađena putanje tema!'; $strThemePathNotFound = 'Za temu %s nije pronađena putanje tema!';
$strTheme = 'Tema / Stil'; $strTheme = 'Tema / Stil';
$strThisHost = 'Ovo računalo'; $strThisHost = 'Ovo računalo';
$strThisNotDirectory = 'Ovo nije bila mapa';
$strThreads = 'Grane'; $strThreads = 'Grane';
$strThreadSuccessfullyKilled = 'Grana %s uspješno je prekinuta.'; $strThreadSuccessfullyKilled = 'Grana %s uspješno je prekinuta.';
$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnošenja bit će nastavljeno od položaja %d.'; $strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnošenja bit će nastavljeno od položaja %d.';
@@ -984,8 +969,6 @@ $strWildcard = 'džoker';
$strWindowNotFound = 'Ciljani prozor preglednika nije bilo moguće osvježiti. Možda ste zatvorili nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane za blokiranje ažuriranja preko više prozora.'; $strWindowNotFound = 'Ciljani prozor preglednika nije bilo moguće osvježiti. Možda ste zatvorili nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane za blokiranje ažuriranja preko više prozora.';
$strWithChecked = 'S odabirom:'; $strWithChecked = 'S odabirom:';
$strWriteRequests = 'Zahtjevi zapisivanja'; $strWriteRequests = 'Zahtjevi zapisivanja';
$strWritingCommentNotPossible = 'Zapisivanje komentara nije moguće';
$strWritingRelationNotPossible = 'Zapisivanje relacija nije moguće';
$strWrongUser = 'Pogrešno korisničko ime ili lozinka. Pristup odbijen.'; $strWrongUser = 'Pogrešno korisničko ime ili lozinka. Pristup odbijen.';
$strXMLOptions = 'XML opcije'; $strXMLOptions = 'XML opcije';
@@ -998,4 +981,38 @@ $strZip = '"zipano"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%B %d, %Y u %I:%M %p';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; $timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda';
$strAbortedClients = 'Prekinuto'; $strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-poslu<6C>itelju do docSQL mape';
$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostoje<6A>a konfiguracijska datoteka. Za izradu mo<6D>ete upotrijebiti naredbu %1$ssetup script%2$s'; $strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostoje<6A>a konfiguracijska datoteka. Za izradu mo<6D>ete upotrijebiti naredbu %1$ssetup script%2$s';
$strAccessDeniedExplanation = 'phpMyAdmin poku<6B>ao je uspostaviti vezu s MySQL poslu<6C>iteljem, ali je poslu<6C>itelj odbio povezivanje. U datoteci config.inc.php provjerite naziv ra<72>unala, korisni<6E>ko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslu<6C>itelja.'; $strAccessDeniedExplanation = 'phpMyAdmin poku<6B>ao je uspostaviti vezu s MySQL poslu<6C>iteljem, ali je poslu<6C>itelj odbio povezivanje. U datoteci config.inc.php provjerite naziv ra<72>unala, korisni<6E>ko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslu<6C>itelja.';
$strAccessDenied = 'Pristup odbijen'; $strAccessDenied = 'Pristup odbijen';
@@ -31,8 +30,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj prisile'; $strAddConstraints = 'Dodaj prisile';
$strAddDeleteColumn = 'Dodaj/Izbri<72>i stupce polja'; $strAddDeleteColumn = 'Dodaj/Izbri<72>i stupce polja';
$strAddDeleteRow = 'Dodaj/Izbri<72>i redak kriterija'; $strAddDeleteRow = 'Dodaj/Izbri<72>i redak kriterija';
$strAddedColumnComment = 'Dodani komentar za stupac';
$strAddedColumnRelation = 'Dodana relacija za stupac';
$strAddFields = 'Dodaj %s polja'; $strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj prilago<67>eni komentar u zaglavlje ("\\n" razdvaja retke)'; $strAddHeaderComment = 'Dodaj prilago<67>eni komentar u zaglavlje ("\\n" razdvaja retke)';
$strAddIntoComments = 'Dodaj u komentare'; $strAddIntoComments = 'Dodaj u komentare';
@@ -204,15 +201,6 @@ $strDataPages = 'Stranice koje sadr
$strData = 'Podaci'; $strData = 'Podaci';
$strDBComment = 'Komentar baze podataka: '; $strDBComment = 'Komentar baze podataka: ';
$strDBCopy = 'Kopiraj bazu podataka u'; $strDBCopy = 'Kopiraj bazu podataka u';
$strDBGContextID = 'ID konteksta';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pronala<6C>enja';
$strDBGLine = 'Redak';
$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)';
$strDBGMinTimeMs = 'Najkra<72>e vrijeme (ms)';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/Pronala<6C>enje (ms)';
$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)';
$strDbPrivileges = 'Privilegije specifi<66>ne za bazu podataka'; $strDbPrivileges = 'Privilegije specifi<66>ne za bazu podataka';
$strDBRename = 'Preimenuj bazu podataka u'; $strDBRename = 'Preimenuj bazu podataka u';
$strDbSpecific = 'specifi<66>no za bazu podataka'; $strDbSpecific = 'specifi<66>no za bazu podataka';
@@ -349,8 +337,6 @@ $strIdxFulltext = 'Puni tekst';
$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnoreDuplicates = 'Ignoriraj istovjetne redove';
$strIgnore = 'Ignoriraj'; $strIgnore = 'Ignoriraj';
$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; $strIgnoreInserts = 'Upotrijebi ignoriranje umetaka';
$strIgnoringFile = 'Ignoriranje datoteke %s';
$strImportDocSQL = 'Uvezi docSQL datoteke';
$strImportFiles = 'Uvezi datoteke'; $strImportFiles = 'Uvezi datoteke';
$strImportFormat = 'Oblikovanje uvezene datoteke'; $strImportFormat = 'Oblikovanje uvezene datoteke';
$strImportSuccessfullyFinished = 'Uvoz je uspje<6A>no dovr<76>en. Izvr<76>eno upita: %d .'; $strImportSuccessfullyFinished = 'Uvoz je uspje<6A>no dovr<76>en. Izvr<76>eno upita: %d .';
@@ -903,7 +889,6 @@ $strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije prona
$strThemePathNotFound = 'Za temu %s nije prona<6E>ena putanje tema!'; $strThemePathNotFound = 'Za temu %s nije prona<6E>ena putanje tema!';
$strTheme = 'Tema / Stil'; $strTheme = 'Tema / Stil';
$strThisHost = 'Ovo ra<72>unalo'; $strThisHost = 'Ovo ra<72>unalo';
$strThisNotDirectory = 'Ovo nije bila mapa';
$strThreads = 'Grane'; $strThreads = 'Grane';
$strThreadSuccessfullyKilled = 'Grana %s uspje<6A>no je prekinuta.'; $strThreadSuccessfullyKilled = 'Grana %s uspje<6A>no je prekinuta.';
$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podno<6E>enja bit <20>e nastavljeno od polo<6C>aja %d.'; $strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podno<6E>enja bit <20>e nastavljeno od polo<6C>aja %d.';
@@ -983,8 +968,6 @@ $strWildcard = 'd
$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogu<67>e osvje<6A>iti. Mo<4D>da ste zatvorili nadre<72>eni prozor ili su postavke sigurnosti va<76>eg preglednika konfigurirane za blokiranje a<>uriranja preko vi<76>e prozora.'; $strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogu<67>e osvje<6A>iti. Mo<4D>da ste zatvorili nadre<72>eni prozor ili su postavke sigurnosti va<76>eg preglednika konfigurirane za blokiranje a<>uriranja preko vi<76>e prozora.';
$strWithChecked = 'S odabirom:'; $strWithChecked = 'S odabirom:';
$strWriteRequests = 'Zahtjevi zapisivanja'; $strWriteRequests = 'Zahtjevi zapisivanja';
$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogu<67>e';
$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogu<67>e';
$strWrongUser = 'Pogre<72>no korisni<6E>ko ime ili lozinka. Pristup odbijen.'; $strWrongUser = 'Pogre<72>no korisni<6E>ko ime ili lozinka. Pristup odbijen.';
$strXMLOptions = 'XML opcije'; $strXMLOptions = 'XML opcije';
@@ -997,4 +980,38 @@ $strZip = '"zipano"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%a %d. %b %Y, %H:%M';
$timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund'; $timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund';
$strAbortedClients = 'P<>eru<72>en<65>'; $strAbortedClients = 'P<>eru<72>en<65>';
$strAbsolutePathToDocSqlDir = 'docSQL adres<65><73>';
$strAccessDeniedCreateConfig = 'Pravd<76>podobn<62> p<><70><EFBFBD>ina je, <20>e nem<65>te vytvo<76>en<65> konfigura<72>n<EFBFBD> soubor. Pro jeho vytvo<76>en<65> by se v<>m mohl hodit %1$snastavovac<61> skript%2$s.'; $strAccessDeniedCreateConfig = 'Pravd<76>podobn<62> p<><70><EFBFBD>ina je, <20>e nem<65>te vytvo<76>en<65> konfigura<72>n<EFBFBD> soubor. Pro jeho vytvo<76>en<65> by se v<>m mohl hodit %1$snastavovac<61> skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil p<>ipojit k&nbsp;MySQL serveru, a ten odm<64>tl p<>ipojen<65>. Zkontrolujte jm<6A>no serveru, u<>ivatelsk<73> jm<6A>no a heslo v&nbsp;souboru config.inc.php a ujist<73>te se, <20>e jsou toto<74>n<EFBFBD> s&nbsp;t<>mi, kter<65> m<>te od administr<74>tora MySQL serveru.'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil p<>ipojit k&nbsp;MySQL serveru, a ten odm<64>tl p<>ipojen<65>. Zkontrolujte jm<6A>no serveru, u<>ivatelsk<73> jm<6A>no a heslo v&nbsp;souboru config.inc.php a ujist<73>te se, <20>e jsou toto<74>n<EFBFBD> s&nbsp;t<>mi, kter<65> m<>te od administr<74>tora MySQL serveru.';
$strAccessDenied = 'P<><50>stup odep<65>en'; $strAccessDenied = 'P<><50>stup odep<65>en';
@@ -32,8 +31,6 @@ $strAddClause = 'P
$strAddConstraints = 'P<>idat integritn<74> omezen<65>'; $strAddConstraints = 'P<>idat integritn<74> omezen<65>';
$strAddDeleteColumn = 'P<>idat nebo odebrat sloupec'; $strAddDeleteColumn = 'P<>idat nebo odebrat sloupec';
$strAddDeleteRow = 'P<>idat nebo odebrat <20><>dek'; $strAddDeleteRow = 'P<>idat nebo odebrat <20><>dek';
$strAddedColumnComment = 'P<>id<69>n koment<6E><74> ke sloupci';
$strAddedColumnRelation = 'P<>id<69>na relace pro sloupec';
$strAddFields = 'P<>idat %s sloupc<70>'; $strAddFields = 'P<>idat %s sloupc<70>';
$strAddHeaderComment = 'P<>idat vlastn<74> koment<6E><74> do hlavi<76>ky (\\n odd<64>luje <20><>dky)'; $strAddHeaderComment = 'P<>idat vlastn<74> koment<6E><74> do hlavi<76>ky (\\n odd<64>luje <20><>dky)';
$strAddIntoComments = 'Do koment<6E><74><EFBFBD> p<>idat'; $strAddIntoComments = 'Do koment<6E><74><EFBFBD> p<>idat';
@@ -55,9 +52,11 @@ $strAllowInterrupt = 'Povolit p
$strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku'; $strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku';
$strAll = 'V<>echno'; $strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle'; $strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
$strAlwaysShowLinks = 'V<>dy zobrazovat spoje';
$strAnalyzeTable = 'Analyzovat tabulku'; $strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a'; $strAnd = 'a';
$strAndThen = 'a pot<6F>'; $strAndThen = 'a pot<6F>';
$strAngularLinks = 'Pravo<76>hl<68> spoje';
$strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index'; $strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index';
$strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>'; $strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>';
$strAny = 'Jak<61>koliv'; $strAny = 'Jak<61>koliv';
@@ -172,6 +171,8 @@ $strCreateNewDatabase = 'Vytvo
$strCreateNewTable = 'Vytvo<76>it novou tabulku v&nbsp;datab<61>zi %s'; $strCreateNewTable = 'Vytvo<76>it novou tabulku v&nbsp;datab<61>zi %s';
$strCreatePage = 'Vytvo<76>it novou str<74>nku'; $strCreatePage = 'Vytvo<76>it novou str<74>nku';
$strCreatePdfFeat = 'Vytv<74><76>en<65> PDF'; $strCreatePdfFeat = 'Vytv<74><76>en<65> PDF';
$strCreateRelation = 'Vytvo<76>it relaci';
$strCreateTable = 'Vytvo<76>it tabulku';
$strCreateUserDatabase = 'Datab<61>ze pro u<>ivatele'; $strCreateUserDatabase = 'Datab<61>ze pro u<>ivatele';
$strCreateUserDatabaseName = 'Vytvo<76>it datab<61>zi stejn<6A>ho jm<6A>na a p<>id<69>lit v<>echna opr<70>vn<76>n<EFBFBD>'; $strCreateUserDatabaseName = 'Vytvo<76>it datab<61>zi stejn<6A>ho jm<6A>na a p<>id<69>lit v<>echna opr<70>vn<76>n<EFBFBD>';
$strCreateUserDatabaseNone = '<27><>dn<64>'; $strCreateUserDatabaseNone = '<27><>dn<64>';
@@ -205,15 +206,7 @@ $strDataOnly = ' Jen data';
$strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data'; $strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data';
$strDBComment = 'Koment<6E><74> k&nbsp;datab<61>zi: '; $strDBComment = 'Koment<6E><74> k&nbsp;datab<61>zi: ';
$strDBCopy = 'Zkop<6F>rovat datab<61>zi na'; $strDBCopy = 'Zkop<6F>rovat datab<61>zi na';
$strDBGContextID = 'Kontext ID'; $strDbIsEmpty = 'Datab<61>ze se zd<7A> b<>t pr<70>zdn<64>!';
$strDBGContext = 'Kontext';
$strDBGHits = 'Z<>sah<61>';
$strDBGLine = '<27><>dka';
$strDBGMaxTimeMs = 'Min. <20>as, ms';
$strDBGMinTimeMs = 'Max. <20>as, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = '<27>as/Z<>sah, ms';
$strDBGTotalTimeMs = 'Celkov<6F> <20>as, ms';
$strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze'; $strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze';
$strDBRename = 'P<>ejmenovat datab<61>zi na'; $strDBRename = 'P<>ejmenovat datab<61>zi na';
$strDbSpecific = 'z<>visl<73> na datab<61>zi'; $strDbSpecific = 'z<>visl<73> na datab<61>zi';
@@ -233,14 +226,19 @@ $strDelimiter = 'Odd
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?'; $strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupn<70>'; $strDescending = 'Sestupn<70>';
$strDescription = 'Popis'; $strDescription = 'Popis';
$strDesigner = 'N<>vrh<72><68>';
$strDictionary = 'slovn<76>k'; $strDictionary = 'slovn<76>k';
$strDirectLinks = 'P<><50>m<EFBFBD> spoje';
$strDirtyPages = 'Zm<5A>n<EFBFBD>n<EFBFBD>ch str<74>nek'; $strDirtyPages = 'Zm<5A>n<EFBFBD>n<EFBFBD>ch str<74>nek';
$strDisabled = 'Vypnuto'; $strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>'; $strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>';
$strDisableForFasterScrolling = 'Vypn<70>te pro rychlej<65><6A> posun';
$strDisplayFeat = 'Zobrazen<65> funkc<6B>'; $strDisplayFeat = 'Zobrazen<65> funkc<6B>';
$strDisplayOrder = 'Se<53>adit podle:'; $strDisplayOrder = 'Se<53>adit podle:';
$strDisplayPDF = 'Zobrazit jako sch<63>ma v&nbsp;PDF'; $strDisplayPDF = 'Zobrazit jako sch<63>ma v&nbsp;PDF';
$strDoAQuery = 'Prov<6F>st &bdquo;dotaz podle p<><70>kladu&ldquo; (z<>stupn<70> znak: &bdquo;%&ldquo;)'; $strDoAQuery = 'Prov<6F>st &bdquo;dotaz podle p<><70>kladu&ldquo; (z<>stupn<70> znak: &bdquo;%&ldquo;)';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'Nastaven<65> pro DocSQL';
$strDocu = 'Dokumentace'; $strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si p<>ejete vykonat p<><70>kaz'; $strDoYouReally = 'Opravdu si p<>ejete vykonat p<><70>kaz';
$strDropDatabaseStrongWarning = 'Chyst<73>te se ZRU<52>IT celou datab<61>zi!'; $strDropDatabaseStrongWarning = 'Chyst<73>te se ZRU<52>IT celou datab<61>zi!';
@@ -279,6 +277,7 @@ $strExcelOptions = 'Nastaven
$strExecuteBookmarked = 'Spustit obl<62>ben<65> dotaz'; $strExecuteBookmarked = 'Spustit obl<62>ben<65> dotaz';
$strExplain = 'Vysv<73>tlit dotaz'; $strExplain = 'Vysv<73>tlit dotaz';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Exportovat/Importovat v m<><6D><EFBFBD>tku';
$strExportMustBeFile = 'Zvolen<65> export mus<75> b<>t ulo<6C>en do souboru!'; $strExportMustBeFile = 'Zvolen<65> export mus<75> b<>t ulo<6C>en do souboru!';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty'; $strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -334,6 +333,9 @@ $strHasBeenCreated = 'byla vytvo
$strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.'; $strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.';
$strHebrew = 'Hebrej<65>tina'; $strHebrew = 'Hebrej<65>tina';
$strHexForBinary = 'Bin<69>rn<72> pole vypisovat <20>estn<74>ctkov<6F>'; $strHexForBinary = 'Bin<69>rn<72> pole vypisovat <20>estn<74>ctkov<6F>';
$strHideShowAll = 'Skr<6B>t/Zobrazit v<>e';
$strHideShowNoRelation = 'Skr<6B>t/Zobrazit tabulky bez relac<61>';
$strHide = 'Skr<6B>t';
$strHome = 'Hlavn<76> strana'; $strHome = 'Hlavn<76> strana';
$strHomepageOfficial = 'Ofici<63>ln<6C> str<74>nka phpMyAdmina'; $strHomepageOfficial = 'Ofici<63>ln<6C> str<74>nka phpMyAdmina';
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!'; $strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
@@ -350,8 +352,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky'; $strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky';
$strIgnore = 'Ignorovat'; $strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou<6F><75>t IGNORE'; $strIgnoreInserts = 'Pou<6F><75>t IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s'; $strImportExportCoords = 'Import/Export sou<6F>adnic pro PDF sch<63>ma';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory'; $strImportFiles = 'Importovat soubory';
$strImportFormat = 'Form<72>t importovan<61>ho souboru'; $strImportFormat = 'Form<72>t importovan<61>ho souboru';
$strImport = 'Import'; $strImport = 'Import';
@@ -373,6 +374,7 @@ $strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.'; $strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.';
$strInnoDBDataHomeDir = 'Domovsk<73> adres<65><73> pro data'; $strInnoDBDataHomeDir = 'Domovsk<73> adres<65><73> pro data';
$strInnoDBPages = 'str<74>nek'; $strInnoDBPages = 'str<74>nek';
$strInnoDBRelationAdded = 'Vytvo<76>ena relace InnoDB';
$strInnodbStat = 'Stav InnoDB'; $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'M<>te standardn<64> nastaven<65> hesla u<>ivatele root v&nbsp;MySQL. Doporu<72>ujeme zm<7A>nit toto nastaven<65> a t<>m podstatn<74> zv<7A><76>it bezpe<70>nost va<76>eho serveru.'; $strInsecureMySQL = 'M<>te standardn<64> nastaven<65> hesla u<>ivatele root v&nbsp;MySQL. Doporu<72>ujeme zm<7A>nit toto nastaven<65> a t<>m podstatn<74> zv<7A><76>it bezpe<70>nost va<76>eho serveru.';
$strInsertAsNewRow = 'Vlo<6C>it jako nov<6F> <20><>dek'; $strInsertAsNewRow = 'Vlo<6C>it jako nov<6F> <20><>dek';
@@ -380,6 +382,7 @@ $strInsertedRowId = 'Id vlo
$strInsertedRows = 'Vlo<6C>eno <20><>dk<64>:'; $strInsertedRows = 'Vlo<6C>eno <20><>dk<64>:';
$strInsert = 'Vlo<6C>it'; $strInsert = 'Vlo<6C>it';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.'; $strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.';
$strInternalRelationAdded = 'Intern<72> relace vytvo<76>ena';
$strInternalRelations = 'Intern<72> relace'; $strInternalRelations = 'Intern<72> relace';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>'; $strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:'; $strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:';
@@ -462,6 +465,7 @@ $strMIME_without = 'MIME typy zobrazen
$strModifications = 'Zm<5A>ny byly ulo<6C>eny'; $strModifications = 'Zm<5A>ny byly ulo<6C>eny';
$strModifyIndexTopic = 'Upravit index'; $strModifyIndexTopic = 'Upravit index';
$strModify = '<27>pravy'; $strModify = '<27>pravy';
$strMoveMenu = 'P<>esun menu';
$strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.'; $strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.';
$strMoveTable = 'P<>esunout tabulku do (datab<61>ze<b>.</b>tabulka):'; $strMoveTable = 'P<>esunout tabulku do (datab<61>ze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze p<>esunout tabulku na sebe samu!'; $strMoveTableSameNames = 'Nelze p<>esunout tabulku na sebe samu!';
@@ -516,10 +520,12 @@ $strNoThemeSupport = 'Nen
$strNotNumber = 'Nebylo zad<61>no <20><>slo!'; $strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v&nbsp;po<70><6F>dku'; $strNotOK = 'nen<65> v&nbsp;po<70><6F>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s'; $strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto nen<65> prim<69>rn<72> kl<6B><6C>!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.'; $strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL'; $strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulov<6F>'; $strNull = 'Nulov<6F>';
$strNumberOfFields = 'Po<50>et sloupc<70>'; $strNumberOfFields = 'Po<50>et sloupc<70>';
$strNumberOfTables = 'Po<50>et tabulek';
$strNumSearchResultsInTable = '%s odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>) v&nbsp;tabulce <i>%s</i>'; $strNumSearchResultsInTable = '%s odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)'; $strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)';
$strNumTables = 'Tabulek'; $strNumTables = 'Tabulek';
@@ -561,7 +567,7 @@ $strPersian = 'Per
$strPhoneBook = 'adres<65><73>'; $strPhoneBook = 'adres<65><73>';
$strPHP40203 = 'Pou<6F><75>v<EFBFBD>te PHP 4.2.3, kter<65> m<> z<>va<76>nou chybu p<>i pr<70>ci s&nbsp;v<>cebajtov<6F>mi znaky (mbstring), jedn<64> se o&nbsp;chybu PHP <20><>slo 19404. Nedoporu<72>ujeme pou<6F><75>vat tuto verzi PHP s&nbsp;phpMyAdminem.'; $strPHP40203 = 'Pou<6F><75>v<EFBFBD>te PHP 4.2.3, kter<65> m<> z<>va<76>nou chybu p<>i pr<70>ci s&nbsp;v<>cebajtov<6F>mi znaky (mbstring), jedn<64> se o&nbsp;chybu PHP <20><>slo 19404. Nedoporu<72>ujeme pou<6F><75>vat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP'; $strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP k<>d'; $strPhp = 'Vytvo<EFBFBD>it PHP k<>d';
$strPmaDocumentation = 'Dokumentace phpMyAdmina'; $strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUS<55> b<>t nastaven v&nbsp;konfigura<72>n<EFBFBD>m souboru!'; $strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUS<55> b<>t nastaven v&nbsp;konfigura<72>n<EFBFBD>m souboru!';
$strPmaWiki = 'wiki phpMyAdmina'; $strPmaWiki = 'wiki phpMyAdmina';
@@ -635,16 +641,19 @@ $strQueryWindowLock = 'Nep
$strReadRequests = 'Po<50>adavk<76> na z<>pis'; $strReadRequests = 'Po<50>adavk<76> na z<>pis';
$strReceived = 'P<>ijato'; $strReceived = 'P<>ijato';
$strRecommended = 'doporu<72>en<65>';
$strRecords = 'Z<>znam<61>'; $strRecords = 'Z<>znam<61>';
$strReferentialIntegrity = 'Zkontrolovat integritu odkaz<61>:'; $strReferentialIntegrity = 'Zkontrolovat integritu odkaz<61>:';
$strRefresh = 'Obnovit'; $strRefresh = 'Obnovit';
$strRelationalSchema = 'Rela<6C>n<EFBFBD> sch<63>ma'; $strRelationalSchema = 'Rela<6C>n<EFBFBD> sch<63>ma';
$strRelationDeleted = 'Relace smaz<61>na';
$strRelationNotWorking = 'N<>kter<65> z&nbsp;roz<6F><7A><EFBFBD>en<65>ch funkc<6B> phpMyAdmina nelze pou<6F><75>vat. %sZde%s zjist<73>te pro<72>.'; $strRelationNotWorking = 'N<>kter<65> z&nbsp;roz<6F><7A><EFBFBD>en<65>ch funkc<6B> phpMyAdmina nelze pou<6F><75>vat. %sZde%s zjist<73>te pro<72>.';
$strRelationsForTable = 'RELACE PRO TABULKU'; $strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace'; $strRelations = 'Relace';
$strRelationView = 'Zobrazit relace'; $strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovuna<6E><61>t<EFBFBD>m opr<70>vn<76>n<EFBFBD>'; $strReloadingThePrivileges = 'Znovuna<6E><61>t<EFBFBD>m opr<70>vn<76>n<EFBFBD>';
$strReloadPrivileges = 'Znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>'; $strReloadPrivileges = 'Znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>';
$strReload = 'Znovu na<6E><61>st';
$strRemoveSelectedUsers = 'Odstranit vybran<61> u<>ivatele'; $strRemoveSelectedUsers = 'Odstranit vybran<61> u<>ivatele';
$strRenameDatabaseOK = 'Datab<61>ze %s byla p<>ejmenov<6F>na na %s'; $strRenameDatabaseOK = 'Datab<61>ze %s byla p<>ejmenov<6F>na na %s';
$strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s'; $strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s';
@@ -677,6 +686,7 @@ $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab
$strRussian = 'Ru<52>tina'; $strRussian = 'Ru<52>tina';
$strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<65><73>i %s'; $strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<65><73>i %s';
$strSavePosition = 'Ulo<6C>it rozm<7A>st<73>n<EFBFBD>';
$strSave = 'Ulo<6C>'; $strSave = 'Ulo<6C>';
$strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku'; $strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku';
$strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi'; $strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi';
@@ -694,7 +704,9 @@ $strSelectADb = 'Pros
$strSelectAll = 'Vybrat v<>e'; $strSelectAll = 'Vybrat v<>e';
$strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>'; $strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>';
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):'; $strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
$strSelectForeignKey = 'Zvolte ciz<69> kl<6B><6C>';
$strSelectNumRows = 'v&nbsp;dotazu'; $strSelectNumRows = 'v&nbsp;dotazu';
$strSelectReferencedKey = 'Zvolte odkazovan<61> kl<6B><6C>';
$strSelectTables = 'Vybrat tabulky'; $strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru'; $strSend = 'Do souboru';
$strSent = 'Odesl<73>no'; $strSent = 'Odesl<73>no';
@@ -716,8 +728,11 @@ $strShowColor = 'Barevn
$strShowDatadictAs = 'Form<72>t datov<6F>ho slovn<76>ku'; $strShowDatadictAs = 'Form<72>t datov<6F>ho slovn<76>ku';
$strShowFullQueries = 'Zobrazit cel<65> dotazy'; $strShowFullQueries = 'Zobrazit cel<65> dotazy';
$strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku'; $strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku';
$strShowHideLeftMenu = 'Zobrazit/Skr<6B>t lev<65> menu';
$strShowingBookmark = 'Zobrazuji obl<62>ben<65> dotaz'; $strShowingBookmark = 'Zobrazuji obl<62>ben<65> dotaz';
$strShowingPhp = 'Zobrazuji jako PHP k<>d';
$strShowingRecords = 'Zobrazeny z<>znamy'; $strShowingRecords = 'Zobrazeny z<>znamy';
$strShowingSQL = 'Zobrazuji SQL dotaz';
$strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky'; $strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP'; $strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery'; $strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery';
@@ -839,6 +854,7 @@ $strSize = 'Velikost';
$strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it'; $strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it';
$strSlovak = 'Sloven<65>tina'; $strSlovak = 'Sloven<65>tina';
$strSlovenian = 'Slovin<69>tina'; $strSlovenian = 'Slovin<69>tina';
$strSmallBigAll = 'V<>e mal<61>/velk<6C>';
$strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)'; $strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)';
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e'; $strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
$strSorting = '<27>azen<65>'; $strSorting = '<27>azen<65>';
@@ -887,7 +903,9 @@ $strTableEmpty = 'Jm
$strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na'; $strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na';
$strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na'; $strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na';
$strTableHasBeenFlushed = 'Vyrovn<76>vac<61> pam<61><6D> pro tabulku %s byla vypr<70>zdn<64>na'; $strTableHasBeenFlushed = 'Vyrovn<76>vac<61> pam<61><6D> pro tabulku %s byla vypr<70>zdn<64>na';
$strTableIsEmpty = 'Tabulka se zd<7A> b<>t pr<70>zdn<64>!';
$strTableMaintenance = ' <20>dr<64>ba tabulky '; $strTableMaintenance = ' <20>dr<64>ba tabulky ';
$strTableName = 'Jm<4A>no tabulky';
$strTableOfContents = 'Obsah'; $strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky'; $strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek'; $strTables = '%s tabulek';
@@ -905,14 +923,15 @@ $strThemeNoValidImgPath = 'Nebyla nalezena platn
$strThemePathNotFound = 'Nebyla nalezena platn<74> cesta k vzhledu %s!'; $strThemePathNotFound = 'Nebyla nalezena platn<74> cesta k vzhledu %s!';
$strTheme = 'Vzhled'; $strTheme = 'Vzhled';
$strThisHost = 'Tento po<70><6F>ta<74>'; $strThisHost = 'Tento po<70><6F>ta<74>';
$strThisNotDirectory = 'Nebyl zad<61>n adres<65><73>';
$strThreads = 'Po<50>et vl<76>ken'; $strThreads = 'Po<50>et vl<76>ken';
$strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.'; $strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.';
$strTime = '<27>as'; $strTime = '<27>as';
$strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.'; $strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.'; $strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.'; $strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.';
$strToFromPage = 'do/ze str<74>nky';
$strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh'; $strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh';
$strToSelectRelation = 'Pro v<>b<EFBFBD>r relace klikn<6B>te :';
$strTotal = 'celkem'; $strTotal = 'celkem';
$strTotalUC = 'Celkem'; $strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina'; $strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina';
@@ -986,8 +1005,6 @@ $strWildcard = 'maska';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<>vodu bezpe<70>nostn<74>ch nastaven<65>.'; $strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWithChecked = 'Za<5A>krtnut<75>:'; $strWithChecked = 'Za<5A>krtnut<75>:';
$strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>'; $strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>';
$strWritingCommentNotPossible = 'Nelze zapsat koment<6E><74>';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no nebo heslo. P<><50>stup odep<65>en.'; $strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no nebo heslo. P<><50>stup odep<65>en.';
$strXMLOptions = 'Nastaven<65> exportu do XML'; $strXMLOptions = 'Nastaven<65> exportu do XML';

View File

@@ -23,7 +23,6 @@ $datefmt = '%a %d. %b %Y, %H:%M';
$timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund'; $timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund';
$strAbortedClients = 'Přerušené'; $strAbortedClients = 'Přerušené';
$strAbsolutePathToDocSqlDir = 'docSQL adresář';
$strAccessDeniedCreateConfig = 'Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho vytvoření by se vám mohl hodit %1$snastavovací skript%2$s.'; $strAccessDeniedCreateConfig = 'Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho vytvoření by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k&nbsp;MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistěte se, že jsou totožné s&nbsp;těmi, které máte od administrátora MySQL serveru.'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k&nbsp;MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistěte se, že jsou totožné s&nbsp;těmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Přístup odepřen'; $strAccessDenied = 'Přístup odepřen';
@@ -33,8 +32,6 @@ $strAddClause = 'Přidat %s';
$strAddConstraints = 'Přidat integritní omezení'; $strAddConstraints = 'Přidat integritní omezení';
$strAddDeleteColumn = 'Přidat nebo odebrat sloupec'; $strAddDeleteColumn = 'Přidat nebo odebrat sloupec';
$strAddDeleteRow = 'Přidat nebo odebrat řádek'; $strAddDeleteRow = 'Přidat nebo odebrat řádek';
$strAddedColumnComment = 'Přidán komentář ke sloupci';
$strAddedColumnRelation = 'Přidána relace pro sloupec';
$strAddFields = 'Přidat %s sloupců'; $strAddFields = 'Přidat %s sloupců';
$strAddHeaderComment = 'Přidat vlastní komentář do hlavičky (\\n odděluje řádky)'; $strAddHeaderComment = 'Přidat vlastní komentář do hlavičky (\\n odděluje řádky)';
$strAddIntoComments = 'Do komentářů přidat'; $strAddIntoComments = 'Do komentářů přidat';
@@ -56,9 +53,11 @@ $strAllowInterrupt = 'Povolit přerušení importu v&nbsp;případě že skript
$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku'; $strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku';
$strAll = 'Všechno'; $strAll = 'Všechno';
$strAlterOrderBy = 'Změnit pořadí tabulky podle'; $strAlterOrderBy = 'Změnit pořadí tabulky podle';
$strAlwaysShowLinks = 'Vždy zobrazovat spoje';
$strAnalyzeTable = 'Analyzovat tabulku'; $strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a'; $strAnd = 'a';
$strAndThen = 'a poté'; $strAndThen = 'a poté';
$strAngularLinks = 'Pravoúhlé spoje';
$strAnIndex = 'K&nbsp;tabulce %s byl přidán index'; $strAnIndex = 'K&nbsp;tabulce %s byl přidán index';
$strAnyHost = 'Jakýkoliv počítač'; $strAnyHost = 'Jakýkoliv počítač';
$strAny = 'Jakýkoliv'; $strAny = 'Jakýkoliv';
@@ -173,6 +172,8 @@ $strCreateNewDatabase = 'Vytvořit novou databázi';
$strCreateNewTable = 'Vytvořit novou tabulku v&nbsp;databázi %s'; $strCreateNewTable = 'Vytvořit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvořit novou stránku'; $strCreatePage = 'Vytvořit novou stránku';
$strCreatePdfFeat = 'Vytváření PDF'; $strCreatePdfFeat = 'Vytváření PDF';
$strCreateRelation = 'Vytvořit relaci';
$strCreateTable = 'Vytvořit tabulku';
$strCreateUserDatabase = 'Databáze pro uživatele'; $strCreateUserDatabase = 'Databáze pro uživatele';
$strCreateUserDatabaseName = 'Vytvořit databázi stejného jména a přidělit všechna oprávnění'; $strCreateUserDatabaseName = 'Vytvořit databázi stejného jména a přidělit všechna oprávnění';
$strCreateUserDatabaseNone = 'Žádná'; $strCreateUserDatabaseNone = 'Žádná';
@@ -206,15 +207,7 @@ $strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data'; $strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentář k&nbsp;databázi: '; $strDBComment = 'Komentář k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na'; $strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID'; $strDbIsEmpty = 'Databáze se zdá být prázdná!';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahů';
$strDBGLine = 'Řádka';
$strDBGMaxTimeMs = 'Min. čas, ms';
$strDBGMinTimeMs = 'Max. čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový čas, ms';
$strDbPrivileges = 'Oprávnění pro jednotlivé databáze'; $strDbPrivileges = 'Oprávnění pro jednotlivé databáze';
$strDBRename = 'Přejmenovat databázi na'; $strDBRename = 'Přejmenovat databázi na';
$strDbSpecific = 'závislé na databázi'; $strDbSpecific = 'závislé na databázi';
@@ -234,14 +227,19 @@ $strDelimiter = 'Oddělovač';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?'; $strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupně'; $strDescending = 'Sestupně';
$strDescription = 'Popis'; $strDescription = 'Popis';
$strDesigner = 'Návrhář';
$strDictionary = 'slovník'; $strDictionary = 'slovník';
$strDirectLinks = 'Přímé spoje';
$strDirtyPages = 'Změněných stránek'; $strDirtyPages = 'Změněných stránek';
$strDisabled = 'Vypnuto'; $strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů'; $strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů';
$strDisableForFasterScrolling = 'Vypněte pro rychlejší posun';
$strDisplayFeat = 'Zobrazení funkcí'; $strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seřadit podle:'; $strDisplayOrder = 'Seřadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF'; $strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle příkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)'; $strDoAQuery = 'Provést &bdquo;dotaz podle příkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'Nastavení pro DocSQL';
$strDocu = 'Dokumentace'; $strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si přejete vykonat příkaz'; $strDoYouReally = 'Opravdu si přejete vykonat příkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!'; $strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
@@ -280,6 +278,7 @@ $strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz'; $strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvětlit dotaz'; $strExplain = 'Vysvětlit dotaz';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Exportovat/Importovat v měřítku';
$strExportMustBeFile = 'Zvolený export musí být uložen do souboru!'; $strExportMustBeFile = 'Zvolený export musí být uložen do souboru!';
$strExtendedInserts = 'Rozšířené inserty'; $strExtendedInserts = 'Rozšířené inserty';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -335,6 +334,9 @@ $strHasBeenCreated = 'byla vytvořena.';
$strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.'; $strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština'; $strHebrew = 'Hebrejština';
$strHexForBinary = 'Binární pole vypisovat šestnáctkově'; $strHexForBinary = 'Binární pole vypisovat šestnáctkově';
$strHideShowAll = 'Skrýt/Zobrazit vše';
$strHideShowNoRelation = 'Skrýt/Zobrazit tabulky bez relací';
$strHide = 'Skrýt';
$strHome = 'Hlavní strana'; $strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina'; $strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno počítače je prázdné!'; $strHostEmpty = 'Jméno počítače je prázdné!';
@@ -351,8 +353,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní řádky'; $strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnore = 'Ignorovat'; $strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE'; $strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s'; $strImportExportCoords = 'Import/Export souřadnic pro PDF schéma';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory'; $strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru'; $strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import'; $strImport = 'Import';
@@ -374,6 +375,7 @@ $strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.'; $strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresář pro data'; $strInnoDBDataHomeDir = 'Domovský adresář pro data';
$strInnoDBPages = 'stránek'; $strInnoDBPages = 'stránek';
$strInnoDBRelationAdded = 'Vytvořena relace InnoDB';
$strInnodbStat = 'Stav InnoDB'; $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit bezpečnost vašeho serveru.'; $strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit bezpečnost vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový řádek'; $strInsertAsNewRow = 'Vložit jako nový řádek';
@@ -381,6 +383,7 @@ $strInsertedRowId = 'Id vloženého řádku:';
$strInsertedRows = 'Vloženo řádků:'; $strInsertedRows = 'Vloženo řádků:';
$strInsert = 'Vložit'; $strInsert = 'Vložit';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v&nbsp;InnoDB.'; $strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v&nbsp;InnoDB.';
$strInternalRelationAdded = 'Interní relace vytvořena';
$strInternalRelations = 'Interní relace'; $strInternalRelations = 'Interní relace';
$strInUse = 'právě se používá'; $strInUse = 'právě se používá';
$strInvalidAuthMethod = 'V konfiguraci máte špatnou autentizační metodu:'; $strInvalidAuthMethod = 'V konfiguraci máte špatnou autentizační metodu:';
@@ -463,6 +466,7 @@ $strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformač
$strModifications = 'Změny byly uloženy'; $strModifications = 'Změny byly uloženy';
$strModifyIndexTopic = 'Upravit index'; $strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy'; $strModify = 'Úpravy';
$strMoveMenu = 'Přesun menu';
$strMoveTableOK = 'Tabulka %s byla přesunuta do %s.'; $strMoveTableOK = 'Tabulka %s byla přesunuta do %s.';
$strMoveTable = 'Přesunout tabulku do (databáze<b>.</b>tabulka):'; $strMoveTable = 'Přesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze přesunout tabulku na sebe samu!'; $strMoveTableSameNames = 'Nelze přesunout tabulku na sebe samu!';
@@ -517,10 +521,12 @@ $strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení
$strNotNumber = 'Nebylo zadáno číslo!'; $strNotNumber = 'Nebylo zadáno číslo!';
$strNotOK = 'není v&nbsp;pořádku'; $strNotOK = 'není v&nbsp;pořádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s'; $strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto není primární klíč!';
$strNoUsersFound = 'Žádný uživatel nenalezen.'; $strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL'; $strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový'; $strNull = 'Nulový';
$strNumberOfFields = 'Počet sloupců'; $strNumberOfFields = 'Počet sloupců';
$strNumberOfTables = 'Počet tabulek';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v&nbsp;tabulce <i>%s</i>'; $strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ů)'; $strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ů)';
$strNumTables = 'Tabulek'; $strNumTables = 'Tabulek';
@@ -562,7 +568,7 @@ $strPersian = 'Perština';
$strPhoneBook = 'adresář'; $strPhoneBook = 'adresář';
$strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.'; $strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP'; $strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód'; $strPhp = 'Vytvořit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina'; $strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguračním souboru!'; $strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguračním souboru!';
$strPmaWiki = 'wiki phpMyAdmina'; $strPmaWiki = 'wiki phpMyAdmina';
@@ -636,16 +642,19 @@ $strQueryWindowLock = 'Nepřepisovat tento dotaz z&nbsp;hlavního okna';
$strReadRequests = 'Požadavků na zápis'; $strReadRequests = 'Požadavků na zápis';
$strReceived = 'Přijato'; $strReceived = 'Přijato';
$strRecommended = 'doporučené';
$strRecords = 'Záznamů'; $strRecords = 'Záznamů';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:'; $strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
$strRefresh = 'Obnovit'; $strRefresh = 'Obnovit';
$strRelationalSchema = 'Relační schéma'; $strRelationalSchema = 'Relační schéma';
$strRelationDeleted = 'Relace smazána';
$strRelationNotWorking = 'Některé z&nbsp;rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.'; $strRelationNotWorking = 'Některé z&nbsp;rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
$strRelationsForTable = 'RELACE PRO TABULKU'; $strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace'; $strRelations = 'Relace';
$strRelationView = 'Zobrazit relace'; $strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunačítám oprávnění'; $strReloadingThePrivileges = 'Znovunačítám oprávnění';
$strReloadPrivileges = 'Znovunačíst oprávnění'; $strReloadPrivileges = 'Znovunačíst oprávnění';
$strReload = 'Znovu načíst';
$strRemoveSelectedUsers = 'Odstranit vybrané uživatele'; $strRemoveSelectedUsers = 'Odstranit vybrané uživatele';
$strRenameDatabaseOK = 'Databáze %s byla přejmenována na %s'; $strRenameDatabaseOK = 'Databáze %s byla přejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla přejmenována na %s'; $strRenameTableOK = 'Tabulka %s byla přejmenována na %s';
@@ -678,6 +687,7 @@ $strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s';
$strRussian = 'Ruština'; $strRussian = 'Ruština';
$strSaveOnServer = 'Uložit na serveru v&nbsp;adresáři %s'; $strSaveOnServer = 'Uložit na serveru v&nbsp;adresáři %s';
$strSavePosition = 'Uložit rozmístění';
$strSave = 'Ulož'; $strSave = 'Ulož';
$strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku'; $strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku';
$strSearchFormTitle = 'Vyhledávání v&nbsp;databázi'; $strSearchFormTitle = 'Vyhledávání v&nbsp;databázi';
@@ -695,7 +705,9 @@ $strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše'; $strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení'; $strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoň jeden):'; $strSelectFields = 'Zvolte sloupec (alespoň jeden):';
$strSelectForeignKey = 'Zvolte cizí klíč';
$strSelectNumRows = 'v&nbsp;dotazu'; $strSelectNumRows = 'v&nbsp;dotazu';
$strSelectReferencedKey = 'Zvolte odkazovaný klíč';
$strSelectTables = 'Vybrat tabulky'; $strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru'; $strSend = 'Do souboru';
$strSent = 'Odesláno'; $strSent = 'Odesláno';
@@ -717,8 +729,11 @@ $strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku'; $strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy'; $strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit mřížku'; $strShowGrid = 'Zobrazit mřížku';
$strShowHideLeftMenu = 'Zobrazit/Skrýt levé menu';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz'; $strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$strShowingPhp = 'Zobrazuji jako PHP kód';
$strShowingRecords = 'Zobrazeny záznamy'; $strShowingRecords = 'Zobrazeny záznamy';
$strShowingSQL = 'Zobrazuji SQL dotaz';
$strShowOpenTables = 'Zobrazit otevřené tabulky'; $strShowOpenTables = 'Zobrazit otevřené tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP'; $strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit podřízené servery'; $strShowSlaveHosts = 'Zobrazit podřízené servery';
@@ -840,6 +855,7 @@ $strSize = 'Velikost';
$strSkipQueries = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit'; $strSkipQueries = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit';
$strSlovak = 'Slovenština'; $strSlovak = 'Slovenština';
$strSlovenian = 'Slovinština'; $strSlovenian = 'Slovinština';
$strSmallBigAll = 'Vše malé/velké';
$strSocketProblem = '(nebo není spávně nastaven lokální socket MySQL serveru)'; $strSocketProblem = '(nebo není spávně nastaven lokální socket MySQL serveru)';
$strSortByKey = 'Setřídit podle klíče'; $strSortByKey = 'Setřídit podle klíče';
$strSorting = 'Řazení'; $strSorting = 'Řazení';
@@ -888,7 +904,9 @@ $strTableEmpty = 'Jméno tabulky je prázdné!';
$strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; $strTableHasBeenDropped = 'Tabulka %s byla odstraněna';
$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna'; $strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna';
$strTableHasBeenFlushed = 'Vyrovnávací paměť pro tabulku %s byla vyprázdněna'; $strTableHasBeenFlushed = 'Vyrovnávací paměť pro tabulku %s byla vyprázdněna';
$strTableIsEmpty = 'Tabulka se zdá být prázdná!';
$strTableMaintenance = ' Údržba tabulky '; $strTableMaintenance = ' Údržba tabulky ';
$strTableName = 'Jméno tabulky';
$strTableOfContents = 'Obsah'; $strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky'; $strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek'; $strTables = '%s tabulek';
@@ -906,14 +924,15 @@ $strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkům pro vzhled
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!'; $strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled'; $strTheme = 'Vzhled';
$strThisHost = 'Tento počítač'; $strThisHost = 'Tento počítač';
$strThisNotDirectory = 'Nebyl zadán adresář';
$strThreads = 'Počet vláken'; $strThreads = 'Počet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspěšně zabito.'; $strThreadSuccessfullyKilled = 'Vlákno %s bylo úspěšně zabito.';
$strTime = 'Čas'; $strTime = 'Čas';
$strTimeoutInfo = 'Předchozí ímport vyčerpal veškerý čas, po dalším odeslání bude import pokračovat od pozize %d.'; $strTimeoutInfo = 'Předchozí ímport vyčerpal veškerý čas, po dalším odeslání bude import pokračovat od pozize %d.';
$strTimeoutNothingParsed = '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&nbsp;PHP.'; $strTimeoutNothingParsed = '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&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro běh importu vypršel, prosím odešlete formulář znovu se stejným souborem a import bude pokračovat.'; $strTimeoutPassed = 'Limit pro běh importu vypršel, prosím odešlete formulář znovu se stejným souborem a import bude pokračovat.';
$strToFromPage = 'do/ze stránky';
$strToggleScratchboard = 'Zobrazit grafický návrh'; $strToggleScratchboard = 'Zobrazit grafický návrh';
$strToSelectRelation = 'Pro výběr relace klikněte :';
$strTotal = 'celkem'; $strTotal = 'celkem';
$strTotalUC = 'Celkem'; $strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradiční čínština'; $strTraditionalChinese = 'Tradiční čínština';
@@ -987,8 +1006,6 @@ $strWildcard = 'maska';
$strWindowNotFound = 'Cílové okno prohlížeče nemohlo být aktualizováno. Možná jste zavřel rodičovské okno, nebo prohlížeč blokuje operace mezi okny z&nbsp;důvodu bezpečnostních nastavení.'; $strWindowNotFound = 'Cílové okno prohlížeče nemohlo být aktualizováno. Možná jste zavřel rodičovské okno, nebo prohlížeč blokuje operace mezi okny z&nbsp;důvodu bezpečnostních nastavení.';
$strWithChecked = 'Zaškrtnuté:'; $strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavků na čtení'; $strWriteRequests = 'Požadavků na čtení';
$strWritingCommentNotPossible = 'Nelze zapsat komentář';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Přístup odepřen.'; $strWrongUser = 'Špatné uživatelské jméno nebo heslo. Přístup odepřen.';
$strXMLOptions = 'Nastavení exportu do XML'; $strXMLOptions = 'Nastavení exportu do XML';

View File

@@ -22,7 +22,6 @@ $datefmt = '%a %d. %b %Y, %H:%M';
$timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund'; $timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund';
$strAbortedClients = 'P<>eru<72>en<65>'; $strAbortedClients = 'P<>eru<72>en<65>';
$strAbsolutePathToDocSqlDir = 'docSQL adres<65><73>';
$strAccessDeniedCreateConfig = 'Pravd<76>podobn<62> p<><70><EFBFBD>ina je, <20>e nem<65>te vytvo<76>en<65> konfigura<72>n<EFBFBD> soubor. Pro jeho vytvo<76>en<65> by se v<>m mohl hodit %1$snastavovac<61> skript%2$s.'; $strAccessDeniedCreateConfig = 'Pravd<76>podobn<62> p<><70><EFBFBD>ina je, <20>e nem<65>te vytvo<76>en<65> konfigura<72>n<EFBFBD> soubor. Pro jeho vytvo<76>en<65> by se v<>m mohl hodit %1$snastavovac<61> skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil p<>ipojit k&nbsp;MySQL serveru, a ten odm<64>tl p<>ipojen<65>. Zkontrolujte jm<6A>no serveru, u<>ivatelsk<73> jm<6A>no a heslo v&nbsp;souboru config.inc.php a ujist<73>te se, <20>e jsou toto<74>n<EFBFBD> s&nbsp;t<>mi, kter<65> m<>te od administr<74>tora MySQL serveru.'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil p<>ipojit k&nbsp;MySQL serveru, a ten odm<64>tl p<>ipojen<65>. Zkontrolujte jm<6A>no serveru, u<>ivatelsk<73> jm<6A>no a heslo v&nbsp;souboru config.inc.php a ujist<73>te se, <20>e jsou toto<74>n<EFBFBD> s&nbsp;t<>mi, kter<65> m<>te od administr<74>tora MySQL serveru.';
$strAccessDenied = 'P<><50>stup odep<65>en'; $strAccessDenied = 'P<><50>stup odep<65>en';
@@ -32,8 +31,6 @@ $strAddClause = 'P
$strAddConstraints = 'P<>idat integritn<74> omezen<65>'; $strAddConstraints = 'P<>idat integritn<74> omezen<65>';
$strAddDeleteColumn = 'P<>idat nebo odebrat sloupec'; $strAddDeleteColumn = 'P<>idat nebo odebrat sloupec';
$strAddDeleteRow = 'P<>idat nebo odebrat <20><>dek'; $strAddDeleteRow = 'P<>idat nebo odebrat <20><>dek';
$strAddedColumnComment = 'P<>id<69>n koment<6E><74> ke sloupci';
$strAddedColumnRelation = 'P<>id<69>na relace pro sloupec';
$strAddFields = 'P<>idat %s sloupc<70>'; $strAddFields = 'P<>idat %s sloupc<70>';
$strAddHeaderComment = 'P<>idat vlastn<74> koment<6E><74> do hlavi<76>ky (\\n odd<64>luje <20><>dky)'; $strAddHeaderComment = 'P<>idat vlastn<74> koment<6E><74> do hlavi<76>ky (\\n odd<64>luje <20><>dky)';
$strAddIntoComments = 'Do koment<6E><74><EFBFBD> p<>idat'; $strAddIntoComments = 'Do koment<6E><74><EFBFBD> p<>idat';
@@ -55,9 +52,11 @@ $strAllowInterrupt = 'Povolit p
$strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku'; $strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku';
$strAll = 'V<>echno'; $strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle'; $strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
$strAlwaysShowLinks = 'V<>dy zobrazovat spoje';
$strAnalyzeTable = 'Analyzovat tabulku'; $strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a'; $strAnd = 'a';
$strAndThen = 'a pot<6F>'; $strAndThen = 'a pot<6F>';
$strAngularLinks = 'Pravo<76>hl<68> spoje';
$strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index'; $strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index';
$strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>'; $strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>';
$strAny = 'Jak<61>koliv'; $strAny = 'Jak<61>koliv';
@@ -172,6 +171,8 @@ $strCreateNewDatabase = 'Vytvo
$strCreateNewTable = 'Vytvo<76>it novou tabulku v&nbsp;datab<61>zi %s'; $strCreateNewTable = 'Vytvo<76>it novou tabulku v&nbsp;datab<61>zi %s';
$strCreatePage = 'Vytvo<76>it novou str<74>nku'; $strCreatePage = 'Vytvo<76>it novou str<74>nku';
$strCreatePdfFeat = 'Vytv<74><76>en<65> PDF'; $strCreatePdfFeat = 'Vytv<74><76>en<65> PDF';
$strCreateRelation = 'Vytvo<76>it relaci';
$strCreateTable = 'Vytvo<76>it tabulku';
$strCreateUserDatabase = 'Datab<61>ze pro u<>ivatele'; $strCreateUserDatabase = 'Datab<61>ze pro u<>ivatele';
$strCreateUserDatabaseName = 'Vytvo<76>it datab<61>zi stejn<6A>ho jm<6A>na a p<>id<69>lit v<>echna opr<70>vn<76>n<EFBFBD>'; $strCreateUserDatabaseName = 'Vytvo<76>it datab<61>zi stejn<6A>ho jm<6A>na a p<>id<69>lit v<>echna opr<70>vn<76>n<EFBFBD>';
$strCreateUserDatabaseNone = '<27><>dn<64>'; $strCreateUserDatabaseNone = '<27><>dn<64>';
@@ -205,15 +206,7 @@ $strDataOnly = ' Jen data';
$strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data'; $strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data';
$strDBComment = 'Koment<6E><74> k&nbsp;datab<61>zi: '; $strDBComment = 'Koment<6E><74> k&nbsp;datab<61>zi: ';
$strDBCopy = 'Zkop<6F>rovat datab<61>zi na'; $strDBCopy = 'Zkop<6F>rovat datab<61>zi na';
$strDBGContextID = 'Kontext ID'; $strDbIsEmpty = 'Datab<61>ze se zd<7A> b<>t pr<70>zdn<64>!';
$strDBGContext = 'Kontext';
$strDBGHits = 'Z<>sah<61>';
$strDBGLine = '<27><>dka';
$strDBGMaxTimeMs = 'Min. <20>as, ms';
$strDBGMinTimeMs = 'Max. <20>as, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = '<27>as/Z<>sah, ms';
$strDBGTotalTimeMs = 'Celkov<6F> <20>as, ms';
$strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze'; $strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze';
$strDBRename = 'P<>ejmenovat datab<61>zi na'; $strDBRename = 'P<>ejmenovat datab<61>zi na';
$strDbSpecific = 'z<>visl<73> na datab<61>zi'; $strDbSpecific = 'z<>visl<73> na datab<61>zi';
@@ -233,14 +226,19 @@ $strDelimiter = 'Odd
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?'; $strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupn<70>'; $strDescending = 'Sestupn<70>';
$strDescription = 'Popis'; $strDescription = 'Popis';
$strDesigner = 'N<>vrh<72><68>';
$strDictionary = 'slovn<76>k'; $strDictionary = 'slovn<76>k';
$strDirectLinks = 'P<><50>m<EFBFBD> spoje';
$strDirtyPages = 'Zm<5A>n<EFBFBD>n<EFBFBD>ch str<74>nek'; $strDirtyPages = 'Zm<5A>n<EFBFBD>n<EFBFBD>ch str<74>nek';
$strDisabled = 'Vypnuto'; $strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>'; $strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>';
$strDisableForFasterScrolling = 'Vypn<70>te pro rychlej<65><6A> posun';
$strDisplayFeat = 'Zobrazen<65> funkc<6B>'; $strDisplayFeat = 'Zobrazen<65> funkc<6B>';
$strDisplayOrder = 'Se<53>adit podle:'; $strDisplayOrder = 'Se<53>adit podle:';
$strDisplayPDF = 'Zobrazit jako sch<63>ma v&nbsp;PDF'; $strDisplayPDF = 'Zobrazit jako sch<63>ma v&nbsp;PDF';
$strDoAQuery = 'Prov<6F>st &bdquo;dotaz podle p<><70>kladu&ldquo; (z<>stupn<70> znak: &bdquo;%&ldquo;)'; $strDoAQuery = 'Prov<6F>st &bdquo;dotaz podle p<><70>kladu&ldquo; (z<>stupn<70> znak: &bdquo;%&ldquo;)';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'Nastaven<65> pro DocSQL';
$strDocu = 'Dokumentace'; $strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si p<>ejete vykonat p<><70>kaz'; $strDoYouReally = 'Opravdu si p<>ejete vykonat p<><70>kaz';
$strDropDatabaseStrongWarning = 'Chyst<73>te se ZRU<52>IT celou datab<61>zi!'; $strDropDatabaseStrongWarning = 'Chyst<73>te se ZRU<52>IT celou datab<61>zi!';
@@ -279,6 +277,7 @@ $strExcelOptions = 'Nastaven
$strExecuteBookmarked = 'Spustit obl<62>ben<65> dotaz'; $strExecuteBookmarked = 'Spustit obl<62>ben<65> dotaz';
$strExplain = 'Vysv<73>tlit dotaz'; $strExplain = 'Vysv<73>tlit dotaz';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Exportovat/Importovat v m<><6D><EFBFBD>tku';
$strExportMustBeFile = 'Zvolen<65> export mus<75> b<>t ulo<6C>en do souboru!'; $strExportMustBeFile = 'Zvolen<65> export mus<75> b<>t ulo<6C>en do souboru!';
$strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty'; $strExtendedInserts = 'Roz<6F><7A><EFBFBD>en<65> inserty';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -334,6 +333,9 @@ $strHasBeenCreated = 'byla vytvo
$strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.'; $strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.';
$strHebrew = 'Hebrej<65>tina'; $strHebrew = 'Hebrej<65>tina';
$strHexForBinary = 'Bin<69>rn<72> pole vypisovat <20>estn<74>ctkov<6F>'; $strHexForBinary = 'Bin<69>rn<72> pole vypisovat <20>estn<74>ctkov<6F>';
$strHideShowAll = 'Skr<6B>t/Zobrazit v<>e';
$strHideShowNoRelation = 'Skr<6B>t/Zobrazit tabulky bez relac<61>';
$strHide = 'Skr<6B>t';
$strHome = 'Hlavn<76> strana'; $strHome = 'Hlavn<76> strana';
$strHomepageOfficial = 'Ofici<63>ln<6C> str<74>nka phpMyAdmina'; $strHomepageOfficial = 'Ofici<63>ln<6C> str<74>nka phpMyAdmina';
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!'; $strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
@@ -350,8 +352,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky'; $strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky';
$strIgnore = 'Ignorovat'; $strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou<6F><75>t IGNORE'; $strIgnoreInserts = 'Pou<6F><75>t IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s'; $strImportExportCoords = 'Import/Export sou<6F>adnic pro PDF sch<63>ma';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory'; $strImportFiles = 'Importovat soubory';
$strImportFormat = 'Form<72>t importovan<61>ho souboru'; $strImportFormat = 'Form<72>t importovan<61>ho souboru';
$strImport = 'Import'; $strImport = 'Import';
@@ -373,6 +374,7 @@ $strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.'; $strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.';
$strInnoDBDataHomeDir = 'Domovsk<73> adres<65><73> pro data'; $strInnoDBDataHomeDir = 'Domovsk<73> adres<65><73> pro data';
$strInnoDBPages = 'str<74>nek'; $strInnoDBPages = 'str<74>nek';
$strInnoDBRelationAdded = 'Vytvo<76>ena relace InnoDB';
$strInnodbStat = 'Stav InnoDB'; $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'M<>te standardn<64> nastaven<65> hesla u<>ivatele root v&nbsp;MySQL. Doporu<72>ujeme zm<7A>nit toto nastaven<65> a t<>m podstatn<74> zv<7A><76>it bezpe<70>nost va<76>eho serveru.'; $strInsecureMySQL = 'M<>te standardn<64> nastaven<65> hesla u<>ivatele root v&nbsp;MySQL. Doporu<72>ujeme zm<7A>nit toto nastaven<65> a t<>m podstatn<74> zv<7A><76>it bezpe<70>nost va<76>eho serveru.';
$strInsertAsNewRow = 'Vlo<6C>it jako nov<6F> <20><>dek'; $strInsertAsNewRow = 'Vlo<6C>it jako nov<6F> <20><>dek';
@@ -380,6 +382,7 @@ $strInsertedRowId = 'Id vlo
$strInsertedRows = 'Vlo<6C>eno <20><>dk<64>:'; $strInsertedRows = 'Vlo<6C>eno <20><>dk<64>:';
$strInsert = 'Vlo<6C>it'; $strInsert = 'Vlo<6C>it';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.'; $strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.';
$strInternalRelationAdded = 'Intern<72> relace vytvo<76>ena';
$strInternalRelations = 'Intern<72> relace'; $strInternalRelations = 'Intern<72> relace';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>'; $strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:'; $strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:';
@@ -462,6 +465,7 @@ $strMIME_without = 'MIME typy zobrazen
$strModifications = 'Zm<5A>ny byly ulo<6C>eny'; $strModifications = 'Zm<5A>ny byly ulo<6C>eny';
$strModifyIndexTopic = 'Upravit index'; $strModifyIndexTopic = 'Upravit index';
$strModify = '<27>pravy'; $strModify = '<27>pravy';
$strMoveMenu = 'P<>esun menu';
$strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.'; $strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.';
$strMoveTable = 'P<>esunout tabulku do (datab<61>ze<b>.</b>tabulka):'; $strMoveTable = 'P<>esunout tabulku do (datab<61>ze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze p<>esunout tabulku na sebe samu!'; $strMoveTableSameNames = 'Nelze p<>esunout tabulku na sebe samu!';
@@ -516,10 +520,12 @@ $strNoThemeSupport = 'Nen
$strNotNumber = 'Nebylo zad<61>no <20><>slo!'; $strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v&nbsp;po<70><6F>dku'; $strNotOK = 'nen<65> v&nbsp;po<70><6F>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s'; $strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto nen<65> prim<69>rn<72> kl<6B><6C>!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.'; $strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL'; $strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulov<6F>'; $strNull = 'Nulov<6F>';
$strNumberOfFields = 'Po<50>et sloupc<70>'; $strNumberOfFields = 'Po<50>et sloupc<70>';
$strNumberOfTables = 'Po<50>et tabulek';
$strNumSearchResultsInTable = '%s odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>) v&nbsp;tabulce <i>%s</i>'; $strNumSearchResultsInTable = '%s odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)'; $strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)';
$strNumTables = 'Tabulek'; $strNumTables = 'Tabulek';
@@ -561,7 +567,7 @@ $strPersian = 'Per
$strPhoneBook = 'adres<65><73>'; $strPhoneBook = 'adres<65><73>';
$strPHP40203 = 'Pou<6F><75>v<EFBFBD>te PHP 4.2.3, kter<65> m<> z<>va<76>nou chybu p<>i pr<70>ci s&nbsp;v<>cebajtov<6F>mi znaky (mbstring), jedn<64> se o&nbsp;chybu PHP <20><>slo 19404. Nedoporu<72>ujeme pou<6F><75>vat tuto verzi PHP s&nbsp;phpMyAdminem.'; $strPHP40203 = 'Pou<6F><75>v<EFBFBD>te PHP 4.2.3, kter<65> m<> z<>va<76>nou chybu p<>i pr<70>ci s&nbsp;v<>cebajtov<6F>mi znaky (mbstring), jedn<64> se o&nbsp;chybu PHP <20><>slo 19404. Nedoporu<72>ujeme pou<6F><75>vat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP'; $strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP k<>d'; $strPhp = 'Vytvo<EFBFBD>it PHP k<>d';
$strPmaDocumentation = 'Dokumentace phpMyAdmina'; $strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUS<55> b<>t nastaven v&nbsp;konfigura<72>n<EFBFBD>m souboru!'; $strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUS<55> b<>t nastaven v&nbsp;konfigura<72>n<EFBFBD>m souboru!';
$strPmaWiki = 'wiki phpMyAdmina'; $strPmaWiki = 'wiki phpMyAdmina';
@@ -635,16 +641,19 @@ $strQueryWindowLock = 'Nep
$strReadRequests = 'Po<50>adavk<76> na z<>pis'; $strReadRequests = 'Po<50>adavk<76> na z<>pis';
$strReceived = 'P<>ijato'; $strReceived = 'P<>ijato';
$strRecommended = 'doporu<72>en<65>';
$strRecords = 'Z<>znam<61>'; $strRecords = 'Z<>znam<61>';
$strReferentialIntegrity = 'Zkontrolovat integritu odkaz<61>:'; $strReferentialIntegrity = 'Zkontrolovat integritu odkaz<61>:';
$strRefresh = 'Obnovit'; $strRefresh = 'Obnovit';
$strRelationalSchema = 'Rela<6C>n<EFBFBD> sch<63>ma'; $strRelationalSchema = 'Rela<6C>n<EFBFBD> sch<63>ma';
$strRelationDeleted = 'Relace smaz<61>na';
$strRelationNotWorking = 'N<>kter<65> z&nbsp;roz<6F><7A><EFBFBD>en<65>ch funkc<6B> phpMyAdmina nelze pou<6F><75>vat. %sZde%s zjist<73>te pro<72>.'; $strRelationNotWorking = 'N<>kter<65> z&nbsp;roz<6F><7A><EFBFBD>en<65>ch funkc<6B> phpMyAdmina nelze pou<6F><75>vat. %sZde%s zjist<73>te pro<72>.';
$strRelationsForTable = 'RELACE PRO TABULKU'; $strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace'; $strRelations = 'Relace';
$strRelationView = 'Zobrazit relace'; $strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovuna<6E><61>t<EFBFBD>m opr<70>vn<76>n<EFBFBD>'; $strReloadingThePrivileges = 'Znovuna<6E><61>t<EFBFBD>m opr<70>vn<76>n<EFBFBD>';
$strReloadPrivileges = 'Znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>'; $strReloadPrivileges = 'Znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>';
$strReload = 'Znovu na<6E><61>st';
$strRemoveSelectedUsers = 'Odstranit vybran<61> u<>ivatele'; $strRemoveSelectedUsers = 'Odstranit vybran<61> u<>ivatele';
$strRenameDatabaseOK = 'Datab<61>ze %s byla p<>ejmenov<6F>na na %s'; $strRenameDatabaseOK = 'Datab<61>ze %s byla p<>ejmenov<6F>na na %s';
$strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s'; $strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s';
@@ -677,6 +686,7 @@ $strRunSQLQuery = 'Spustit SQL dotaz(y) na datab
$strRussian = 'Ru<52>tina'; $strRussian = 'Ru<52>tina';
$strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<65><73>i %s'; $strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<65><73>i %s';
$strSavePosition = 'Ulo<6C>it rozm<7A>st<73>n<EFBFBD>';
$strSave = 'Ulo<6C>'; $strSave = 'Ulo<6C>';
$strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku'; $strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku';
$strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi'; $strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi';
@@ -694,7 +704,9 @@ $strSelectADb = 'Pros
$strSelectAll = 'Vybrat v<>e'; $strSelectAll = 'Vybrat v<>e';
$strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>'; $strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>';
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):'; $strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
$strSelectForeignKey = 'Zvolte ciz<69> kl<6B><6C>';
$strSelectNumRows = 'v&nbsp;dotazu'; $strSelectNumRows = 'v&nbsp;dotazu';
$strSelectReferencedKey = 'Zvolte odkazovan<61> kl<6B><6C>';
$strSelectTables = 'Vybrat tabulky'; $strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru'; $strSend = 'Do souboru';
$strSent = 'Odesl<73>no'; $strSent = 'Odesl<73>no';
@@ -716,8 +728,11 @@ $strShowColor = 'Barevn
$strShowDatadictAs = 'Form<72>t datov<6F>ho slovn<76>ku'; $strShowDatadictAs = 'Form<72>t datov<6F>ho slovn<76>ku';
$strShowFullQueries = 'Zobrazit cel<65> dotazy'; $strShowFullQueries = 'Zobrazit cel<65> dotazy';
$strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku'; $strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku';
$strShowHideLeftMenu = 'Zobrazit/Skr<6B>t lev<65> menu';
$strShowingBookmark = 'Zobrazuji obl<62>ben<65> dotaz'; $strShowingBookmark = 'Zobrazuji obl<62>ben<65> dotaz';
$strShowingPhp = 'Zobrazuji jako PHP k<>d';
$strShowingRecords = 'Zobrazeny z<>znamy'; $strShowingRecords = 'Zobrazeny z<>znamy';
$strShowingSQL = 'Zobrazuji SQL dotaz';
$strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky'; $strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP'; $strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery'; $strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery';
@@ -839,6 +854,7 @@ $strSize = 'Velikost';
$strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it'; $strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it';
$strSlovak = 'Sloven<65>tina'; $strSlovak = 'Sloven<65>tina';
$strSlovenian = 'Slovin<69>tina'; $strSlovenian = 'Slovin<69>tina';
$strSmallBigAll = 'V<>e mal<61>/velk<6C>';
$strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)'; $strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)';
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e'; $strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
$strSorting = '<27>azen<65>'; $strSorting = '<27>azen<65>';
@@ -887,7 +903,9 @@ $strTableEmpty = 'Jm
$strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na'; $strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na';
$strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na'; $strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na';
$strTableHasBeenFlushed = 'Vyrovn<76>vac<61> pam<61><6D> pro tabulku %s byla vypr<70>zdn<64>na'; $strTableHasBeenFlushed = 'Vyrovn<76>vac<61> pam<61><6D> pro tabulku %s byla vypr<70>zdn<64>na';
$strTableIsEmpty = 'Tabulka se zd<7A> b<>t pr<70>zdn<64>!';
$strTableMaintenance = ' <20>dr<64>ba tabulky '; $strTableMaintenance = ' <20>dr<64>ba tabulky ';
$strTableName = 'Jm<4A>no tabulky';
$strTableOfContents = 'Obsah'; $strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky'; $strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek'; $strTables = '%s tabulek';
@@ -905,14 +923,15 @@ $strThemeNoValidImgPath = 'Nebyla nalezena platn
$strThemePathNotFound = 'Nebyla nalezena platn<74> cesta k vzhledu %s!'; $strThemePathNotFound = 'Nebyla nalezena platn<74> cesta k vzhledu %s!';
$strTheme = 'Vzhled'; $strTheme = 'Vzhled';
$strThisHost = 'Tento po<70><6F>ta<74>'; $strThisHost = 'Tento po<70><6F>ta<74>';
$strThisNotDirectory = 'Nebyl zad<61>n adres<65><73>';
$strThreads = 'Po<50>et vl<76>ken'; $strThreads = 'Po<50>et vl<76>ken';
$strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.'; $strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.';
$strTime = '<27>as'; $strTime = '<27>as';
$strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.'; $strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.'; $strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.'; $strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.';
$strToFromPage = 'do/ze str<74>nky';
$strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh'; $strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh';
$strToSelectRelation = 'Pro v<>b<EFBFBD>r relace klikn<6B>te :';
$strTotal = 'celkem'; $strTotal = 'celkem';
$strTotalUC = 'Celkem'; $strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina'; $strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina';
@@ -986,8 +1005,6 @@ $strWildcard = 'maska';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<>vodu bezpe<70>nostn<74>ch nastaven<65>.'; $strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWithChecked = 'Za<5A>krtnut<75>:'; $strWithChecked = 'Za<5A>krtnut<75>:';
$strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>'; $strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>';
$strWritingCommentNotPossible = 'Nelze zapsat koment<6E><74>';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no nebo heslo. P<><50>stup odep<65>en.'; $strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no nebo heslo. P<><50>stup odep<65>en.';
$strXMLOptions = 'Nastaven<65> exportu do XML'; $strXMLOptions = 'Nastaven<65> exportu do XML';

View File

@@ -22,7 +22,6 @@ $datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder'; $timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
$strAbortedClients = 'Afbrudt'; $strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti p<> webserveren til docSQL mappen';
$strAccessDenied = 'Adgang N<>gtet'; $strAccessDenied = 'Adgang N<>gtet';
$strAccessDeniedCreateConfig = 'Sandsynlig <20>rsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sops<70>tningsscriptet%2$s til at oprette en.'; $strAccessDeniedCreateConfig = 'Sandsynlig <20>rsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sops<70>tningsscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin fors<72>gte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du b<>r tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har f<>et af administratoren af MySQL-serveren.'; $strAccessDeniedExplanation = 'phpMyAdmin fors<72>gte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du b<>r tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har f<>et af administratoren af MySQL-serveren.';
@@ -32,8 +31,6 @@ $strAddClause = 'Tilf
$strAddConstraints = 'Tilf<6C>j begr<67>nsninger'; $strAddConstraints = 'Tilf<6C>j begr<67>nsninger';
$strAddDeleteColumn = 'Tilf<6C>j/Slet felt-kolonne'; $strAddDeleteColumn = 'Tilf<6C>j/Slet felt-kolonne';
$strAddDeleteRow = 'Tilf<6C>j/Slet kriterie-r<>kke'; $strAddDeleteRow = 'Tilf<6C>j/Slet kriterie-r<>kke';
$strAddedColumnComment = 'Tilf<6C>jet kommentar til kolonne';
$strAddedColumnRelation = 'Tilf<6C>jet relation til kolonne';
$strAddFields = 'Tilf<6C>j %s felt(er)'; $strAddFields = 'Tilf<6C>j %s felt(er)';
$strAddHeaderComment = 'Tilf<6C>j tilpassede kommentarer i headeren (\\n deler linjer)'; $strAddHeaderComment = 'Tilf<6C>j tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIntoComments = 'Tilf<6C>j til kommentarer'; $strAddIntoComments = 'Tilf<6C>j til kommentarer';
@@ -205,15 +202,6 @@ $strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data'; $strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: '; $strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopi<70>r database til'; $strDBCopy = 'Kopi<70>r database til';
$strDBGContextID = 'Sammenh<6E>ng-ID';
$strDBGContext = 'Sammenh<6E>ng';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier'; $strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omd<6D>b database til'; $strDBRename = 'Omd<6D>b database til';
$strDbSpecific = 'database-specifik'; $strDbSpecific = 'database-specifik';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignor<6F>r gentagne r<>kker'; $strIgnoreDuplicates = 'Ignor<6F>r gentagne r<>kker';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignor<6F>r inserts'; $strIgnoreInserts = 'Brug ignor<6F>r inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Import<72>r filer'; $strImportFiles = 'Import<72>r filer';
$strImportFormat = 'Format p<> importeret fil'; $strImportFormat = 'Format p<> importeret fil';
$strImport = 'Import'; $strImport = 'Import';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!'; $strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout'; $strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host'; $strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tr<54>de'; $strThreads = 'Tr<54>de';
$strThreadSuccessfullyKilled = 'Tr<54>d %s blev stoppet.'; $strThreadSuccessfullyKilled = 'Tr<54>d %s blev stoppet.';
$strTimeoutInfo = 'Foreg<65>ende import timede ud, efter genindsendelse vil forts<74>tte fra position %d.'; $strTimeoutInfo = 'Foreg<65>ende import timede ud, efter genindsendelse vil forts<74>tte fra position %d.';
@@ -984,8 +969,6 @@ $strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. M<>ske har du lukket det overliggende vindue eller din browser blokerer for tv<74>r-vindue opdateringer i sikkerhedsindstillingerne'; $strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. M<>ske har du lukket det overliggende vindue eller din browser blokerer for tv<74>r-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:'; $strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger'; $strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang n<>gtet.'; $strWrongUser = 'Forkert brugernavn/kodeord. Adgang n<>gtet.';
$strXMLOptions = 'XML-indstillinger'; $strXMLOptions = 'XML-indstillinger';
@@ -998,4 +981,38 @@ $strZip = '"zippet"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder'; $timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
$strAbortedClients = 'Afbrudt'; $strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen';
$strAccessDenied = 'Adgang Nægtet'; $strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en.'; $strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.'; $strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.';
@@ -33,8 +32,6 @@ $strAddClause = 'Tilføj %s';
$strAddConstraints = 'Tilføj begrænsninger'; $strAddConstraints = 'Tilføj begrænsninger';
$strAddDeleteColumn = 'Tilføj/Slet felt-kolonne'; $strAddDeleteColumn = 'Tilføj/Slet felt-kolonne';
$strAddDeleteRow = 'Tilføj/Slet kriterie-række'; $strAddDeleteRow = 'Tilføj/Slet kriterie-række';
$strAddedColumnComment = 'Tilføjet kommentar til kolonne';
$strAddedColumnRelation = 'Tilføjet relation til kolonne';
$strAddFields = 'Tilføj %s felt(er)'; $strAddFields = 'Tilføj %s felt(er)';
$strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)'; $strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIntoComments = 'Tilføj til kommentarer'; $strAddIntoComments = 'Tilføj til kommentarer';
@@ -206,15 +203,6 @@ $strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data'; $strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: '; $strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopiér database til'; $strDBCopy = 'Kopiér database til';
$strDBGContextID = 'Sammenhæng-ID';
$strDBGContext = 'Sammenhæng';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier'; $strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omdøb database til'; $strDBRename = 'Omdøb database til';
$strDbSpecific = 'database-specifik'; $strDbSpecific = 'database-specifik';
@@ -351,8 +339,6 @@ $strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignorér gentagne rækker'; $strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignorér inserts'; $strIgnoreInserts = 'Brug ignorér inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Importér filer'; $strImportFiles = 'Importér filer';
$strImportFormat = 'Format på importeret fil'; $strImportFormat = 'Format på importeret fil';
$strImport = 'Import'; $strImport = 'Import';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!'; $strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout'; $strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host'; $strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tråde'; $strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.'; $strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
$strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.'; $strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.';
@@ -985,8 +970,6 @@ $strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne'; $strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:'; $strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger'; $strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.'; $strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
$strXMLOptions = 'XML-indstillinger'; $strXMLOptions = 'XML-indstillinger';
@@ -999,4 +982,38 @@ $strZip = '"zippet"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,7 +20,6 @@ $datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden'; $timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
$strAbortedClients = 'Afgehaakte'; $strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.'; $strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAccessDenied = 'Toegang geweigerd '; $strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Actie'; $strAction = 'Actie';
@@ -28,8 +27,6 @@ $strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe'; $strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen'; $strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij'; $strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAddFields = 'Voeg %s veld(en) toe'; $strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken'; $strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIntoComments = 'Voeg toe in commentaar'; $strAddIntoComments = 'Voeg toe in commentaar';
@@ -175,15 +172,6 @@ $strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data'; $strDataOnly = 'Alleen data';
$strDBComment = 'Database commentaar: '; $strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar'; $strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDbPrivileges = 'Database-specifieke privileges'; $strDbPrivileges = 'Database-specifieke privileges';
$strDBRename = 'Hernoem database naar'; $strDBRename = 'Hernoem database naar';
$strDbSpecific = 'database-specifiek'; $strDbSpecific = 'database-specifiek';
@@ -290,8 +278,6 @@ $strId = 'ID';
$strIdxFulltext = 'Volledige tekst'; $strIdxFulltext = 'Volledige tekst';
$strIgnoreInserts = 'Gebruik ignore inserts'; $strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnore = 'Negeer'; $strIgnore = 'Negeer';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden'; $strImportFiles = 'Importeren bestanden';
$strIndexes = 'Indexen'; $strIndexes = 'Indexen';
$strIndexHasBeenDropped = 'Index %s is vervallen'; $strIndexHasBeenDropped = 'Index %s is vervallen';
@@ -346,7 +332,7 @@ $strLogin = 'Inloggen';
$strLogout = 'Uitloggen'; $strLogout = 'Uitloggen';
$strLogPassword = 'Wachtwoord:'; $strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server'; $strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:'; $strLogUsername = 'Gebruikersnaam:';
$strMaximumSize = 'Maximale grootte: %s%s'; $strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.'; $strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
@@ -635,7 +621,6 @@ $strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te
$strThai = 'Thais'; $strThai = 'Thais';
$strTheme = 'Thema / Stijl'; $strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host'; $strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.'; $strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd'; $strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -699,8 +684,6 @@ $strWestEuropean = 'West Europees';
$strWildcard = 'joker teken'; $strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging'; $strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:'; $strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1020,4 +1003,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,7 +20,6 @@ $datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden'; $timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
$strAbortedClients = 'Afgehaakte'; $strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.'; $strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAccessDenied = 'Toegang geweigerd '; $strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Actie'; $strAction = 'Actie';
@@ -28,8 +27,6 @@ $strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe'; $strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen'; $strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij'; $strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAddFields = 'Voeg %s veld(en) toe'; $strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken'; $strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIntoComments = 'Voeg toe in commentaar'; $strAddIntoComments = 'Voeg toe in commentaar';
@@ -175,15 +172,6 @@ $strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data'; $strDataOnly = 'Alleen data';
$strDBComment = 'Database commentaar: '; $strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar'; $strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDbPrivileges = 'Database-specifieke privileges'; $strDbPrivileges = 'Database-specifieke privileges';
$strDBRename = 'Hernoem database naar'; $strDBRename = 'Hernoem database naar';
$strDbSpecific = 'database-specifiek'; $strDbSpecific = 'database-specifiek';
@@ -290,8 +278,6 @@ $strId = 'ID';
$strIdxFulltext = 'Volledige tekst'; $strIdxFulltext = 'Volledige tekst';
$strIgnoreInserts = 'Gebruik ignore inserts'; $strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnore = 'Negeer'; $strIgnore = 'Negeer';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden'; $strImportFiles = 'Importeren bestanden';
$strIndexes = 'Indexen'; $strIndexes = 'Indexen';
$strIndexHasBeenDropped = 'Index %s is vervallen'; $strIndexHasBeenDropped = 'Index %s is vervallen';
@@ -346,7 +332,7 @@ $strLogin = 'Inloggen';
$strLogout = 'Uitloggen'; $strLogout = 'Uitloggen';
$strLogPassword = 'Wachtwoord:'; $strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server'; $strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:'; $strLogUsername = 'Gebruikersnaam:';
$strMaximumSize = 'Maximale grootte: %s%s'; $strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.'; $strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
@@ -635,7 +621,6 @@ $strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te
$strThai = 'Thais'; $strThai = 'Thais';
$strTheme = 'Thema / Stijl'; $strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host'; $strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.'; $strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd'; $strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -699,8 +684,6 @@ $strWestEuropean = 'West Europees';
$strWildcard = 'joker teken'; $strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging'; $strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:'; $strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1020,4 +1003,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden'; $timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
$strAbortedClients = 'Afgehaakte'; $strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.'; $strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAccessDenied = 'Toegang geweigerd '; $strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Actie'; $strAction = 'Actie';
@@ -29,8 +28,6 @@ $strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe'; $strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen'; $strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij'; $strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAddFields = 'Voeg %s veld(en) toe'; $strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken'; $strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIntoComments = 'Voeg toe in commentaar'; $strAddIntoComments = 'Voeg toe in commentaar';
@@ -176,15 +173,6 @@ $strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data'; $strDataOnly = 'Alleen data';
$strDBComment = 'Database commentaar: '; $strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar'; $strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDbPrivileges = 'Database-specifieke privileges'; $strDbPrivileges = 'Database-specifieke privileges';
$strDBRename = 'Hernoem database naar'; $strDBRename = 'Hernoem database naar';
$strDbSpecific = 'database-specifiek'; $strDbSpecific = 'database-specifiek';
@@ -291,8 +279,6 @@ $strId = 'ID';
$strIdxFulltext = 'Volledige tekst'; $strIdxFulltext = 'Volledige tekst';
$strIgnoreInserts = 'Gebruik ignore inserts'; $strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnore = 'Negeer'; $strIgnore = 'Negeer';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden'; $strImportFiles = 'Importeren bestanden';
$strIndexes = 'Indexen'; $strIndexes = 'Indexen';
$strIndexHasBeenDropped = 'Index %s is vervallen'; $strIndexHasBeenDropped = 'Index %s is vervallen';
@@ -347,7 +333,7 @@ $strLogin = 'Inloggen';
$strLogout = 'Uitloggen'; $strLogout = 'Uitloggen';
$strLogPassword = 'Wachtwoord:'; $strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server'; $strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:'; $strLogUsername = 'Gebruikersnaam:';
$strMaximumSize = 'Maximale grootte: %s%s'; $strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.'; $strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
@@ -636,7 +622,6 @@ $strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te
$strThai = 'Thais'; $strThai = 'Thais';
$strTheme = 'Thema / Stijl'; $strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host'; $strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.'; $strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd'; $strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -700,8 +685,6 @@ $strWestEuropean = 'West Europees';
$strWildcard = 'joker teken'; $strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging'; $strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:'; $strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1021,4 +1004,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
$strAbortedClients = 'Aborted'; $strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied'; $strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
@@ -32,8 +31,6 @@ $strAddClause = 'Add %s';
$strAddConstraints = 'Add constraints'; $strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns'; $strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row'; $strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)'; $strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIntoComments = 'Add into comments'; $strAddIntoComments = 'Add into comments';
@@ -55,9 +52,11 @@ $strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?'; $strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by'; $strAlterOrderBy = 'Alter table order by';
$strAlwaysShowLinks = 'Always show links';
$strAnalyzeTable = 'Analyze table'; $strAnalyzeTable = 'Analyze table';
$strAnd = 'And'; $strAnd = 'And';
$strAndThen = 'and then'; $strAndThen = 'and then';
$strAngularLinks = 'Angular links';
$strAnIndex = 'An index has been added on %s'; $strAnIndex = 'An index has been added on %s';
$strAny = 'Any'; $strAny = 'Any';
$strAnyHost = 'Any host'; $strAnyHost = 'Any host';
@@ -173,6 +172,8 @@ $strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s'; $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page'; $strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCreateRelation = 'Create relation';
$strCreateTable = 'Create table';
$strCreateUserDatabase = 'Database for user'; $strCreateUserDatabase = 'Database for user';
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';
$strCreateUserDatabaseNone = 'None'; $strCreateUserDatabaseNone = 'None';
@@ -205,15 +206,7 @@ $strDataOnly = 'Data only';
$strDataPages = 'Pages containing data'; $strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: '; $strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to'; $strDBCopy = 'Copy database to';
$strDBGContext = 'Context'; $strDbIsEmpty = 'Database seems to be empty!';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges'; $strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to'; $strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific'; $strDbSpecific = 'database-specific';
@@ -233,14 +226,19 @@ $strDelimiter = 'Delimiter';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?'; $strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending'; $strDescending = 'Descending';
$strDescription = 'Description'; $strDescription = 'Description';
$strDesigner = 'Designer';
$strDictionary = 'dictionary'; $strDictionary = 'dictionary';
$strDirectLinks = 'Direct links';
$strDirtyPages = 'Dirty pages'; $strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled'; $strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks'; $strDisableForeignChecks = 'Disable foreign key checks';
$strDisableForFasterScrolling = 'Disable for faster scrolling';
$strDisplayFeat = 'Display Features'; $strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema'; $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'DocSQL options';
$strDocu = 'Documentation'; $strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to '; $strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
@@ -279,6 +277,7 @@ $strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query'; $strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL'; $strExplain = 'Explain SQL';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Export/Import to scale';
$strExportMustBeFile = 'Selected export type has to be saved in file!'; $strExportMustBeFile = 'Selected export type has to be saved in file!';
$strExtendedInserts = 'Extended inserts'; $strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -334,6 +333,9 @@ $strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display'; $strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew'; $strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields'; $strHexForBinary = 'Use hexadecimal for binary fields';
$strHide = 'Hide';
$strHideShowAll = 'Hide/Show all';
$strHideShowNoRelation = 'Hide/Show Tables with no relation';
$strHome = 'Home'; $strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; $strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!'; $strHostEmpty = 'The host name is empty!';
@@ -350,8 +352,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows'; $strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts'; $strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s'; $strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files'; $strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file'; $strImportFormat = 'Format of imported file';
$strImport = 'Import'; $strImport = 'Import';
@@ -373,6 +374,7 @@ $strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory'; $strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages'; $strInnoDBPages = 'pages';
$strInnoDBRelationAdded = 'InnoDB relation added';
$strInnodbStat = 'InnoDB Status'; $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.'; $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.';
$strInsertAsNewRow = 'Insert as new row'; $strInsertAsNewRow = 'Insert as new row';
@@ -380,6 +382,7 @@ $strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert'; $strInsert = 'Insert';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelationAdded = 'Internal relation added';
$strInternalRelations = 'Internal relations'; $strInternalRelations = 'Internal relations';
$strInUse = 'in use'; $strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
@@ -462,6 +465,7 @@ $strMIME_without = 'MIME types printed in italics do not have a separate transfo
$strModifications = 'Modifications have been saved'; $strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index'; $strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify'; $strModify = 'Modify';
$strMoveMenu = 'Move Menu';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!'; $strMoveTableSameNames = 'Can\'t move table to same one!';
@@ -516,10 +520,12 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!'; $strNotNumber = 'This is not a number!';
$strNotOK = 'not OK'; $strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s'; $strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.'; $strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL'; $strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null'; $strNull = 'Null';
$strNumberOfFields = 'Number of fields'; $strNumberOfFields = 'Number of fields';
$strNumberOfTables = 'Number of tables';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables'; $strNumTables = 'Tables';
@@ -635,16 +641,19 @@ $strQueryWindowLock = 'Do not overwrite this query from outside the window';
$strReadRequests = 'Read requests'; $strReadRequests = 'Read requests';
$strReceived = 'Received'; $strReceived = 'Received';
$strRecommended = 'recommended';
$strRecords = 'Records'; $strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:'; $strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh'; $strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema'; $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.'; $strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations'; $strRelations = 'Relations';
$strRelationView = 'Relation view'; $strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges'; $strReloadingThePrivileges = 'Reloading the privileges';
$strReloadPrivileges = 'Reload privileges'; $strReloadPrivileges = 'Reload privileges';
$strReload = 'Reload';
$strRemoveSelectedUsers = 'Remove selected users'; $strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; $strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s'; $strRenameTableOK = 'Table %s has been renamed to %s';
@@ -677,6 +686,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian'; $strRussian = 'Russian';
$strSaveOnServer = 'Save on server in %s directory'; $strSaveOnServer = 'Save on server in %s directory';
$strSavePosition = 'Save position';
$strSave = 'Save'; $strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database'; $strSearchFormTitle = 'Search in database';
@@ -694,7 +704,9 @@ $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view'; $strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):'; $strSelectFields = 'Select fields (at least one):';
$strSelectForeignKey = 'Select Foreign Key';
$strSelectNumRows = 'in query'; $strSelectNumRows = 'in query';
$strSelectReferencedKey = 'Select referenced key';
$strSelectTables = 'Select Tables'; $strSelectTables = 'Select Tables';
$strSend = 'Save as file'; $strSend = 'Save as file';
$strSent = 'Sent'; $strSent = 'Sent';
@@ -716,8 +728,11 @@ $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries'; $strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid'; $strShowGrid = 'Show grid';
$strShowHideLeftMenu = 'Show/Hide left menu';
$strShowingBookmark = 'Showing bookmark'; $strShowingBookmark = 'Showing bookmark';
$strShowingPhp = 'Showing as PHP code';
$strShowingRecords = 'Showing rows'; $strShowingRecords = 'Showing rows';
$strShowingSQL = 'Showing SQL query';
$strShowOpenTables = 'Show open tables'; $strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShow = 'Show'; $strShow = 'Show';
@@ -839,6 +854,7 @@ $strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start'; $strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak'; $strSlovak = 'Slovak';
$strSlovenian = 'Slovenian'; $strSlovenian = 'Slovenian';
$strSmallBigAll = 'Small/Big All';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key'; $strSortByKey = 'Sort by key';
$strSorting = 'Sorting'; $strSorting = 'Sorting';
@@ -887,7 +903,9 @@ $strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied'; $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableIsEmpty = 'Table seems to be empty!';
$strTableMaintenance = 'Table maintenance'; $strTableMaintenance = 'Table maintenance';
$strTableName = 'Table name';
$strTableOfContents = 'Table of contents'; $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options'; $strTableOptions = 'Table options';
$strTables = '%s table(s)'; $strTables = '%s table(s)';
@@ -905,14 +923,15 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!'; $strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style'; $strTheme = 'Theme / Style';
$strThisHost = 'This Host'; $strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads'; $strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; $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.'; $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.'; $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time'; $strTime = 'Time';
$strToFromPage = 'to/from page';
$strToggleScratchboard = 'Toggle scratchboard'; $strToggleScratchboard = 'Toggle scratchboard';
$strToSelectRelation = 'To select relation, click :';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; $strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese'; $strTraditionalChinese = 'Traditional Chinese';
@@ -986,8 +1005,6 @@ $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.'; $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:'; $strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests'; $strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.'; $strWrongUser = 'Wrong username/password. Access denied.';
$strXMLOptions = 'XML options'; $strXMLOptions = 'XML options';

View File

@@ -22,7 +22,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
$strAbortedClients = 'Aborted'; $strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied'; $strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
@@ -32,8 +31,6 @@ $strAddClause = 'Add %s';
$strAddConstraints = 'Add constraints'; $strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns'; $strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row'; $strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)'; $strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIntoComments = 'Add into comments'; $strAddIntoComments = 'Add into comments';
@@ -55,9 +52,11 @@ $strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?'; $strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by'; $strAlterOrderBy = 'Alter table order by';
$strAlwaysShowLinks = 'Always show links';
$strAnalyzeTable = 'Analyze table'; $strAnalyzeTable = 'Analyze table';
$strAnd = 'And'; $strAnd = 'And';
$strAndThen = 'and then'; $strAndThen = 'and then';
$strAngularLinks = 'Angular links';
$strAnIndex = 'An index has been added on %s'; $strAnIndex = 'An index has been added on %s';
$strAny = 'Any'; $strAny = 'Any';
$strAnyHost = 'Any host'; $strAnyHost = 'Any host';
@@ -173,6 +172,8 @@ $strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s'; $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page'; $strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCreateRelation = 'Create relation';
$strCreateTable = 'Create table';
$strCreateUserDatabase = 'Database for user'; $strCreateUserDatabase = 'Database for user';
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';
$strCreateUserDatabaseNone = 'None'; $strCreateUserDatabaseNone = 'None';
@@ -205,15 +206,7 @@ $strDataOnly = 'Data only';
$strDataPages = 'Pages containing data'; $strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: '; $strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to'; $strDBCopy = 'Copy database to';
$strDBGContext = 'Context'; $strDbIsEmpty = 'Database seems to be empty!';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges'; $strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to'; $strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific'; $strDbSpecific = 'database-specific';
@@ -233,14 +226,19 @@ $strDelimiter = 'Delimiter';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?'; $strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending'; $strDescending = 'Descending';
$strDescription = 'Description'; $strDescription = 'Description';
$strDesigner = 'Designer';
$strDictionary = 'dictionary'; $strDictionary = 'dictionary';
$strDirectLinks = 'Direct links';
$strDirtyPages = 'Dirty pages'; $strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled'; $strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks'; $strDisableForeignChecks = 'Disable foreign key checks';
$strDisableForFasterScrolling = 'Disable for faster scrolling';
$strDisplayFeat = 'Display Features'; $strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema'; $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'DocSQL options';
$strDocu = 'Documentation'; $strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to '; $strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
@@ -279,6 +277,7 @@ $strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query'; $strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL'; $strExplain = 'Explain SQL';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Export/Import to scale';
$strExportMustBeFile = 'Selected export type has to be saved in file!'; $strExportMustBeFile = 'Selected export type has to be saved in file!';
$strExtendedInserts = 'Extended inserts'; $strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -334,6 +333,9 @@ $strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display'; $strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew'; $strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields'; $strHexForBinary = 'Use hexadecimal for binary fields';
$strHide = 'Hide';
$strHideShowAll = 'Hide/Show all';
$strHideShowNoRelation = 'Hide/Show Tables with no relation';
$strHome = 'Home'; $strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; $strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!'; $strHostEmpty = 'The host name is empty!';
@@ -350,8 +352,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows'; $strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts'; $strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s'; $strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files'; $strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file'; $strImportFormat = 'Format of imported file';
$strImport = 'Import'; $strImport = 'Import';
@@ -373,6 +374,7 @@ $strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory'; $strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages'; $strInnoDBPages = 'pages';
$strInnoDBRelationAdded = 'InnoDB relation added';
$strInnodbStat = 'InnoDB Status'; $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.'; $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.';
$strInsertAsNewRow = 'Insert as new row'; $strInsertAsNewRow = 'Insert as new row';
@@ -380,6 +382,7 @@ $strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert'; $strInsert = 'Insert';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelationAdded = 'Internal relation added';
$strInternalRelations = 'Internal relations'; $strInternalRelations = 'Internal relations';
$strInUse = 'in use'; $strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
@@ -462,6 +465,7 @@ $strMIME_without = 'MIME types printed in italics do not have a separate transfo
$strModifications = 'Modifications have been saved'; $strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index'; $strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify'; $strModify = 'Modify';
$strMoveMenu = 'Move Menu';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!'; $strMoveTableSameNames = 'Can\'t move table to same one!';
@@ -516,10 +520,12 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!'; $strNotNumber = 'This is not a number!';
$strNotOK = 'not OK'; $strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s'; $strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.'; $strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL'; $strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null'; $strNull = 'Null';
$strNumberOfFields = 'Number of fields'; $strNumberOfFields = 'Number of fields';
$strNumberOfTables = 'Number of tables';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables'; $strNumTables = 'Tables';
@@ -635,16 +641,19 @@ $strQueryWindowLock = 'Do not overwrite this query from outside the window';
$strReadRequests = 'Read requests'; $strReadRequests = 'Read requests';
$strReceived = 'Received'; $strReceived = 'Received';
$strRecommended = 'recommended';
$strRecords = 'Records'; $strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:'; $strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh'; $strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema'; $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.'; $strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations'; $strRelations = 'Relations';
$strRelationView = 'Relation view'; $strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges'; $strReloadingThePrivileges = 'Reloading the privileges';
$strReloadPrivileges = 'Reload privileges'; $strReloadPrivileges = 'Reload privileges';
$strReload = 'Reload';
$strRemoveSelectedUsers = 'Remove selected users'; $strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; $strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s'; $strRenameTableOK = 'Table %s has been renamed to %s';
@@ -677,6 +686,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian'; $strRussian = 'Russian';
$strSaveOnServer = 'Save on server in %s directory'; $strSaveOnServer = 'Save on server in %s directory';
$strSavePosition = 'Save position';
$strSave = 'Save'; $strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database'; $strSearchFormTitle = 'Search in database';
@@ -694,7 +704,9 @@ $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view'; $strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):'; $strSelectFields = 'Select fields (at least one):';
$strSelectForeignKey = 'Select Foreign Key';
$strSelectNumRows = 'in query'; $strSelectNumRows = 'in query';
$strSelectReferencedKey = 'Select referenced key';
$strSelectTables = 'Select Tables'; $strSelectTables = 'Select Tables';
$strSend = 'Save as file'; $strSend = 'Save as file';
$strSent = 'Sent'; $strSent = 'Sent';
@@ -716,8 +728,11 @@ $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries'; $strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid'; $strShowGrid = 'Show grid';
$strShowHideLeftMenu = 'Show/Hide left menu';
$strShowingBookmark = 'Showing bookmark'; $strShowingBookmark = 'Showing bookmark';
$strShowingPhp = 'Showing as PHP code';
$strShowingRecords = 'Showing rows'; $strShowingRecords = 'Showing rows';
$strShowingSQL = 'Showing SQL query';
$strShowOpenTables = 'Show open tables'; $strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShow = 'Show'; $strShow = 'Show';
@@ -839,6 +854,7 @@ $strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start'; $strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak'; $strSlovak = 'Slovak';
$strSlovenian = 'Slovenian'; $strSlovenian = 'Slovenian';
$strSmallBigAll = 'Small/Big All';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key'; $strSortByKey = 'Sort by key';
$strSorting = 'Sorting'; $strSorting = 'Sorting';
@@ -887,7 +903,9 @@ $strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied'; $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableIsEmpty = 'Table seems to be empty!';
$strTableMaintenance = 'Table maintenance'; $strTableMaintenance = 'Table maintenance';
$strTableName = 'Table name';
$strTableOfContents = 'Table of contents'; $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options'; $strTableOptions = 'Table options';
$strTables = '%s table(s)'; $strTables = '%s table(s)';
@@ -905,14 +923,15 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!'; $strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style'; $strTheme = 'Theme / Style';
$strThisHost = 'This Host'; $strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads'; $strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; $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.'; $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.'; $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time'; $strTime = 'Time';
$strToFromPage = 'to/from page';
$strToggleScratchboard = 'Toggle scratchboard'; $strToggleScratchboard = 'Toggle scratchboard';
$strToSelectRelation = 'To select relation, click :';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; $strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese'; $strTraditionalChinese = 'Traditional Chinese';
@@ -986,8 +1005,6 @@ $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.'; $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:'; $strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests'; $strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.'; $strWrongUser = 'Wrong username/password. Access denied.';
$strXMLOptions = 'XML options'; $strXMLOptions = 'XML options';

View File

@@ -23,7 +23,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
$strAbortedClients = 'Aborted'; $strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied'; $strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
@@ -33,8 +32,6 @@ $strAddClause = 'Add %s';
$strAddConstraints = 'Add constraints'; $strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns'; $strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row'; $strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)'; $strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIntoComments = 'Add into comments'; $strAddIntoComments = 'Add into comments';
@@ -56,9 +53,11 @@ $strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?'; $strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by'; $strAlterOrderBy = 'Alter table order by';
$strAlwaysShowLinks = 'Always show links';
$strAnalyzeTable = 'Analyze table'; $strAnalyzeTable = 'Analyze table';
$strAnd = 'And'; $strAnd = 'And';
$strAndThen = 'and then'; $strAndThen = 'and then';
$strAngularLinks = 'Angular links';
$strAnIndex = 'An index has been added on %s'; $strAnIndex = 'An index has been added on %s';
$strAny = 'Any'; $strAny = 'Any';
$strAnyHost = 'Any host'; $strAnyHost = 'Any host';
@@ -174,6 +173,8 @@ $strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s'; $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page'; $strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCreateRelation = 'Create relation';
$strCreateTable = 'Create table';
$strCreateUserDatabase = 'Database for user'; $strCreateUserDatabase = 'Database for user';
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';
$strCreateUserDatabaseNone = 'None'; $strCreateUserDatabaseNone = 'None';
@@ -206,15 +207,7 @@ $strDataOnly = 'Data only';
$strDataPages = 'Pages containing data'; $strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: '; $strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to'; $strDBCopy = 'Copy database to';
$strDBGContext = 'Context'; $strDbIsEmpty = 'Database seems to be empty!';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges'; $strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to'; $strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific'; $strDbSpecific = 'database-specific';
@@ -234,14 +227,19 @@ $strDelimiter = 'Delimiter';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?'; $strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending'; $strDescending = 'Descending';
$strDescription = 'Description'; $strDescription = 'Description';
$strDesigner = 'Designer';
$strDictionary = 'dictionary'; $strDictionary = 'dictionary';
$strDirectLinks = 'Direct links';
$strDirtyPages = 'Dirty pages'; $strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled'; $strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks'; $strDisableForeignChecks = 'Disable foreign key checks';
$strDisableForFasterScrolling = 'Disable for faster scrolling';
$strDisplayFeat = 'Display Features'; $strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema'; $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocSQL = 'DocSQL';
$strDocSQLOptions = 'DocSQL options';
$strDocu = 'Documentation'; $strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to '; $strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
@@ -280,6 +278,7 @@ $strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query'; $strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL'; $strExplain = 'Explain SQL';
$strExport = 'Export'; $strExport = 'Export';
$strExportImportToScale = 'Export/Import to scale';
$strExportMustBeFile = 'Selected export type has to be saved in file!'; $strExportMustBeFile = 'Selected export type has to be saved in file!';
$strExtendedInserts = 'Extended inserts'; $strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra'; $strExtra = 'Extra';
@@ -335,6 +334,9 @@ $strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display'; $strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew'; $strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields'; $strHexForBinary = 'Use hexadecimal for binary fields';
$strHide = 'Hide';
$strHideShowAll = 'Hide/Show all';
$strHideShowNoRelation = 'Hide/Show Tables with no relation';
$strHome = 'Home'; $strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; $strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!'; $strHostEmpty = 'The host name is empty!';
@@ -351,8 +353,7 @@ $strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows'; $strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts'; $strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s'; $strImportExportCoords = 'Import/Export coordinates for PDF schema';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files'; $strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file'; $strImportFormat = 'Format of imported file';
$strImport = 'Import'; $strImport = 'Import';
@@ -374,6 +375,7 @@ $strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory'; $strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages'; $strInnoDBPages = 'pages';
$strInnoDBRelationAdded = 'InnoDB relation added';
$strInnodbStat = 'InnoDB Status'; $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.'; $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.';
$strInsertAsNewRow = 'Insert as new row'; $strInsertAsNewRow = 'Insert as new row';
@@ -381,6 +383,7 @@ $strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert'; $strInsert = 'Insert';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelationAdded = 'Internal relation added';
$strInternalRelations = 'Internal relations'; $strInternalRelations = 'Internal relations';
$strInUse = 'in use'; $strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
@@ -463,6 +466,7 @@ $strMIME_without = 'MIME types printed in italics do not have a separate transfo
$strModifications = 'Modifications have been saved'; $strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index'; $strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify'; $strModify = 'Modify';
$strMoveMenu = 'Move Menu';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!'; $strMoveTableSameNames = 'Can\'t move table to same one!';
@@ -517,10 +521,12 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!'; $strNotNumber = 'This is not a number!';
$strNotOK = 'not OK'; $strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s'; $strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.'; $strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL'; $strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null'; $strNull = 'Null';
$strNumberOfFields = 'Number of fields'; $strNumberOfFields = 'Number of fields';
$strNumberOfTables = 'Number of tables';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables'; $strNumTables = 'Tables';
@@ -636,16 +642,19 @@ $strQueryWindowLock = 'Do not overwrite this query from outside the window';
$strReadRequests = 'Read requests'; $strReadRequests = 'Read requests';
$strReceived = 'Received'; $strReceived = 'Received';
$strRecommended = 'recommended';
$strRecords = 'Records'; $strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:'; $strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh'; $strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema'; $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.'; $strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations'; $strRelations = 'Relations';
$strRelationView = 'Relation view'; $strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges'; $strReloadingThePrivileges = 'Reloading the privileges';
$strReloadPrivileges = 'Reload privileges'; $strReloadPrivileges = 'Reload privileges';
$strReload = 'Reload';
$strRemoveSelectedUsers = 'Remove selected users'; $strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; $strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s'; $strRenameTableOK = 'Table %s has been renamed to %s';
@@ -678,6 +687,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian'; $strRussian = 'Russian';
$strSaveOnServer = 'Save on server in %s directory'; $strSaveOnServer = 'Save on server in %s directory';
$strSavePosition = 'Save position';
$strSave = 'Save'; $strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database'; $strSearchFormTitle = 'Search in database';
@@ -695,7 +705,9 @@ $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view'; $strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):'; $strSelectFields = 'Select fields (at least one):';
$strSelectForeignKey = 'Select Foreign Key';
$strSelectNumRows = 'in query'; $strSelectNumRows = 'in query';
$strSelectReferencedKey = 'Select referenced key';
$strSelectTables = 'Select Tables'; $strSelectTables = 'Select Tables';
$strSend = 'Save as file'; $strSend = 'Save as file';
$strSent = 'Sent'; $strSent = 'Sent';
@@ -717,8 +729,11 @@ $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries'; $strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid'; $strShowGrid = 'Show grid';
$strShowHideLeftMenu = 'Show/Hide left menu';
$strShowingBookmark = 'Showing bookmark'; $strShowingBookmark = 'Showing bookmark';
$strShowingPhp = 'Showing as PHP code';
$strShowingRecords = 'Showing rows'; $strShowingRecords = 'Showing rows';
$strShowingSQL = 'Showing SQL query';
$strShowOpenTables = 'Show open tables'; $strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShow = 'Show'; $strShow = 'Show';
@@ -840,6 +855,7 @@ $strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start'; $strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak'; $strSlovak = 'Slovak';
$strSlovenian = 'Slovenian'; $strSlovenian = 'Slovenian';
$strSmallBigAll = 'Small/Big All';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key'; $strSortByKey = 'Sort by key';
$strSorting = 'Sorting'; $strSorting = 'Sorting';
@@ -888,7 +904,9 @@ $strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied'; $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableIsEmpty = 'Table seems to be empty!';
$strTableMaintenance = 'Table maintenance'; $strTableMaintenance = 'Table maintenance';
$strTableName = 'Table name';
$strTableOfContents = 'Table of contents'; $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options'; $strTableOptions = 'Table options';
$strTables = '%s table(s)'; $strTables = '%s table(s)';
@@ -906,14 +924,15 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!'; $strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style'; $strTheme = 'Theme / Style';
$strThisHost = 'This Host'; $strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads'; $strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; $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.'; $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.'; $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time'; $strTime = 'Time';
$strToFromPage = 'to/from page';
$strToggleScratchboard = 'Toggle scratchboard'; $strToggleScratchboard = 'Toggle scratchboard';
$strToSelectRelation = 'To select relation, click :';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; $strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese'; $strTraditionalChinese = 'Traditional Chinese';
@@ -987,8 +1006,6 @@ $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.'; $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:'; $strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests'; $strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.'; $strWrongUser = 'Wrong username/password. Access denied.';
$strXMLOptions = 'XML options'; $strXMLOptions = 'XML options';

View File

@@ -23,7 +23,6 @@ $datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s p<>eva, %s tundi, %s minutit ja %s sekundit'; $timespanfmt = '%s p<>eva, %s tundi, %s minutit ja %s sekundit';
$strAbortedClients = 'Katkestatud'; $strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedCreateConfig = 'Arvatav p<>hjus on te pole veel loonud seadete faili. Soovitavalt v<>id kasutada %1$ssetup script%2$s et seadistada.'; $strAccessDeniedCreateConfig = 'Arvatav p<>hjus on te pole veel loonud seadete faili. Soovitavalt v<>id kasutada %1$ssetup script%2$s et seadistada.';
$strAccessDeniedExplanation = 'phpMyAdmin proovis <20>henduda MySQL serveriga ja server l<>kkas <20>henduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori k<>est.'; $strAccessDeniedExplanation = 'phpMyAdmin proovis <20>henduda MySQL serveriga ja server l<>kkas <20>henduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori k<>est.';
$strAccessDenied = 'Ligip<69><70>s keelatud'; $strAccessDenied = 'Ligip<69><70>s keelatud';
@@ -33,8 +32,6 @@ $strAddClause = 'Lisa %s';
$strAddConstraints = 'Lisa piirangud'; $strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta v<>lja veerud'; $strAddDeleteColumn = 'Lisa/Kustuta v<>lja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida'; $strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddedColumnComment = 'Kommentaar lisatud v<>ljale';
$strAddedColumnRelation = 'S<>ltuvus lisatud v<>ljale';
$strAddFields = 'Lisa %s v<>li(jad)'; $strAddFields = 'Lisa %s v<>li(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar p<>isesse (\\n eraldab read)'; $strAddHeaderComment = 'Lisa vaba kommentaar p<>isesse (\\n eraldab read)';
$strAddIntoComments = 'Lisa kommentaaridesse'; $strAddIntoComments = 'Lisa kommentaaridesse';
@@ -206,15 +203,6 @@ $strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega'; $strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: '; $strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas'; $strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid'; $strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas <20>mber'; $strDBRename = 'Nimeta andmebaas <20>mber';
$strDbSpecific = 'andmebaasip<69>hine'; $strDbSpecific = 'andmebaasip<69>hine';
@@ -351,8 +339,6 @@ $strIdxFulltext = 'T
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid'; $strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri'; $strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi'; $strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'J<>tan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid'; $strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat'; $strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import'; $strImport = 'Import';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Ei leia pildi kataloogi teemale %s!';
$strThemePathNotFound = 'Ei leia kataloogi teemale %s!'; $strThemePathNotFound = 'Ei leia kataloogi teemale %s!';
$strTheme = 'Teema / Stiil'; $strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host'; $strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'L<>imud'; $strThreads = 'L<>imud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.'; $strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg'; $strTime = 'Aeg';
@@ -984,8 +969,6 @@ $strWildcard = 'metam
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. V<>ibolla Te olete peaakna sulgenud v<>i Teie sirvija ei luba akendevahelist suhtlist t<>nu turvaseadetele.'; $strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. V<>ibolla Te olete peaakna sulgenud v<>i Teie sirvija ei luba akendevahelist suhtlist t<>nu turvaseadetele.';
$strWithChecked = 'Valitud:'; $strWithChecked = 'Valitud:';
$strWriteRequests = 'P<><50>rdumised kirjutamiseks'; $strWriteRequests = 'P<><50>rdumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole v<>imalik.';
$strWritingRelationNotPossible = 'S<>ltuvuse kirjutamine ei ole v<>imalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligip<69><70>s keelatud.'; $strWrongUser = 'Vale kasutajanimi/parool. Ligip<69><70>s keelatud.';
$strXMLOptions = 'XML seaded'; $strXMLOptions = 'XML seaded';
@@ -1002,4 +985,38 @@ $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit'; $timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
$strAbortedClients = 'Katkestatud'; $strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedCreateConfig = 'Arvatav põhjus on te pole veel loonud seadete faili. Soovitavalt võid kasutada %1$ssetup script%2$s et seadistada.'; $strAccessDeniedCreateConfig = 'Arvatav põhjus on te pole veel loonud seadete faili. Soovitavalt võid kasutada %1$ssetup script%2$s et seadistada.';
$strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.'; $strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.';
$strAccessDenied = 'Ligipääs keelatud'; $strAccessDenied = 'Ligipääs keelatud';
@@ -34,8 +33,6 @@ $strAddClause = 'Lisa %s';
$strAddConstraints = 'Lisa piirangud'; $strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta välja veerud'; $strAddDeleteColumn = 'Lisa/Kustuta välja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida'; $strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddedColumnComment = 'Kommentaar lisatud väljale';
$strAddedColumnRelation = 'Sõltuvus lisatud väljale';
$strAddFields = 'Lisa %s väli(jad)'; $strAddFields = 'Lisa %s väli(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)'; $strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)';
$strAddIntoComments = 'Lisa kommentaaridesse'; $strAddIntoComments = 'Lisa kommentaaridesse';
@@ -207,15 +204,6 @@ $strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega'; $strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: '; $strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas'; $strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid'; $strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas ümber'; $strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine'; $strDbSpecific = 'andmebaasipõhine';
@@ -352,8 +340,6 @@ $strIdxFulltext = 'Täistekst';
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid'; $strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri'; $strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi'; $strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'Jätan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid'; $strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat'; $strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import'; $strImport = 'Import';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = 'Ei leia pildi kataloogi teemale %s!';
$strThemePathNotFound = 'Ei leia kataloogi teemale %s!'; $strThemePathNotFound = 'Ei leia kataloogi teemale %s!';
$strTheme = 'Teema / Stiil'; $strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host'; $strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'Lõimud'; $strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.'; $strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg'; $strTime = 'Aeg';
@@ -985,8 +970,6 @@ $strWildcard = 'metamärk';
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.'; $strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.';
$strWithChecked = 'Valitud:'; $strWithChecked = 'Valitud:';
$strWriteRequests = 'Pöördumised kirjutamiseks'; $strWriteRequests = 'Pöördumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole võimalik.';
$strWritingRelationNotPossible = 'Sõltuvuse kirjutamine ei ole võimalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.'; $strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.';
$strXMLOptions = 'XML seaded'; $strXMLOptions = 'XML seaded';
@@ -1003,4 +986,38 @@ $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d.%m.%Y klo %H:%M';
$timespanfmt = '%s p<>iv<69><76>, %s tuntia, %s minuuttia ja %s sekuntia'; $timespanfmt = '%s p<>iv<69><76>, %s tuntia, %s minuuttia ja %s sekuntia';
$strAbortedClients = 'Keskeytetty'; $strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna t<>ydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todenn<6E>k<EFBFBD>inen syy t<>lle on se, ettet ole luonut asetustiedostoa. Voit k<>ytt<74><74> %1$sasetusskripti<74>%2$s asetustiedoston luomiseen.'; $strAccessDeniedCreateConfig = 'Todenn<6E>k<EFBFBD>inen syy t<>lle on se, ettet ole luonut asetustiedostoa. Voit k<>ytt<74><74> %1$sasetusskripti<74>%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, k<>ytt<74>j<EFBFBD>nimi ja salasana config.inc.php-tiedostosta ja varmista, ett<74> ne vastaavat MySQL-palvelimen j<>rjestelm<6C>nvalvojan antamia tietoja.'; $strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, k<>ytt<74>j<EFBFBD>nimi ja salasana config.inc.php-tiedostosta ja varmista, ett<74> ne vastaavat MySQL-palvelimen j<>rjestelm<6C>nvalvojan antamia tietoja.';
$strAccessDenied = 'P<><50>sy kielletty'; $strAccessDenied = 'P<><50>sy kielletty';
@@ -32,8 +31,6 @@ $strAddClause = 'Lis
$strAddConstraints = 'Lis<69><73> rajoitteet'; $strAddConstraints = 'Lis<69><73> rajoitteet';
$strAddDeleteColumn = 'Lis<69><73>/poista sarakkeita'; $strAddDeleteColumn = 'Lis<69><73>/poista sarakkeita';
$strAddDeleteRow = 'Lis<69><73>/poista hakuehtoja'; $strAddDeleteRow = 'Lis<69><73>/poista hakuehtoja';
$strAddedColumnComment = 'Lis<69>tty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lis<69>tty relaatio sarakkeeseen';
$strAddFields = 'Lis<69><73> %s kentt<74>(<28>)'; $strAddFields = 'Lis<69><73> %s kentt<74>(<28>)';
$strAddHeaderComment = 'Lis<69><73> oma kommentti otsikkoon (\\n on rivinvaihto)'; $strAddHeaderComment = 'Lis<69><73> oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIntoComments = 'Lis<69><73> kommentteihin'; $strAddIntoComments = 'Lis<69><73> kommentteihin';
@@ -205,15 +202,6 @@ $strDataOnly = 'Vain data';
$strDataPages = "Dataa sis<69>lt<6C>v<EFBFBD>t sivut"; $strDataPages = "Dataa sis<69>lt<6C>v<EFBFBD>t sivut";
$strDBComment = 'Tietokannan kommentti: '; $strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimell<6C>:'; $strDBCopy = 'Luo tietokannasta toinen tietokanta nimell<6C>:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset k<>ytt<74>oikeudet'; $strDbPrivileges = 'Tietokantakohtaiset k<>ytt<74>oikeudet';
$strDBRename = 'Muuta tietokannan nimi'; $strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen'; $strDbSpecific = 'tietokantakohtainen';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = '<27>l<EFBFBD> v<>lit<69> kaksinkertaisista riveist<73>'; $strIgnoreDuplicates = '<27>l<EFBFBD> v<>lit<69> kaksinkertaisista riveist<73>';
$strIgnoreInserts = 'K<>yt<79> IGNORE:a INSERT-komennoissa'; $strIgnoreInserts = 'K<>yt<79> IGNORE:a INSERT-komennoissa';
$strIgnore = 'J<>t<EFBFBD> huomiotta'; $strIgnore = 'J<>t<EFBFBD> huomiotta';
$strIgnoringFile = 'J<>tet<65><74>n tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja'; $strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto'; $strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kysely<6C> suoritettu.'; $strImportSuccessfullyFinished = 'Tuonti onnistui, %d kysely<6C> suoritettu.';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei l
$strThemePathNotFound = 'Teeman %s polkua ei l<>ydy!'; $strThemePathNotFound = 'Teeman %s polkua ei l<>ydy!';
$strTheme = 'Teema/tyyli'; $strTheme = 'Teema/tyyli';
$strThisHost = 'T<>m<EFBFBD> is<69>nt<6E>'; $strThisHost = 'T<>m<EFBFBD> is<69>nt<6E>';
$strThisNotDirectory = 'T<>m<EFBFBD> ei ole hakemisto';
$strThreads = 'S<>ikeet'; $strThreads = 'S<>ikeet';
$strThreadSuccessfullyKilled = 'S<>ikeen %s (threadin) lopetus onnistui.'; $strThreadSuccessfullyKilled = 'S<>ikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika'; $strTime = 'Aika';
@@ -984,8 +969,6 @@ $strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu p<>ivitt<74><74>. Syyn<79> voi olla se, ett<74> olet sulkenut is<69>nt<6E>ikkunan tai ett<74> selaimesi tietoturva-asetukset est<73>v<EFBFBD>t ikkunoiden v<>lisen p<>ivitt<74>misen.'; $strWindowNotFound = 'Kohdeselainikkunaa ei voitu p<>ivitt<74><74>. Syyn<79> voi olla se, ett<74> olet sulkenut is<69>nt<6E>ikkunan tai ett<74> selaimesi tietoturva-asetukset est<73>v<EFBFBD>t ikkunoiden v<>lisen p<>ivitt<74>misen.';
$strWithChecked = 'Valitut:'; $strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynn<6E>t'; $strWriteRequests = 'Kirjoituspyynn<6E>t';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.'; $strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.';
$strXMLOptions = 'XML-valinnat'; $strXMLOptions = 'XML-valinnat';
@@ -998,4 +981,38 @@ $strZip = '"zip-pakattu"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d.%m.%Y klo %H:%M';
$timespanfmt = '%s p<>iv<69><76>, %s tuntia, %s minuuttia ja %s sekuntia'; $timespanfmt = '%s p<>iv<69><76>, %s tuntia, %s minuuttia ja %s sekuntia';
$strAbortedClients = 'Keskeytetty'; $strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna t<>ydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todenn<6E>k<EFBFBD>inen syy t<>lle on se, ettet ole luonut asetustiedostoa. Voit k<>ytt<74><74> %1$sasetusskripti<74>%2$s asetustiedoston luomiseen.'; $strAccessDeniedCreateConfig = 'Todenn<6E>k<EFBFBD>inen syy t<>lle on se, ettet ole luonut asetustiedostoa. Voit k<>ytt<74><74> %1$sasetusskripti<74>%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, k<>ytt<74>j<EFBFBD>nimi ja salasana config.inc.php-tiedostosta ja varmista, ett<74> ne vastaavat MySQL-palvelimen j<>rjestelm<6C>nvalvojan antamia tietoja.'; $strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, k<>ytt<74>j<EFBFBD>nimi ja salasana config.inc.php-tiedostosta ja varmista, ett<74> ne vastaavat MySQL-palvelimen j<>rjestelm<6C>nvalvojan antamia tietoja.';
$strAccessDenied = 'P<><50>sy kielletty'; $strAccessDenied = 'P<><50>sy kielletty';
@@ -32,8 +31,6 @@ $strAddClause = 'Lis
$strAddConstraints = 'Lis<69><73> rajoitteet'; $strAddConstraints = 'Lis<69><73> rajoitteet';
$strAddDeleteColumn = 'Lis<69><73>/poista sarakkeita'; $strAddDeleteColumn = 'Lis<69><73>/poista sarakkeita';
$strAddDeleteRow = 'Lis<69><73>/poista hakuehtoja'; $strAddDeleteRow = 'Lis<69><73>/poista hakuehtoja';
$strAddedColumnComment = 'Lis<69>tty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lis<69>tty relaatio sarakkeeseen';
$strAddFields = 'Lis<69><73> %s kentt<74>(<28>)'; $strAddFields = 'Lis<69><73> %s kentt<74>(<28>)';
$strAddHeaderComment = 'Lis<69><73> oma kommentti otsikkoon (\\n on rivinvaihto)'; $strAddHeaderComment = 'Lis<69><73> oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIntoComments = 'Lis<69><73> kommentteihin'; $strAddIntoComments = 'Lis<69><73> kommentteihin';
@@ -205,15 +202,6 @@ $strDataOnly = 'Vain data';
$strDataPages = "Dataa sis<69>lt<6C>v<EFBFBD>t sivut"; $strDataPages = "Dataa sis<69>lt<6C>v<EFBFBD>t sivut";
$strDBComment = 'Tietokannan kommentti: '; $strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimell<6C>:'; $strDBCopy = 'Luo tietokannasta toinen tietokanta nimell<6C>:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset k<>ytt<74>oikeudet'; $strDbPrivileges = 'Tietokantakohtaiset k<>ytt<74>oikeudet';
$strDBRename = 'Muuta tietokannan nimi'; $strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen'; $strDbSpecific = 'tietokantakohtainen';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = '<27>l<EFBFBD> v<>lit<69> kaksinkertaisista riveist<73>'; $strIgnoreDuplicates = '<27>l<EFBFBD> v<>lit<69> kaksinkertaisista riveist<73>';
$strIgnoreInserts = 'K<>yt<79> IGNORE:a INSERT-komennoissa'; $strIgnoreInserts = 'K<>yt<79> IGNORE:a INSERT-komennoissa';
$strIgnore = 'J<>t<EFBFBD> huomiotta'; $strIgnore = 'J<>t<EFBFBD> huomiotta';
$strIgnoringFile = 'J<>tet<65><74>n tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja'; $strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto'; $strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kysely<6C> suoritettu.'; $strImportSuccessfullyFinished = 'Tuonti onnistui, %d kysely<6C> suoritettu.';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei l
$strThemePathNotFound = 'Teeman %s polkua ei l<>ydy!'; $strThemePathNotFound = 'Teeman %s polkua ei l<>ydy!';
$strTheme = 'Teema/tyyli'; $strTheme = 'Teema/tyyli';
$strThisHost = 'T<>m<EFBFBD> is<69>nt<6E>'; $strThisHost = 'T<>m<EFBFBD> is<69>nt<6E>';
$strThisNotDirectory = 'T<>m<EFBFBD> ei ole hakemisto';
$strThreads = 'S<>ikeet'; $strThreads = 'S<>ikeet';
$strThreadSuccessfullyKilled = 'S<>ikeen %s (threadin) lopetus onnistui.'; $strThreadSuccessfullyKilled = 'S<>ikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika'; $strTime = 'Aika';
@@ -984,8 +969,6 @@ $strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu p<>ivitt<74><74>. Syyn<79> voi olla se, ett<74> olet sulkenut is<69>nt<6E>ikkunan tai ett<74> selaimesi tietoturva-asetukset est<73>v<EFBFBD>t ikkunoiden v<>lisen p<>ivitt<74>misen.'; $strWindowNotFound = 'Kohdeselainikkunaa ei voitu p<>ivitt<74><74>. Syyn<79> voi olla se, ett<74> olet sulkenut is<69>nt<6E>ikkunan tai ett<74> selaimesi tietoturva-asetukset est<73>v<EFBFBD>t ikkunoiden v<>lisen p<>ivitt<74>misen.';
$strWithChecked = 'Valitut:'; $strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynn<6E>t'; $strWriteRequests = 'Kirjoituspyynn<6E>t';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.'; $strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.';
$strXMLOptions = 'XML-valinnat'; $strXMLOptions = 'XML-valinnat';
@@ -998,4 +981,38 @@ $strZip = '"zip-pakattu"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%d.%m.%Y klo %H:%M';
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia'; $timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
$strAbortedClients = 'Keskeytetty'; $strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.'; $strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.'; $strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty'; $strAccessDenied = 'Pääsy kielletty';
@@ -33,8 +32,6 @@ $strAddClause = 'Lisää %s';
$strAddConstraints = 'Lisää rajoitteet'; $strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita'; $strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja'; $strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)'; $strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)'; $strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIntoComments = 'Lisää kommentteihin'; $strAddIntoComments = 'Lisää kommentteihin';
@@ -206,15 +203,6 @@ $strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut"; $strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: '; $strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:'; $strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet'; $strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi'; $strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen'; $strDbSpecific = 'tietokantakohtainen';
@@ -351,8 +339,6 @@ $strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä'; $strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa'; $strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta'; $strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja'; $strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto'; $strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.'; $strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!'; $strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli'; $strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä'; $strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet'; $strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.'; $strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika'; $strTime = 'Aika';
@@ -985,8 +970,6 @@ $strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.'; $strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:'; $strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt'; $strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.'; $strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
$strXMLOptions = 'XML-valinnat'; $strXMLOptions = 'XML-valinnat';
@@ -999,4 +982,38 @@ $strZip = '"zip-pakattu"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -19,7 +19,6 @@ $datefmt = '%A %d %B %Y
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes'; $timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
$strAbortedClients = 'Arr<72>ts pr<70>matur<75>s'; $strAbortedClients = 'Arr<72>ts pr<70>matur<75>s';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du r<>pertoire docSQL sur le serveur web';
$strAccessDenied = 'Acc<63>s refus<75>'; $strAccessDenied = 'Acc<63>s refus<75>';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas cr<63><72> de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.'; $strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas cr<63><72> de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tent<6E> de se connecter au serveur MySQL, et le serveur a rejet<65> la connexion. Veuillez v<>rifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin a tent<6E> de se connecter au serveur MySQL, et le serveur a rejet<65> la connexion. Veuillez v<>rifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
@@ -29,8 +28,6 @@ $strAddClause = 'Ajouter %s';
$strAddConstraints = 'Inclure les contraintes de cl<63>s <20>trang<6E>res'; $strAddConstraints = 'Inclure les contraintes de cl<63>s <20>trang<6E>res';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)'; $strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)'; $strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddedColumnComment = 'Commentaire ajout<75> pour la colonne';
$strAddedColumnRelation = 'Relation ajout<75>e pour la colonne';
$strAddFields = 'Ajouter %s champ(s)'; $strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-t<>te (\\n s<>pare les lignes)'; $strAddHeaderComment = 'Commentaires mis en en-t<>te (\\n s<>pare les lignes)';
$strAddIntoComments = 'Inclure sous forme de commentaires'; $strAddIntoComments = 'Inclure sous forme de commentaires';
@@ -202,15 +199,6 @@ $strDataOnly = 'Donn
$strDataPages = 'Pages contenant des donn<6E>es'; $strDataPages = 'Pages contenant des donn<6E>es';
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: '; $strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
$strDBCopy = 'Copier la base de donn<6E>es vers'; $strDBCopy = 'Copier la base de donn<6E>es vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Dur<75>e maximum, ms';
$strDBGMinTimeMs = 'Dur<75>e minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Dur<75>e/Occurence, ms';
$strDBGTotalTimeMs = 'Dur<75>e totale, ms';
$strDbPrivileges = 'Privil<69>ges sp<73>cifiques <20> une base de donn<6E>es'; $strDbPrivileges = 'Privil<69>ges sp<73>cifiques <20> une base de donn<6E>es';
$strDBRename = '<b>Changer le nom</b> de la base de donn<6E>es pour'; $strDBRename = '<b>Changer le nom</b> de la base de donn<6E>es pour';
$strDbSpecific = 'sp<73>cifique <20> cette base de donn<6E>es'; $strDbSpecific = 'sp<73>cifique <20> cette base de donn<6E>es';
@@ -347,8 +335,6 @@ $strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons'; $strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)'; $strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignor<6F>';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers'; $strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation'; $strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer'; $strImport = 'Importer';
@@ -901,7 +887,6 @@ $strThemeNoValidImgPath = 'Chemin des images inexistant pour le th
$strThemePathNotFound = 'Chemin non trouv<75> pour le th<74>me %s!'; $strThemePathNotFound = 'Chemin non trouv<75> pour le th<74>me %s!';
$strTheme = 'Th<54>me / Style'; $strTheme = 'Th<54>me / Style';
$strThisHost = 'Ce serveur'; $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un r<>pertoire';
$strThreads = 'Fils d\'ex<65>cution'; $strThreads = 'Fils d\'ex<65>cution';
$strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.'; $strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.';
$strTime = 'Dur<75>e'; $strTime = 'Dur<75>e';
@@ -981,8 +966,6 @@ $strWildcard = 'passepartout';
$strWindowNotFound = 'La fen<65>tre principale n\'a pu <20>tre mise <20> jour. Il est possible que vous l\'ayiez ferm<72>e, ou encore que votre navigateur bloque les mises <20> jour inter-fen<65>tres pour des raisons de s<>curit<69>.'; $strWindowNotFound = 'La fen<65>tre principale n\'a pu <20>tre mise <20> jour. Il est possible que vous l\'ayiez ferm<72>e, ou encore que votre navigateur bloque les mises <20> jour inter-fen<65>tres pour des raisons de s<>curit<69>.';
$strWithChecked = 'Pour la s<>lection :'; $strWithChecked = 'Pour la s<>lection :';
$strWriteRequests = 'Requ<71>tes d\'<27>criture'; $strWriteRequests = 'Requ<71>tes d\'<27>criture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc<63>s refus<75>'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc<63>s refus<75>';
$strXMLOptions = 'Options XML'; $strXMLOptions = 'Options XML';
@@ -995,4 +978,38 @@ $strZip = '"zipp
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -19,7 +19,6 @@ $datefmt = '%A %d %B %Y
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes'; $timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
$strAbortedClients = 'Arr<72>ts pr<70>matur<75>s'; $strAbortedClients = 'Arr<72>ts pr<70>matur<75>s';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du r<>pertoire docSQL sur le serveur web';
$strAccessDenied = 'Acc<63>s refus<75>'; $strAccessDenied = 'Acc<63>s refus<75>';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas cr<63><72> de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.'; $strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas cr<63><72> de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tent<6E> de se connecter au serveur MySQL, et le serveur a rejet<65> la connexion. Veuillez v<>rifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin a tent<6E> de se connecter au serveur MySQL, et le serveur a rejet<65> la connexion. Veuillez v<>rifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
@@ -29,8 +28,6 @@ $strAddClause = 'Ajouter %s';
$strAddConstraints = 'Inclure les contraintes de cl<63>s <20>trang<6E>res'; $strAddConstraints = 'Inclure les contraintes de cl<63>s <20>trang<6E>res';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)'; $strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)'; $strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddedColumnComment = 'Commentaire ajout<75> pour la colonne';
$strAddedColumnRelation = 'Relation ajout<75>e pour la colonne';
$strAddFields = 'Ajouter %s champ(s)'; $strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-t<>te (\\n s<>pare les lignes)'; $strAddHeaderComment = 'Commentaires mis en en-t<>te (\\n s<>pare les lignes)';
$strAddIntoComments = 'Inclure sous forme de commentaires'; $strAddIntoComments = 'Inclure sous forme de commentaires';
@@ -202,15 +199,6 @@ $strDataOnly = 'Donn
$strDataPages = 'Pages contenant des donn<6E>es'; $strDataPages = 'Pages contenant des donn<6E>es';
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: '; $strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
$strDBCopy = 'Copier la base de donn<6E>es vers'; $strDBCopy = 'Copier la base de donn<6E>es vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Dur<75>e maximum, ms';
$strDBGMinTimeMs = 'Dur<75>e minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Dur<75>e/Occurence, ms';
$strDBGTotalTimeMs = 'Dur<75>e totale, ms';
$strDbPrivileges = 'Privil<69>ges sp<73>cifiques <20> une base de donn<6E>es'; $strDbPrivileges = 'Privil<69>ges sp<73>cifiques <20> une base de donn<6E>es';
$strDBRename = '<b>Changer le nom</b> de la base de donn<6E>es pour'; $strDBRename = '<b>Changer le nom</b> de la base de donn<6E>es pour';
$strDbSpecific = 'sp<73>cifique <20> cette base de donn<6E>es'; $strDbSpecific = 'sp<73>cifique <20> cette base de donn<6E>es';
@@ -347,8 +335,6 @@ $strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons'; $strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)'; $strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignor<6F>';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers'; $strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation'; $strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer'; $strImport = 'Importer';
@@ -901,7 +887,6 @@ $strThemeNoValidImgPath = 'Chemin des images inexistant pour le th
$strThemePathNotFound = 'Chemin non trouv<75> pour le th<74>me %s!'; $strThemePathNotFound = 'Chemin non trouv<75> pour le th<74>me %s!';
$strTheme = 'Th<54>me / Style'; $strTheme = 'Th<54>me / Style';
$strThisHost = 'Ce serveur'; $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un r<>pertoire';
$strThreads = 'Fils d\'ex<65>cution'; $strThreads = 'Fils d\'ex<65>cution';
$strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.'; $strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.';
$strTime = 'Dur<75>e'; $strTime = 'Dur<75>e';
@@ -981,8 +966,6 @@ $strWildcard = 'passepartout';
$strWindowNotFound = 'La fen<65>tre principale n\'a pu <20>tre mise <20> jour. Il est possible que vous l\'ayiez ferm<72>e, ou encore que votre navigateur bloque les mises <20> jour inter-fen<65>tres pour des raisons de s<>curit<69>.'; $strWindowNotFound = 'La fen<65>tre principale n\'a pu <20>tre mise <20> jour. Il est possible que vous l\'ayiez ferm<72>e, ou encore que votre navigateur bloque les mises <20> jour inter-fen<65>tres pour des raisons de s<>curit<69>.';
$strWithChecked = 'Pour la s<>lection :'; $strWithChecked = 'Pour la s<>lection :';
$strWriteRequests = 'Requ<71>tes d\'<27>criture'; $strWriteRequests = 'Requ<71>tes d\'<27>criture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc<63>s refus<75>'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc<63>s refus<75>';
$strXMLOptions = 'Options XML'; $strXMLOptions = 'Options XML';
@@ -995,4 +978,38 @@ $strZip = '"zipp
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,7 +20,6 @@ $datefmt = '%A %d %B %Y à %H:%M';
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes'; $timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
$strAbortedClients = 'Arrêts prématurés'; $strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé'; $strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.'; $strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
@@ -30,8 +29,6 @@ $strAddClause = 'Ajouter %s';
$strAddConstraints = 'Inclure les contraintes de clés étrangères'; $strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)'; $strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)'; $strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)'; $strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)'; $strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIntoComments = 'Inclure sous forme de commentaires'; $strAddIntoComments = 'Inclure sous forme de commentaires';
@@ -203,15 +200,6 @@ $strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données'; $strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: '; $strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers'; $strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données'; $strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour'; $strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données'; $strDbSpecific = 'spécifique à cette base de données';
@@ -348,8 +336,6 @@ $strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons'; $strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)'; $strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers'; $strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation'; $strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer'; $strImport = 'Importer';
@@ -902,7 +888,6 @@ $strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!'; $strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style'; $strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur'; $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution'; $strThreads = 'Fils d\'exécution';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.'; $strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
$strTime = 'Durée'; $strTime = 'Durée';
@@ -982,8 +967,6 @@ $strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.'; $strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :'; $strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture'; $strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
$strXMLOptions = 'Options XML'; $strXMLOptions = 'Options XML';
@@ -996,4 +979,38 @@ $strZip = '"zippé"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%d de %B de %Y
$timespanfmt = '%s d<>as, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s d<>as, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Cancelado'; $strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado'; $strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto d<>bese, posibelmente, a que non creou un ficheiro de configuraci<63>n. Talvez queira utilizar %1$ssetup script%2$s para crear un.'; $strAccessDeniedCreateConfig = 'Isto d<>bese, posibelmente, a que non creou un ficheiro de configuraci<63>n. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexi<78>n. Deber<65> comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa informaci<63>n proporcionada polo administrador do servidor do MySQL.'; $strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexi<78>n. Deber<65> comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa informaci<63>n proporcionada polo administrador do servidor do MySQL.';
@@ -31,8 +30,6 @@ $strAddClause = 'Engadir %s';
$strAddConstraints = 'Adicionar limitaci<63>ns'; $strAddConstraints = 'Adicionar limitaci<63>ns';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo'; $strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios'; $strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddedColumnComment = 'P<>xoselle un comentario <20> columna';
$strAddedColumnRelation = 'Adicion<6F>uselle unha relaci<63>n <20> columna';
$strAddFields = 'Adicionar %s campo(s)'; $strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n li<6C>as diferentes)'; $strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n li<6C>as diferentes)';
$strAddIntoComments = 'Engadir aos comentarios'; $strAddIntoComments = 'Engadir aos comentarios';
@@ -204,15 +201,6 @@ $strDataOnly = 'S
$strDataPages = 'P<>xinas con datos'; $strDataPages = 'P<>xinas con datos';
$strDBComment = 'Comentario da base de datos: '; $strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para'; $strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Li<4C>a';
$strDBGMaxTimeMs = 'Tempo m<>ximo, ms';
$strDBGMinTimeMs = 'Tempo m<>nimo, ms';
$strDBGModule = 'M<>dulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos'; $strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para'; $strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'espec<65>fico da base de datos'; $strDbSpecific = 'espec<65>fico da base de datos';
@@ -348,8 +336,6 @@ $strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas'; $strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar'; $strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserci<63>ns ignoradas'; $strIgnoreInserts = 'Usar inserci<63>ns ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros'; $strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado'; $strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -901,7 +887,6 @@ $strThemeNoValidImgPath = 'Non hai unha rota v
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!'; $strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo'; $strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor'; $strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'F<>os'; $strThreads = 'F<>os';
$strThreadSuccessfullyKilled = 'Finalizouse o f<>o %s.'; $strThreadSuccessfullyKilled = 'Finalizouse o f<>o %s.';
$strTimeoutInfo = 'A importaci<63>n anterior excedeu do tempo permitido; unha vez reiniciada continuar<61> desde a posici<63>n %d.'; $strTimeoutInfo = 'A importaci<63>n anterior excedeu do tempo permitido; unha vez reiniciada continuar<61> desde a posici<63>n %d.';
@@ -981,8 +966,6 @@ $strWildcard = 'comod
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador est<73> a bloquear as actualizaci<63>ns entre xanelas xa que asi o pediu na configuraci<63>n de seguranza do navegador.'; $strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador est<73> a bloquear as actualizaci<63>ns entre xanelas xa que asi o pediu na configuraci<63>n de seguranza do navegador.';
$strWithChecked = 'Todos os marcados'; $strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Petici<63>ns de escrita'; $strWriteRequests = 'Petici<63>ns de escrita';
$strWritingCommentNotPossible = 'Non <20> pos<6F>bel escreber o comentario';
$strWritingRelationNotPossible = 'Non <20> pos<6F>bel escreber a relaci<63>n';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.'; $strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
$strXMLOptions = 'opci<63>ns XML'; $strXMLOptions = 'opci<63>ns XML';
@@ -1001,4 +984,38 @@ $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d de %B de %Y ás %H:%M';
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Cancelado'; $strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado'; $strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.'; $strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.'; $strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.';
@@ -32,8 +31,6 @@ $strAddClause = 'Engadir %s';
$strAddConstraints = 'Adicionar limitacións'; $strAddConstraints = 'Adicionar limitacións';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo'; $strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios'; $strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddedColumnComment = 'Púxoselle un comentario á columna';
$strAddedColumnRelation = 'Adicionóuselle unha relación á columna';
$strAddFields = 'Adicionar %s campo(s)'; $strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)'; $strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)';
$strAddIntoComments = 'Engadir aos comentarios'; $strAddIntoComments = 'Engadir aos comentarios';
@@ -205,15 +202,6 @@ $strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos'; $strDataPages = 'Páxinas con datos';
$strDBComment = 'Comentario da base de datos: '; $strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para'; $strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Liña';
$strDBGMaxTimeMs = 'Tempo máximo, ms';
$strDBGMinTimeMs = 'Tempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos'; $strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para'; $strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'específico da base de datos'; $strDbSpecific = 'específico da base de datos';
@@ -349,8 +337,6 @@ $strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas'; $strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar'; $strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar insercións ignoradas'; $strIgnoreInserts = 'Usar insercións ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros'; $strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado'; $strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar'; $strImport = 'Importar';
@@ -902,7 +888,6 @@ $strThemeNoValidImgPath = 'Non hai unha rota válida de imaxe para o tema %s!';
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!'; $strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo'; $strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor'; $strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'Fíos'; $strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.'; $strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
$strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.'; $strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.';
@@ -982,8 +967,6 @@ $strWildcard = 'comodín';
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.'; $strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.';
$strWithChecked = 'Todos os marcados'; $strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita'; $strWriteRequests = 'Peticións de escrita';
$strWritingCommentNotPossible = 'Non é posíbel escreber o comentario';
$strWritingRelationNotPossible = 'Non é posíbel escreber a relación';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.'; $strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
$strXMLOptions = 'opcións XML'; $strXMLOptions = 'opcións XML';
@@ -1002,4 +985,38 @@ $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -357,13 +357,10 @@ $strZip = '"zip-ში შეკუმშვა"';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -467,15 +464,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -556,8 +544,6 @@ $strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate $strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -930,7 +916,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
@@ -990,8 +975,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -26,7 +26,6 @@ $datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden'; $timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
$strAbortedClients = 'Abgebrochen'; $strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollst<73>ndigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedCreateConfig = 'Eine m<>gliche Ursache w<>re, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.'; $strAccessDeniedCreateConfig = 'Eine m<>gliche Ursache w<>re, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Passwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Passwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.'; $strAccessDenied = 'Zugriff verweigert.';
@@ -36,8 +35,6 @@ $strAddClause = 'F
$strAddConstraints = 'Constraints hinzuf<75>gen'; $strAddConstraints = 'Constraints hinzuf<75>gen';
$strAddDeleteColumn = 'Spalten hinzuf<75>gen/entfernen'; $strAddDeleteColumn = 'Spalten hinzuf<75>gen/entfernen';
$strAddDeleteRow = 'Zeilen hinzuf<75>gen/entfernen'; $strAddDeleteRow = 'Zeilen hinzuf<75>gen/entfernen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugef<65>gt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugef<65>gt';
$strAddFields = '%s Felder hinzuf<75>gen'; $strAddFields = '%s Felder hinzuf<75>gen';
$strAddHeaderComment = 'Individuelle Kommentare f<>r den Kopfbereich (\\n erzeugt einen Zeilenumbruch)'; $strAddHeaderComment = 'Individuelle Kommentare f<>r den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIntoComments = 'In Kommentarbereich einbeziehen'; $strAddIntoComments = 'In Kommentarbereich einbeziehen';
@@ -209,15 +206,6 @@ $strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten'; $strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: '; $strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach'; $strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte'; $strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in'; $strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch'; $strDbSpecific = 'datenbankspezifisch';
@@ -354,8 +342,6 @@ $strIdxFulltext = 'Volltext';
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; $strIgnoreDuplicates = 'Ignoriere doppelte Zeilen';
$strIgnore = 'Ignorieren'; $strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehler<65>bergehenden INSERT-Befehl verwenden'; $strIgnoreInserts = 'Fehler<65>bergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport'; $strImportFiles = 'Dateiimport';
$strImportFormat = 'Dateiformat'; $strImportFormat = 'Dateiformat';
$strImport = 'Importieren'; $strImport = 'Importieren';
@@ -908,7 +894,6 @@ $strThemeNoValidImgPath = 'Keinen g
$strTheme = 'Oberfl<66>chendesign'; $strTheme = 'Oberfl<66>chendesign';
$strThemePathNotFound = 'Pfad f<>r das Oberfl<66>chendesign "%s" nicht gefunden!'; $strThemePathNotFound = 'Pfad f<>r das Oberfl<66>chendesign "%s" nicht gefunden!';
$strThisHost = 'Dieser Host'; $strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreads = 'Prozesse'; $strThreads = 'Prozesse';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.'; $strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer'; $strTime = 'Dauer';
@@ -988,8 +973,6 @@ $strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. M<>glicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.'; $strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. M<>glicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:'; $strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen'; $strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es k<>nnen keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es k<>nnen keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1001,4 +984,38 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -26,7 +26,6 @@ $datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden'; $timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
$strAbortedClients = 'Abgebrochen'; $strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollst<73>ndigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedCreateConfig = 'Eine m<>gliche Ursache w<>re, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.'; $strAccessDeniedCreateConfig = 'Eine m<>gliche Ursache w<>re, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Passwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Passwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.'; $strAccessDenied = 'Zugriff verweigert.';
@@ -36,8 +35,6 @@ $strAddClause = 'F
$strAddConstraints = 'Constraints hinzuf<75>gen'; $strAddConstraints = 'Constraints hinzuf<75>gen';
$strAddDeleteColumn = 'Spalten hinzuf<75>gen/entfernen'; $strAddDeleteColumn = 'Spalten hinzuf<75>gen/entfernen';
$strAddDeleteRow = 'Zeilen hinzuf<75>gen/entfernen'; $strAddDeleteRow = 'Zeilen hinzuf<75>gen/entfernen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugef<65>gt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugef<65>gt';
$strAddFields = '%s Felder hinzuf<75>gen'; $strAddFields = '%s Felder hinzuf<75>gen';
$strAddHeaderComment = 'Individuelle Kommentare f<>r den Kopfbereich (\\n erzeugt einen Zeilenumbruch)'; $strAddHeaderComment = 'Individuelle Kommentare f<>r den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIntoComments = 'In Kommentarbereich einbeziehen'; $strAddIntoComments = 'In Kommentarbereich einbeziehen';
@@ -209,15 +206,6 @@ $strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten'; $strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: '; $strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach'; $strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte'; $strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in'; $strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch'; $strDbSpecific = 'datenbankspezifisch';
@@ -354,8 +342,6 @@ $strIdxFulltext = 'Volltext';
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; $strIgnoreDuplicates = 'Ignoriere doppelte Zeilen';
$strIgnore = 'Ignorieren'; $strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehler<65>bergehenden INSERT-Befehl verwenden'; $strIgnoreInserts = 'Fehler<65>bergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport'; $strImportFiles = 'Dateiimport';
$strImportFormat = 'Dateiformat'; $strImportFormat = 'Dateiformat';
$strImport = 'Importieren'; $strImport = 'Importieren';
@@ -908,7 +894,6 @@ $strThemeNoValidImgPath = 'Keinen g
$strTheme = 'Oberfl<66>chendesign'; $strTheme = 'Oberfl<66>chendesign';
$strThemePathNotFound = 'Pfad f<>r das Oberfl<66>chendesign "%s" nicht gefunden!'; $strThemePathNotFound = 'Pfad f<>r das Oberfl<66>chendesign "%s" nicht gefunden!';
$strThisHost = 'Dieser Host'; $strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreads = 'Prozesse'; $strThreads = 'Prozesse';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.'; $strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer'; $strTime = 'Dauer';
@@ -988,8 +973,6 @@ $strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. M<>glicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.'; $strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. M<>glicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:'; $strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen'; $strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es k<>nnen keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es k<>nnen keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1001,4 +984,38 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -27,7 +27,6 @@ $datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden'; $timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
$strAbortedClients = 'Abgebrochen'; $strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedCreateConfig = 'Eine mögliche Ursache wäre, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.'; $strAccessDeniedCreateConfig = 'Eine mögliche Ursache wäre, dass sie noch keine Konfigurationsdatei angelegt haben. Verwenden Sie in diesem Fall doch das %1$sSetup-Skript%2$s, um eine solche zu erstellen.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Passwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Passwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.'; $strAccessDenied = 'Zugriff verweigert.';
@@ -37,8 +36,6 @@ $strAddClause = 'Füge %s hinzu';
$strAddConstraints = 'Constraints hinzufügen'; $strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen'; $strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen'; $strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen'; $strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)'; $strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIntoComments = 'In Kommentarbereich einbeziehen'; $strAddIntoComments = 'In Kommentarbereich einbeziehen';
@@ -210,15 +207,6 @@ $strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten'; $strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: '; $strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach'; $strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte'; $strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in'; $strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch'; $strDbSpecific = 'datenbankspezifisch';
@@ -355,8 +343,6 @@ $strIdxFulltext = 'Volltext';
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; $strIgnoreDuplicates = 'Ignoriere doppelte Zeilen';
$strIgnore = 'Ignorieren'; $strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden'; $strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport'; $strImportFiles = 'Dateiimport';
$strImportFormat = 'Dateiformat'; $strImportFormat = 'Dateiformat';
$strImport = 'Importieren'; $strImport = 'Importieren';
@@ -909,7 +895,6 @@ $strThemeNoValidImgPath = 'Keinen gültiges Pfad für Grafiken des Oberflächend
$strTheme = 'Oberflächendesign'; $strTheme = 'Oberflächendesign';
$strThemePathNotFound = 'Pfad für das Oberflächendesign "%s" nicht gefunden!'; $strThemePathNotFound = 'Pfad für das Oberflächendesign "%s" nicht gefunden!';
$strThisHost = 'Dieser Host'; $strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreads = 'Prozesse'; $strThreads = 'Prozesse';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.'; $strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer'; $strTime = 'Dauer';
@@ -989,8 +974,6 @@ $strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.'; $strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:'; $strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen'; $strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1002,4 +985,38 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,15 +21,12 @@ $datefmt = '%d %B %Y,
$timespanfmt = '%s <20><><EFBFBD><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD> and %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD> and %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> docSQL';
$strAccessDenied = '\'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '\'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = '<27><> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.'; $strAccessDeniedExplanation = '<27><> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddAutoIncrement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> AUTO_INCREMENT'; $strAddAutoIncrement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> AUTO_INCREMENT';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddPrivilegesOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddPrivilegesOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -145,15 +142,6 @@ $strDatabasesStatsHeavyTraffic = '
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDataOnly = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGMinTimeMs = '<27><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/Hit, ms';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDefault = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDefault = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -248,8 +236,6 @@ $strHungarian = '
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIdxFulltext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -550,7 +536,6 @@ $strTblPrivileges = '
$strTextAreaLength = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>,<br /> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '; $strTextAreaLength = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>,<br /> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strThai = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThai = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThisHost = '<27><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strThisHost = '<27><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strThreadSuccessfullyKilled = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strToggleScratchboard = '(<28><>)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strToggleScratchboard = '(<28><>)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -610,8 +595,6 @@ $strWestEuropean = '
$strWildcard = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strWildcard = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWindowNotFound = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> target <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> parent <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWindowNotFound = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> target <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> parent <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strWithChecked = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strWithChecked = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strWritingCommentNotPossible = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. \'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. \'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1021,4 +1004,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,15 +22,12 @@ $datefmt = '%d %B %Y, στις %I:%M %p';
$timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα'; $timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα';
$strAbortedClients = 'Ακυρωμένες συνδέσεις'; $strAbortedClients = 'Ακυρωμένες συνδέσεις';
$strAbsolutePathToDocSqlDir = 'Παρακαλώ εισάγετε την απόλυτη διαδρομή στον διακομιστή για τον υποκατάλογο του docSQL';
$strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.'; $strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.';
$strAccessDenied = '\'Αρνηση Πρόσβασης'; $strAccessDenied = '\'Αρνηση Πρόσβασης';
$strAction = 'Ενέργεια'; $strAction = 'Ενέργεια';
$strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT'; $strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT';
$strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου'; $strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου';
$strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων'; $strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων';
$strAddedColumnComment = 'Το σχόλιο της στήλης προστέθηκε';
$strAddedColumnRelation = 'Η συσχέτιση της στήλης προστέθηκε';
$strAddIntoComments = 'Προσθήκη στα σχόλια'; $strAddIntoComments = 'Προσθήκη στα σχόλια';
$strAddNewField = 'Προσθήκη νέου Πεδίου'; $strAddNewField = 'Προσθήκη νέου Πεδίου';
$strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλουθη βάση δεδομένων'; $strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλουθη βάση δεδομένων';
@@ -146,15 +143,6 @@ $strDataDict = 'Λεξικό δεδομένων';
$strDataOnly = 'Μόνο τα δεδομένα'; $strDataOnly = 'Μόνο τα δεδομένα';
$strData = 'Δεδομένα'; $strData = 'Δεδομένα';
$strDBComment = 'Σχόλιο βάσης: '; $strDBComment = 'Σχόλιο βάσης: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Γραμμή';
$strDBGMaxTimeMs = 'Μεγ. χρόνος, ms';
$strDBGMinTimeMs = 'Ελαχ. χρόνος, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Χρόνος/Hit, ms';
$strDBGTotalTimeMs = 'Συνολ. χρόνου, ms';
$strDbPrivileges = 'Προνόμια βάσης δεδομένων'; $strDbPrivileges = 'Προνόμια βάσης δεδομένων';
$strDbSpecific = 'Χρήστης Βάσης'; $strDbSpecific = 'Χρήστης Βάσης';
$strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a'; $strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a';
@@ -249,8 +237,6 @@ $strHungarian = 'Ουγγρικά';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Πλήρες κείμενο'; $strIdxFulltext = 'Πλήρες κείμενο';
$strIgnore = 'Παράληψη'; $strIgnore = 'Παράληψη';
$strIgnoringFile = 'Παράκαμψη του αρχείου %s';
$strImportDocSQL = 'Εισαγωγή αρχείων docSQL';
$strImportFiles = 'Εισαγωγή αρχείων'; $strImportFiles = 'Εισαγωγή αρχείων';
$strIndexes = 'Ευρετήρια'; $strIndexes = 'Ευρετήρια';
$strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη'; $strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη';
@@ -551,7 +537,6 @@ $strTblPrivileges = 'Προνόμια πινάκων';
$strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί '; $strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί ';
$strThai = 'Ταϋλανδικά'; $strThai = 'Ταϋλανδικά';
$strThisHost = 'Αυτός ο διακομιστής'; $strThisHost = 'Αυτός ο διακομιστής';
$strThisNotDirectory = 'Δεν ήταν φάκελος';
$strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.'; $strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.';
$strTime = 'Χρόνος'; $strTime = 'Χρόνος';
$strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού'; $strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού';
@@ -611,8 +596,6 @@ $strWestEuropean = 'Δυτικής Ευρώπης';
$strWildcard = 'μπαλαντέρ'; $strWildcard = 'μπαλαντέρ';
$strWindowNotFound = 'Δεν ήταν δυνατό να ανανεωθεί το target παράθυρο του περιηγητή. Ίσως κλείσατε το parent παράθυρο ή ο περιηγητής σας δεν επιτρέπει τις ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας.'; $strWindowNotFound = 'Δεν ήταν δυνατό να ανανεωθεί το target παράθυρο του περιηγητή. Ίσως κλείσατε το parent παράθυρο ή ο περιηγητής σας δεν επιτρέπει τις ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας.';
$strWithChecked = 'Με τους επιλεγμένους:'; $strWithChecked = 'Με τους επιλεγμένους:';
$strWritingCommentNotPossible = 'Η εγγραφή του σχολίου δεν ήταν δυνατή';
$strWritingRelationNotPossible = 'Η εγγραφή της σχέσης δεν ήταν δυνατή';
$strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.'; $strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1022,4 +1005,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD> <20>- %s <20><><EFBFBD><EFBFBD><EFBFBD>'; $timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD> <20>- %s <20><><EFBFBD><EFBFBD><EFBFBD>';
$strAbortedClients = '<27><><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strAccessDenied = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> MySQL, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>"<22> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> MySQL, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>"<22> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> MySQL.';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strAction = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -25,8 +24,6 @@ $strAddAutoIncrement = '
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strAddDeleteRow = 'Add/Delete Criteria Row'; $strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD>'; $strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD>';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>(\\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)'; $strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>(\\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)';
$strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -174,15 +171,6 @@ $strDataOnly = '
$strDataPages = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strDataPages = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGLine = '<27><><EFBFBD><EFBFBD>';
$strDBGMaxTimeMs = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGMinTimeMs = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>, ms';
$strDBGTotalTimeMs = '<27><>"<22> <20><><EFBFBD>, ms';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -300,8 +288,6 @@ $strId = '
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreInserts = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> docSQL';
$strImportFiles = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -592,7 +578,6 @@ $strTblPrivileges = '
$strTextAreaLength = ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <br /> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> '; $strTextAreaLength = ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <br /> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
$strTheme = '<27><><EFBFBD><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD>'; $strTheme = '<27><><EFBFBD><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD>';
$strThisHost = '<27><><EFBFBD><EFBFBD> <20><>'; $strThisHost = '<27><><EFBFBD><EFBFBD> <20><>';
$strThisNotDirectory = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTime = '<27><><EFBFBD>'; $strTime = '<27><><EFBFBD>';
$strTotal = '<27><>"<22>'; $strTotal = '<27><>"<22>';
$strTotalUC = '<27><>"<22>'; $strTotalUC = '<27><>"<22>';
@@ -637,8 +622,6 @@ $strWelcome = '
$strWildcard = '<27><> <20><><EFBFBD><EFBFBD>'; $strWildcard = '<27><> <20><><EFBFBD><EFBFBD>';
$strWithChecked = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strWithChecked = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.'; $strWrongUser = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1016,4 +999,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -18,7 +18,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות'; $timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות';
$strAbortedClients = 'בוטל'; $strAbortedClients = 'בוטל';
$strAbsolutePathToDocSqlDir = 'אנא הכנס את הנתיב המוחלט אל תיקיית docSQL';
$strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
$strAccessDenied = 'גישה נדתחה'; $strAccessDenied = 'גישה נדתחה';
$strAction = 'פעולה'; $strAction = 'פעולה';
@@ -26,8 +25,6 @@ $strAddAutoIncrement = 'הוספת ערך AUTO_INCREMENT (מספור אוטומ
$strAddConstraints = 'הוספת הגבלות'; $strAddConstraints = 'הוספת הגבלות';
$strAddDeleteColumn = 'הוספת/מחיקת עמודות שדה'; $strAddDeleteColumn = 'הוספת/מחיקת עמודות שדה';
$strAddDeleteRow = 'Add/Delete Criteria Row'; $strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddedColumnComment = 'נוספה הערה לעמודה';
$strAddedColumnRelation = 'נוסף קשר לעמודה';
$strAddFields = 'הוספת %s תאים'; $strAddFields = 'הוספת %s תאים';
$strAddHeaderComment = 'הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)'; $strAddHeaderComment = 'הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)';
$strAddIntoComments = 'הוספה אל הערות'; $strAddIntoComments = 'הוספה אל הערות';
@@ -175,15 +172,6 @@ $strDataPages = 'דפים מכילים מידע';
$strData = 'נתונים'; $strData = 'נתונים';
$strDBComment = 'הערה על מאגר הנתונים: '; $strDBComment = 'הערה על מאגר הנתונים: ';
$strDBCopy = 'העתקת מאגר נתונים אל'; $strDBCopy = 'העתקת מאגר נתונים אל';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'לחיצות';
$strDBGLine = 'שורה';
$strDBGMaxTimeMs = 'זמן מירבי, ms';
$strDBGMinTimeMs = 'זמן מיזערי, ms';
$strDBGModule = 'מודול';
$strDBGTimePerHitMs = 'זמן/לחיצה, ms';
$strDBGTotalTimeMs = 'סה"כ זמן, ms';
$strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים'; $strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים';
$strDBRename = 'שינוי שם מאגר נתונים אל'; $strDBRename = 'שינוי שם מאגר נתונים אל';
$strDbSpecific = 'ספציפי למאגר הנתונים'; $strDbSpecific = 'ספציפי למאגר הנתונים';
@@ -301,8 +289,6 @@ $strIdxFulltext = 'Fulltext';
$strId = 'קוד זיהוי'; $strId = 'קוד זיהוי';
$strIgnoreInserts = 'השתמש בהעלמות מהכנסות'; $strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
$strIgnore = 'התעלמות'; $strIgnore = 'התעלמות';
$strIgnoringFile = 'מתעלם מהקובץ %s';
$strImportDocSQL = 'ייבוא קבצי docSQL';
$strImportFiles = 'קבצי ייבוא'; $strImportFiles = 'קבצי ייבוא';
$strIndexes = 'אינדקסים'; $strIndexes = 'אינדקסים';
$strIndexHasBeenDropped = 'אינדקס %s הוסר'; $strIndexHasBeenDropped = 'אינדקס %s הוסר';
@@ -593,7 +579,6 @@ $strTblPrivileges = 'הרשאות ספציפיות-לטבלאות';
$strTextAreaLength = ' משום אורכם, <br /> השדה הזה יכול להיות בלתי עריך '; $strTextAreaLength = ' משום אורכם, <br /> השדה הזה יכול להיות בלתי עריך ';
$strTheme = 'תבנית / סגנון'; $strTheme = 'תבנית / סגנון';
$strThisHost = 'מארח זה'; $strThisHost = 'מארח זה';
$strThisNotDirectory = 'זהו לא תיקייה';
$strTime = 'זמן'; $strTime = 'זמן';
$strTotalUC = 'סה"כ'; $strTotalUC = 'סה"כ';
$strTotal = 'סה"כ'; $strTotal = 'סה"כ';
@@ -638,8 +623,6 @@ $strWelcome = 'ברוך הבא אל %s';
$strWildcard = 'תו כללי'; $strWildcard = 'תו כללי';
$strWithChecked = 'עם הנבחרים:'; $strWithChecked = 'עם הנבחרים:';
$strWriteRequests = 'בקשות כתיבה'; $strWriteRequests = 'בקשות כתיבה';
$strWritingCommentNotPossible = 'כתיבת הערה לא אפשרית';
$strWritingRelationNotPossible = 'כתיבה של יחס לא אפשרית';
$strWrongUser = 'שם משתמש/סיסמה שגויים. הגישה נדחתה.'; $strWrongUser = 'שם משתמש/סיסמה שגויים. הגישה נדחתה.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1017,4 +1000,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -26,7 +26,6 @@ $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
$strAccessDenied = 'प्रवेश निषेध'; $strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य'; $strAction = ' कार्य';
$strAddedColumnComment = 'कोलम पर टिप्पणि किया गया';
$strAddNewField = 'नया फील्ड जोडो'; $strAddNewField = 'नया फील्ड जोडो';
$strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये प्रिविलेज जोडिये'; $strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये प्रिविलेज जोडिये';
$strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये'; $strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये';
@@ -264,21 +263,18 @@ $strValue = 'मूल्य';
$strWelcome = ' %s मे स्वागत है'; $strWelcome = ' %s मे स्वागत है';
$strWithChecked = 'चुने हुओं को:'; $strWithChecked = 'चुने हुओं को:';
$strWritingCommentNotPossible = 'टिप्पणि करना मुम्किन नहीं';
$strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.'; $strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
$strYes = 'हाँ '; $strYes = 'हाँ ';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -382,15 +378,6 @@ $strDatabaseExportOptions = 'Database export options';//to translate
$strDataDict = 'Data Dictionary'; //to translate $strDataDict = 'Data Dictionary'; //to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
@@ -483,8 +470,6 @@ $strIdxFulltext = 'Fulltext'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnore = 'Ignore'; //to translate $strIgnore = 'Ignore'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -929,7 +914,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
@@ -990,7 +974,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -19,7 +19,6 @@ $datefmt = '%Y. %B %d. %H:%M';
$timespanfmt = '%s nap, %s <20>ra, %s perc, %s m<>sodperc'; $timespanfmt = '%s nap, %s <20>ra, %s perc, %s m<>sodperc';
$strAbortedClients = 'Megszak<61>tva'; $strAbortedClients = 'Megszak<61>tva';
$strAbsolutePathToDocSqlDir = '<27>rja be az abszol<6F>t el<65>r<EFBFBD>si utat a docSQL k<>nyvt<76>rhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpr<70>b<EFBFBD>lt csatlakozni a MySQL szerverhez, de a szerver elutas<61>totta a kapcsolatot. Ellen&#337;rizze a host, username <20>s jelsz<73> mez&#337;ket a config.inc.php f<>jlban, <20>s bizonyosodjon meg r<>la, hogy ezek megfelelnek a MySQL szerver adminisztr<74>tor<6F>t<EFBFBD>l kapott inform<72>ci<63>knak.'; $strAccessDeniedExplanation = 'A phpMyAdmin megpr<70>b<EFBFBD>lt csatlakozni a MySQL szerverhez, de a szerver elutas<61>totta a kapcsolatot. Ellen&#337;rizze a host, username <20>s jelsz<73> mez&#337;ket a config.inc.php f<>jlban, <20>s bizonyosodjon meg r<>la, hogy ezek megfelelnek a MySQL szerver adminisztr<74>tor<6F>t<EFBFBD>l kapott inform<72>ci<63>knak.';
$strAccessDenied = 'Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva'; $strAccessDenied = 'Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva';
$strAction = 'Parancs'; $strAction = 'Parancs';
@@ -27,8 +26,6 @@ $strAddAutoIncrement = 'AUTO_INCREMENT
$strAddConstraints = 'Megszor<6F>t<EFBFBD>s hozz<7A>ad<61>sa'; $strAddConstraints = 'Megszor<6F>t<EFBFBD>s hozz<7A>ad<61>sa';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozz<7A>ad/T<>r<EFBFBD>l'; $strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozz<7A>ad/T<>r<EFBFBD>l';
$strAddDeleteRow = 'Krit<69>rium Sort Hozz<7A>ad/T<>r<EFBFBD>l'; $strAddDeleteRow = 'Krit<69>rium Sort Hozz<7A>ad/T<>r<EFBFBD>l';
$strAddedColumnComment = 'Megjegyz<79>s hozz<7A>f&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozz<7A>f&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozz<7A>ad<61>sa'; $strAddFields = '%s mez&#337; hozz<7A>ad<61>sa';
$strAddHeaderComment = 'Egyedi megjegyz<79>s hozz<7A>ad<61>sa a fejl<6A>chez (\\n t<>ri a sorokat)'; $strAddHeaderComment = 'Egyedi megjegyz<79>s hozz<7A>ad<61>sa a fejl<6A>chez (\\n t<>ri a sorokat)';
$strAddIntoComments = 'Hozz<7A>ad<61>s a megjegyz<79>shez'; $strAddIntoComments = 'Hozz<7A>ad<61>s a megjegyz<79>shez';
@@ -186,15 +183,6 @@ $strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmaz<61> lapok'; $strDataPages = 'Adatokat tartalmaz<61> lapok';
$strDBComment = 'Adatb<74>zis megjegyz<79>s: '; $strDBComment = 'Adatb<74>zis megjegyz<79>s: ';
$strDBCopy = 'Adatb<74>zis m<>sol<6F>sa ide'; $strDBCopy = 'Adatb<74>zis m<>sol<6F>sa ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Tal<61>lat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Tal<61>lat, ms';
$strDBGTotalTimeMs = '<27>sszes id&#337;, ms';
$strDbPrivileges = 'Adatb<74>zis-specifikus privil<69>giumok'; $strDbPrivileges = 'Adatb<74>zis-specifikus privil<69>giumok';
$strDBRename = 'Adatb<74>zis <20>tnevez<65>se'; $strDBRename = 'Adatb<74>zis <20>tnevez<65>se';
$strDbSpecific = 'adatb<74>zis-specifikus'; $strDbSpecific = 'adatb<74>zis-specifikus';
@@ -316,8 +304,6 @@ $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutas<61>t'; $strIgnore = 'Elutas<61>t';
$strIgnoreInserts = 'Mell&#337;z&#337; besz<73>r<EFBFBD>sok haszn<7A>lata'; $strIgnoreInserts = 'Mell&#337;z&#337; besz<73>r<EFBFBD>sok haszn<7A>lata';
$strIgnoringFile = '%s f<>jl mell&#337;z<>se';
$strImportDocSQL = 'DocSQL f<>jlok importja';
$strImportFiles = 'F<>jlok importja'; $strImportFiles = 'F<>jlok importja';
$strImportFormat = 'Import<72>land<6E> f<>jl form<72>tuma'; $strImportFormat = 'Import<72>land<6E> f<>jl form<72>tuma';
$strImport = 'Import'; $strImport = 'Import';
@@ -728,7 +714,6 @@ $strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#
$strThai = 'Thai'; $strThai = 'Thai';
$strTheme = 'T<>ma / St<53>lus'; $strTheme = 'T<>ma / St<53>lus';
$strThisHost = 'Ez a g<>p'; $strThisHost = 'Ez a g<>p';
$strThisNotDirectory = 'Ez nem alk<6C>nyvt<76>r volt';
$strThreads = 'Sz<53>lak'; $strThreads = 'Sz<53>lak';
$strThreadSuccessfullyKilled = 'A %s. sz<73>lat siker<65>lt megsz<73>ntetni.'; $strThreadSuccessfullyKilled = 'A %s. sz<73>lat siker<65>lt megsz<73>ntetni.';
$strTime = 'Id&#337;'; $strTime = 'Id&#337;';
@@ -797,8 +782,6 @@ $strWildcard = 'helyettes
$strWindowNotFound = 'A c<>l b<>ng<6E>sz&#337;ablakot nem tudtam <20>jrat<61>lteni. Tal<61>n a sz<73>l&#337;ablak be lett z<>rva, vagy a b<>ng<6E>sz&#337; biztons<6E>gi be<62>ll<6C>t<EFBFBD>sa tiltja az ablakok k<>zti <20>jrat<61>lt<6C>st'; $strWindowNotFound = 'A c<>l b<>ng<6E>sz&#337;ablakot nem tudtam <20>jrat<61>lteni. Tal<61>n a sz<73>l&#337;ablak be lett z<>rva, vagy a b<>ng<6E>sz&#337; biztons<6E>gi be<62>ll<6C>t<EFBFBD>sa tiltja az ablakok k<>zti <20>jrat<61>lt<6C>st';
$strWithChecked = 'A kijel<65>ltekkel v<>gzend&#337; m&#369;velet:'; $strWithChecked = 'A kijel<65>ltekkel v<>gzend&#337; m&#369;velet:';
$strWriteRequests = '<27>r<EFBFBD>si k<>relmek'; $strWriteRequests = '<27>r<EFBFBD>si k<>relmek';
$strWritingCommentNotPossible = 'Megjegyz<79>s <20>r<EFBFBD>sa nem lehets<74>ges';
$strWritingRelationNotPossible = 'Kapcsolat <20>r<EFBFBD>sa nem lehets<74>ges';
$strWrongUser = 'Hib<69>s felhaszn<7A>l<EFBFBD>i n<>v/jelsz<73>. Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva.'; $strWrongUser = 'Hib<69>s felhaszn<7A>l<EFBFBD>i n<>v/jelsz<73>. Hozz<7A>f<EFBFBD>r<EFBFBD>s megtagadva.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1016,4 +999,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,7 +20,6 @@ $datefmt = '%Y. %B %d. %H:%M';
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc'; $timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
$strAbortedClients = 'Megszakítva'; $strAbortedClients = 'Megszakítva';
$strAbsolutePathToDocSqlDir = 'Írja be az abszolút elérési utat a docSQL könyvtárhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.'; $strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.';
$strAccessDenied = 'Hozzáférés megtagadva'; $strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs'; $strAction = 'Parancs';
@@ -28,8 +27,6 @@ $strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása'; $strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl'; $strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl'; $strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl';
$strAddedColumnComment = 'Megjegyzés hozzáf&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozzáf&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozzáadása'; $strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)'; $strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez'; $strAddIntoComments = 'Hozzáadás a megjegyzéshez';
@@ -187,15 +184,6 @@ $strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmazó lapok'; $strDataPages = 'Adatokat tartalmazó lapok';
$strDBComment = 'Adatbázis megjegyzés: '; $strDBComment = 'Adatbázis megjegyzés: ';
$strDBCopy = 'Adatbázis másolása ide'; $strDBCopy = 'Adatbázis másolása ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Találat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Találat, ms';
$strDBGTotalTimeMs = 'Összes id&#337;, ms';
$strDbPrivileges = 'Adatbázis-specifikus privilégiumok'; $strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése'; $strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus'; $strDbSpecific = 'adatbázis-specifikus';
@@ -317,8 +305,6 @@ $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutasít'; $strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata'; $strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strIgnoringFile = '%s fájl mell&#337;zése';
$strImportDocSQL = 'DocSQL fájlok importja';
$strImportFiles = 'Fájlok importja'; $strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma'; $strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import'; $strImport = 'Import';
@@ -729,7 +715,6 @@ $strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#
$strThai = 'Thai'; $strThai = 'Thai';
$strTheme = 'Téma / Stílus'; $strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép'; $strThisHost = 'Ez a gép';
$strThisNotDirectory = 'Ez nem alkönyvtár volt';
$strThreads = 'Szálak'; $strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.'; $strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;'; $strTime = 'Id&#337;';
@@ -798,8 +783,6 @@ $strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést'; $strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:'; $strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek'; $strWriteRequests = 'Írási kérelmek';
$strWritingCommentNotPossible = 'Megjegyzés írása nem lehetséges';
$strWritingRelationNotPossible = 'Kapcsolat írása nem lehetséges';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.'; $strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1017,4 +1000,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik'; $timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
$strAbortedClients = 'Pembatalan'; $strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak'; $strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi'; $strAction = 'Aksi';
@@ -24,8 +23,6 @@ $strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas'; $strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom'; $strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris'; $strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)'; $strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)'; $strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIntoComments = 'Penambahkan pada komentar:'; $strAddIntoComments = 'Penambahkan pada komentar:';
@@ -183,15 +180,6 @@ $strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data'; $strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: '; $strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke'; $strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database'; $strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi'; $strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik'; $strDbSpecific = 'database-spesifik';
@@ -311,8 +299,6 @@ $strId = 'ID';
$strIdxFulltext = 'Teks penuh'; $strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan'; $strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan'; $strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file'; $strImportFiles = 'Impor file';
$strIndexes = 'Indeks'; $strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus'; $strIndexHasBeenDropped = 'Indeks %s telah dihapus';
@@ -694,7 +680,6 @@ $strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat
$strThai = 'Bahasa Thailand'; $strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan'; $strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini'; $strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.'; $strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu'; $strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)'; $strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
@@ -763,8 +748,6 @@ $strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window'; $strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:'; $strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan'; $strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.'; $strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1014,4 +997,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik'; $timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
$strAbortedClients = 'Pembatalan'; $strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak'; $strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi'; $strAction = 'Aksi';
@@ -25,8 +24,6 @@ $strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas'; $strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom'; $strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris'; $strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)'; $strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)'; $strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIntoComments = 'Penambahkan pada komentar:'; $strAddIntoComments = 'Penambahkan pada komentar:';
@@ -184,15 +181,6 @@ $strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data'; $strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: '; $strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke'; $strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database'; $strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi'; $strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik'; $strDbSpecific = 'database-spesifik';
@@ -312,8 +300,6 @@ $strId = 'ID';
$strIdxFulltext = 'Teks penuh'; $strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan'; $strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan'; $strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file'; $strImportFiles = 'Impor file';
$strIndexes = 'Indeks'; $strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus'; $strIndexHasBeenDropped = 'Indeks %s telah dihapus';
@@ -695,7 +681,6 @@ $strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat
$strThai = 'Bahasa Thailand'; $strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan'; $strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini'; $strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.'; $strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu'; $strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)'; $strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
@@ -764,8 +749,6 @@ $strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window'; $strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:'; $strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan'; $strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.'; $strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1015,4 +998,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
$strAbortedClients = 'Fallito'; $strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL';
$strAccessDenied = 'Accesso negato'; $strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo <20> che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedCreateConfig = 'La ragione di questo <20> che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
@@ -32,8 +31,6 @@ $strAddClause = 'Aggiungi %s';
$strAddConstraints = 'Aggiungi vincoli'; $strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio'; $strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)'; $strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)'; $strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIntoComments = 'Aggiungi nei commenti'; $strAddIntoComments = 'Aggiungi nei commenti';
@@ -205,15 +202,6 @@ $strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati'; $strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: '; $strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in'; $strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database'; $strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in'; $strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database'; $strDbSpecific = 'specifico del database';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate'; $strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS'; $strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files'; $strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato'; $strImportFormat = 'Formato del file importato';
$strImport = 'Importa'; $strImport = 'Importa';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovat
$strThemePathNotFound = 'Percorso per il tema non trovato %s!'; $strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile'; $strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host'; $strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non <20> una directory';
$strThreads = 'Processi'; $strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s <20> stato terminato con successo.'; $strThreadSuccessfullyKilled = 'Il thread %s <20> stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione <20> entrata in timeout, dopo un nuovo inoltro riprender<65> dalla posizione: %d.'; $strTimeoutInfo = 'Una precedente importazione <20> entrata in timeout, dopo un nuovo inoltro riprender<65> dalla posizione: %d.';
@@ -984,8 +969,6 @@ $strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non pu<70> essere aggiornata. Pu<50> darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza'; $strWindowNotFound = 'La finestra destinataria del browser non pu<70> essere aggiornata. Pu<50> darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:'; $strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura'; $strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strXMLOptions = 'Opzioni XML'; $strXMLOptions = 'Opzioni XML';
@@ -998,4 +981,38 @@ $strZip = '"compresso con zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
$strAbortedClients = 'Fallito'; $strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL';
$strAccessDenied = 'Accesso negato'; $strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo <20> che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedCreateConfig = 'La ragione di questo <20> che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
@@ -32,8 +31,6 @@ $strAddClause = 'Aggiungi %s';
$strAddConstraints = 'Aggiungi vincoli'; $strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio'; $strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)'; $strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)'; $strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIntoComments = 'Aggiungi nei commenti'; $strAddIntoComments = 'Aggiungi nei commenti';
@@ -205,15 +202,6 @@ $strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati'; $strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: '; $strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in'; $strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database'; $strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in'; $strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database'; $strDbSpecific = 'specifico del database';
@@ -350,8 +338,6 @@ $strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate'; $strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS'; $strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files'; $strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato'; $strImportFormat = 'Formato del file importato';
$strImport = 'Importa'; $strImport = 'Importa';
@@ -904,7 +890,6 @@ $strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovat
$strThemePathNotFound = 'Percorso per il tema non trovato %s!'; $strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile'; $strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host'; $strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non <20> una directory';
$strThreads = 'Processi'; $strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s <20> stato terminato con successo.'; $strThreadSuccessfullyKilled = 'Il thread %s <20> stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione <20> entrata in timeout, dopo un nuovo inoltro riprender<65> dalla posizione: %d.'; $strTimeoutInfo = 'Una precedente importazione <20> entrata in timeout, dopo un nuovo inoltro riprender<65> dalla posizione: %d.';
@@ -984,8 +969,6 @@ $strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non pu<70> essere aggiornata. Pu<50> darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza'; $strWindowNotFound = 'La finestra destinataria del browser non pu<70> essere aggiornata. Pu<50> darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:'; $strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura'; $strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strXMLOptions = 'Opzioni XML'; $strXMLOptions = 'Opzioni XML';
@@ -998,4 +981,38 @@ $strZip = '"compresso con zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -23,7 +23,6 @@ $datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
$strAbortedClients = 'Fallito'; $strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver della directory di docSQL';
$strAccessDenied = 'Accesso negato'; $strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.'; $strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
@@ -33,8 +32,6 @@ $strAddClause = 'Aggiungi %s';
$strAddConstraints = 'Aggiungi vincoli'; $strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio'; $strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)'; $strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)'; $strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIntoComments = 'Aggiungi nei commenti'; $strAddIntoComments = 'Aggiungi nei commenti';
@@ -206,15 +203,6 @@ $strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati'; $strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: '; $strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in'; $strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database'; $strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in'; $strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database'; $strDbSpecific = 'specifico del database';
@@ -351,8 +339,6 @@ $strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate'; $strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS'; $strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files'; $strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato'; $strImportFormat = 'Formato del file importato';
$strImport = 'Importa'; $strImport = 'Importa';
@@ -905,7 +891,6 @@ $strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovat
$strThemePathNotFound = 'Percorso per il tema non trovato %s!'; $strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile'; $strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host'; $strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi'; $strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.'; $strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.'; $strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
@@ -985,8 +970,6 @@ $strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza'; $strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:'; $strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura'; $strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strXMLOptions = 'Opzioni XML'; $strXMLOptions = 'Opzioni XML';
@@ -999,4 +982,38 @@ $strZip = '"compresso con zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%Y ǯ %B %d
$timespanfmt = '%s <20><> %s <20><><EFBFBD><EFBFBD> %s ʬ %s <20><>'; $timespanfmt = '%s <20><> %s <20><><EFBFBD><EFBFBD> %s ʬ %s <20><>';
$strAbortedClients = '<27><><EFBFBD>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>'; $strAbortedClients = '<27><><EFBFBD>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = 'docSQL <20>ؤ<EFBFBD><D8A4><EFBFBD><EFBFBD>Хѥ<D0A5><D1A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><E9A4AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͳ<EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>ʤ<EFBFBD><CAA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>%1$s<><73><EFBFBD>åȥ<C3A5><C8A5>åץ<C3A5><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD>%2$s <20><><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4>ƤҤȤĺ<C8A4><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4><EFBFBD>'; $strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><E9A4AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͳ<EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>ʤ<EFBFBD><CAA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>%1$s<><73><EFBFBD>åȥ<C3A5><C8A5>åץ<C3A5><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD>%2$s <20><><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4>ƤҤȤĺ<C8A4><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4><EFBFBD>';
$strAccessDeniedExplanation = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD>Ф<EFBFBD><D0A4><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E4A4B5><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD>Υۥ<CEA5><DBA5>ȡ<EFBFBD><C8A1><EFBFBD><E6A1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӥѥ<D3A5><D1A5><EFBFBD>ɤ<EFBFBD>MySQL <20><><EFBFBD><EFBFBD><EFBFBD>Фδ<D0A4><CEB4><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD>Ϳ<EFBFBD><CDBF><EFBFBD><EFBFBD><EFBFBD>줿<EFBFBD><ECA4BF><EFBFBD><EFBFBD><EFBFBD>Ȱ<EFBFBD><C8B0>פ<EFBFBD><D7A4><EFBFBD><EBA4AB>ǧ<EFBFBD><C7A7><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAccessDeniedExplanation = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD>Ф<EFBFBD><D0A4><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>³<EFBFBD><C2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E4A4B5><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>config.inc.php <20><><EFBFBD><EFBFBD><EFBFBD>Υۥ<CEA5><DBA5>ȡ<EFBFBD><C8A1><EFBFBD><E6A1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӥѥ<D3A5><D1A5><EFBFBD>ɤ<EFBFBD>MySQL <20><><EFBFBD><EFBFBD><EFBFBD>Фδ<D0A4><CEB4><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD>Ϳ<EFBFBD><CDBF><EFBFBD><EFBFBD><EFBFBD>줿<EFBFBD><ECA4BF><EFBFBD><EFBFBD><EFBFBD>Ȱ<EFBFBD><C8B0>פ<EFBFBD><D7A4><EFBFBD><EBA4AB>ǧ<EFBFBD><C7A7><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -34,8 +33,6 @@ $strAddClause = '%s
$strAddConstraints = '<27><><EFBFBD>¤<EFBFBD><C2A4>ɲä<C9B2><C3A4><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD>¤<EFBFBD><C2A4>ɲä<C9B2><C3A4><EFBFBD>';
$strAddDeleteColumn = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲá<C9B2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲá<C9B2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4>ɲá<C9B2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4>ɲá<C9B2><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><ECA1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '%s <20>ĤΥե<CEA5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><C9A4>ɲä<C9B2><C3A4><EFBFBD>'; $strAddFields = '%s <20>ĤΥե<CEA5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><C9A4>ɲä<C9B2><C3A4><EFBFBD>';
$strAddHeaderComment = '<27>إå<D8A5><C3A5><EFBFBD><EFBFBD>إ<EFBFBD><D8A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0A5B3><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>ɲ<EFBFBD> (\\n <20>Dz<EFBFBD><C7B2><EFBFBD>)'; $strAddHeaderComment = '<27>إå<D8A5><C3A5><EFBFBD><EFBFBD>إ<EFBFBD><D8A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0A5B3><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>ɲ<EFBFBD> (\\n <20>Dz<EFBFBD><C7B2><EFBFBD>)';
$strAddIntoComments = '<27>ɲå<C9B2><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strAddIntoComments = '<27>ɲå<C9B2><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -207,15 +204,6 @@ $strDataOnly = '
$strDataPages = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD><EFBFBD>'; $strDataPages = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: '; $strDBComment = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥǡ<C7A5><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD>򥳥ԡ<F2A5B3A5><D4A1><EFBFBD><EFBFBD><EFBFBD>'; $strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥǡ<C7A5><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD>򥳥ԡ<F2A5B3A5><D4A1><EFBFBD><EFBFBD><EFBFBD>';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD>';
$strDBGContextID = '<27><><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD>ID';
$strDBGHits = '<27>ҥå<D2A5>';
$strDBGLine = '<27><>';
$strDBGMaxTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>ߥ<EFBFBD><DFA5><EFBFBD>)';
$strDBGMinTimeMs = '<27>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD><EFBFBD>(<28>ߥ<EFBFBD><DFA5><EFBFBD>)';
$strDBGModule = '<27><EFBFBD><EFBFBD><E5A1BC>';
$strDBGTimePerHitMs = '<27>ҥå<D2A5>Ψ(<28>ߥ<EFBFBD><DFA5><EFBFBD>)';
$strDBGTotalTimeMs = '<27><><EFBFBD>׻<EFBFBD><D7BB><EFBFBD>(<28>ߥ<EFBFBD><DFA5><EFBFBD>)';
$strDbPrivileges = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ø<EFBFBD>'; $strDbPrivileges = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ø<EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˥ǡ<CBA5><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD><EFBFBD><EFBFBD>'; $strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˥ǡ<CBA5><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD><EFBFBD><EFBFBD>';
$strDbSpecific = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDbSpecific = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -353,9 +341,7 @@ $strIdxFulltext = '
$strIgnore = <><CCB5>'; $strIgnore = <><CCB5>';
$strIgnoreDuplicates = '<27>Ԥ<EFBFBD>ʣ<EFBFBD><CAA3><EFBFBD><EFBFBD>̵<EFBFBD><EFBFBD><EBA4B9>'; $strIgnoreDuplicates = '<27>Ԥ<EFBFBD>ʣ<EFBFBD><CAA3><EFBFBD><EFBFBD>̵<EFBFBD><EFBFBD><EBA4B9>';
$strIgnoreInserts = '<27><>INSERT IGNORE<52><45><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4><EFBFBD>'; $strIgnoreInserts = '<27><>INSERT IGNORE<52><45><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4><EFBFBD>';
$strIgnoringFile = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̵<EFBFBD><CCB5> %s';
$strImport = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1><EFBFBD>'; $strImport = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1><EFBFBD>';
$strImportDocSQL = 'docSQL <20>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EBA5A4><EFBFBD>ݡ<EFBFBD><DDA1><EFBFBD>';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>ȥե<C8A5><D5A5><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>ȥե<C8A5><D5A5><EFBFBD><EFBFBD><EFBFBD>';
$strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>Ⱥѥե<D1A5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ν<EFBFBD><CEBD><EFBFBD>'; $strImportFormat = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>Ⱥѥե<D1A5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ν<EFBFBD><CEBD><EFBFBD>';
$strImportSuccessfullyFinished = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>Ȥ<EFBFBD><C8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>%d <20>ĤξȲ<CEBE><C8B2><EFBFBD><EFBFBD>¹Ԥ<C2B9><D4A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>'; $strImportSuccessfullyFinished = '<27><><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>Ȥ<EFBFBD><C8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>%d <20>ĤξȲ<CEBE><C8B2><EFBFBD><EFBFBD>¹Ԥ<C2B9><D4A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
@@ -908,7 +894,6 @@ $strThemeNotFound = '
$strThemeNoValidImgPath = '<27>ơ<EFBFBD><C6A1>ޡ<EFBFBD>%s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѥ<EFBFBD><D1A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>!'; $strThemeNoValidImgPath = '<27>ơ<EFBFBD><C6A1>ޡ<EFBFBD>%s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѥ<EFBFBD><D1A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>!';
$strThemePathNotFound = '<27>ơ<EFBFBD><C6A1>ޡ<EFBFBD>%s<>Υơ<CEA5><C6A1>ޥѥ<DEA5><D1A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>!'; $strThemePathNotFound = '<27>ơ<EFBFBD><C6A1>ޡ<EFBFBD>%s<>Υơ<CEA5><C6A1>ޥѥ<DEA5><D1A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>!';
$strThisHost = '<27><><EFBFBD>Υۥ<CEA5><DBA5><EFBFBD>'; $strThisHost = '<27><><EFBFBD>Υۥ<CEA5><DBA5><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD><EFBFBD>ϥǥ<CFA5><C7A5><EFBFBD>ȥ<EFBFBD><C8A5>ǤϤ<C7A4><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD>'; $strThreads = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD> %s <20>Ͻ<EFBFBD>λ<EFBFBD><CEBB><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>'; $strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD> %s <20>Ͻ<EFBFBD>λ<EFBFBD><CEBB><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strTime = '<27><><EFBFBD><EFBFBD>'; $strTime = '<27><><EFBFBD><EFBFBD>';
@@ -988,8 +973,6 @@ $strWildcard = '
$strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>åȥ֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5>򹹿<EFBFBD><F2B9B9BF><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4>󡣶<EFBFBD><F3A1A3B6><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϥ֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5>ι<EFBFBD><CEB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֥<EFBFBD><D6A5>å<EFBFBD><C3A5><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>'; $strWindowNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>åȥ֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5>򹹿<EFBFBD><F2B9B9BF><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4>󡣶<EFBFBD><F3A1A3B6><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϥ֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5>ι<EFBFBD><CEB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֥<EFBFBD><D6A5>å<EFBFBD><C3A5><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>';
$strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Τ<EFBFBD>:'; $strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Τ<EFBFBD>:';
$strWriteRequests = '<27>񤭹<EFBFBD><F1A4ADB9>ߥꥯ<DFA5><EAA5AF><EFBFBD><EFBFBD><EFBFBD>ȿ<EFBFBD>'; $strWriteRequests = '<27>񤭹<EFBFBD><F1A4ADB9>ߥꥯ<DFA5><EAA5AF><EFBFBD><EFBFBD><EFBFBD>ȿ<EFBFBD>';
$strWritingCommentNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥν񤭹<CEBD><F1A4ADB9>ߤ<EFBFBD>ͭ<EFBFBD><CDAD><EFBFBD>ǤϤ<C7A4><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><ECA1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ν񤭹<CEBD><F1A4ADB9>ߤ<EFBFBD>ͭ<EFBFBD><CDAD><EFBFBD>ǤϤ<C7A4><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strWrongUser = '<27><EFBFBD><E6A1BC><EFBFBD>ޤ<EFBFBD><DEA4>ϥѥ<CFA5><D1A5><EFBFBD>ɤ<EFBFBD><C9A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><br /><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>'; $strWrongUser = '<27><EFBFBD><E6A1BC><EFBFBD>ޤ<EFBFBD><DEA4>ϥѥ<CFA5><D1A5><EFBFBD>ɤ<EFBFBD><C9A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><br /><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strXkana = '<27><><EFBFBD>ѥ<EFBFBD><D1A5>ʤ<EFBFBD><CAA4>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana $strXkana = '<27><><EFBFBD>ѥ<EFBFBD><D1A5>ʤ<EFBFBD><CAA4>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana
@@ -1003,4 +986,38 @@ $strZip = '"zip
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%Y
$timespanfmt = '%s <20><> %s <20><><EFBFBD><EFBFBD> %s <20><> %s <20>b'; $timespanfmt = '%s <20><> %s <20><><EFBFBD><EFBFBD> %s <20><> %s <20>b';
$strAbortedClients = '<27><><EFBFBD>f<EFBFBD><66><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B'; $strAbortedClients = '<27><><EFBFBD>f<EFBFBD><66><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strAbsolutePathToDocSqlDir = 'docSQL <20>ւ̐<D682><CC90>΃p<CE83>X<EFBFBD><58><EFBFBD>ݒ肵<DD92>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
$strAccessDenied = '<27>A<EFBFBD>N<EFBFBD>Z<EFBFBD>X<EFBFBD>͋<EFBFBD><CD8B>ۂ<EFBFBD><DB82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B'; $strAccessDenied = '<27>A<EFBFBD>N<EFBFBD>Z<EFBFBD>X<EFBFBD>͋<EFBFBD><CD8B>ۂ<EFBFBD><DB82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><E782AD><EFBFBD>̖<EFBFBD><CC96><EFBFBD><EFBFBD>̗<EFBFBD><CC97>R<EFBFBD>́A<CD81>ݒ<EFBFBD><DD92>t<EFBFBD>@<40>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EC90AC><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>߂ł<DF82><C582>B%1$s<>Z<EFBFBD>b<EFBFBD>g<EFBFBD>A<EFBFBD>b<EFBFBD>v<EFBFBD>X<EFBFBD>N<EFBFBD><4E><EFBFBD>v<EFBFBD>g%2$s <20><><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD>ĂЂƂ<C28D><EC90AC><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>ł<EFBFBD><C582>܂<EFBFBD><DC82>B'; $strAccessDeniedCreateConfig = '<27><><EFBFBD><EFBFBD><E782AD><EFBFBD>̖<EFBFBD><CC96><EFBFBD><EFBFBD>̗<EFBFBD><CC97>R<EFBFBD>́A<CD81>ݒ<EFBFBD><DD92>t<EFBFBD>@<40>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EC90AC><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>߂ł<DF82><C582>B%1$s<>Z<EFBFBD>b<EFBFBD>g<EFBFBD>A<EFBFBD>b<EFBFBD>v<EFBFBD>X<EFBFBD>N<EFBFBD><4E><EFBFBD>v<EFBFBD>g%2$s <20><><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD>ĂЂƂ<C28D><EC90AC><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>ł<EFBFBD><C582>܂<EFBFBD><DC82>B';
$strAccessDeniedExplanation = 'MySQL <20>T<EFBFBD>[<5B>o<EFBFBD>ɐڑ<C990><DA91><EFBFBD><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>܂<EFBFBD><DC82><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>ڑ<EFBFBD><DA91><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E282B3><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>Bconfig.inc.php <20>̒<EFBFBD><CC92>̃z<CC83>X<EFBFBD>g<EFBFBD>A<EFBFBD><41><EFBFBD>[<5B>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>уp<D183>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68>MySQL <20>T<EFBFBD>[<5B>o<EFBFBD>̊Ǘ<CC8A><C797>҂<EFBFBD><D282><EFBFBD><EFBFBD>^<5E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EA82BD><EFBFBD><EFBFBD><EFBFBD>ƈ<EFBFBD><C688>v<EFBFBD><76><EFBFBD><EFBFBD>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B'; $strAccessDeniedExplanation = 'MySQL <20>T<EFBFBD>[<5B>o<EFBFBD>ɐڑ<C990><DA91><EFBFBD><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>܂<EFBFBD><DC82><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>ڑ<EFBFBD><DA91><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E282B3><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>Bconfig.inc.php <20>̒<EFBFBD><CC92>̃z<CC83>X<EFBFBD>g<EFBFBD>A<EFBFBD><41><EFBFBD>[<5B>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>уp<D183>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68>MySQL <20>T<EFBFBD>[<5B>o<EFBFBD>̊Ǘ<CC8A><C797>҂<EFBFBD><D282><EFBFBD><EFBFBD>^<5E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EA82BD><EFBFBD><EFBFBD><EFBFBD>ƈ<EFBFBD><C688>v<EFBFBD><76><EFBFBD><EFBFBD>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
@@ -34,8 +33,6 @@ $strAddClause = '%s
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD>'; $strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27>t<EFBFBD>B<EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD><C789>E<EFBFBD><EFBFBD><ED8F9C><EFBFBD><EFBFBD>'; $strAddDeleteColumn = '<27>t<EFBFBD>B<EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD><C789>E<EFBFBD><EFBFBD><ED8F9C><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD>lj<EFBFBD><C789>E<EFBFBD><EFBFBD><ED8F9C><EFBFBD><EFBFBD>'; $strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD>lj<EFBFBD><C789>E<EFBFBD><EFBFBD><ED8F9C><EFBFBD><EFBFBD>';
$strAddedColumnComment = '<27>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>̃R<CC83><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strAddedColumnRelation = '<27>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>̃<EFBFBD><CC83><EFBFBD><EFBFBD>[<5B>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strAddFields = '%s <20>‚̃t<CC83>B<EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD>'; $strAddFields = '%s <20>‚̃t<CC83>B<EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD><EFBFBD>';
$strAddHeaderComment = '<27>w<EFBFBD>b<EFBFBD>_<EFBFBD>[<5B>փJ<D683>X<EFBFBD>^<5E><><EFBFBD>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD>lj<EFBFBD> (\\n <20>ʼn<EFBFBD><C589>s)'; $strAddHeaderComment = '<27>w<EFBFBD>b<EFBFBD>_<EFBFBD>[<5B>փJ<D683>X<EFBFBD>^<5E><><EFBFBD>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD>lj<EFBFBD> (\\n <20>ʼn<EFBFBD><C589>s)';
$strAddIntoComments = '<27>lj<EFBFBD><C789>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g'; $strAddIntoComments = '<27>lj<EFBFBD><C789>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g';
@@ -142,7 +139,7 @@ $strCheckPrivs = '
$strCheckPrivsLong = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X &quot;%s&quot; <20>̓<EFBFBD><CC93><EFBFBD><EFBFBD>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD>B'; $strCheckPrivsLong = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X &quot;%s&quot; <20>̓<EFBFBD><CC93><EFBFBD><EFBFBD>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD>B';
$strCheckTable = '<27>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD>'; $strCheckTable = '<27>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD>';
$strChoosePage = '<27>ҏW<D28F><57><EFBFBD><EFBFBD><EFBFBD>y<EFBFBD>[<5B>W<EFBFBD><57><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B'; $strChoosePage = '<27>ҏW<D28F><57><EFBFBD><EFBFBD><EFBFBD>y<EFBFBD>[<5B>W<EFBFBD><57><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
$strColComFeat = '<27><><EFBFBD>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>\<5C><><EFBFBD>@<40>\'; $strColComFeat = '<27><><EFBFBD>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>\<5C><><EFBFBD>@<40>\\';
$strCollation = '<27>ƍ<EFBFBD><C68D><EFBFBD><EFBFBD><EFBFBD>'; $strCollation = '<27>ƍ<EFBFBD><C68D><EFBFBD><EFBFBD><EFBFBD>';
$strColumnNames = '<27><>(<28>J<EFBFBD><4A><EFBFBD><EFBFBD>)'; $strColumnNames = '<27><>(<28>J<EFBFBD><4A><EFBFBD><EFBFBD>)';
$strColumnPrivileges = '<27>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>̓<EFBFBD><CC93><EFBFBD>'; $strColumnPrivileges = '<27>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>̓<EFBFBD><CC93><EFBFBD>';
@@ -174,7 +171,7 @@ $strCreateIndexTopic = '
$strCreateNewDatabase = '<27>V<EFBFBD>K<EFBFBD>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>'; $strCreateNewDatabase = '<27>V<EFBFBD>K<EFBFBD>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>';
$strCreateNewTable = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>u%s<>Ƀe<C983>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>V<EFBFBD>K<EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>'; $strCreateNewTable = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>u%s<>Ƀe<C983>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>V<EFBFBD>K<EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>';
$strCreatePage = '<27>V<EFBFBD>K<EFBFBD>y<EFBFBD>[<5B>W<EFBFBD><57><EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>'; $strCreatePage = '<27>V<EFBFBD>K<EFBFBD>y<EFBFBD>[<5B>W<EFBFBD><57><EFBFBD><EFBFBD><EC90AC><EFBFBD><EFBFBD>';
$strCreatePdfFeat = 'PDF <EFBFBD><EFBFBD>@<EFBFBD>\'; $strCreatePdfFeat = 'PDF <20><EFBFBD>@<40>\\';
$strCreateUserDatabase = '<27><><EFBFBD>[<5B>U<EFBFBD><55><EFBFBD>p<EFBFBD>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X'; $strCreateUserDatabase = '<27><><EFBFBD>[<5B>U<EFBFBD><55><EFBFBD>p<EFBFBD>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X';
$strCreateUserDatabaseName = '<27><><EFBFBD>̃f<CC83>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD><EC90AC><EFBFBD>Ă<EFBFBD><C482>ׂĂ̓<C482><CC93><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^<5E><><EFBFBD>܂<EFBFBD>'; $strCreateUserDatabaseName = '<27><><EFBFBD>̃f<CC83>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD><EC90AC><EFBFBD>Ă<EFBFBD><C482>ׂĂ̓<C482><CC93><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^<5E><><EFBFBD>܂<EFBFBD>';
$strCreateUserDatabaseNone = '<27>Ȃ<EFBFBD>'; $strCreateUserDatabaseNone = '<27>Ȃ<EFBFBD>';
@@ -207,15 +204,6 @@ $strDataOnly = '
$strDataPages = '<27>f<EFBFBD>[<5B>^<5E><><EFBFBD>܂ރy<DE83>[<5B>W<EFBFBD><57>'; $strDataPages = '<27>f<EFBFBD>[<5B>^<5E><><EFBFBD>܂ރy<DE83>[<5B>W<EFBFBD><57>';
$strDBComment = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>̃R<CC83><52><EFBFBD><EFBFBD><EFBFBD>g: '; $strDBComment = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>̃R<CC83><52><EFBFBD><EFBFBD><EFBFBD>g: ';
$strDBCopy = '<27><><EFBFBD>̑O<CC91>Ńf<C583>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD>R<EFBFBD>s<EFBFBD>[<5B><><EFBFBD><EFBFBD>'; $strDBCopy = '<27><><EFBFBD>̑O<CC91>Ńf<C583>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD>R<EFBFBD>s<EFBFBD>[<5B><><EFBFBD><EFBFBD>';
$strDBGContext = '<27>R<EFBFBD><52><EFBFBD>e<EFBFBD>L<EFBFBD>X<EFBFBD>g';
$strDBGContextID = '<27>R<EFBFBD><52><EFBFBD>e<EFBFBD>L<EFBFBD>X<EFBFBD>gID';
$strDBGHits = '<27>q<EFBFBD>b<EFBFBD>g';
$strDBGLine = '<27>s';
$strDBGMaxTimeMs = '<27>ő厞<C591><E58E9E>(<28>~<7E><><EFBFBD>b)';
$strDBGMinTimeMs = '<27>ŏ<EFBFBD><C58F><EFBFBD><EFBFBD><EFBFBD>(<28>~<7E><><EFBFBD>b)';
$strDBGModule = '<27><><EFBFBD>W<EFBFBD><57><EFBFBD>[<5B><>';
$strDBGTimePerHitMs = '<27>q<EFBFBD>b<EFBFBD>g<EFBFBD><67>(<28>~<7E><><EFBFBD>b)';
$strDBGTotalTimeMs = '<27><><EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>(<28>~<7E><><EFBFBD>b)';
$strDbPrivileges = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD>̑O<CC91>Ƀf<C983>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD>ύX<CF8D><58><EFBFBD><EFBFBD>'; $strDBRename = '<27><><EFBFBD>̑O<CC91>Ƀf<C983>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD>ύX<CF8D><58><EFBFBD><EFBFBD>';
$strDbSpecific = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>d<EFBFBD>l'; $strDbSpecific = '<27>f<EFBFBD>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>d<EFBFBD>l';
@@ -239,7 +227,7 @@ $strDictionary = '
$strDirtyPages = '<27><><EFBFBD>ȃy<C883>[<5B>W<EFBFBD><57>'; $strDirtyPages = '<27><><EFBFBD>ȃy<C883>[<5B>W<EFBFBD><57>';
$strDisabled = '<27><><EFBFBD><EFBFBD>'; $strDisabled = '<27><><EFBFBD><EFBFBD>';
$strDisableForeignChecks = '<27>O<EFBFBD><4F><EFBFBD>L<EFBFBD>[<5B>̌<EFBFBD><CC8C><EFBFBD><EFBFBD>𖳌<EFBFBD><F096B38C>ɂ<EFBFBD><C982><EFBFBD>'; $strDisableForeignChecks = '<27>O<EFBFBD><4F><EFBFBD>L<EFBFBD>[<5B>̌<EFBFBD><CC8C><EFBFBD><EFBFBD>𖳌<EFBFBD><F096B38C>ɂ<EFBFBD><C982><EFBFBD>';
$strDisplayFeat = '<27>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\<5C><><EFBFBD>@<40>\'; $strDisplayFeat = '<27>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\<5C><><EFBFBD>@<40>\\';
$strDisplayOrder = '<27>\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strDisplayOrder = '<27>\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strDisplayPDF = 'PDF <20>X<EFBFBD>L<EFBFBD>[<5B>}<7D>̕\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDisplayPDF = 'PDF <20>X<EFBFBD>L<EFBFBD>[<5B>}<7D>̕\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoAQuery = '"<22><><EFBFBD><EFBFBD>QUERY"<22><><EFBFBD><EFBFBD><EFBFBD>s (<28><><EFBFBD>C<EFBFBD><43><EFBFBD>h<EFBFBD>J<EFBFBD>[<5B>h: "%")'; $strDoAQuery = '"<22><><EFBFBD><EFBFBD>QUERY"<22><><EFBFBD><EFBFBD><EFBFBD>s (<28><><EFBFBD>C<EFBFBD><43><EFBFBD>h<EFBFBD>J<EFBFBD>[<5B>h: "%")';
@@ -317,7 +305,7 @@ $strFunction = '
$strFunctions = '<27>֐<EFBFBD>'; $strFunctions = '<27>֐<EFBFBD>';
$strGenBy = '<27><><EFBFBD><EFBFBD><EFBFBD>‹<EFBFBD>'; $strGenBy = '<27><><EFBFBD><EFBFBD><EFBFBD>‹<EFBFBD>';
$strGeneralRelationFeat = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>[<EFBFBD>V<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@<EFBFBD>\'; $strGeneralRelationFeat = '<27><><EFBFBD><EFBFBD><EFBFBD>[<5B>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>@<40>\\';
$strGenerate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strGenerate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGeneratePassword = '<27>p<EFBFBD>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD>𐶐<EFBFBD><F090B690><EFBFBD><EFBFBD><EFBFBD>'; $strGeneratePassword = '<27>p<EFBFBD>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD>𐶐<EFBFBD><F090B690><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = '<27><EFBFBD>̎<EFBFBD><CC8E><EFBFBD>'; $strGenTime = '<27><EFBFBD>̎<EFBFBD><CC8E><EFBFBD>';
@@ -353,9 +341,7 @@ $strIdxFulltext = '
$strIgnore = '<27><><EFBFBD><EFBFBD>'; $strIgnore = '<27><><EFBFBD><EFBFBD>';
$strIgnoreDuplicates = '<27>s<EFBFBD>̕<EFBFBD><CC95><EFBFBD><EFBFBD>𖳎<EFBFBD><F096B38E><EFBFBD><EFBFBD><EFBFBD>'; $strIgnoreDuplicates = '<27>s<EFBFBD>̕<EFBFBD><CC95><EFBFBD><EFBFBD>𖳎<EFBFBD><F096B38E><EFBFBD><EFBFBD><EFBFBD>';
$strIgnoreInserts = '<27>uINSERT IGNORE<52><45><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD><EFBFBD>'; $strIgnoreInserts = '<27>uINSERT IGNORE<52><45><EFBFBD>g<EFBFBD>p<EFBFBD><70><EFBFBD><EFBFBD>';
$strIgnoringFile = '<EFBFBD>t<EFBFBD>@<EFBFBD>C<EFBFBD><EFBFBD><EFBFBD>𖳎<EFBFBD> %s';
$strImport = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g'; $strImport = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g';
$strImportDocSQL = 'docSQL <EFBFBD>t<EFBFBD>@<EFBFBD>C<EFBFBD><EFBFBD><EFBFBD>C<EFBFBD><EFBFBD><EFBFBD>|<EFBFBD>[<EFBFBD>g';
$strImportFiles = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>t<EFBFBD>@<40>C<EFBFBD><43>'; $strImportFiles = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>t<EFBFBD>@<40>C<EFBFBD><43>';
$strImportFormat = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>σt<CF83>@<40>C<EFBFBD><43><EFBFBD>̏<EFBFBD><CC8F><EFBFBD>'; $strImportFormat = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>σt<CF83>@<40>C<EFBFBD><43><EFBFBD>̏<EFBFBD><CC8F><EFBFBD>';
$strImportSuccessfullyFinished = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>ɐ<EFBFBD><C990><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B%d <20>‚̏Ɖ<CC8F><C689><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B'; $strImportSuccessfullyFinished = '<27>C<EFBFBD><43><EFBFBD>|<7C>[<5B>g<EFBFBD>ɐ<EFBFBD><C990><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B%d <20>‚̏Ɖ<CC8F><C689><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
@@ -908,7 +894,6 @@ $strThemeNotFound = '
$strThemeNoValidImgPath = '<27>e<EFBFBD>[<5B>}<7D>u%s<>Ő<EFBFBD><C590><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>!'; $strThemeNoValidImgPath = '<27>e<EFBFBD>[<5B>}<7D>u%s<>Ő<EFBFBD><C590><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>!';
$strThemePathNotFound = '<27>e<EFBFBD>[<5B>}<7D>u%s<>̃e<CC83>[<5B>}<7D>p<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>!'; $strThemePathNotFound = '<27>e<EFBFBD>[<5B>}<7D>u%s<>̃e<CC83>[<5B>}<7D>p<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>!';
$strThisHost = '<27><><EFBFBD>̃z<CC83>X<EFBFBD>g'; $strThisHost = '<27><><EFBFBD>̃z<CC83>X<EFBFBD>g';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD><EFBFBD>̓f<CD83>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD>';
$strThreads = '<27>X<EFBFBD><58><EFBFBD>b<EFBFBD>h'; $strThreads = '<27>X<EFBFBD><58><EFBFBD>b<EFBFBD>h';
$strThreadSuccessfullyKilled = '<27>X<EFBFBD><58><EFBFBD>b<EFBFBD>h %s <20>͏I<CD8F><49><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B'; $strThreadSuccessfullyKilled = '<27>X<EFBFBD><58><EFBFBD>b<EFBFBD>h %s <20>͏I<CD8F><49><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strTime = '<27><><EFBFBD><EFBFBD>'; $strTime = '<27><><EFBFBD><EFBFBD>';
@@ -988,8 +973,6 @@ $strWildcard = '
$strWindowNotFound = '<27>^<5E>[<5B>Q<EFBFBD>b<EFBFBD>g<EFBFBD>u<EFBFBD><75><EFBFBD>E<EFBFBD>U<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD><45><EFBFBD>X<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD>e<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD><45><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD>̓u<CD83><75><EFBFBD>E<EFBFBD>U<EFBFBD>[<5B>̃Z<CC83>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>B<EFBFBD>ݒ<EFBFBD><DD92>ŁA<C581>N<EFBFBD><4E><EFBFBD>X<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD>̍X<CC8D>V<EFBFBD><56><EFBFBD>u<EFBFBD><75><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82>B'; $strWindowNotFound = '<27>^<5E>[<5B>Q<EFBFBD>b<EFBFBD>g<EFBFBD>u<EFBFBD><75><EFBFBD>E<EFBFBD>U<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD><45><EFBFBD>X<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD>e<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD><45><EFBFBD>‚<EFBFBD><C282><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD>̓u<CD83><75><EFBFBD>E<EFBFBD>U<EFBFBD>[<5B>̃Z<CC83>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>B<EFBFBD>ݒ<EFBFBD><DD92>ŁA<C581>N<EFBFBD><4E><EFBFBD>X<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD>̍X<CC8D>V<EFBFBD><56><EFBFBD>u<EFBFBD><75><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82>B';
$strWithChecked = '<27>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̂<EFBFBD>:'; $strWithChecked = '<27>`<60>F<EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̂<EFBFBD>:';
$strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݃<EFBFBD><DD83>N<EFBFBD>G<EFBFBD>X<EFBFBD>g<EFBFBD><67>'; $strWriteRequests = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݃<EFBFBD><DD83>N<EFBFBD>G<EFBFBD>X<EFBFBD>g<EFBFBD><67>';
$strWritingCommentNotPossible = '<27>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>̏<EFBFBD><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݂<EFBFBD><DD82>L<EFBFBD><4C><EFBFBD>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strWritingRelationNotPossible = '<27><><EFBFBD><EFBFBD><EFBFBD>[<5B>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>̏<EFBFBD><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݂<EFBFBD><DD82>L<EFBFBD><4C><EFBFBD>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strWrongUser = '<27><><EFBFBD>[<5B>U<EFBFBD>܂<EFBFBD><DC82>̓p<CD83>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<br /><3E>A<EFBFBD>N<EFBFBD>Z<EFBFBD>X<EFBFBD>͋<EFBFBD><CD8B>ۂ<EFBFBD><DB82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B'; $strWrongUser = '<27><><EFBFBD>[<5B>U<EFBFBD>܂<EFBFBD><DC82>̓p<CD83>X<EFBFBD><58><EFBFBD>[<5B>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<br /><3E>A<EFBFBD>N<EFBFBD>Z<EFBFBD>X<EFBFBD>͋<EFBFBD><CD8B>ۂ<EFBFBD><DB82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strXkana = '<27>S<EFBFBD>p<EFBFBD>J<EFBFBD>i<EFBFBD>֕ϊ<D695><CF8A><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana $strXkana = '<27>S<EFBFBD>p<EFBFBD>J<EFBFBD>i<EFBFBD>֕ϊ<D695><CF8A><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana
@@ -1003,4 +986,38 @@ $strZip = '"zip
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -24,7 +24,6 @@ $datefmt = '%Y 年 %B %d 日 %H:%M';
$timespanfmt = '%s 日 %s 時間 %s 分 %s 秒'; $timespanfmt = '%s 日 %s 時間 %s 分 %s 秒';
$strAbortedClients = '中断しました。'; $strAbortedClients = '中断しました。';
$strAbsolutePathToDocSqlDir = 'docSQL への絶対パスを設定してください。';
$strAccessDenied = 'アクセスは拒否されました。'; $strAccessDenied = 'アクセスは拒否されました。';
$strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。'; $strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。';
$strAccessDeniedExplanation = 'MySQL サーバに接続しようとしましたが、接続が拒絶されました。config.inc.php の中のホスト、ユーザおよびパスワードがMySQL サーバの管理者から与えられた情報と一致するか確認してください。'; $strAccessDeniedExplanation = 'MySQL サーバに接続しようとしましたが、接続が拒絶されました。config.inc.php の中のホスト、ユーザおよびパスワードがMySQL サーバの管理者から与えられた情報と一致するか確認してください。';
@@ -34,8 +33,6 @@ $strAddClause = '%sを追加';
$strAddConstraints = '制限を追加する'; $strAddConstraints = '制限を追加する';
$strAddDeleteColumn = 'フィールド列を追加・削除する'; $strAddDeleteColumn = 'フィールド列を追加・削除する';
$strAddDeleteRow = '条件行を追加・削除する'; $strAddDeleteRow = '条件行を追加・削除する';
$strAddedColumnComment = 'カラムのコメント追加されました。';
$strAddedColumnRelation = 'カラムのリレーションが追加されました。';
$strAddFields = '%s 個のフィールドを追加する'; $strAddFields = '%s 個のフィールドを追加する';
$strAddHeaderComment = 'ヘッダーへカスタムコメントを追加 (\\n で改行)'; $strAddHeaderComment = 'ヘッダーへカスタムコメントを追加 (\\n で改行)';
$strAddIntoComments = '追加コメント'; $strAddIntoComments = '追加コメント';
@@ -207,15 +204,6 @@ $strDataOnly = 'データのみ';
$strDataPages = 'データを含むページ数'; $strDataPages = 'データを含むページ数';
$strDBComment = 'データベースのコメント: '; $strDBComment = 'データベースのコメント: ';
$strDBCopy = 'この前でデータベースをコピーする'; $strDBCopy = 'この前でデータベースをコピーする';
$strDBGContext = 'コンテキスト';
$strDBGContextID = 'コンテキストID';
$strDBGHits = 'ヒット';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間(ミリ秒)';
$strDBGMinTimeMs = '最小時間(ミリ秒)';
$strDBGModule = 'モジュール';
$strDBGTimePerHitMs = 'ヒット率(ミリ秒)';
$strDBGTotalTimeMs = '総計時間(ミリ秒)';
$strDbPrivileges = 'データベース特定 特権'; $strDbPrivileges = 'データベース特定 特権';
$strDBRename = 'この前にデータベースを変更する'; $strDBRename = 'この前にデータベースを変更する';
$strDbSpecific = 'データベース仕様'; $strDbSpecific = 'データベース仕様';
@@ -353,9 +341,7 @@ $strIdxFulltext = '全文';
$strIgnore = '無視'; $strIgnore = '無視';
$strIgnoreDuplicates = '行の複製を無視する'; $strIgnoreDuplicates = '行の複製を無視する';
$strIgnoreInserts = '「INSERT IGNOREを使用する'; $strIgnoreInserts = '「INSERT IGNOREを使用する';
$strIgnoringFile = 'ファイルを無視 %s';
$strImport = 'インポート'; $strImport = 'インポート';
$strImportDocSQL = 'docSQL ファイルインポート';
$strImportFiles = 'インポートファイル'; $strImportFiles = 'インポートファイル';
$strImportFormat = 'インポート済ファイルの書式'; $strImportFormat = 'インポート済ファイルの書式';
$strImportSuccessfullyFinished = 'インポートに成功しました。%d 個の照会を実行しました。'; $strImportSuccessfullyFinished = 'インポートに成功しました。%d 個の照会を実行しました。';
@@ -908,7 +894,6 @@ $strThemeNotFound = 'テーマ「%sが見つかりません!';
$strThemeNoValidImgPath = 'テーマ「%sで正しい画像パスが見つかりません!'; $strThemeNoValidImgPath = 'テーマ「%sで正しい画像パスが見つかりません!';
$strThemePathNotFound = 'テーマ「%sのテーマパスが見つかりません!'; $strThemePathNotFound = 'テーマ「%sのテーマパスが見つかりません!';
$strThisHost = 'このホスト'; $strThisHost = 'このホスト';
$strThisNotDirectory = 'これはディレクトリではありません';
$strThreads = 'スレッド'; $strThreads = 'スレッド';
$strThreadSuccessfullyKilled = 'スレッド %s は終了しました。'; $strThreadSuccessfullyKilled = 'スレッド %s は終了しました。';
$strTime = '時間'; $strTime = '時間';
@@ -988,8 +973,6 @@ $strWildcard = 'ワイルドカード';
$strWindowNotFound = 'ターゲットブラウザウィンドウを更新することができません。恐らく親ウィンドウを閉じたか、あるいはブラウザーのセキュリティ設定で、クロスウィンドウの更新をブロックしています。'; $strWindowNotFound = 'ターゲットブラウザウィンドウを更新することができません。恐らく親ウィンドウを閉じたか、あるいはブラウザーのセキュリティ設定で、クロスウィンドウの更新をブロックしています。';
$strWithChecked = 'チェックしたものを:'; $strWithChecked = 'チェックしたものを:';
$strWriteRequests = '書き込みリクエスト数'; $strWriteRequests = '書き込みリクエスト数';
$strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません。';
$strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません。';
$strWrongUser = 'ユーザまたはパスワードが正しくありません。<br />アクセスは拒否されました。'; $strWrongUser = 'ユーザまたはパスワードが正しくありません。<br />アクセスは拒否されました。';
$strXkana = '全角カナへ変換する'; // convert to X208-kana $strXkana = '全角カナへ変換する'; // convert to X208-kana
@@ -1003,4 +986,38 @@ $strZip = '"zip 方式"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -98,9 +98,6 @@ $strDatabasesStatsEnable = '
$strDatabasesStatsHeavyTraffic = '<27><><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD>̿<EFBFBD> ū <20><><EFBFBD>ϸ<EFBFBD> <20>ݴϴ<DDB4>.'; $strDatabasesStatsHeavyTraffic = '<27><><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD>̿<EFBFBD> ū <20><><EFBFBD>ϸ<EFBFBD> <20>ݴϴ<DDB4>.';
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><>ü <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)'; $strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><>ü <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD>'; $strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD>';
$strDBGMaxTimeMs = '<27>ִ<EFBFBD><D6B4>ð<EFBFBD>, ms';
$strDBGMinTimeMs = '<27>ּҽð<D2BD>, ms';
$strDBGModule = '<27><><EFBFBD><EFBFBD>';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strDefault = '<27><EFBFBD><E2BABB>'; $strDefault = '<27><EFBFBD><E2BABB>';
$strDefaultValueHelp = '<27><EFBFBD><E2BABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ó<EFBFBD> <20><><EFBFBD><EFBFBD>ǥ <20><><EFBFBD><EFBFBD> <20><> <20>ϳ<EFBFBD><CFB3><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʽÿ<CABD>. (<28><>: a)'; $strDefaultValueHelp = '<27><EFBFBD><E2BABB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ó<EFBFBD> <20><><EFBFBD><EFBFBD>ǥ <20><><EFBFBD><EFBFBD> <20><> <20>ϳ<EFBFBD><CFB3><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ʽÿ<CABD>. (<28><>: a)';
@@ -165,7 +162,6 @@ $strHost = 'ȣ
$strHostEmpty = 'ȣ<><C8A3>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>!'; $strHostEmpty = 'ȣ<><C8A3>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>!';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIgnoringFile = '<27><><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>';
$strImportFiles = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strImportFiles = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27>ε<EFBFBD><CEB5><EFBFBD>'; $strIndex = '<27>ε<EFBFBD><CEB5><EFBFBD>';
$strIndexes = '<27>ε<EFBFBD><CEB5><EFBFBD>'; $strIndexes = '<27>ε<EFBFBD><CEB5><EFBFBD>';
@@ -400,7 +396,6 @@ $strTables = '
$strTableStructure = '<27><><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>'; $strTableStructure = '<27><><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>';
$strTblPrivileges = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strTblPrivileges = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strTextAreaLength = ' <20>ʵ<EFBFBD><CAB5><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<br /><3E><> <20>ʵ带 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> '; $strTextAreaLength = ' <20>ʵ<EFBFBD><CAB5><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<br /><3E><> <20>ʵ带 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> ';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E4B8AE> <20>ƴմϴ<D5B4>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20>׿<EFBFBD><D7BF><EFBFBD><EFBFBD>ϴ<EFBFBD>.'; $strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20>׿<EFBFBD><D7BF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strTime = '<27>ð<EFBFBD>'; $strTime = '<27>ð<EFBFBD>';
$strTotal = '<27>հ<EFBFBD>'; $strTotal = '<27>հ<EFBFBD>';
@@ -446,13 +441,10 @@ $strZip = 'zip
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -546,12 +538,6 @@ $strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
@@ -624,7 +610,6 @@ $strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate $strIdxFulltext = 'Fulltext'; // To translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
@@ -986,8 +971,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1019,4 +1002,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -99,9 +99,6 @@ $strDatabasesStatsEnable = '통계 보기';
$strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.'; $strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
$strDataDict = '데이터 사전 (전체 구조보기)'; $strDataDict = '데이터 사전 (전체 구조보기)';
$strDataOnly = '데이터만'; $strDataOnly = '데이터만';
$strDBGMaxTimeMs = '최대시간, ms';
$strDBGMinTimeMs = '최소시간, ms';
$strDBGModule = '모듈';
$strDbPrivileges = '데이터베이스에 관한 권한'; $strDbPrivileges = '데이터베이스에 관한 권한';
$strDefault = '기본값'; $strDefault = '기본값';
$strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)'; $strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
@@ -166,7 +163,6 @@ $strHost = '호스트';
$strHostEmpty = '호스트명이 없습니다!'; $strHostEmpty = '호스트명이 없습니다!';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIgnoringFile = '파일 %s 을 무시합니다';
$strImportFiles = '파일 가져오기'; $strImportFiles = '파일 가져오기';
$strIndex = '인덱스'; $strIndex = '인덱스';
$strIndexes = '인덱스'; $strIndexes = '인덱스';
@@ -401,7 +397,6 @@ $strTables = '테이블 %s 개';
$strTableStructure = '테이블 구조'; $strTableStructure = '테이블 구조';
$strTblPrivileges = '테이블에 관한 권한'; $strTblPrivileges = '테이블에 관한 권한';
$strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 '; $strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 ';
$strThisNotDirectory = '디렉토리가 아닙니다';
$strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.'; $strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
$strTime = '시간'; $strTime = '시간';
$strTotal = '합계'; $strTotal = '합계';
@@ -447,13 +442,10 @@ $strZip = 'zip 압축';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -547,12 +539,6 @@ $strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
@@ -625,7 +611,6 @@ $strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate $strIdxFulltext = 'Fulltext'; // To translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
@@ -987,8 +972,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1020,4 +1003,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%d.%m.%Y %H:%M';
$timespanfmt = '%s dienas, %s stundas, %s minūtes un %s sekundes'; $timespanfmt = '%s dienas, %s stundas, %s minūtes un %s sekundes';
$strAbortedClients = 'Pārtraukts'; $strAbortedClients = 'Pārtraukts';
$strAbsolutePathToDocSqlDir = 'Lūdzu ievadiet absolūto ceļu līdz docSQL direktorijai uz servera';
$strAccessDeniedExplanation = 'phpMyAdmin mēģināja pieslēgties MySQL serverim, un serveris noraidīja pieslēgumu. Lūdzu pārbaudiet hostu, lietotājvārdu un paroli config.inc.php failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL servera administrators.'; $strAccessDeniedExplanation = 'phpMyAdmin mēģināja pieslēgties MySQL serverim, un serveris noraidīja pieslēgumu. Lūdzu pārbaudiet hostu, lietotājvārdu un paroli config.inc.php failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL servera administrators.';
$strAccessDenied = 'Pieeja aizliegta'; $strAccessDenied = 'Pieeja aizliegta';
$strAction = 'Darbība'; $strAction = 'Darbība';
@@ -30,8 +29,6 @@ $strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vērtību';
$strAddConstraints = 'Pievienot ierobežojumus'; $strAddConstraints = 'Pievienot ierobežojumus';
$strAddDeleteColumn = 'Pievienot/Dzēst laukus (kolonnas)'; $strAddDeleteColumn = 'Pievienot/Dzēst laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dzēst ierakstu'; $strAddDeleteRow = 'Pievienot/Dzēst ierakstu';
$strAddedColumnComment = 'Pievienots komentārs kolonnai';
$strAddedColumnRelation = 'Pievienota relācija kolonnai';
$strAddFields = 'Pievienot %s lauku(s)'; $strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakstā komentāru (\\n atdala rindas)'; $strAddHeaderComment = 'Ievietot virsrakstā komentāru (\\n atdala rindas)';
$strAddIntoComments = 'Pievienot komentāros'; $strAddIntoComments = 'Pievienot komentāros';
@@ -176,15 +173,6 @@ $strDataDict = 'Datu vārdnīca';
$strDataOnly = 'Tikai dati'; $strDataOnly = 'Tikai dati';
$strDBComment = 'Datubāzes komentārs: '; $strDBComment = 'Datubāzes komentārs: ';
$strDBCopy = 'Kopēt datubāzi uz'; $strDBCopy = 'Kopēt datubāzi uz';
$strDBGContextID = 'Konteksta ID';
$strDBGContext = 'Konteksts';
$strDBGHits = 'Apmeklējumi';
$strDBGLine = 'Līnija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmeklējuma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kopā, ms';
$strDbPrivileges = 'Datubāžu specifiskās privilēģijas'; $strDbPrivileges = 'Datubāžu specifiskās privilēģijas';
$strDBRename = 'Pārsaukt datubāzi par'; $strDBRename = 'Pārsaukt datubāzi par';
$strDbSpecific = 'datubāzei specifisks'; $strDbSpecific = 'datubāzei specifisks';
@@ -291,8 +279,6 @@ $strId = 'ID';
$strIdxFulltext = 'Pilni teksti'; $strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorēt'; $strIgnore = 'Ignorēt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS'; $strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignorējam failu %s';
$strImportDocSQL = 'Importēt docSQL failus';
$strImportFiles = 'Importēt failus'; $strImportFiles = 'Importēt failus';
$strIndexes = 'Indeksi'; $strIndexes = 'Indeksi';
$strIndexHasBeenDropped = 'Indekss %s tika izdzēsts'; $strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
@@ -634,7 +620,6 @@ $strTextAreaLength = ' Sava garuma dēļ,<br /> šis lauks var būt nerediģēja
$strThai = 'Taizemiešu'; $strThai = 'Taizemiešu';
$strTheme = 'Tēma / Stils'; $strTheme = 'Tēma / Stils';
$strThisHost = 'Šis hosts'; $strThisHost = 'Šis hosts';
$strThisNotDirectory = 'Tā nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksmīgi nogalināts.'; $strThreadSuccessfullyKilled = 'Process %s tika veiksmīgi nogalināts.';
$strTime = 'Laiks'; $strTime = 'Laiks';
$strToggleScratchboard = 'parādīt/noslēpt piezīmju tafeli'; $strToggleScratchboard = 'parādīt/noslēpt piezīmju tafeli';
@@ -698,8 +683,6 @@ $strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizstājējzīme'; $strWildcard = 'aizstājējzīme';
$strWindowNotFound = 'Neizdevās atjaunot galveno pārlūkprogramas logu. Varbūt esat viņu aizvēruši, vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības iestādījumu dēļ.'; $strWindowNotFound = 'Neizdevās atjaunot galveno pārlūkprogramas logu. Varbūt esat viņu aizvēruši, vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības iestādījumu dēļ.';
$strWithChecked = 'Ar iezīmēto:'; $strWithChecked = 'Ar iezīmēto:';
$strWritingCommentNotPossible = 'Komentāra rakstīšana nav iespējama';
$strWritingRelationNotPossible = 'Relācijas rakstīšana nav iespējama';
$strWrongUser = 'Kļūdains lietotājvārds/parole. Pieeja aizliegta.'; $strWrongUser = 'Kļūdains lietotājvārds/parole. Pieeja aizliegta.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1022,4 +1005,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%d.%m.%Y %H:%M';
$timespanfmt = '%s dienas, %s stundas, %s min<69>tes un %s sekundes'; $timespanfmt = '%s dienas, %s stundas, %s min<69>tes un %s sekundes';
$strAbortedClients = 'P<>rtraukts'; $strAbortedClients = 'P<>rtraukts';
$strAbsolutePathToDocSqlDir = 'L<>dzu ievadiet absol<6F>to ce<63>u l<>dz docSQL direktorijai uz servera';
$strAccessDeniedExplanation = 'phpMyAdmin m<><6D>in<69>ja piesl<73>gties MySQL serverim, un serveris noraid<69>ja piesl<73>gumu. L<>dzu p<>rbaudiet hostu, lietot<6F>jv<6A>rdu un paroli config.inc.php fail<69>, un p<>rliecinieties, ka tie atbilst inform<72>cijai, ko Jums deva MySQL servera administrators.'; $strAccessDeniedExplanation = 'phpMyAdmin m<><6D>in<69>ja piesl<73>gties MySQL serverim, un serveris noraid<69>ja piesl<73>gumu. L<>dzu p<>rbaudiet hostu, lietot<6F>jv<6A>rdu un paroli config.inc.php fail<69>, un p<>rliecinieties, ka tie atbilst inform<72>cijai, ko Jums deva MySQL servera administrators.';
$strAccessDenied = 'Pieeja aizliegta'; $strAccessDenied = 'Pieeja aizliegta';
$strAction = 'Darb<72>ba'; $strAction = 'Darb<72>ba';
@@ -29,8 +28,6 @@ $strAddAutoIncrement = 'Pievienot AUTO_INCREMENT v
$strAddConstraints = 'Pievienot ierobe<62>ojumus'; $strAddConstraints = 'Pievienot ierobe<62>ojumus';
$strAddDeleteColumn = 'Pievienot/Dz<44>st laukus (kolonnas)'; $strAddDeleteColumn = 'Pievienot/Dz<44>st laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dz<44>st ierakstu'; $strAddDeleteRow = 'Pievienot/Dz<44>st ierakstu';
$strAddedColumnComment = 'Pievienots koment<6E>rs kolonnai';
$strAddedColumnRelation = 'Pievienota rel<65>cija kolonnai';
$strAddFields = 'Pievienot %s lauku(s)'; $strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakst<73> koment<6E>ru (\\n atdala rindas)'; $strAddHeaderComment = 'Ievietot virsrakst<73> koment<6E>ru (\\n atdala rindas)';
$strAddIntoComments = 'Pievienot koment<6E>ros'; $strAddIntoComments = 'Pievienot koment<6E>ros';
@@ -175,15 +172,6 @@ $strDataDict = 'Datu v
$strDataOnly = 'Tikai dati'; $strDataOnly = 'Tikai dati';
$strDBComment = 'Datub<75>zes koment<6E>rs: '; $strDBComment = 'Datub<75>zes koment<6E>rs: ';
$strDBCopy = 'Kop<6F>t datub<75>zi uz'; $strDBCopy = 'Kop<6F>t datub<75>zi uz';
$strDBGContextID = 'Konteksta ID';
$strDBGContext = 'Konteksts';
$strDBGHits = 'Apmekl<6B>jumi';
$strDBGLine = 'L<>nija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmekl<6B>juma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kop<6F>, ms';
$strDbPrivileges = 'Datub<75><62>u specifisk<73>s privil<69><6C>ijas'; $strDbPrivileges = 'Datub<75><62>u specifisk<73>s privil<69><6C>ijas';
$strDBRename = 'P<>rsaukt datub<75>zi par'; $strDBRename = 'P<>rsaukt datub<75>zi par';
$strDbSpecific = 'datub<75>zei specifisks'; $strDbSpecific = 'datub<75>zei specifisks';
@@ -290,8 +278,6 @@ $strId = 'ID';
$strIdxFulltext = 'Pilni teksti'; $strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignor<6F>t'; $strIgnore = 'Ignor<6F>t';
$strIgnoreInserts = 'Lietot IGNORE INSERTS'; $strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignor<6F>jam failu %s';
$strImportDocSQL = 'Import<72>t docSQL failus';
$strImportFiles = 'Import<72>t failus'; $strImportFiles = 'Import<72>t failus';
$strIndexes = 'Indeksi'; $strIndexes = 'Indeksi';
$strIndexHasBeenDropped = 'Indekss %s tika izdz<64>sts'; $strIndexHasBeenDropped = 'Indekss %s tika izdz<64>sts';
@@ -633,7 +619,6 @@ $strTextAreaLength = ' Sava garuma d
$strThai = 'Taizemie<69>u'; $strThai = 'Taizemie<69>u';
$strTheme = 'T<>ma / Stils'; $strTheme = 'T<>ma / Stils';
$strThisHost = '<27>is hosts'; $strThisHost = '<27>is hosts';
$strThisNotDirectory = 'T<> nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksm<73>gi nogalin<69>ts.'; $strThreadSuccessfullyKilled = 'Process %s tika veiksm<73>gi nogalin<69>ts.';
$strTime = 'Laiks'; $strTime = 'Laiks';
$strToggleScratchboard = 'par<61>d<EFBFBD>t/nosl<73>pt piez<65>mju tafeli'; $strToggleScratchboard = 'par<61>d<EFBFBD>t/nosl<73>pt piez<65>mju tafeli';
@@ -697,8 +682,6 @@ $strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizst<73>j<EFBFBD>jz<6A>me'; $strWildcard = 'aizst<73>j<EFBFBD>jz<6A>me';
$strWindowNotFound = 'Neizdev<65>s atjaunot galveno p<>rl<72>kprogramas logu. Varb<72>t esat vi<76>u aizv<7A>ru<72>i, vai ar<61> J<>su p<>rl<72>kprogramma blo<6C>e starplogu saskarsmi J<>su dro<72><6F>bas iest<73>d<EFBFBD>jumu d<><64>.'; $strWindowNotFound = 'Neizdev<65>s atjaunot galveno p<>rl<72>kprogramas logu. Varb<72>t esat vi<76>u aizv<7A>ru<72>i, vai ar<61> J<>su p<>rl<72>kprogramma blo<6C>e starplogu saskarsmi J<>su dro<72><6F>bas iest<73>d<EFBFBD>jumu d<><64>.';
$strWithChecked = 'Ar iez<65>m<EFBFBD>to:'; $strWithChecked = 'Ar iez<65>m<EFBFBD>to:';
$strWritingCommentNotPossible = 'Koment<6E>ra rakst<73><74>ana nav iesp<73>jama';
$strWritingRelationNotPossible = 'Rel<65>cijas rakst<73><74>ana nav iesp<73>jama';
$strWrongUser = 'K<><4B>dains lietot<6F>jv<6A>rds/parole. Pieeja aizliegta.'; $strWrongUser = 'K<><4B>dains lietot<6F>jv<6A>rds/parole. Pieeja aizliegta.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1021,4 +1004,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.'; $timespanfmt = '%s d., %s val., %s min. ir %s s.';
$strAbortedClients = 'Atmestos jungtys'; $strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Prašome nurodyti absoliutų kelią iki docSQL katalogo darbinėje stotyje';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.'; $strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
$strAccessDenied = 'Jungtis neįmanoma'; $strAccessDenied = 'Jungtis neįmanoma';
$strAction = 'Valdymo veiksmai'; $strAction = 'Valdymo veiksmai';
@@ -25,8 +24,6 @@ $strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
$strAddConstraints = 'Pridėti apribojimą'; $strAddConstraints = 'Pridėti apribojimą';
$strAddDeleteColumn = 'Įterpti/Trinti stulpelius'; $strAddDeleteColumn = 'Įterpti/Trinti stulpelius';
$strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)'; $strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)';
$strAddedColumnComment = 'Pridėtas stulpelio komentaras';
$strAddedColumnRelation = 'Pridėtas stulpelio sąryšis';
$strAddFields = 'Pridėti %s lauką(-us)'; $strAddFields = 'Pridėti %s lauką(-us)';
$strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )'; $strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )';
$strAddIntoComments = 'Pridėti į komentarus'; $strAddIntoComments = 'Pridėti į komentarus';
@@ -176,15 +173,6 @@ $strData = 'Duomenys';
$strDataOnly = 'Tik duomenys'; $strDataOnly = 'Tik duomenys';
$strDBComment = 'Duombazės komantaras: '; $strDBComment = 'Duombazės komantaras: ';
$strDBCopy = 'Kopijuoti duombazę į'; $strDBCopy = 'Kopijuoti duombazę į';
$strDBGContextID = 'Konteksto ID';
$strDBGContext = 'Kontekstas';
$strDBGHits = 'Užklausos';
$strDBGLine = 'Eilutė';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/Užklausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDbPrivileges = 'Specifinės duombazių privilegijos'; $strDbPrivileges = 'Specifinės duombazių privilegijos';
$strDBRename = 'Pervadinti duombazę į'; $strDBRename = 'Pervadinti duombazę į';
$strDbSpecific = 'priklausantis nuo duombazės tipo'; $strDbSpecific = 'priklausantis nuo duombazės tipo';
@@ -301,8 +289,6 @@ $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti'; $strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT užklausas.'; $strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas'; $strImportFiles = 'Importuoti bylas';
$strIndexes = 'Indeksai'; $strIndexes = 'Indeksai';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas'; $strIndexHasBeenDropped = 'Indeksas %s panaikintas';
@@ -664,7 +650,6 @@ $strTextAreaLength = ' Tai yra jo ilgis,<br /> šis laukelis neredaguojamas ';
$strThai = 'Tailando'; $strThai = 'Tailando';
$strTheme = 'Tema / Stilius'; $strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris'; $strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.'; $strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
$strTime = 'Laikas'; $strTime = 'Laikas';
$strToggleScratchboard = 'įjungti scratchboard'; $strToggleScratchboard = 'įjungti scratchboard';
@@ -732,8 +717,6 @@ $strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo.'; $strWindowNotFound = 'Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:'; $strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write užklausos'; $strWriteRequests = 'Write užklausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas sąryšis';
$strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.'; $strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1015,4 +998,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.'; $timespanfmt = '%s d., %s val., %s min. ir %s s.';
$strAbortedClients = 'Atmestos jungtys'; $strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Pra<72>ome nurodyti absoliut<75> keli<6C> iki docSQL katalogo darbin<69>je stotyje';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbin<69>s stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbin<69>s stoties adres<65>, prisijungimo vard<72> ir slapta<74>od<6F>) ir <20>sitikinkite ar jie sutampa su duomenimis gautais i<> darbin<69>s stoties administratoriaus.'; $strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbin<69>s stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbin<69>s stoties adres<65>, prisijungimo vard<72> ir slapta<74>od<6F>) ir <20>sitikinkite ar jie sutampa su duomenimis gautais i<> darbin<69>s stoties administratoriaus.';
$strAccessDenied = 'Jungtis ne<6E>manoma'; $strAccessDenied = 'Jungtis ne<6E>manoma';
$strAction = 'Valdymo veiksmai'; $strAction = 'Valdymo veiksmai';
@@ -24,8 +23,6 @@ $strAddAutoIncrement = 'Prid
$strAddConstraints = 'Prid<69>ti apribojim<69>'; $strAddConstraints = 'Prid<69>ti apribojim<69>';
$strAddDeleteColumn = '<27>terpti/Trinti stulpelius'; $strAddDeleteColumn = '<27>terpti/Trinti stulpelius';
$strAddDeleteRow = '<27>terpti/Trinti po<70>ymio eilut<75>(es)'; $strAddDeleteRow = '<27>terpti/Trinti po<70>ymio eilut<75>(es)';
$strAddedColumnComment = 'Prid<69>tas stulpelio komentaras';
$strAddedColumnRelation = 'Prid<69>tas stulpelio s<>ry<72>is';
$strAddFields = 'Prid<69>ti %s lauk<75>(-us)'; $strAddFields = 'Prid<69>ti %s lauk<75>(-us)';
$strAddHeaderComment = '<27>terpti savo komentar<61> <20> header srit<69> (eilu<6C>i<EFBFBD> skirtukas \\n )'; $strAddHeaderComment = '<27>terpti savo komentar<61> <20> header srit<69> (eilu<6C>i<EFBFBD> skirtukas \\n )';
$strAddIntoComments = 'Prid<69>ti <20> komentarus'; $strAddIntoComments = 'Prid<69>ti <20> komentarus';
@@ -175,15 +172,6 @@ $strData = 'Duomenys';
$strDataOnly = 'Tik duomenys'; $strDataOnly = 'Tik duomenys';
$strDBComment = 'Duombaz<61>s komantaras: '; $strDBComment = 'Duombaz<61>s komantaras: ';
$strDBCopy = 'Kopijuoti duombaz<61> <20>'; $strDBCopy = 'Kopijuoti duombaz<61> <20>';
$strDBGContextID = 'Konteksto ID';
$strDBGContext = 'Kontekstas';
$strDBGHits = 'U<>klausos';
$strDBGLine = 'Eilut<75>';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/U<>klausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDbPrivileges = 'Specifin<69>s duombazi<7A> privilegijos'; $strDbPrivileges = 'Specifin<69>s duombazi<7A> privilegijos';
$strDBRename = 'Pervadinti duombaz<61> <20>'; $strDBRename = 'Pervadinti duombaz<61> <20>';
$strDbSpecific = 'priklausantis nuo duombaz<61>s tipo'; $strDbSpecific = 'priklausantis nuo duombaz<61>s tipo';
@@ -300,8 +288,6 @@ $strId = 'ID';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti'; $strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT u<>klausas.'; $strIgnoreInserts = 'Ignoruoti INSERT u<>klausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas'; $strImportFiles = 'Importuoti bylas';
$strIndexes = 'Indeksai'; $strIndexes = 'Indeksai';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas'; $strIndexHasBeenDropped = 'Indeksas %s panaikintas';
@@ -663,7 +649,6 @@ $strTextAreaLength = ' Tai yra jo ilgis,<br />
$strThai = 'Tailando'; $strThai = 'Tailando';
$strTheme = 'Tema / Stilius'; $strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris'; $strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo s<>kmingai i<>jungtas.'; $strThreadSuccessfullyKilled = '%s buvo s<>kmingai i<>jungtas.';
$strTime = 'Laikas'; $strTime = 'Laikas';
$strToggleScratchboard = '<27>jungti scratchboard'; $strToggleScratchboard = '<27>jungti scratchboard';
@@ -731,8 +716,6 @@ $strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galb<6C>t J<>s u<>dar<61>te pagrindin<69> lang<6E> arba J<>s<EFBFBD> nar<61>ykl<6B> blokuoja atnaujinimus tarp lang<6E> d<>l nustatyto saugumo.'; $strWindowNotFound = 'Tikslo langas neatnaujintas. Galb<6C>t J<>s u<>dar<61>te pagrindin<69> lang<6E> arba J<>s<EFBFBD> nar<61>ykl<6B> blokuoja atnaujinimus tarp lang<6E> d<>l nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:'; $strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write u<>klausos'; $strWriteRequests = 'Write u<>klausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas s<>ry<72>is';
$strWrongUser = 'Neteisingas vartotojo vardas arba slapta<74>odis. Pri<72>jimas u<>draustas.'; $strWrongUser = 'Neteisingas vartotojo vardas arba slapta<74>odis. Pri<72>jimas u<>draustas.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1014,4 +997,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -186,7 +186,6 @@ $strHost = 'Hos';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Tekspenuh'; $strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai'; $strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strIndexes = 'Indeks'; $strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan'; $strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndex = 'Indeks'; $strIndex = 'Indeks';
@@ -437,13 +436,10 @@ $strYes = 'Ya';
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate: // To translate:
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -534,15 +530,6 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -612,7 +599,6 @@ $strHungarian = 'Hungarian'; //to translate
$strIcelandic = 'Icelandic'; //to translate $strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -950,7 +936,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
@@ -1001,8 +986,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1036,4 +1019,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -187,7 +187,6 @@ $strHost = 'Hos';
$strId = 'ID'; $strId = 'ID';
$strIdxFulltext = 'Tekspenuh'; $strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai'; $strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strIndexes = 'Indeks'; $strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan'; $strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndex = 'Indeks'; $strIndex = 'Indeks';
@@ -438,13 +437,10 @@ $strYes = 'Ya';
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate: // To translate:
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments';//to translate $strAddIntoComments = 'Add into comments';//to translate
@@ -535,15 +531,6 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: ';//to translate $strDBComment = 'Database comment: ';//to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -613,7 +600,6 @@ $strHungarian = 'Hungarian'; //to translate
$strIcelandic = 'Icelandic'; //to translate $strIcelandic = 'Icelandic'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -951,7 +937,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
@@ -1002,8 +987,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML';//to translate $strXML = 'XML';//to translate
@@ -1037,4 +1020,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -22,7 +22,6 @@ $datefmt = '%Y оны %B сарын %d., %H:%M';
$timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд'; $timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд';
$strAbortedClients = 'Таслагдсан'; $strAbortedClients = 'Таслагдсан';
$strAbsolutePathToDocSqlDir = 'Сервэр дэх docSQL-ын абсолют замыг оруулна уу';
$strAccessDeniedExplanation = 'phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга.'; $strAccessDeniedExplanation = 'phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга.';
$strAccessDenied = 'Хандах эрхгүй'; $strAccessDenied = 'Хандах эрхгүй';
$strAction = 'Үйлдэл'; $strAction = 'Үйлдэл';
@@ -30,8 +29,6 @@ $strAddAutoIncrement = 'AUTO_INCREMENT утга нэмэх';
$strAddConstraints = 'Тогтмол нэмэх'; $strAddConstraints = 'Тогтмол нэмэх';
$strAddDeleteColumn = 'Багана нэмэх/устгах'; $strAddDeleteColumn = 'Багана нэмэх/устгах';
$strAddDeleteRow = 'Мөр Нэмэх/устгах'; $strAddDeleteRow = 'Мөр Нэмэх/устгах';
$strAddedColumnComment = 'Баганад тайлбар нэмэгдлээ';
$strAddedColumnRelation = 'Баганад хамаарал нэмэгдлээ';
$strAddFields = '%s талбар(ууд) нэмэх'; $strAddFields = '%s талбар(ууд) нэмэх';
$strAddHeaderComment = 'header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)'; $strAddHeaderComment = 'header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)';
$strAddIntoComments = 'Тайлбар нэмэх'; $strAddIntoComments = 'Тайлбар нэмэх';
@@ -189,15 +186,6 @@ $strDataPages = 'Хуудсуудын агуулсан өгөгдөл';
$strData = 'Өгөгдөл'; $strData = 'Өгөгдөл';
$strDBComment = 'ӨС-ийн тайлбар: '; $strDBComment = 'ӨС-ийн тайлбар: ';
$strDBCopy = 'Өгөгдлийн сан хуулах нь'; $strDBCopy = 'Өгөгдлийн сан хуулах нь';
$strDBGContextID = 'Хам ID';
$strDBGContext = 'Хам';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'ХИ хугацаа, ms';
$strDBGMinTimeMs = 'ХБ хугацаа, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Нийт хугацаа, ms';
$strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх'; $strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх';
$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь'; $strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDbSpecific = 'Өгөгдлийн сангийн эрх'; $strDbSpecific = 'Өгөгдлийн сангийн эрх';
@@ -317,8 +305,6 @@ $strId = 'ID';
$strIdxFulltext = 'Бүтэнбичвэр'; $strIdxFulltext = 'Бүтэнбичвэр';
$strIgnoreInserts = 'Оруулалтыг үл тоох'; $strIgnoreInserts = 'Оруулалтыг үл тоох';
$strIgnore = 'Үл тоох'; $strIgnore = 'Үл тоох';
$strIgnoringFile = 'Файл %s-ыг үл тоох';
$strImportDocSQL = 'docSQL файл оруулах';
$strImportFiles = 'Файл оруулах'; $strImportFiles = 'Файл оруулах';
$strIndexes = 'Индексүүд'; $strIndexes = 'Индексүүд';
$strIndexHasBeenDropped = 'Индекс %s нь устгагдсан'; $strIndexHasBeenDropped = 'Индекс %s нь устгагдсан';
@@ -700,7 +686,6 @@ $strTextAreaLength = ' Яагаад гэвэл урт нь их,<br /> энэ т
$strThai = 'Таи'; $strThai = 'Таи';
$strTheme = 'Арьс / Загвар'; $strTheme = 'Арьс / Загвар';
$strThisHost = 'Энэ хост'; $strThisHost = 'Энэ хост';
$strThisNotDirectory = 'Энэ хавтас биш байна';
$strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.'; $strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.';
$strTime = 'Цаг'; $strTime = 'Цаг';
$strToggleScratchboard = 'toggle scratchboard'; $strToggleScratchboard = 'toggle scratchboard';
@@ -769,8 +754,6 @@ $strWildcard = 'загвар';
$strWindowNotFound = 'Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон'; $strWindowNotFound = 'Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон';
$strWithChecked = 'Сонгогдсонтой:'; $strWithChecked = 'Сонгогдсонтой:';
$strWriteRequests = 'Бичих гуйлт'; $strWriteRequests = 'Бичих гуйлт';
$strWritingCommentNotPossible = 'Боломжгүй тайлбар бичиж байна';
$strWritingRelationNotPossible = 'Боломжгүй хамаарал бичиж байна';
$strWrongUser = 'Нэвтрэгч/нууц үг буруу. Хандах боломжгүй'; $strWrongUser = 'Нэвтрэгч/нууц үг буруу. Хандах боломжгүй';
$strXML = 'XML'; $strXML = 'XML';
@@ -1020,4 +1003,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -20,7 +20,6 @@ $datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder'; $timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
$strAbortedClients = 'Avbrutt'; $strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien p<> webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig <20>rsak for dette er at du ikke opprettet konfigurasjonsfila. Du b<>r kanskje bruke %1$ssetup script%2$s for <20> opprette en.'; $strAccessDeniedCreateConfig = 'En mulig <20>rsak for dette er at du ikke opprettet konfigurasjonsfila. Du b<>r kanskje bruke %1$ssetup script%2$s for <20> opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin fors<72>kte <20> koble til MySQL-serveren, og serveren avviste tilkoblingen. Du m<> kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.'; $strAccessDeniedExplanation = 'phpMyAdmin fors<72>kte <20> koble til MySQL-serveren, og serveren avviste tilkoblingen. Du m<> kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang'; $strAccessDenied = 'Ingen tilgang';
@@ -30,8 +29,6 @@ $strAddClause = 'Legg til %s';
$strAddConstraints = 'Legg til begrensninger'; $strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne'; $strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad'; $strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)'; $strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)'; $strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIntoComments = 'Legg til i kommentarer'; $strAddIntoComments = 'Legg til i kommentarer';
@@ -203,15 +200,6 @@ $strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data'; $strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: '; $strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til'; $strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasespesifikke privilegier'; $strDbPrivileges = 'Databasespesifikke privilegier';
$strDBRename = 'Endre databasens navn til'; $strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk'; $strDbSpecific = 'databasespesifikk';
@@ -348,8 +336,6 @@ $strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader'; $strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts'; $strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer'; $strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil'; $strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer'; $strImport = 'Importer';
@@ -902,7 +888,6 @@ $strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!'; $strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil'; $strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert'; $strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tr<54>der'; $strThreads = 'Tr<54>der';
$strThreadSuccessfullyKilled = 'Tr<54>d %s ble avsluttet med suksess.'; $strThreadSuccessfullyKilled = 'Tr<54>d %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.'; $strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
@@ -982,8 +967,6 @@ $strWildcard = 'jokertegn';
$strWindowNotFound = 'M<>lvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhets<74>rsaker.'; $strWindowNotFound = 'M<>lvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhets<74>rsaker.';
$strWithChecked = 'Med avkrysset:'; $strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforesp<73>rsler'; $strWriteRequests = 'Skriveforesp<73>rsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.'; $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
$strXMLOptions = 'XML innstillinger'; $strXMLOptions = 'XML innstillinger';
@@ -996,4 +979,38 @@ $strZip = 'Komprimert (zip)';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -21,7 +21,6 @@ $datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder'; $timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
$strAbortedClients = 'Avbrutt'; $strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien på webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.'; $strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.'; $strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang'; $strAccessDenied = 'Ingen tilgang';
@@ -31,8 +30,6 @@ $strAddClause = 'Legg til %s';
$strAddConstraints = 'Legg til begrensninger'; $strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne'; $strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad'; $strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)'; $strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)'; $strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIntoComments = 'Legg til i kommentarer'; $strAddIntoComments = 'Legg til i kommentarer';
@@ -204,15 +201,6 @@ $strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data'; $strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: '; $strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til'; $strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasespesifikke privilegier'; $strDbPrivileges = 'Databasespesifikke privilegier';
$strDBRename = 'Endre databasens navn til'; $strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk'; $strDbSpecific = 'databasespesifikk';
@@ -349,8 +337,6 @@ $strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader'; $strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer'; $strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts'; $strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer'; $strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil'; $strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer'; $strImport = 'Importer';
@@ -903,7 +889,6 @@ $strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!'; $strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil'; $strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert'; $strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tråder'; $strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.'; $strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.'; $strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
@@ -983,8 +968,6 @@ $strWildcard = 'jokertegn';
$strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.'; $strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.';
$strWithChecked = 'Med avkrysset:'; $strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforespørsler'; $strWriteRequests = 'Skriveforespørsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.'; $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
$strXMLOptions = 'XML innstillinger'; $strXMLOptions = 'XML innstillinger';
@@ -997,4 +980,38 @@ $strZip = 'Komprimert (zip)';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -152,7 +152,6 @@ $strHost = 'ميزبان';
$strIdxFulltext = 'كاملا متن'; $strIdxFulltext = 'كاملا متن';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strImportDocSQL = 'وارد كردن پرونده‌هاي docSQL';
$strIndexes = 'فهرست‌ها'; $strIndexes = 'فهرست‌ها';
$strIndexHasBeenDropped = 'فهرست %s حذف گرديد'; $strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
$strIndexName = 'اسم فهرست&nbsp;:'; $strIndexName = 'اسم فهرست&nbsp;:';
@@ -348,13 +347,10 @@ $strZip = '"zipped"';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate $strAddIntoComments = 'Add into comments'; //to translate
@@ -460,15 +456,6 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: '; //to translate $strDBComment = 'Database comment: '; //to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -542,7 +529,6 @@ $strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate $strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -930,7 +916,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
@@ -987,8 +972,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML'; //to translate $strXML = 'XML'; //to translate
@@ -1022,4 +1005,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -151,7 +151,6 @@ $strHostEmpty = '
$strIdxFulltext = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strIdxFulltext = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strImportDocSQL = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD>ʝ<EFBFBD><CA9D>'; $strIndexes = '<27><><EFBFBD><EFBFBD>ʝ<EFBFBD><CA9D>';
$strIndexHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strIndexHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -347,13 +346,10 @@ $strZip = '"zipped"';
// To translate: // To translate:
$strAbortedClients = 'Aborted'; //to translate $strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate $strAddConstraints = 'Add constraints'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate $strAddFields = 'Add %s field(s)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate $strAddIntoComments = 'Add into comments'; //to translate
@@ -459,15 +455,6 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
$strDataPages = 'Pages containing data'; //to translate $strDataPages = 'Pages containing data'; //to translate
$strDBComment = 'Database comment: '; //to translate $strDBComment = 'Database comment: '; //to translate
$strDBCopy = 'Copy database to'; //to translate $strDBCopy = 'Copy database to'; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate $strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate $strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate $strDbSpecific = 'database-specific'; //to translate
@@ -541,7 +528,6 @@ $strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate $strId = 'ID'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate $strImportFiles = 'Import files'; //to translate
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
@@ -929,7 +915,6 @@ $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to trans
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strTheme = 'Theme / Style'; //to translate $strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate $strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreads = 'Threads'; //to translate $strThreads = 'Threads'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
@@ -986,8 +971,6 @@ $strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strXML = 'XML'; //to translate $strXML = 'XML'; //to translate
@@ -1021,4 +1004,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund'; $timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
$strAbortedClients = 'Przerwane'; $strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Prosz<73> poda<64> bezwzgl<67>dn<64> <20>cie<69>k<EFBFBD> na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dost<73>pu'; $strAccessDenied = 'Brak dost<73>pu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo<6D>na u<>y<EFBFBD> %1$sskryptu instalacyjnego%2$s.'; $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo<6D>na u<>y<EFBFBD> %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pr<70>bowa<77> po<70><6F>czy<7A> si<73> z serwerem MySQL, a serwer odrzuci<63> po<70><6F>czenie. Powiniene<6E> sprawdzi<7A> nazw<7A> hosta, nazw<7A> u<>ytkownika i has<61>o w pliku config.inc.php i upewni<6E> si<73>, <20>e odpowiadaj<61> one informacjom danym przez administratora serwera MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin pr<70>bowa<77> po<70><6F>czy<7A> si<73> z serwerem MySQL, a serwer odrzuci<63> po<70><6F>czenie. Powiniene<6E> sprawdzi<7A> nazw<7A> hosta, nazw<7A> u<>ytkownika i has<61>o w pliku config.inc.php i upewni<6E> si<73>, <20>e odpowiadaj<61> one informacjom danym przez administratora serwera MySQL.';
@@ -26,8 +25,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj ograniczenia'; $strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usu<73> pola'; $strAddDeleteColumn = 'Dodaj/usu<73> pola';
$strAddDeleteRow = 'Dodaj/usu<73> wiersz kryteri<72>w'; $strAddDeleteRow = 'Dodaj/usu<73> wiersz kryteri<72>w';
$strAddedColumnComment = 'Zosta<74> dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta<74>a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s p<>l'; $strAddFields = 'Dodaj %s p<>l';
$strAddHeaderComment = 'Dodaj do nag<61><67>wka w<>asny komentarz (\\n oddziela linie)'; $strAddHeaderComment = 'Dodaj do nag<61><67>wka w<>asny komentarz (\\n oddziela linie)';
$strAddIntoComments = 'Dodaj w komentarzach:'; $strAddIntoComments = 'Dodaj w komentarzach:';
@@ -199,15 +196,6 @@ $strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj<61>ce dane'; $strDataPages = 'Strony zawieraj<61>ce dane';
$strDBComment = 'Komentarz bazy danych: '; $strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj baz<61> danych do'; $strDBCopy = 'Kopiuj baz<61> danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu<64>';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca<43>kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych'; $strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmie<69> nazw<7A> bazy danych na'; $strDBRename = 'Zmie<69> nazw<7A> bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych'; $strDbSpecific = 'specyficzne dla bazy danych';
@@ -344,8 +332,6 @@ $strIdxFulltext = 'Pe
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy'; $strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj'; $strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U<>yj ignorowanych doda<64>'; $strIgnoreInserts = 'U<>yj ignorowanych doda<64>';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plik<69>w docSQL';
$strImportFiles = 'Import plik<69>w'; $strImportFiles = 'Import plik<69>w';
$strImportFormat = 'Format importowanych plik<69>w'; $strImportFormat = 'Format importowanych plik<69>w';
$strImport = 'Import'; $strImport = 'Import';
@@ -898,7 +884,6 @@ $strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid<69>owej <20>cie<69>ki do obrazka dla motywu graficznego %s!'; $strThemeNoValidImgPath = 'Nie znaleziono prawid<69>owej <20>cie<69>ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono <20>cie<69>ki do motywu %s!'; $strThemePathNotFound = 'Nie znaleziono <20>cie<69>ki do motywu %s!';
$strThisHost = 'Ten host'; $strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by<62> katalog';
$strThreadSuccessfullyKilled = 'W<>tek %s zosta<74> pomy<6D>lnie unicestwiony.'; $strThreadSuccessfullyKilled = 'W<>tek %s zosta<74> pomy<6D>lnie unicestwiony.';
$strThreads = 'W<>tki'; $strThreads = 'W<>tki';
$strTime = 'Czas'; $strTime = 'Czas';
@@ -978,8 +963,6 @@ $strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl<67>darki nie mog<6F>o by<62> zaktualizowane. By<42> mo<6D>e okno-rodzic zosta<74>o zamkni<6E>te lub przegl<67>darka, uwzgl<67>dniaj<61>c ustawienia bezpiecze<7A>stwa, blokuje aktualizacje pomi<6D>dzy oknami'; $strWindowNotFound = 'Docelowe okno przegl<67>darki nie mog<6F>o by<62> zaktualizowane. By<42> mo<6D>e okno-rodzic zosta<74>o zamkni<6E>te lub przegl<67>darka, uwzgl<67>dniaj<61>c ustawienia bezpiecze<7A>stwa, blokuje aktualizacje pomi<6D>dzy oknami';
$strWithChecked = 'Zaznaczone:'; $strWithChecked = 'Zaznaczone:';
$strWriteRequests = '<27><>da<64> zapisu'; $strWriteRequests = '<27><>da<64> zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo<6D>liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo<6D>liwe';
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.'; $strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
$strXMLOptions = 'Opcje formatu XML'; $strXMLOptions = 'Opcje formatu XML';
@@ -992,4 +975,38 @@ $strZip = '".zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund'; $timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
$strAbortedClients = 'Przerwane'; $strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszę podać bezwzględną ścieżkę na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostępu'; $strAccessDenied = 'Brak dostępu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia można użyć %1$sskryptu instalacyjnego%2$s.'; $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia można użyć %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.';
@@ -27,8 +26,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj ograniczenia'; $strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuń pola'; $strAddDeleteColumn = 'Dodaj/usuń pola';
$strAddDeleteRow = 'Dodaj/usuń wiersz kryteriów'; $strAddDeleteRow = 'Dodaj/usuń wiersz kryteriów';
$strAddedColumnComment = 'Został dodany komentarz kolumny';
$strAddedColumnRelation = 'Została dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól'; $strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nagłówka własny komentarz (\\n oddziela linie)'; $strAddHeaderComment = 'Dodaj do nagłówka własny komentarz (\\n oddziela linie)';
$strAddIntoComments = 'Dodaj w komentarzach:'; $strAddIntoComments = 'Dodaj w komentarzach:';
@@ -200,15 +197,6 @@ $strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawierające dane'; $strDataPages = 'Strony zawierające dane';
$strDBComment = 'Komentarz bazy danych: '; $strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazę danych do'; $strDBCopy = 'Kopiuj bazę danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Moduł';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Całkowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych'; $strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmień nazwę bazy danych na'; $strDBRename = 'Zmień nazwę bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych'; $strDbSpecific = 'specyficzne dla bazy danych';
@@ -345,8 +333,6 @@ $strIdxFulltext = 'Pełny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy'; $strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj'; $strIgnore = 'Ignoruj';
$strIgnoreInserts = 'Użyj ignorowanych dodań'; $strIgnoreInserts = 'Użyj ignorowanych dodań';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików'; $strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików'; $strImportFormat = 'Format importowanych plików';
$strImport = 'Import'; $strImport = 'Import';
@@ -899,7 +885,6 @@ $strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!'; $strThemeNoValidImgPath = 'Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ścieżki do motywu %s!'; $strThemePathNotFound = 'Nie znaleziono ścieżki do motywu %s!';
$strThisHost = 'Ten host'; $strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie był katalog';
$strThreadSuccessfullyKilled = 'Wątek %s został pomyślnie unicestwiony.'; $strThreadSuccessfullyKilled = 'Wątek %s został pomyślnie unicestwiony.';
$strThreads = 'Wątki'; $strThreads = 'Wątki';
$strTime = 'Czas'; $strTime = 'Czas';
@@ -979,8 +964,6 @@ $strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przeglądarki nie mogło być zaktualizowane. Być może okno-rodzic zostało zamknięte lub przeglądarka, uwzględniając ustawienia bezpieczeństwa, blokuje aktualizacje pomiędzy oknami'; $strWindowNotFound = 'Docelowe okno przeglądarki nie mogło być zaktualizowane. Być może okno-rodzic zostało zamknięte lub przeglądarka, uwzględniając ustawienia bezpieczeństwa, blokuje aktualizacje pomiędzy oknami';
$strWithChecked = 'Zaznaczone:'; $strWithChecked = 'Zaznaczone:';
$strWriteRequests = 'Żądań zapisu'; $strWriteRequests = 'Żądań zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest możliwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest możliwe';
$strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.'; $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.';
$strXMLOptions = 'Opcje formatu XML'; $strXMLOptions = 'Opcje formatu XML';
@@ -993,4 +976,38 @@ $strZip = '".zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -16,7 +16,6 @@ $datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund'; $timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
$strAbortedClients = 'Przerwane'; $strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Prosz<73> poda<64> bezwzgl<67>dn<64> <20>cie<69>k<EFBFBD> na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dost<73>pu'; $strAccessDenied = 'Brak dost<73>pu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo<6D>na u<>y<EFBFBD> %1$sskryptu instalacyjnego%2$s.'; $strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo<6D>na u<>y<EFBFBD> %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pr<70>bowa<77> po<70><6F>czy<7A> si<73> z serwerem MySQL, a serwer odrzuci<63> po<70><6F>czenie. Powiniene<6E> sprawdzi<7A> nazw<7A> hosta, nazw<7A> u<>ytkownika i has<61>o w pliku config.inc.php i upewni<6E> si<73>, <20>e odpowiadaj<61> one informacjom danym przez administratora serwera MySQL.'; $strAccessDeniedExplanation = 'phpMyAdmin pr<70>bowa<77> po<70><6F>czy<7A> si<73> z serwerem MySQL, a serwer odrzuci<63> po<70><6F>czenie. Powiniene<6E> sprawdzi<7A> nazw<7A> hosta, nazw<7A> u<>ytkownika i has<61>o w pliku config.inc.php i upewni<6E> si<73>, <20>e odpowiadaj<61> one informacjom danym przez administratora serwera MySQL.';
@@ -26,8 +25,6 @@ $strAddClause = 'Dodaj %s';
$strAddConstraints = 'Dodaj ograniczenia'; $strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usu<73> pola'; $strAddDeleteColumn = 'Dodaj/usu<73> pola';
$strAddDeleteRow = 'Dodaj/usu<73> wiersz kryteri<72>w'; $strAddDeleteRow = 'Dodaj/usu<73> wiersz kryteri<72>w';
$strAddedColumnComment = 'Zosta<74> dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta<74>a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s p<>l'; $strAddFields = 'Dodaj %s p<>l';
$strAddHeaderComment = 'Dodaj do nag<61><67>wka w<>asny komentarz (\\n oddziela linie)'; $strAddHeaderComment = 'Dodaj do nag<61><67>wka w<>asny komentarz (\\n oddziela linie)';
$strAddIntoComments = 'Dodaj w komentarzach:'; $strAddIntoComments = 'Dodaj w komentarzach:';
@@ -199,15 +196,6 @@ $strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj<61>ce dane'; $strDataPages = 'Strony zawieraj<61>ce dane';
$strDBComment = 'Komentarz bazy danych: '; $strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj baz<61> danych do'; $strDBCopy = 'Kopiuj baz<61> danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu<64>';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca<43>kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych'; $strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmie<69> nazw<7A> bazy danych na'; $strDBRename = 'Zmie<69> nazw<7A> bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych'; $strDbSpecific = 'specyficzne dla bazy danych';
@@ -344,8 +332,6 @@ $strIdxFulltext = 'Pe
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy'; $strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj'; $strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U<>yj ignorowanych doda<64>'; $strIgnoreInserts = 'U<>yj ignorowanych doda<64>';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plik<69>w docSQL';
$strImportFiles = 'Import plik<69>w'; $strImportFiles = 'Import plik<69>w';
$strImportFormat = 'Format importowanych plik<69>w'; $strImportFormat = 'Format importowanych plik<69>w';
$strImport = 'Import'; $strImport = 'Import';
@@ -898,7 +884,6 @@ $strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid<69>owej <20>cie<69>ki do obrazka dla motywu graficznego %s!'; $strThemeNoValidImgPath = 'Nie znaleziono prawid<69>owej <20>cie<69>ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono <20>cie<69>ki do motywu %s!'; $strThemePathNotFound = 'Nie znaleziono <20>cie<69>ki do motywu %s!';
$strThisHost = 'Ten host'; $strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by<62> katalog';
$strThreadSuccessfullyKilled = 'W<>tek %s zosta<74> pomy<6D>lnie unicestwiony.'; $strThreadSuccessfullyKilled = 'W<>tek %s zosta<74> pomy<6D>lnie unicestwiony.';
$strThreads = 'W<>tki'; $strThreads = 'W<>tki';
$strTime = 'Czas'; $strTime = 'Czas';
@@ -978,8 +963,6 @@ $strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl<67>darki nie mog<6F>o by<62> zaktualizowane. By<42> mo<6D>e okno-rodzic zosta<74>o zamkni<6E>te lub przegl<67>darka, uwzgl<67>dniaj<61>c ustawienia bezpiecze<7A>stwa, blokuje aktualizacje pomi<6D>dzy oknami'; $strWindowNotFound = 'Docelowe okno przegl<67>darki nie mog<6F>o by<62> zaktualizowane. By<42> mo<6D>e okno-rodzic zosta<74>o zamkni<6E>te lub przegl<67>darka, uwzgl<67>dniaj<61>c ustawienia bezpiecze<7A>stwa, blokuje aktualizacje pomi<6D>dzy oknami';
$strWithChecked = 'Zaznaczone:'; $strWithChecked = 'Zaznaczone:';
$strWriteRequests = '<27><>da<64> zapisu'; $strWriteRequests = '<27><>da<64> zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo<6D>liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo<6D>liwe';
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.'; $strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
$strXMLOptions = 'Opcje formatu XML'; $strXMLOptions = 'Opcje formatu XML';
@@ -992,4 +975,38 @@ $strZip = '".zip"';
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -25,7 +25,6 @@ $datefmt = '%d-%B-%Y
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Abortado'; $strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto at<61> <20> directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado'; $strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a liga<67><61>o. Verifique o anfitri<72>o, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem <20> informa<6D><61>o fornecida pelo administrador do MySQL.'; $strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a liga<67><61>o. Verifique o anfitri<72>o, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem <20> informa<6D><61>o fornecida pelo administrador do MySQL.';
$strAction = 'Ac<41><63>es'; $strAction = 'Ac<41><63>es';
@@ -33,8 +32,6 @@ $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores'; $strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos'; $strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Crit<69>rios'; $strAddDeleteRow = 'Adicionar/Remover Crit<69>rios';
$strAddedColumnComment = 'Coment<6E>rios para coluna adicionados';
$strAddedColumnRelation = 'Rela<6C><61>o para a coluna adicionada';
$strAddIntoComments = 'Adicionar aos coment<6E>rios'; $strAddIntoComments = 'Adicionar aos coment<6E>rios';
$strAddNewField = 'Adiciona novo campo'; $strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privil<69>gios na base de dados seguinte'; $strAddPrivilegesOnDb = 'Adicionar privil<69>gios na base de dados seguinte';
@@ -151,15 +148,6 @@ $strData = 'Dados';
$strDataDict = 'Dicionario de dados'; $strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados'; $strDataOnly = 'Apenas dados';
$strDBComment = 'Coment<6E>rio da Base de Dados: '; $strDBComment = 'Coment<6E>rio da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo m<>x, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'M<>dulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privil<69>gios espec<65>ficos da Base de Dados'; $strDbPrivileges = 'Privil<69>gios espec<65>ficos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados'; $strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito'; $strDefault = 'Defeito';
@@ -252,8 +240,6 @@ $strHungarian = 'H
$strId = 'ID'; //(same in portuguese) $strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo'; $strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar'; $strImportFiles = 'Importar';
$strIndexes = '<27>ndices'; $strIndexes = '<27>ndices';
$strIndexHasBeenDropped = 'O <20>ndice %s foi eliminado'; $strIndexHasBeenDropped = 'O <20>ndice %s foi eliminado';
@@ -562,7 +548,6 @@ $strTblPrivileges = 'Privil
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode n<>o ser edit<69>vel '; $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode n<>o ser edit<69>vel ';
$strThai = 'Tailand<6E>s'; $strThai = 'Tailand<6E>s';
$strThisHost = 'Este Anfitri<72>o'; $strThisHost = 'Este Anfitri<72>o';
$strThisNotDirectory = 'Isto n<>o era uma directoria';
$strTime = 'Tempo'; $strTime = 'Tempo';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese) $strTotalUC = 'Total'; // (same in portuguese)
@@ -612,8 +597,6 @@ $strWebServerUploadDirectoryError = 'N
$strWelcome = 'Bemvindo ao %s'; $strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste'; $strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:'; $strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'N<>o <20> poss<73>vel escrever coment<6E>rio';
$strWritingRelationNotPossible = 'N<>o <20> poss<73>vel escrever rela<6C><61>o';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.'; $strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
$strXML = 'XML';// (Same in portuguese) $strXML = 'XML';// (Same in portuguese)
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -25,7 +25,6 @@ $datefmt = '%d-%B-%Y
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Abortado'; $strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto at<61> <20> directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado'; $strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a liga<67><61>o. Verifique o anfitri<72>o, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem <20> informa<6D><61>o fornecida pelo administrador do MySQL.'; $strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a liga<67><61>o. Verifique o anfitri<72>o, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem <20> informa<6D><61>o fornecida pelo administrador do MySQL.';
$strAction = 'Ac<41><63>es'; $strAction = 'Ac<41><63>es';
@@ -33,8 +32,6 @@ $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores'; $strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos'; $strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Crit<69>rios'; $strAddDeleteRow = 'Adicionar/Remover Crit<69>rios';
$strAddedColumnComment = 'Coment<6E>rios para coluna adicionados';
$strAddedColumnRelation = 'Rela<6C><61>o para a coluna adicionada';
$strAddIntoComments = 'Adicionar aos coment<6E>rios'; $strAddIntoComments = 'Adicionar aos coment<6E>rios';
$strAddNewField = 'Adiciona novo campo'; $strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privil<69>gios na base de dados seguinte'; $strAddPrivilegesOnDb = 'Adicionar privil<69>gios na base de dados seguinte';
@@ -151,15 +148,6 @@ $strData = 'Dados';
$strDataDict = 'Dicionario de dados'; $strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados'; $strDataOnly = 'Apenas dados';
$strDBComment = 'Coment<6E>rio da Base de Dados: '; $strDBComment = 'Coment<6E>rio da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo m<>x, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'M<>dulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privil<69>gios espec<65>ficos da Base de Dados'; $strDbPrivileges = 'Privil<69>gios espec<65>ficos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados'; $strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito'; $strDefault = 'Defeito';
@@ -252,8 +240,6 @@ $strHungarian = 'H
$strId = 'ID'; //(same in portuguese) $strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo'; $strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar'; $strImportFiles = 'Importar';
$strIndexes = '<27>ndices'; $strIndexes = '<27>ndices';
$strIndexHasBeenDropped = 'O <20>ndice %s foi eliminado'; $strIndexHasBeenDropped = 'O <20>ndice %s foi eliminado';
@@ -562,7 +548,6 @@ $strTblPrivileges = 'Privil
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode n<>o ser edit<69>vel '; $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode n<>o ser edit<69>vel ';
$strThai = 'Tailand<6E>s'; $strThai = 'Tailand<6E>s';
$strThisHost = 'Este Anfitri<72>o'; $strThisHost = 'Este Anfitri<72>o';
$strThisNotDirectory = 'Isto n<>o era uma directoria';
$strTime = 'Tempo'; $strTime = 'Tempo';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese) $strTotalUC = 'Total'; // (same in portuguese)
@@ -612,8 +597,6 @@ $strWebServerUploadDirectoryError = 'N
$strWelcome = 'Bemvindo ao %s'; $strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste'; $strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:'; $strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'N<>o <20> poss<73>vel escrever coment<6E>rio';
$strWritingRelationNotPossible = 'N<>o <20> poss<73>vel escrever rela<6C><61>o';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.'; $strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
$strXML = 'XML';// (Same in portuguese) $strXML = 'XML';// (Same in portuguese)
@@ -1025,4 +1008,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -26,7 +26,6 @@ $datefmt = '%d-%B-%Y às %H:%M';
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
$strAbortedClients = 'Abortado'; $strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado'; $strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.'; $strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções'; $strAction = 'Acções';
@@ -34,8 +33,6 @@ $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores'; $strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos'; $strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios'; $strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAddIntoComments = 'Adicionar aos comentários'; $strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo'; $strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte'; $strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
@@ -152,15 +149,6 @@ $strData = 'Dados';
$strDataDict = 'Dicionario de dados'; $strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados'; $strDataOnly = 'Apenas dados';
$strDBComment = 'Comentário da Base de Dados: '; $strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos da Base de Dados'; $strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados'; $strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito'; $strDefault = 'Defeito';
@@ -253,8 +241,6 @@ $strHungarian = 'Húngaro';
$strId = 'ID'; //(same in portuguese) $strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo'; $strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar'; $strImportFiles = 'Importar';
$strIndexes = 'Índices'; $strIndexes = 'Índices';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado'; $strIndexHasBeenDropped = 'O Índice %s foi eliminado';
@@ -563,7 +549,6 @@ $strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável '; $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês'; $strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião'; $strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo'; $strTime = 'Tempo';
$strTotal = 'total'; $strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese) $strTotalUC = 'Total'; // (same in portuguese)
@@ -613,8 +598,6 @@ $strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que
$strWelcome = 'Bemvindo ao %s'; $strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste'; $strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:'; $strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.'; $strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
$strXML = 'XML';// (Same in portuguese) $strXML = 'XML';// (Same in portuguese)
@@ -1026,4 +1009,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -17,7 +17,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde'; $timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
$strAbortedClients = 'Intrerupt'; $strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis'; $strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.'; $strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune'; $strAction = 'Actiune';
@@ -25,8 +24,6 @@ $strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere'; $strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane'; $strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu'; $strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAddFields = 'Adauga %s camp(uri)'; $strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)'; $strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIntoComments = 'Adaugare la comentarii'; $strAddIntoComments = 'Adaugare la comentarii';
@@ -172,15 +169,6 @@ $strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date'; $strDataOnly = 'Numai date';
$strDBComment = 'Comentarii referitoare la baza de date: '; $strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date'; $strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDbPrivileges = 'Drepturi specifice de baza de date'; $strDbPrivileges = 'Drepturi specifice de baza de date';
$strDBRename = 'Redenumire baza de date in'; $strDBRename = 'Redenumire baza de date in';
$strDbSpecific = 'specific bazei de date'; $strDbSpecific = 'specific bazei de date';
@@ -292,8 +280,6 @@ $strId = 'ID';
$strIdxFulltext = 'Tot textul'; $strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari'; $strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere'; $strImportFiles = 'Import de fisiere';
$strIndexes = 'Indexuri'; $strIndexes = 'Indexuri';
$strIndexHasBeenDropped = 'Index %s a fost aruncat'; $strIndexHasBeenDropped = 'Index %s a fost aruncat';
@@ -651,7 +637,6 @@ $strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa n
$strThai = 'Tailandez'; $strThai = 'Tailandez';
$strTheme = 'Sablon / Stil'; $strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host'; $strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.'; $strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp'; $strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard'; $strToggleScratchboard = 'dezactivare scratchboard';
@@ -718,8 +703,6 @@ $strWestEuropean = 'European de vest';
$strWildcard = 'wildcard'; $strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.'; $strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:'; $strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1017,4 +1000,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

View File

@@ -18,7 +18,6 @@ $datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde'; $timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
$strAbortedClients = 'Intrerupt'; $strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis'; $strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.'; $strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune'; $strAction = 'Actiune';
@@ -26,8 +25,6 @@ $strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere'; $strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane'; $strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu'; $strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAddFields = 'Adauga %s camp(uri)'; $strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)'; $strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIntoComments = 'Adaugare la comentarii'; $strAddIntoComments = 'Adaugare la comentarii';
@@ -173,15 +170,6 @@ $strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date'; $strDataOnly = 'Numai date';
$strDBComment = 'Comentarii referitoare la baza de date: '; $strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date'; $strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDbPrivileges = 'Drepturi specifice de baza de date'; $strDbPrivileges = 'Drepturi specifice de baza de date';
$strDBRename = 'Redenumire baza de date in'; $strDBRename = 'Redenumire baza de date in';
$strDbSpecific = 'specific bazei de date'; $strDbSpecific = 'specific bazei de date';
@@ -293,8 +281,6 @@ $strId = 'ID';
$strIdxFulltext = 'Tot textul'; $strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora'; $strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari'; $strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere'; $strImportFiles = 'Import de fisiere';
$strIndexes = 'Indexuri'; $strIndexes = 'Indexuri';
$strIndexHasBeenDropped = 'Index %s a fost aruncat'; $strIndexHasBeenDropped = 'Index %s a fost aruncat';
@@ -652,7 +638,6 @@ $strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa n
$strThai = 'Tailandez'; $strThai = 'Tailandez';
$strTheme = 'Sablon / Stil'; $strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host'; $strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.'; $strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp'; $strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard'; $strToggleScratchboard = 'dezactivare scratchboard';
@@ -719,8 +704,6 @@ $strWestEuropean = 'European de vest';
$strWildcard = 'wildcard'; $strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.'; $strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:'; $strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
$strXML = 'XML'; $strXML = 'XML';
@@ -1018,4 +1001,38 @@ $strFontSize = 'Font size'; //to translate
$strLanguage = 'Language'; //to translate $strLanguage = 'Language'; //to translate
$strPmaWiki = 'phpMyAdmin wiki'; //to translate $strPmaWiki = 'phpMyAdmin wiki'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
$strDocSQL = 'DocSQL'; //to translate
$strDocSQLOptions = 'DocSQL options'; //to translate
$strTableName = 'Table name'; //to translate
$strTableIsEmpty = 'Table seems to be empty!'; //to translate
$strDbIsEmpty = 'Database seems to be empty!'; //to translate
$strShowingPhp = 'Showing as PHP code'; //to translate
$strShowingSQL = 'Showing SQL query'; //to translate
$strDesigner = 'Designer'; //to translate
$strNumberOfTables = 'Number of tables'; //to translate
$strCreateTable = 'Create table'; //to translate
$strCreateRelation = 'Create relation'; //to translate
$strSavePosition = 'Save position'; //to translate
$strSelectForeignKey = 'Select Foreign Key'; //to translate
$strHide = 'Hide'; //to translate
$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
$strReload = 'Reload'; //to translate
$strSmallBigAll = 'Small/Big All'; //to translate
$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
$strMoveMenu = 'Move Menu'; //to translate
$strAngularLinks = 'Angular links'; //to translate
$strDirectLinks = 'Direct links'; //to translate
$strAlwaysShowLinks = 'Always show links'; //to translate
$strDisableForFasterScrolling = 'Disable for faster scrolling'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
?> ?>

Some files were not shown because too many files have changed in this diff Show More