Merge remote branch 'origin/master' into export_branch
This commit is contained in:
@@ -100,6 +100,10 @@ $Id$
|
||||
configuration storage.
|
||||
- [interface] Move drop/empty links from being tabs to Operations tab.
|
||||
- [interface] Fixed rendering of error/notice/info titles background.
|
||||
- patch #3038293 [doc] Language and grammar fixes,
|
||||
thanks to Isaac Bennetch - ibennetch
|
||||
- patch #3038312 [export] JSON export,
|
||||
thanks to Hauke Henningsen - blubberkeks152
|
||||
|
||||
3.3.6.0 (not yet released)
|
||||
- bug #3033063 [core] Navi gets wrong db name
|
||||
@@ -107,6 +111,11 @@ $Id$
|
||||
them to string.
|
||||
- bug #3034026 [confirmation] TRUNCATE queries get no confirmation request
|
||||
- bug #3036132 [core] Triggers not fetched if dbname has an hyphen
|
||||
- patch #3039269 [dbi] Wrong variable checked for nopassword option,
|
||||
thanks to Will Palmer - wpalmer
|
||||
- bug #3040226 [XHTML] LockFromUpdate checkbox not checked by default
|
||||
- bug [doc] Withdraw or edit FAQ entries related to older MySQL or PHP
|
||||
- bug #3042706 [pmadb] Relations, bookmarks, etc deleted after table drop
|
||||
|
||||
3.3.5.0 (2010-07-26)
|
||||
- patch #2932113 [information_schema] Slow export when having lots of
|
||||
|
@@ -373,7 +373,7 @@ rm -rf config # remove not needed directory
|
||||
is version-specific.</p>
|
||||
|
||||
<p> If you have upgraded your MySQL server from a version previous to 4.1.2 to
|
||||
version 4.1.2 or newer and if you use the phpMyAdmin configuration storage,
|
||||
version 5.x or newer and if you use the phpMyAdmin configuration storage,
|
||||
you should run the SQL script found in
|
||||
<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>.</p>
|
||||
|
||||
@@ -384,8 +384,7 @@ rm -rf config # remove not needed directory
|
||||
where you want to give users access to their own database and don't want
|
||||
them to play around with others.<br />
|
||||
Nevertheless be aware that MS Internet Explorer seems to be really buggy
|
||||
about cookies, at least till version 6, and PHP 4.1.1 is also a bit buggy
|
||||
in this area!<br />
|
||||
about cookies, at least till version 6.<br />
|
||||
Even in a <b>single-user environment</b>, you might prefer to use
|
||||
<abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie mode so
|
||||
that your user/password pair are not in clear in the configuration file.
|
||||
@@ -2425,11 +2424,11 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
transformations.</p>
|
||||
|
||||
<p> Because the user cannot enter own mimetypes, it is kept sure that transformations
|
||||
always work. It makes no sense to apply a transformation to a mimetype, the
|
||||
always work. It makes no sense to apply a transformation to a mimetype the
|
||||
transform-function doesn't know to handle.</p>
|
||||
|
||||
<p> One can, however, use empty mime-types and global transformations which should work
|
||||
for many mimetypes. You can also use transforms on a different mimetype they where built
|
||||
for many mimetypes. You can also use transforms on a different mimetype than what they where built
|
||||
for, but pay attention to option usage as well as what the transformation does to your
|
||||
column.</p>
|
||||
|
||||
@@ -2581,18 +2580,14 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
<h3 id="faqserver">Server</h3>
|
||||
|
||||
<h4 id="faq1_1">
|
||||
<a href="#faq1_1">1.1 I'm running PHP 4+ and my server is crashing each time a specific
|
||||
<a href="#faq1_1">1.1 My server is crashing each time a specific
|
||||
action is required or phpMyAdmin sends a blank page or a page full of
|
||||
cryptic characters to my browser, what can I do?</a></h4>
|
||||
|
||||
<p> There are some known PHP bugs with output buffering and compression.<br />
|
||||
Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGzip']</a>
|
||||
<p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGzip']</a>
|
||||
directive to <tt>FALSE</tt> in your <i>config.inc.php</i> file and the
|
||||
<tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php
|
||||
configuration file.<br />
|
||||
Furthermore, we know about such problems connected to the release
|
||||
candidates of PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with
|
||||
MS Internet Explorer. Please upgrade to the release version PHP 4.2.0.</p>
|
||||
configuration file.<br /></p>
|
||||
|
||||
<h4 id="faq1_2">
|
||||
<a href="#faq1_2">1.2 My Apache server crashes when using phpMyAdmin.</a></h4>
|
||||
@@ -2605,14 +2600,7 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
support groups.</p>
|
||||
|
||||
<h4 id="faq1_3">
|
||||
<a href="#faq1_3">1.3 I'm running phpMyAdmin with "cookie" authentication
|
||||
mode under PHP 4.2.0 or 4.2.1 loaded as an Apache 2 module but can't enter the
|
||||
script: I'm always displayed the login screen.</a></h4>
|
||||
|
||||
<p> This is a known PHP bug (see this
|
||||
<a href="http://bugs.php.net/bug.php?id=16626">bug report</a>) from the
|
||||
official PHP bug database. It means there is and won't be any phpMyAdmin
|
||||
fix against it because there is no way to code a fix.</p>
|
||||
<a href="#faq1_3">1.3 (withdrawn).</a></h4>
|
||||
|
||||
<h4 id="faq1_4">
|
||||
<a href="#faq1_4">1.4 Using phpMyAdmin on
|
||||
@@ -2655,11 +2643,8 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
|
||||
<p> These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</tt>
|
||||
PHP functions to be more independent of the platform (Unix/Windows, Safe Mode
|
||||
or not, and so on). So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2
|
||||
support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br />
|
||||
We faced PHP crashes when trying to download a dump with MS Internet
|
||||
Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
|
||||
this case you should switch to the release version of PHP 4.2.0.</p>
|
||||
or not, and so on). So, you must have Zlib/Bzip2
|
||||
support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /></p>
|
||||
|
||||
<h4 id="faq1_8">
|
||||
<a href="#faq1_8">1.8 I cannot insert a text file in a table, and I get
|
||||
@@ -2828,15 +2813,7 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
</p>
|
||||
|
||||
<h4 id="faq1_18">
|
||||
<a href="#faq1_18">1.18 I'm running MySQL <= 4.0.1 having
|
||||
<tt>lower_case_table_names</tt> set to 1. If I create a new table with a
|
||||
capital letter in its name it is changed to lowercase as it should. But
|
||||
if I try to DROP this table MySQL is unable to find the corresponding
|
||||
file.</a></h4>
|
||||
|
||||
<p> This is a bug of MySQL <= 4.0.1. Please upgrade to at least
|
||||
MySQL 4.0.2 or turn off your <tt>lower_case_table_names</tt>
|
||||
directive.</p>
|
||||
<a href="#faq1_18">1.18 (withdrawn).</a></h4>
|
||||
|
||||
<h4 id="faq1_19">
|
||||
<a href="#faq1_19">1.19 I can't run the "display relations" feature because the
|
||||
@@ -2892,11 +2869,7 @@ setfacl -d -m "g:www-data:rwx" tmp
|
||||
<pre>SHOW VARIABLES LIKE 'lower_case_table_names';</pre>
|
||||
|
||||
<h4 id="faq1_24">
|
||||
<a href="#faq1_24">1.24 Some characters are being truncated in my queries, or I
|
||||
get characters randomly added. I am running PHP 4.2.3.</a></h4>
|
||||
|
||||
<p> This is a <a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 bug</a>.
|
||||
</p>
|
||||
<a href="#faq1_24">1.24 (withdrawn).</a></h4>
|
||||
|
||||
<h4 id="faq1_25">
|
||||
<a href="#faq1_25">1.25 I am running Apache with mod_gzip-1.3.26.1a on Windows XP,
|
||||
@@ -3710,11 +3683,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(
|
||||
</a></h4>
|
||||
<p>
|
||||
MS Internet Explorer seems to be really buggy about cookies, at least till
|
||||
version 6. And thanks to Andrew Zivolup we've traced also a PHP 4.1.1 bug
|
||||
in this area!
|
||||
<br />
|
||||
Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may
|
||||
work!
|
||||
version 6.
|
||||
</p>
|
||||
|
||||
<h4 id="faq5_5">
|
||||
@@ -4241,11 +4210,11 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
|
||||
</pre>
|
||||
|
||||
<h4 id="faq6_20">
|
||||
<a href="#faq6_20">6.20 In MySQL 4, I see a lot of databases which are not mine, and cannot
|
||||
<a href="#faq6_20">6.20 I see a lot of databases which are not mine, and cannot
|
||||
access them.
|
||||
</a></h4>
|
||||
|
||||
<p> Upgrading to MySQL 4 usually gives users those global privileges: CREATE
|
||||
<p> You have one of these global privileges: CREATE
|
||||
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
||||
enable users to see all the database names.
|
||||
See this <a href="http://bugs.mysql.com/179">bug report</a>.<br /><br />
|
||||
@@ -4319,9 +4288,9 @@ chmod o+rwx tmp
|
||||
|
||||
<ol>
|
||||
<li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of "localhost".</li>
|
||||
<li>Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column.</li>
|
||||
<li>Ensure that your target table is under the <tt>PBXT</tt> storage engine and has a <tt>LONGBLOB</tt> column (which must be nullable if you want to remove the BLOB reference from it).</li>
|
||||
<li>When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your LONGBLOB column instead of the repository.</li>
|
||||
<li>Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time but in case it's incorrect, it's possible to edit it by clicking on the displayed MIME-type.</li>
|
||||
<li>Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time.</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="faq6_26">
|
||||
@@ -4337,8 +4306,8 @@ chmod o+rwx tmp
|
||||
In all places where phpMyAdmin accepts format strings, you can use
|
||||
<code>@VARIABLE@</code> expansion and
|
||||
<a href="http://php.net/strftime">strftime</a> format strings. The
|
||||
expanded variables depend on a context (eg. if you don't have chosen
|
||||
table, you can not get table name), but following variables can be used:
|
||||
expanded variables depend on a context (for example, if you haven't chosen a
|
||||
table, you can not get the table name), but the following variables can be used:
|
||||
</p>
|
||||
<dl>
|
||||
<dt><code>@HTTP_HOST@</code></dt>
|
||||
@@ -4411,7 +4380,7 @@ chmod o+rwx tmp
|
||||
<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
|
||||
from Git, or just go to the <a href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>
|
||||
and translate it online. If your language is missing, just contact
|
||||
<a href="mailto:michal@cihar.com">Michal Čihař</a>; he will add it. If
|
||||
<a href="mailto:michal@cihar.com">Michal Čihař</a>; he will add it. If
|
||||
you prefer to directly translate the po files, please put updated ones into our
|
||||
<a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker</a>.
|
||||
</p>
|
||||
@@ -4599,7 +4568,7 @@ Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
|
||||
Olivier Müller <om_at_omnis.ch>
|
||||
Robin Johnson <robbat2_at_users.sourceforge.net>
|
||||
Alexander M. Turek <me_at_derrabus.de>
|
||||
Michal Čihař <michal_at_cihar.com>
|
||||
Michal Čihař <michal_at_cihar.com>
|
||||
Garvin Hicking <me_at_supergarv.de>
|
||||
Michael Keck <mkkeck_at_users.sourceforge.net>
|
||||
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
|
||||
|
@@ -1,48 +0,0 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @package BLOBStreaming
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core library.
|
||||
*/
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
/**
|
||||
* @var string contains database name
|
||||
*/
|
||||
$bsDB = isset($_REQUEST['bs_db']) ? urldecode($_REQUEST['bs_db']) : NULL;
|
||||
|
||||
/**
|
||||
* @var string contains table name
|
||||
*/
|
||||
$bsTable = isset($_REQUEST['bs_table']) ? urldecode($_REQUEST['bs_table']) : NULL;
|
||||
|
||||
/**
|
||||
* @var string contains BLOB reference
|
||||
*/
|
||||
$bsReference = isset($_REQUEST['bs_reference']) ? urldecode($_REQUEST['bs_reference']) : NULL;
|
||||
|
||||
/**
|
||||
* @var string contains MIME type
|
||||
*/
|
||||
$bsNewMIMEType = isset($_REQUEST['bs_new_mime_type']) ? urldecode($_REQUEST['bs_new_mime_type']) : NULL;
|
||||
|
||||
// necessary variables exist
|
||||
if ($bsDB && $bsTable && $bsReference && $bsNewMIMEType)
|
||||
{
|
||||
if (PMA_BS_SetContentType($bsDB, $bsTable, $bsReference, $bsNewMIMEType)) {
|
||||
// determine redirector page
|
||||
$newLoc = $cfg['PmaAbsoluteUri'] . 'sql.php?' . PMA_generate_common_url ('','', '&') . (isset($bsDB) ? '&db=' . urlencode($bsDB) : '') . (isset($bsTable) ? '&table=' . urlencode($bsTable) : '') . (isset($token) ? '&token=' . urlencode($token) : '') . (isset($goto) ? '&goto=' . urlencode($goto) : '') . '&reload=1&purge=1';
|
||||
|
||||
// redirect to specified page
|
||||
?>
|
||||
<script>
|
||||
window.location = "<?php echo $newLoc ?>";
|
||||
</script>
|
||||
<?php
|
||||
} // end if ($result)
|
||||
} // end if ($bsDB && $bsTable && $bsReference && $bsNewMIMEType)
|
||||
|
||||
?>
|
@@ -1666,46 +1666,6 @@ function popupBSMedia(url_params, bs_ref, m_type, is_cust_type, w_width, w_heigh
|
||||
var mediaWin = window.open('bs_play_media.php?' + url_params + '&bs_reference=' + bs_ref + '&media_type=' + m_type + '&custom_type=' + is_cust_type, 'viewBSMedia', 'width=' + w_width + ', height=' + w_height + ', resizable=1, scrollbars=1, status=0');
|
||||
}
|
||||
|
||||
/**
|
||||
* popups a request for changing MIME types for files in the BLOB repository
|
||||
*
|
||||
* @param var db database name
|
||||
* @param var table table name
|
||||
* @param var reference BLOB repository reference
|
||||
* @param var current_mime_type current MIME type associated with BLOB repository reference
|
||||
*/
|
||||
function requestMIMETypeChange(db, table, reference, current_mime_type)
|
||||
{
|
||||
// no mime type specified, set to default (nothing)
|
||||
if (undefined == current_mime_type)
|
||||
current_mime_type = "";
|
||||
|
||||
// prompt user for new mime type
|
||||
var new_mime_type = prompt("Enter custom MIME type", current_mime_type);
|
||||
|
||||
// if new mime_type is specified and is not the same as the previous type, request for mime type change
|
||||
if (new_mime_type && new_mime_type != current_mime_type)
|
||||
changeMIMEType(db, table, reference, new_mime_type);
|
||||
}
|
||||
|
||||
/**
|
||||
* changes MIME types for files in the BLOB repository
|
||||
*
|
||||
* @param var db database name
|
||||
* @param var table table name
|
||||
* @param var reference BLOB repository reference
|
||||
* @param var mime_type new MIME type to be associated with BLOB repository reference
|
||||
*/
|
||||
function changeMIMEType(db, table, reference, mime_type)
|
||||
{
|
||||
// specify url and parameters for jQuery POST
|
||||
var mime_chg_url = 'bs_change_mime_type.php';
|
||||
var params = { bs_db: db, bs_table: table, bs_reference: reference, bs_new_mime_type: mime_type };
|
||||
|
||||
// jQuery POST
|
||||
jQuery.post(mime_chg_url, params);
|
||||
}
|
||||
|
||||
/**
|
||||
* Jquery Coding for inline editing SQL_QUERY
|
||||
*/
|
||||
|
@@ -46,7 +46,6 @@ function initPBMSDatabase()
|
||||
* @uses PMA_Config::get()
|
||||
* @uses PMA_Config::settings()
|
||||
* @uses PMA_Config::set()
|
||||
* @uses PMA_BS_SetVariables()
|
||||
* @uses PMA_BS_GetVariables()
|
||||
* @uses PMA_cacheSet()
|
||||
* @uses PMA_cacheGet()
|
||||
@@ -202,36 +201,6 @@ function checkBLOBStreamingPlugins()
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* sets BLOBStreaming variables to a list of specified arguments
|
||||
* @access public
|
||||
* @uses PMA_DBI_query()
|
||||
* @returns boolean - success of variables setup
|
||||
*/
|
||||
|
||||
function PMA_BS_SetVariables($bs_variables)
|
||||
{
|
||||
// if no variables exist in array, return false
|
||||
if (empty($bs_variables) || count($bs_variables) == 0)
|
||||
return FALSE;
|
||||
|
||||
// set BS variables to those specified in array
|
||||
foreach ($bs_variables as $key=>$val)
|
||||
if (!is_null($val) && strlen($val) > 0)
|
||||
{
|
||||
// set BS variable to specified value
|
||||
$query = "SET GLOBAL $key=" . PMA_sqlAddSlashes($val);
|
||||
$result = PMA_DBI_query($query);
|
||||
|
||||
// if query fails execution, return false
|
||||
if (!$result)
|
||||
return FALSE;
|
||||
} // end if (!is_null($val) && strlen($val) > 0)
|
||||
|
||||
// return true on success
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* returns a list of BLOBStreaming variables used by MySQL
|
||||
*
|
||||
@@ -363,7 +332,8 @@ function PMA_BS_CreateReferenceLink($bs_reference, $db_name)
|
||||
return 'Error';
|
||||
}
|
||||
|
||||
$output = "<a href=\"#\" onclick=\"requestMIMETypeChange('" . urlencode($db_name) . "', '" . urlencode($GLOBALS['table']) . "', '" . urlencode($bs_reference) . "', '" . urlencode($content_type) . "')\">$content_type</a>";
|
||||
//$output = "<a href=\"#\" onclick=\"requestMIMETypeChange('" . urlencode($db_name) . "', '" . urlencode($GLOBALS['table']) . "', '" . urlencode($bs_reference) . "', '" . urlencode($content_type) . "')\">$content_type</a>";
|
||||
$output = $content_type;
|
||||
|
||||
// specify custom HTML for various content types
|
||||
switch ($content_type) {
|
||||
|
@@ -109,9 +109,8 @@ function PMA_DBI_connect($user, $password, $is_controluser = false, $server = nu
|
||||
|
||||
if (!$server) {
|
||||
$return_value = @mysqli_real_connect($link, $GLOBALS['cfg']['Server']['host'], $user, $password, false, $server_port, $server_socket, $client_flags);
|
||||
|
||||
// Retry with empty password if we're allowed to
|
||||
if ($return_value == false && isset($cfg['Server']['nopassword']) && $cfg['Server']['nopassword'] && !$is_controluser) {
|
||||
if ($return_value == false && isset($GLOBALS['cfg']['Server']['nopassword']) && $GLOBALS['cfg']['Server']['nopassword'] && !$is_controluser) {
|
||||
$return_value = @mysqli_real_connect($link, $GLOBALS['cfg']['Server']['host'], $user, '', false, $server_port, $server_socket, $client_flags);
|
||||
}
|
||||
} else {
|
||||
|
183
libraries/export/json.php
Normal file
183
libraries/export/json.php
Normal file
@@ -0,0 +1,183 @@
|
||||
<?php
|
||||
/**
|
||||
* Set of functions used to build dumps of tables as JSON
|
||||
*
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
if (isset($plugin_list)) {
|
||||
$plugin_list['json'] = array(
|
||||
'text' => 'JSON',
|
||||
'extension' => 'json',
|
||||
'mime_type' => 'text/plain',
|
||||
'options' => array(
|
||||
array(
|
||||
'type' => 'hidden',
|
||||
'name' => 'data',
|
||||
),
|
||||
),
|
||||
'options_text' => 'strOptions',
|
||||
);
|
||||
} else {
|
||||
|
||||
/**
|
||||
* Set of functions used to build exports of tables
|
||||
*/
|
||||
|
||||
/**
|
||||
* Outputs comment
|
||||
*
|
||||
* @param string Text of comment
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*/
|
||||
function PMA_exportComment($text)
|
||||
{
|
||||
PMA_exportOutputHandler('/* ' . $text . ' */' . $GLOBALS['crlf']);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs export footer
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportFooter()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs export header
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportHeader()
|
||||
{
|
||||
PMA_exportOutputHandler(
|
||||
'/**' . $GLOBALS['crlf']
|
||||
. ' Export to JSON plugin for PHPMyAdmin' . $GLOBALS['crlf']
|
||||
. ' @version 0.1' . $GLOBALS['crlf']
|
||||
. ' */' . $GLOBALS['crlf'] . $GLOBALS['crlf']
|
||||
);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs database header
|
||||
*
|
||||
* @param string Database name
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportDBHeader($db)
|
||||
{
|
||||
PMA_exportOutputHandler('/* Database \'' . $db . '\' */ ' . $GLOBALS['crlf'] );
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs database footer
|
||||
*
|
||||
* @param string Database name
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportDBFooter($db)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs create database database
|
||||
*
|
||||
* @param string Database name
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportDBCreate($db)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Outputs the content of a table in YAML format
|
||||
*
|
||||
* @param string the database name
|
||||
* @param string the table name
|
||||
* @param string the end of line sequence
|
||||
* @param string the url to go back in case of error
|
||||
* @param string SQL query for obtaining data
|
||||
*
|
||||
* @return bool Whether it suceeded
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
|
||||
{
|
||||
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
|
||||
|
||||
$columns_cnt = PMA_DBI_num_fields($result);
|
||||
for ($i = 0; $i < $columns_cnt; $i++) {
|
||||
$columns[$i] = stripslashes(PMA_DBI_field_name($result, $i));
|
||||
}
|
||||
unset($i);
|
||||
|
||||
$buffer = '';
|
||||
$record_cnt = 0;
|
||||
while ($record = PMA_DBI_fetch_row($result)) {
|
||||
|
||||
$record_cnt++;
|
||||
|
||||
// Output table name as comment if this is the first record of the table
|
||||
if ($record_cnt == 1) {
|
||||
$buffer .= '/* ' . $db . '.' . $table . ' */' . $crlf . $crlf;
|
||||
$buffer .= '[{';
|
||||
} else {
|
||||
$buffer .= ', {';
|
||||
}
|
||||
|
||||
for ($i = 0; $i < $columns_cnt; $i++) {
|
||||
|
||||
$isLastLine = ($i + 1 >= $columns_cnt);
|
||||
|
||||
$column = $columns[$i];
|
||||
|
||||
if (is_null($record[$i])) {
|
||||
$buffer .= '"' . $column . '": null' . (! $isLastLine ? ',' : '');
|
||||
} elseif (is_numeric($record[$i])) {
|
||||
$buffer .= '"' . $column . '": ' . $record[$i] . (! $isLastLine ? ',' : '');
|
||||
} else {
|
||||
$buffer .= '"' . $column . '": "' . addslashes($record[$i]) . '"' . (! $isLastLine ? ',' : '');
|
||||
}
|
||||
}
|
||||
|
||||
$buffer .= '}';
|
||||
}
|
||||
|
||||
$buffer .= ']';
|
||||
if (! PMA_exportOutputHandler($buffer)) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
PMA_DBI_free_result($result);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
@@ -114,7 +114,10 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
__('New table'),
|
||||
'',
|
||||
's_tbl.png');
|
||||
} elseif (strlen($GLOBALS['table'])) {
|
||||
// if the table is being dropped, $_REQUEST['purge'] is set
|
||||
// (it always contains "1")
|
||||
// so do not display the table name in upper div
|
||||
} elseif (strlen($GLOBALS['table']) && ! (isset($_REQUEST['purge']))) {
|
||||
require_once './libraries/tbl_info.inc.php';
|
||||
|
||||
echo $separator;
|
||||
|
@@ -355,7 +355,7 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
document.writeln(' <input type="checkbox" name="LockFromUpdate" value="1" tabindex="120" id="checkbox_lock" /> <label for="checkbox_lock"><?php echo __('Do not overwrite this query from outside the window'); ?></label> ');
|
||||
document.writeln(' <input type="checkbox" name="LockFromUpdate" checked="checked" tabindex="120" id="checkbox_lock" /> <label for="checkbox_lock"><?php echo __('Do not overwrite this query from outside the window'); ?></label> ');
|
||||
//]]>
|
||||
</script>
|
||||
<?php
|
||||
|
32
po/af.po
32
po/af.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: afrikaans <af@li.org>\n"
|
||||
@@ -88,7 +88,7 @@ msgid "Use this value"
|
||||
msgstr ""
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1411,8 +1411,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "databasisse"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1613,39 +1613,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1945,16 +1945,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/ar.po
32
po/ar.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-29 14:16+0200\n"
|
||||
"Last-Translator: Ahmed <aa.mahdawy.10@gmail.com>\n"
|
||||
"Language-Team: arabic <ar@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "استخدم هذه القيمة"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1405,8 +1405,8 @@ msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحده
|
||||
msgid "Databases"
|
||||
msgstr "قاعدة بيانات"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1610,39 +1610,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "اعرض الصورة"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "شغل الصوت"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "اعرض الفيديو"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "نزل الملف"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1940,16 +1940,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "الفوقي"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/az.po
32
po/az.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: azerbaijani <az@li.org>\n"
|
||||
@@ -86,7 +86,7 @@ msgid "Use this value"
|
||||
msgstr ""
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1414,8 +1414,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Me'lumat Bazaları"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1617,39 +1617,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1953,16 +1953,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Aşma deyeri"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/be.po
32
po/be.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: belarusian_cyrillic <be@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Выкарыстоўваць гэта значэньне"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1437,8 +1437,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Базы дадзеных"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1651,41 +1651,41 @@ msgstr "Дзейны ключ аўтэнтыфікацыі не падключа
|
||||
msgid "Authenticating..."
|
||||
msgstr "Аўтэнтыфікацыя..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Супастаўленьне падлучэньня да MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1992,18 +1992,18 @@ msgstr "Значэньне можа быць прыблізным. Гл. FAQ 3.1
|
||||
msgid "Overhead"
|
||||
msgstr "Выкарыстаньне рэсурсаў"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Не атрымалася ўсталяваць злучэньне для controluser, вызначанае ў вашым "
|
||||
"канфігурацыйным файле."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Сэрвэр не адказвае"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)"
|
||||
|
||||
|
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: belarusian_latin <be@latin@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Vykarystoŭvać heta značeńnie"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1437,8 +1437,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bazy dadzienych"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1651,41 +1651,41 @@ msgstr "Dziejny kluč aŭtentyfikacyi nie padklučany"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Aŭtentyfikacyja..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Supastaŭleńnie padłučeńnia da MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1992,18 +1992,18 @@ msgstr "Značeńnie moža być prybliznym. Hł. FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Vykarystańnie resursaŭ"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Nie atrymałasia ŭstalavać złučeńnie dla controluser, vyznačanaje ŭ vašym "
|
||||
"kanfihuracyjnym fajle."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server nie adkazvaje"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)"
|
||||
|
||||
|
32
po/bg.po
32
po/bg.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-06-11 17:28+0200\n"
|
||||
"Last-Translator: <stanprog@stanprog.com>\n"
|
||||
"Language-Team: bulgarian <bg@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Използвахте тази стойност"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1417,8 +1417,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Бази от данни"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1625,41 +1625,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Колация на MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1963,16 +1963,16 @@ msgstr "Може да има приблизителна стойност. Виж
|
||||
msgid "Overhead"
|
||||
msgstr "Загубено място"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Няма отговор от сървъра"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/bn.po
32
po/bn.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bangla <bn@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Use this value"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1422,8 +1422,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "ডাটাবেজসমূহ Databases"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1633,41 +1633,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL connection collation"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1972,16 +1972,16 @@ msgstr "হয়ত আনুমানিক। FAQ ৩.১১ দেখ। "
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "The server is not responding"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(or the local MySQL server's socket is not correctly configured)"
|
||||
|
||||
|
32
po/bs.po
32
po/bs.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bosnian <bs@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Koristi ovu vrijednost"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1414,8 +1414,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Baze"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1621,39 +1621,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1954,16 +1954,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Prekoračenje"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/ca.po
32
po/ca.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: catalan <ca@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Fes servir aquest valor"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1428,8 +1428,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bases de dades"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1644,41 +1644,41 @@ msgstr "Cap clau d'autenticació vàlida endollada"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autenticant..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Ordenació de la connexió MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Veure imatge"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Escolta audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Veure video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Descarrega arxiu"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1986,18 +1986,18 @@ msgstr "Pot ser aproximat. Veieu PFC (FAQ) 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Defragmentat"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"La connexió de l'usuari de control ha fallat, tal com està definida ara a la "
|
||||
"configuració."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "El servidor no respon"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(o el sòcol del servidor local MySQL no està configurat correctament)"
|
||||
|
||||
|
32
po/cs.po
32
po/cs.po
@@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-28 17:55+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: czech <cs@li.org>\n"
|
||||
@@ -92,7 +92,7 @@ msgid "Use this value"
|
||||
msgstr "Použít tuto hodnotu"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr "Není nastaven žádný streamovací server!"
|
||||
|
||||
@@ -1359,8 +1359,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databáze"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1572,41 +1572,41 @@ msgstr "Nebyl připojen autentizační klíč"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authentizuji..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Vytvoření stránky selhalo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Zobrazit obrázek"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Přehrát zvuk"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Přehrát video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Stáhnout soubor"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1907,17 +1907,17 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Navíc"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Nepodařilo se připojit jako controluser, který je nadefinován v nastaveních."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server neodpovídá"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(nebo není správně nastaven lokální socket MySQL serveru)"
|
||||
|
||||
|
32
po/cy.po
32
po/cy.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
|
||||
"Last-Translator: <ardavies@tiscali.co.uk>\n"
|
||||
"Language-Team: Welsh <cy@li.org>\n"
|
||||
@@ -93,7 +93,7 @@ msgid "Use this value"
|
||||
msgstr "Defnyddiwch y gwerth hwn"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1362,8 +1362,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Cronfeydd Data"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1575,41 +1575,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr "Yn dilysu..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Coladiad cysylltiad MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Gweld delwedd"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Chwarae sain"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Gwylio fideo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Lawrlwytho ffeil"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1903,16 +1903,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Gorbenion"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Dyw'r gweinydd ddim yn ymateb"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/da.po
32
po/da.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:55+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: danish <da@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Brug denne værdi"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1422,8 +1422,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databaser"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1635,41 +1635,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL forbindelses-sammenkøring"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1972,17 +1972,17 @@ msgstr "Kan være anslået. Se FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Forbindelse for kontrolbruger som defineret i din konfiguration slog fejl."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serveren svarer ikke"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(eller den lokale MySQL servers socket er ikke korrekt konfigureret)"
|
||||
|
||||
|
101
po/de.po
101
po/de.po
@@ -3,8 +3,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:45+0200\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-31 21:09+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: german <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Diesen Wert verwenden"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1376,8 +1376,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Datenbanken"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1594,41 +1594,41 @@ msgstr "Kein gültiger Authentisierungsschlüssel angeschlossen"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authentifiziere ..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Seitenerstellung fehlgeschlagen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Bild anzeigen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Tonaufnahme abspielen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Filmaufnahme abspielen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Datei herunterladen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1934,18 +1934,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Überhang"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, "
|
||||
"ist fehlgeschlagen."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Der Server antwortet nicht."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt "
|
||||
@@ -3147,7 +3147,7 @@ msgstr "Erstellt von"
|
||||
#: libraries/import.lib.php:151 sql.php:518 tbl_change.php:175
|
||||
#: tbl_get_field.php:34
|
||||
msgid "MySQL returned an empty result set (i.e. zero rows)."
|
||||
msgstr "MySQL lieferte ein leeres Resultat zurück (d. h. null Zeilen)."
|
||||
msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen)."
|
||||
|
||||
#: libraries/import.lib.php:1110
|
||||
msgid ""
|
||||
@@ -8703,68 +8703,3 @@ msgstr "VIEW Name"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "View umbenennen in"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "Tabellenname"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "BLOB-Repository"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "Aktiviert"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "Deaktivieren"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "Beschädigt"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "Reparieren"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "Deaktiviert"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "Aktivieren"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "Die PHP-Erweiterungen iconv und recode, welche für die "
|
||||
#~ "Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. "
|
||||
#~ "Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese "
|
||||
#~ "Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in "
|
||||
#~ "phpMyAdmin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Weder die iconv- noch libiconv- oder recode_string-Funktion konnte "
|
||||
#~ "verwandt werden, obwohl die benötigten php-Erweiterungen angeblich "
|
||||
#~ "geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration."
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "Zeichensatzkonvertierung erlauben."
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "Standardzeichensatz bei Konvertierung"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "Standardzeichensatz"
|
||||
|
32
po/el.po
32
po/el.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: greek <el@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Χρήση αυτής της τιμής"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1407,8 +1407,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Βάσεις Δεδομένων"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1623,41 +1623,41 @@ msgstr "Δεν τοποθετήθηκε κανένα έγκυρο κλειδί
|
||||
msgid "Authenticating..."
|
||||
msgstr "Επικύρωση..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Η δημιουργία σελίδας απέτυχε"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Προβολή εικόνας"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Αναπαραγωγή ήχου"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Προβολή βίντεο"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Λήψη αρχείου"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1962,16 +1962,16 @@ msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις Σ
|
||||
msgid "Overhead"
|
||||
msgstr "Περίσσεια"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Ανεπιτυχής σύνδεση του χρήστη ελέγχου όπως ορίστηκε στη ρύθμισή σας."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Ο διακομιστής δεν αποκρίνεται"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(ή η τοπική υποδοχή του διακομιστή MySQL δεν έχει ρυθμιστεί σωστά)"
|
||||
|
||||
|
189
po/en_GB.po
189
po/en_GB.po
@@ -3,8 +3,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-07-26 16:54+0200\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-08-09 22:22+0200\n"
|
||||
"Last-Translator: Robert Readman <robert_readman@hotmail.com>\n"
|
||||
"Language-Team: english-gb <en_GB@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
"X-Generator: Pootle 2.0.5\n"
|
||||
|
||||
#: browse_foreigners.php:36 browse_foreigners.php:57
|
||||
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510
|
||||
@@ -90,19 +90,17 @@ msgid "Use this value"
|
||||
msgstr "Use this value"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
msgstr "No blob streaming server configured!"
|
||||
|
||||
#: bs_disp_as_mime_type.php:35
|
||||
#, fuzzy
|
||||
#| msgid "Failed to write file to disk."
|
||||
msgid "Failed to fetch headers"
|
||||
msgstr "Failed to write file to disk."
|
||||
msgstr "Failed to fetch headers"
|
||||
|
||||
#: bs_disp_as_mime_type.php:41
|
||||
msgid "Failed to open remote URL"
|
||||
msgstr ""
|
||||
msgstr "Failed to open remote URL"
|
||||
|
||||
#: db_create.php:44
|
||||
#, php-format
|
||||
@@ -250,10 +248,8 @@ msgid "and then"
|
||||
msgstr "and then"
|
||||
|
||||
#: db_operations.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Rename database to"
|
||||
msgid "Remove database"
|
||||
msgstr "Rename database to"
|
||||
msgstr "Remove database"
|
||||
|
||||
#: db_operations.php:391
|
||||
#, php-format
|
||||
@@ -261,10 +257,8 @@ msgid "Database %s has been dropped."
|
||||
msgstr "Database %s has been dropped."
|
||||
|
||||
#: db_operations.php:396
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Drop the database (DROP)"
|
||||
msgstr "Go to database"
|
||||
msgstr "Drop the database (DROP)"
|
||||
|
||||
#: db_operations.php:424
|
||||
msgid "Copy database to"
|
||||
@@ -316,16 +310,13 @@ msgid "Collation"
|
||||
msgstr "Collation"
|
||||
|
||||
#: db_operations.php:498 pdf_schema.php:32
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The additional features for working with linked tables have been "
|
||||
#| "deactivated. To find out why click %shere%s."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
msgstr ""
|
||||
"The additional features for working with linked tables have been "
|
||||
"deactivated. To find out why click %shere%s."
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
|
||||
#: db_operations.php:531
|
||||
msgid "Edit PDF Pages"
|
||||
@@ -1361,8 +1352,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databases"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1571,44 +1562,44 @@ msgstr "No valid authentication key plugged"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authenticating..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
msgstr "PBMS error"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Page creation failed"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
msgstr "PBMS get BLOB info failed:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
msgstr "get BLOB Content-Type failed"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "View image"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Play audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "View video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Download file"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
msgstr "Could not open file: %s"
|
||||
|
||||
#: libraries/common.inc.php:567
|
||||
msgid ""
|
||||
@@ -1906,16 +1897,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Connection for controluser as defined in your configuration failed."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "The server is not responding"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(or the local MySQL server's socket is not correctly configured)"
|
||||
|
||||
@@ -2525,20 +2516,12 @@ msgstr ""
|
||||
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:31
|
||||
#, fuzzy
|
||||
#| msgid "Garbage threshold"
|
||||
msgid "Garbage Threshold"
|
||||
msgstr "Garbage threshold"
|
||||
msgstr "Garbage Threshold"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:32
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The percentage of garbage in a data log file before it is compacted. This "
|
||||
#| "is a value between 1 and 99. The default is 50."
|
||||
msgid "The percentage of garbage in a repository file before it is compacted."
|
||||
msgstr ""
|
||||
"The percentage of garbage in a data log file before it is compacted. This is "
|
||||
"a value between 1 and 99. The default is 50."
|
||||
msgstr "The percentage of garbage in a repository file before it is compacted."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
|
||||
#: server_synchronize.php:1161
|
||||
@@ -2550,10 +2533,12 @@ msgid ""
|
||||
"The port for the PBMS stream-based communications. Setting this value to 0 "
|
||||
"will disable HTTP communication with the daemon."
|
||||
msgstr ""
|
||||
"The port for the PBMS stream-based communications. Setting this value to 0 "
|
||||
"will disable HTTP communication with the daemon."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:41
|
||||
msgid "Repository Threshold"
|
||||
msgstr ""
|
||||
msgstr "Repository Threshold"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:42
|
||||
msgid ""
|
||||
@@ -2561,22 +2546,25 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"The maximum size of a BLOB repository file. You may use Kb, MB or GB to "
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:46
|
||||
msgid "Temp Blob Timeout"
|
||||
msgstr ""
|
||||
msgstr "Temp Blob Timeout"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:47
|
||||
msgid ""
|
||||
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed "
|
||||
"after this time, unless they are referenced by a record in the database."
|
||||
msgstr ""
|
||||
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed "
|
||||
"after this time, unless they are referenced by a record in the database."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:51
|
||||
#, fuzzy
|
||||
#| msgid "Log file threshold"
|
||||
msgid "Temp Log Threshold"
|
||||
msgstr "Log file threshold"
|
||||
msgstr "Temp Log Threshold"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:52
|
||||
msgid ""
|
||||
@@ -2584,26 +2572,33 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to "
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:56
|
||||
msgid "Max Keep Alive"
|
||||
msgstr ""
|
||||
msgstr "Max Keep Alive"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:57
|
||||
msgid ""
|
||||
"The timeout for inactive connection with the keep-alive flag set. After this "
|
||||
"time the connection will be closed. The time-out is in milliseconds (1/1000)."
|
||||
msgstr ""
|
||||
"The timeout for inactive connection with the keep-alive flag set. After this "
|
||||
"time the connection will be closed. The time-out is in milliseconds (1/1000)."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:61
|
||||
msgid "Metadata Headers"
|
||||
msgstr ""
|
||||
msgstr "Metadata Headers"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:62
|
||||
msgid ""
|
||||
"A \":\" delimited list of metadata headers to be used to initialize the "
|
||||
"pbms_metadata_header table when a database is created."
|
||||
msgstr ""
|
||||
"A \":\" delimited list of metadata headers to be used to initialize the "
|
||||
"pbms_metadata_header table when a database is created."
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:22
|
||||
msgid "Index cache size"
|
||||
@@ -6652,19 +6647,14 @@ msgid "Signon login options"
|
||||
msgstr "Signon login options"
|
||||
|
||||
#: setup/lib/messages.inc.php:128
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Configure phpMyAdmin database to gain access to additional features, see "
|
||||
#| "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] "
|
||||
#| "in documentation"
|
||||
msgid ""
|
||||
"Configure phpMyAdmin database to gain access to additional features, see "
|
||||
"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
|
||||
"in documentation"
|
||||
msgstr ""
|
||||
"Configure phpMyAdmin database to gain access to additional features, see "
|
||||
"[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in "
|
||||
"documentation"
|
||||
"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
|
||||
"in documentation"
|
||||
|
||||
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
|
||||
msgid "PMA database"
|
||||
@@ -8054,20 +8044,16 @@ msgid "Flush the table (FLUSH)"
|
||||
msgstr "Flush the table (FLUSH)"
|
||||
|
||||
#: tbl_operations.php:642
|
||||
#, fuzzy
|
||||
#| msgid "Delete tracking data for this table"
|
||||
msgid "Delete data or table"
|
||||
msgstr "Delete tracking data for this table"
|
||||
msgstr "Delete data or table"
|
||||
|
||||
#: tbl_operations.php:657
|
||||
msgid "Empty the table (TRUNCATE)"
|
||||
msgstr ""
|
||||
msgstr "Empty the table (TRUNCATE)"
|
||||
|
||||
#: tbl_operations.php:675
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Delete the table (DROP)"
|
||||
msgstr "Go to database"
|
||||
msgstr "Delete the table (DROP)"
|
||||
|
||||
#: tbl_operations.php:696
|
||||
msgid "Partition maintenance"
|
||||
@@ -8438,66 +8424,3 @@ msgstr "VIEW name"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "Rename view to"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "Table name"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "BLOB Repository"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "Enabled"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "Disable"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "Damaged"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "Repair"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "Disabled"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "Enable"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "Allow character set conversion"
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "Default character set used for conversions"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "Default character set"
|
||||
|
32
po/es.po
32
po/es.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: spanish <es@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Use este valor"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1440,8 +1440,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bases de datos"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1662,41 +1662,41 @@ msgstr "No se ha conectado una llave de autenticación válida"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autenticando..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Cotejamiento de las conexiones MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Ver imagen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Tocar audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Ver vídeo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Descargar archivo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -2003,18 +2003,18 @@ msgstr "Podría ser aproximado. Léase la FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Residuo a depurar"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"La conexión para controluser, como está definida en su configuración, "
|
||||
"fracasó."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "El servidor no está respondiendo"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(o el socket del servidor MySQL local no está configurado correctamente)"
|
||||
|
32
po/et.po
32
po/et.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: estonian <et@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Kasuta seda väärtust"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1422,8 +1422,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Andmebaasid"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1632,41 +1632,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL ühenduse kollatsioon"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1972,16 +1972,16 @@ msgstr "Võib olla umbkaudne. Vaadake FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Ülejääv"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server ei vasta"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)"
|
||||
|
||||
|
32
po/eu.po
32
po/eu.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: basque <eu@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Erabili balio hau"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1417,8 +1417,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Datu-baseak"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1623,39 +1623,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1956,16 +1956,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Arazteko hondakina"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/fa.po
32
po/fa.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
|
||||
"Last-Translator: <ahmad_usa2007@yahoo.com>\n"
|
||||
"Language-Team: persian <fa@li.org>\n"
|
||||
@@ -87,7 +87,7 @@ msgid "Use this value"
|
||||
msgstr "این مقدار را استفاده کنید"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1400,8 +1400,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "پايگاههاي داده"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1603,39 +1603,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1937,16 +1937,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/fi.po
32
po/fi.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-04-30 18:08+0200\n"
|
||||
"Last-Translator: <kajouni@gmail.com>\n"
|
||||
"Language-Team: finnish <fi@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Käytä tätä arvoa"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1428,8 +1428,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Tietokannat"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1645,41 +1645,41 @@ msgstr "Kelvollista todennusavainta ei ole asetettu"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Todennetaan..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL-yhteyden aakkosjärjestys"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Näytä kuva"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Toista ääni"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Näytä video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Lataa tiedosto"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1983,17 +1983,17 @@ msgstr "Saattaa olla summittainen. Katso FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Ylijäämä"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Yhteyden muodostus asetuksissa määriteltyyn superuser-käyttäjään epäonnistui."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Palvelin ei vastaa"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(tai paikallisen MySQL-palvelimen pistokkeen asetuksia ei ole määritelty "
|
||||
|
150
po/fr.po
150
po/fr.po
@@ -3,16 +3,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:41+0200\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-08-06 14:16+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: french <fr@li.org>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
"X-Generator: Pootle 2.0.5\n"
|
||||
|
||||
#: browse_foreigners.php:36 browse_foreigners.php:57
|
||||
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510
|
||||
@@ -90,19 +90,18 @@ msgid "Use this value"
|
||||
msgstr "Utiliser cette valeur"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
msgstr "Aucun serveur blob streaming configuré!"
|
||||
|
||||
#: bs_disp_as_mime_type.php:35
|
||||
#, fuzzy
|
||||
#| msgid "Failed to write file to disk."
|
||||
msgid "Failed to fetch headers"
|
||||
msgstr "Erreur lors de l'écriture du fichier sur disque."
|
||||
msgstr "Erreur d'accès aux en-têtes"
|
||||
|
||||
#: bs_disp_as_mime_type.php:41
|
||||
msgid "Failed to open remote URL"
|
||||
msgstr ""
|
||||
msgstr "Échec d'ouverture du URL distant"
|
||||
|
||||
#: db_create.php:44
|
||||
#, php-format
|
||||
@@ -250,10 +249,9 @@ msgid "and then"
|
||||
msgstr "et ensuite"
|
||||
|
||||
#: db_operations.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Rename database to"
|
||||
msgid "Remove database"
|
||||
msgstr "Changer le nom de la base de données pour"
|
||||
msgstr "Supprimer la base de données"
|
||||
|
||||
#: db_operations.php:391
|
||||
#, php-format
|
||||
@@ -261,10 +259,9 @@ msgid "Database %s has been dropped."
|
||||
msgstr "La base de données %s a été effacée."
|
||||
|
||||
#: db_operations.php:396
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Drop the database (DROP)"
|
||||
msgstr "Aller à la base de données"
|
||||
msgstr "Supprimer la base de données (DROP)"
|
||||
|
||||
#: db_operations.php:424
|
||||
msgid "Copy database to"
|
||||
@@ -316,7 +313,7 @@ msgid "Collation"
|
||||
msgstr "Interclassement"
|
||||
|
||||
#: db_operations.php:498 pdf_schema.php:32
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid ""
|
||||
#| "The additional features for working with linked tables have been "
|
||||
#| "deactivated. To find out why click %shere%s."
|
||||
@@ -324,8 +321,8 @@ msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
msgstr ""
|
||||
"Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. "
|
||||
"Pour une analyse du problème, cliquez %sici%s."
|
||||
"Le stockage des configurations phpMyAdmin a été désactivé. Pour une analyse "
|
||||
"du problème, cliquez %sici%s."
|
||||
|
||||
#: db_operations.php:531
|
||||
msgid "Edit PDF Pages"
|
||||
@@ -1374,8 +1371,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bases de données"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1588,44 +1585,42 @@ msgstr "La clé d'authentification n'est pas branchée"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authentification en cours..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
msgstr "Erreur PBMS"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Échec de création de page"
|
||||
msgstr "La connexion PBMS a échoué :"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
msgstr "L'accès aux informations BLOB de PBMS a échoué :"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
msgstr "L'accès au Content-Type du BLOB a échoué"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Afficher l'image"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Lecture audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Lecture vidéo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Télécharger"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
msgstr "Échec d'ouverture du fichier %s"
|
||||
|
||||
#: libraries/common.inc.php:567
|
||||
msgid ""
|
||||
@@ -1722,10 +1717,9 @@ msgid "MySQL said: "
|
||||
msgstr "MySQL a répondu: "
|
||||
|
||||
#: libraries/common.lib.php:1129
|
||||
#, fuzzy
|
||||
#| msgid "Could not connect to MySQL server"
|
||||
msgid "Failed to connect to SQL validator!"
|
||||
msgstr "Connexion au serveur MySQL impossible"
|
||||
msgstr "Connexion au validateur SQL impossible"
|
||||
|
||||
#: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
|
||||
msgid "Explain SQL"
|
||||
@@ -1929,17 +1923,17 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Perte"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"La connexion au controluser tel que défini dans votre configuration a échoué."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Le serveur ne répond pas"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(ou l'interface de connexion (socket) vers le serveur MySQL local n'est pas "
|
||||
@@ -2556,21 +2550,18 @@ msgstr ""
|
||||
"ALTER TABLE."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:31
|
||||
#, fuzzy
|
||||
#| msgid "Garbage threshold"
|
||||
msgid "Garbage Threshold"
|
||||
msgstr "Seuil des informations parasites"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:32
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The percentage of garbage in a data log file before it is compacted. This "
|
||||
#| "is a value between 1 and 99. The default is 50."
|
||||
msgid "The percentage of garbage in a repository file before it is compacted."
|
||||
msgstr ""
|
||||
"Le pourcentage d'information parasites dans un journal de données au-delà "
|
||||
"duquel il est comprimé. Il s'agit d'une valeur entre 1 et 99. La valeur par "
|
||||
"défaut est 50."
|
||||
"duquel il est comprimé."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
|
||||
#: server_synchronize.php:1161
|
||||
@@ -2582,10 +2573,12 @@ msgid ""
|
||||
"The port for the PBMS stream-based communications. Setting this value to 0 "
|
||||
"will disable HTTP communication with the daemon."
|
||||
msgstr ""
|
||||
"Le port de communication PBMS. La valeur 0 désactivera la communication HTTP "
|
||||
"avec le serveur."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:41
|
||||
msgid "Repository Threshold"
|
||||
msgstr ""
|
||||
msgstr "Seuil du dépôt"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:42
|
||||
msgid ""
|
||||
@@ -2593,10 +2586,13 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"La taille maximale d'un fichier de dépôt BLOB. Vous pouvez utiliser Kb, MB "
|
||||
"ou GB pour indiquer l'unité de la valeur. Une valeur en octets est assumée "
|
||||
"si aucune unité n'est spécifiée."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:46
|
||||
msgid "Temp Blob Timeout"
|
||||
msgstr ""
|
||||
msgstr "Temps limite du Blob temporaire"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:47
|
||||
msgid ""
|
||||
@@ -8553,67 +8549,3 @@ msgstr "Nom de la vue"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "Changer le nom de la vue pour"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "Nom de la table"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "Dépôt BLOB"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "Activé"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "Désactiver"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "Endommagé"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "Réparer"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "Désactivé"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "Activer"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%"
|
||||
#~ "1$s[/em][/a]. Veuillez vérifier votre configuration de PHP."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "Erreur lors du chargement de l'extension iconv ou recode, utilisée pour "
|
||||
#~ "convertir le jeu de caractères. Veuillez activer l'une de ces extensions "
|
||||
#~ "dans PHP, ou désactiver la conversion des jeux de caractères dans "
|
||||
#~ "phpMyAdmin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Erreur lors de l'utilisation de iconv, libiconv et recode_string, alors "
|
||||
#~ "que ces extensions semblent chargées. Veuillez vérifier votre "
|
||||
#~ "configuration de PHP."
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "Active la conversion des caractères"
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "Utilisé pour les conversions"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "Jeu de caractères par défaut"
|
||||
|
32
po/gl.po
32
po/gl.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: galician <gl@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Usar este valor"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1430,8 +1430,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bases de datos"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1648,41 +1648,41 @@ msgstr "Non se meteu ningunha chave de autenticación válida"
|
||||
msgid "Authenticating..."
|
||||
msgstr "A autenticar..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Codificación de caracteres (Collation) da conexión de MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Ver a imaxe"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Reproducir o son"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Ver o vídeo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Descargar o ficheiro"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1990,17 +1990,17 @@ msgstr "Pode non ser exacto. Consulte a FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "De máis (Overhead)"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Fallou a conexión para controluser tal e como se define na súa configuración."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "O servidor non está a responder"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(ou o socket local do servidor de MySQL non se configurou correctamente)"
|
||||
|
32
po/he.po
32
po/he.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: hebrew <he@li.org>\n"
|
||||
@@ -86,7 +86,7 @@ msgid "Use this value"
|
||||
msgstr "השתמש בערך זה"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1404,8 +1404,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "מאגרי נתונים"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1611,41 +1611,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "קידוד חיבור MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1946,16 +1946,16 @@ msgstr "יכול להיות הערכה. ראה FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "תקורה"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "השרת אינו מגיב"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/hi.po
32
po/hi.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-21 05:48+0200\n"
|
||||
"Last-Translator: <u4663530@anu.edu.au>\n"
|
||||
"Language-Team: hindi <hi@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "इस मूल्य का उपयोग करें"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1367,8 +1367,8 @@ msgstr "सूचकांक %1s और %2s बराबर लगने के
|
||||
msgid "Databases"
|
||||
msgstr " डाटाबेस"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1574,39 +1574,39 @@ msgstr "कोई वैध प्रमाणीकरण कुंजी न
|
||||
msgid "Authenticating..."
|
||||
msgstr "सत्यापन."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "छवि देखें"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "ऑडियो चलायें"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "वीडियो देखें"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "फाइल डाउनलोड करें"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1898,16 +1898,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/hr.po
32
po/hr.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: croatian <hr@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Upotrijebi ovu vrijednost"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1435,8 +1435,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Baze podataka"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1646,41 +1646,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL uspoređivanje veza"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1987,18 +1987,18 @@ msgstr "Može biti približno. Pogledajte ČPP 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Prepunjenje"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Povezivanje kontrolnih korisnika na način kako je definirano u vašoj "
|
||||
"konfiguraciji nije uspjelo."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Poslužitelj ne odgovara"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)"
|
||||
|
32
po/hu.po
32
po/hu.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:22+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: hungarian <hu@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Ezen érték használata"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1436,8 +1436,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Adatbázisok"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1650,41 +1650,41 @@ msgstr "Nem történt meg érvényes hitelesítő kulcs csatlakoztatása"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Hitelesítés..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL kapcsolat illesztése"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Kép megtekintése"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Hang lejátszása"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Videó megtekintése"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Fájl letöltése"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1991,18 +1991,18 @@ msgstr "Becsült érték lehet. Lásd: GYIK 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Felülírás"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"A konfigurációban meghatározott kapcsolat a kontrollfelhasználó számára nem "
|
||||
"sikerült."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "A szerver nem válaszol"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(vagy nem megfelelően állították be a helyi MySQL szerver "
|
||||
|
32
po/id.po
32
po/id.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-06-16 01:45+0200\n"
|
||||
"Last-Translator: <jack.hakim@yahoo.com>\n"
|
||||
"Language-Team: indonesian <id@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "gunakan nilai ini"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1408,8 +1408,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Database"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1615,41 +1615,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Penyortiran koneksi MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Tampilan View"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Video View"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Unduh file"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1953,17 +1953,17 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Kelebihan (Overhead)"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Koneksi untuk controluser yang di definisikan di konfigurasi Anda gagal."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server tidak menjawab"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(atau konfigurasi socket dari server MySQL tidak benar)"
|
||||
|
||||
|
32
po/it.po
32
po/it.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-24 21:25+0200\n"
|
||||
"Last-Translator: Fabio <fantonifabio@tiscali.it>\n"
|
||||
"Language-Team: italian <it@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Usa questa opzione"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1385,8 +1385,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Database"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1597,41 +1597,41 @@ msgstr "Nessuna chiave di autentificazione valida inserita"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autenticazione..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Creazione della pagina fallita"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Visualizza immagine"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Avvia audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Visualizza video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Scarica file"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1933,17 +1933,17 @@ msgstr "Può essere approssimato. Vedere FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "In eccesso"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Connessione per controluser come definito nella configurazione fallita."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Il server non risponde"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(o il socket del server locale MySQL non è correttamente configurato)"
|
||||
|
||||
|
32
po/ja.po
32
po/ja.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: japanese <jp@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "この値を利用する"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1420,8 +1420,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "データベース"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1628,41 +1628,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL 接続の照合順序"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1963,17 +1963,17 @@ msgstr "正確な数字とは限りません。FAQ 3.11 をご覧ください"
|
||||
msgid "Overhead"
|
||||
msgstr "オーバーヘッド"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "サーバが応答しません"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(あるいはローカルの MySQL サーバのソケットが正しく設定されていません)"
|
||||
|
||||
|
32
po/ka.po
32
po/ka.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: georgian <ka@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "გამოიყენე ეს ველი"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1432,8 +1432,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "მონაცემთა ბაზები"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1644,41 +1644,41 @@ msgstr "No valid authentication key plugged"
|
||||
msgid "Authenticating..."
|
||||
msgstr "ავთენტიფიკაცია..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL კავშირის კოლაცია"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "გამოსახულების ჩვენება"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "ხმის დაკვრა"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "ვიდეოს ჩვენება"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "ფაილის ჩამოტვირთვა"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1986,16 +1986,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Connection for controluser as defined in your configuration failed."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "სერვერი არ პასუხობს"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(or the local MySQL server's socket is not correctly configured)"
|
||||
|
||||
|
32
po/ko.po
32
po/ko.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-06-16 18:18+0200\n"
|
||||
"Last-Translator: <cihar@nvyu.net>\n"
|
||||
"Language-Team: korean <ko@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "이 값을 사용합니다"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1359,8 +1359,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "데이터베이스 "
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1564,39 +1564,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr "인증중입니다..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1893,16 +1893,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "부담"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "서버 응답이 없습니다"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/lt.po
32
po/lt.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-04-16 19:52+0200\n"
|
||||
"Last-Translator: Rytis <rytis.s@gmail.com>\n"
|
||||
"Language-Team: lithuanian <lt@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Naudokite šią reikšmę"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1417,8 +1417,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Duombazės"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1631,41 +1631,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL prisijungimo rūšiavimas"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Žiūrėti paveikslėlį"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Groti garsą"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Žiūrėti video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Atsisiųsti failą"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1967,16 +1967,16 @@ msgstr "Gali būti apytikslis. Žiūrėkite DUK 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Perteklius"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serveris neatsako"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)"
|
||||
|
||||
|
32
po/lv.po
32
po/lv.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: latvian <lv@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Lietot šo vērtību"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1413,8 +1413,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Datubāzes"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1622,41 +1622,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL konekcijas kārtošana"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1957,16 +1957,16 @@ msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Pārtēriņš"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serveris neatbild"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/mk.po
32
po/mk.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: macedonian_cyrillic <mk@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Користи ја оваа вредност"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1413,8 +1413,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "База на податоци"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1623,41 +1623,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Колација за MySQL врска"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1964,16 +1964,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Пречекорување"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Серверот не одговара"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(или приклучокот со локалниот MySQL сервер не е исправно подесен)"
|
||||
|
||||
|
32
po/mn.po
32
po/mn.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: mongolian <mn@li.org>\n"
|
||||
@@ -88,7 +88,7 @@ msgid "Use this value"
|
||||
msgstr "Уг утгыг хэрэглэх"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1400,8 +1400,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Өгөгдлийн сангууд"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1608,41 +1608,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL холболтын кодлол"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1943,16 +1943,16 @@ msgstr "May be approximate. See FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Толгой дээр"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Сервэрээс хариу алга"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)"
|
||||
|
||||
|
32
po/ms.po
32
po/ms.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: malay <ms@li.org>\n"
|
||||
@@ -87,7 +87,7 @@ msgid "Use this value"
|
||||
msgstr ""
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1412,8 +1412,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "pangkalan data"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1615,39 +1615,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1947,16 +1947,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Melebihi"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/nb.po
32
po/nb.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 08:43+0200\n"
|
||||
"Last-Translator: <sven.erik.andersen@gmail.com>\n"
|
||||
"Language-Team: norwegian <no@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Bruk denne verdien"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1362,8 +1362,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databaser"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1572,41 +1572,41 @@ msgstr "Ingen gyldig autentiseringsnøkkel plugget"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autentiserer..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Sideopprettelsen feilet"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Vis bilde"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Spill lyd"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Vis video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Last ned fil"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1904,17 +1904,17 @@ msgstr "Kan være unøyaktig. Se FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Overheng"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Tilkoblingen for kontrollbrukeren som definert i din konfigurasjon feilet."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Tjeneren svarer ikke"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)"
|
||||
|
||||
|
32
po/nl.po
32
po/nl.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-31 01:06+0200\n"
|
||||
"Last-Translator: Bjorn <inbox@bjornroesbeke.be>\n"
|
||||
"Language-Team: dutch <nl@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Gebruik deze waarde"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1400,8 +1400,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databases"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1617,41 +1617,41 @@ msgstr "Geen geldige authenticatie sleutel aanwezig"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authenticeren..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Het aanmaken van de pagina is mislukt"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Bekijk afbeelding"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Afspelen"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Bekijk video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Download bestand"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1957,18 +1957,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Connectie voor de controle gebruiker zoals in de configuratie is opgegeven "
|
||||
"is mislukt."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "De server reageert niet"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(of de MySQL-server heeft het socket niet juist ingesteld)"
|
||||
|
||||
|
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr ""
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1329,8 +1329,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1531,39 +1531,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, possible-php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1854,16 +1854,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/pl.po
32
po/pl.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:29+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: polish <pl@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Użyj tej wartości"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1437,8 +1437,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Bazy danych"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1650,41 +1650,41 @@ msgstr "Prawidłowy klucz uwierzytelniający nie jest podłączony"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Trwa uwierzytelnianie…"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "System porównań dla połączenia MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Zobacz obraz"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Odegraj dźwięk"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Obejrzyj film"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Ściągnij plik"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1992,18 +1992,18 @@ msgstr "Być może w przybliżeniu. Zobacz FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Nadmiar"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku "
|
||||
"konfiguracyjnym nie powiodło się."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serwer nie odpowiada"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)"
|
||||
|
32
po/pt.po
32
po/pt.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:23+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: portuguese <pt@li.org>\n"
|
||||
@@ -87,7 +87,7 @@ msgid "Use this value"
|
||||
msgstr "Usar este valor"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1418,8 +1418,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Base de Dados"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1624,39 +1624,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1959,16 +1959,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Suspenso"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/pt_BR.po
32
po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-13 23:58+0200\n"
|
||||
"Last-Translator: William Bachion <william@bachiondesign.com>\n"
|
||||
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Usar este valor"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1431,8 +1431,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Banco de Dados"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1644,41 +1644,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autenticando..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Collation de conexão do MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1980,17 +1980,17 @@ msgstr "Pode ser aproximado. Veja o FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Sobrecarga"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Conexão para controle do usuário como definido nas configurações falhou."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "O servidor não está respondendo"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
"(ou o soquete do servidor MySQL local não está configurado corretamente)"
|
||||
|
32
po/ro.po
32
po/ro.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:28+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: romanian <ro@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Folosește această valoare"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1436,8 +1436,8 @@ msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters."
|
||||
msgid "Databases"
|
||||
msgstr "Baze de date"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1655,41 +1655,41 @@ msgstr "No valid authentication key plugged"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Authenticating..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL connection collation"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Vizualizează imaginea"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Redă audio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Vizualizează video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Descarcă fișierul"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1996,16 +1996,16 @@ msgstr "Poate fi aproximativ. Vezi FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Asupra"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Connection for controluser as defined in your configuration failed."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serverul nu răspunde"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(sau soclul serverului MySQL local nu este configurat momentan)"
|
||||
|
||||
|
32
po/ru.po
32
po/ru.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:27+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: russian <ru@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Использовать это значение"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1436,8 +1436,8 @@ msgstr "Индексы %1$s и %2$s равнозначны и один из ни
|
||||
msgid "Databases"
|
||||
msgstr "Базы данных"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1649,41 +1649,41 @@ msgstr "Отсутствует действенный подключенный
|
||||
msgid "Authenticating..."
|
||||
msgstr "Идентификация..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Сопоставление соединения с MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Просмотреть изображение"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Воспроизвести аудио"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Просмотреть видео"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Загрузить файл"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1992,7 +1992,7 @@ msgstr "Может быть приблизительно. См. FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Фрагментировано"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Не удалось установить подключение для пользователя указанного в директиве "
|
||||
@@ -2000,11 +2000,11 @@ msgstr ""
|
||||
"config.inc.php."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Сервер не отвечает"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(либо сокет локального MySQL-сервера некорректно настроен)"
|
||||
|
||||
|
32
po/si.po
32
po/si.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:26+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: sinhala <si@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Use this value"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1423,8 +1423,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "දත්තගබඩා"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1634,41 +1634,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL සම්බන්ධතා collation"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1972,16 +1972,16 @@ msgstr "සමහර විට ආසන්න වශයෙන්. FAQ 3.11 බ
|
||||
msgid "Overhead"
|
||||
msgstr "පිරිවැය"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "සර්වරය ප්රතිචාර නොදක්වයි"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(or the local MySQL server's socket is not correctly configured)"
|
||||
|
||||
|
32
po/sk.po
32
po/sk.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:26+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: slovak <sk@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Použiť túto hodnotu"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1429,8 +1429,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databázy"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1641,41 +1641,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Overenie MySQL spojenia"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Stiahnuť súbor"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1979,16 +1979,16 @@ msgstr "Môže byť nepresné. Pozri FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Naviac"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Nepodarilo sa pripojiť ku controluser podľa nastavení z konfigurácie."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server neodpovedá"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(alebo soket lokálneho MySQL servra nie je správne nastavený)"
|
||||
|
||||
|
273
po/sl.po
273
po/sl.po
@@ -3,17 +3,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-07-16 17:14+0200\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-08-10 10:16+0200\n"
|
||||
"Last-Translator: Domen <dbc334@gmail.com>\n"
|
||||
"Language-Team: slovenian <sl@li.org>\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3);\n"
|
||||
"X-Generator: Pootle 2.0.5\n"
|
||||
|
||||
#: browse_foreigners.php:36 browse_foreigners.php:57
|
||||
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510
|
||||
@@ -90,19 +90,18 @@ msgid "Use this value"
|
||||
msgstr "Uporabi to vrednost"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
msgstr "Strežnik za pretakanje blob ni konfiguriran!"
|
||||
|
||||
#: bs_disp_as_mime_type.php:35
|
||||
#, fuzzy
|
||||
#| msgid "Failed to write file to disk."
|
||||
msgid "Failed to fetch headers"
|
||||
msgstr "Pisanje datoteke na disk je spodletelo."
|
||||
msgstr "Pridobivanje glav je spodletelo"
|
||||
|
||||
#: bs_disp_as_mime_type.php:41
|
||||
msgid "Failed to open remote URL"
|
||||
msgstr ""
|
||||
msgstr "Oddaljenega URL ni bilo mogoče doseči"
|
||||
|
||||
#: db_create.php:44
|
||||
#, php-format
|
||||
@@ -208,7 +207,7 @@ msgstr "Natisni"
|
||||
|
||||
#: db_export.php:28
|
||||
msgid "View dump (schema) of database"
|
||||
msgstr "Preglej povzetek stanja podatkovne zbirke"
|
||||
msgstr "Preglej povzetek stanja zbirke podatkov"
|
||||
|
||||
#: db_export.php:32 db_printview.php:94 db_qbe.php:98 db_structure.php:49
|
||||
#: db_tracking.php:30 export.php:350 navigation.php:325
|
||||
@@ -225,7 +224,7 @@ msgstr "Prekliči izbor vsega"
|
||||
|
||||
#: db_operations.php:33 tbl_create.php:47
|
||||
msgid "The database name is empty!"
|
||||
msgstr "Ime podatkovne zbirke je prazno!"
|
||||
msgstr "Ime zbirke podatkov je prazno!"
|
||||
|
||||
#: db_operations.php:231
|
||||
#, php-format
|
||||
@@ -250,10 +249,9 @@ msgid "and then"
|
||||
msgstr "in potem"
|
||||
|
||||
#: db_operations.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Rename database to"
|
||||
msgid "Remove database"
|
||||
msgstr "Preimenuj zbirko podatkov v"
|
||||
msgstr "Odstrani zbirko podatkov"
|
||||
|
||||
#: db_operations.php:391
|
||||
#, php-format
|
||||
@@ -261,10 +259,9 @@ msgid "Database %s has been dropped."
|
||||
msgstr "Podatkovna zbirka %s je zavržena."
|
||||
|
||||
#: db_operations.php:396
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Drop the database (DROP)"
|
||||
msgstr "Pojdi v zbirko podatkov"
|
||||
msgstr "Zavrzi zbirko podatkov (DROP)"
|
||||
|
||||
#: db_operations.php:424
|
||||
msgid "Copy database to"
|
||||
@@ -316,7 +313,7 @@ msgid "Collation"
|
||||
msgstr "Pravilo za razvrščanje znakov"
|
||||
|
||||
#: db_operations.php:498 pdf_schema.php:32
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid ""
|
||||
#| "The additional features for working with linked tables have been "
|
||||
#| "deactivated. To find out why click %shere%s."
|
||||
@@ -324,8 +321,8 @@ msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
msgstr ""
|
||||
"Dodatne funkcije za delo s povezanimi tabelami so bile izkjučene. Če želite "
|
||||
"izvedeti zakaj, kliknite %stukaj%s."
|
||||
"Hramba konfiguracije phpMyAdmin je bila onemogočena. Če želite izvedeti "
|
||||
"zakaj, kliknite %stukaj%s."
|
||||
|
||||
#: db_operations.php:531
|
||||
msgid "Edit PDF Pages"
|
||||
@@ -499,14 +496,14 @@ msgid "Search results for \"<i>%s</i>\" %s:"
|
||||
msgstr "Rezultati iskanja \"<i>%s</i>\" %s:"
|
||||
|
||||
#: db_search.php:242
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "%s match(es) inside table <i>%s</i>"
|
||||
msgid "%s match inside table <i>%s</i>"
|
||||
msgid_plural "%s matches inside table <i>%s</i>"
|
||||
msgstr[0] "%s zadetek(ov) v tabeli <i>%s</i>"
|
||||
msgstr[1] "%s zadetek(ov) v tabeli <i>%s</i>"
|
||||
msgstr[2] "%s zadetek(ov) v tabeli <i>%s</i>"
|
||||
msgstr[3] "%s zadetek(ov) v tabeli <i>%s</i>"
|
||||
msgstr[0] "%s zadetek v tabeli <i>%s</i>"
|
||||
msgstr[1] "%s zadetka v tabeli <i>%s</i>"
|
||||
msgstr[2] "%s zadetki v tabeli <i>%s</i>"
|
||||
msgstr[3] "%s zadetkov v tabeli <i>%s</i>"
|
||||
|
||||
#: db_search.php:249 db_structure.php:75 db_structure.php:76
|
||||
#: db_structure.php:88 db_structure.php:90 db_structure.php:101
|
||||
@@ -525,14 +522,14 @@ msgid "Delete"
|
||||
msgstr "Izbriši"
|
||||
|
||||
#: db_search.php:267
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "<b>Total:</b> <i>%s</i> match(es)"
|
||||
msgid "<b>Total:</b> <i>%s</i> match"
|
||||
msgid_plural "<b>Total:</b> <i>%s</i> matches"
|
||||
msgstr[0] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)"
|
||||
msgstr[1] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)"
|
||||
msgstr[2] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)"
|
||||
msgstr[3] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)"
|
||||
msgstr[0] "<b>Skupaj:</b> <i>%s</i> zadetek"
|
||||
msgstr[1] "<b>Skupaj:</b> <i>%s</i> zadetka"
|
||||
msgstr[2] "<b>Skupaj:</b> <i>%s</i> zadetki"
|
||||
msgstr[3] "<b>Skupaj:</b> <i>%s</i> zadetkov"
|
||||
|
||||
#: db_search.php:281
|
||||
msgid "Search in database"
|
||||
@@ -784,7 +781,7 @@ msgstr "Sledi tabeli"
|
||||
|
||||
#: db_tracking.php:195
|
||||
msgid "Database Log"
|
||||
msgstr "Dnevnik podatkovne zbirke"
|
||||
msgstr "Dnevnik zbirke podatkov"
|
||||
|
||||
#: export.php:61
|
||||
msgid "Selected export type has to be saved in file!"
|
||||
@@ -1014,7 +1011,6 @@ msgid "Choose column to display"
|
||||
msgstr "Izberite stolpec za prikaz"
|
||||
|
||||
#: js/messages.php:66
|
||||
#, fuzzy
|
||||
#| msgid "Generate Password"
|
||||
msgid "Generate password"
|
||||
msgstr "Ustvari geslo"
|
||||
@@ -1371,10 +1367,10 @@ msgstr ""
|
||||
#: server_databases.php:85 server_privileges.php:1656
|
||||
#: setup/lib/messages.inc.php:107 test/theme.php:92
|
||||
msgid "Databases"
|
||||
msgstr "Podatkovne zbirke"
|
||||
msgstr "Zbirke podatkov"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1588,44 +1584,42 @@ msgstr "Vstavljen ni noben overitveni ključ"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Potrjevanje ..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
msgstr "Napaka PBMS"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Ustvarjanje strani je spodletelo"
|
||||
msgstr "Povezava s PBMS je spodletela:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
msgstr "Pridobivanje informacij BLOB PBMS je spodletelo:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
msgstr "pridobivanje Content-Type BLOB je spodletelo"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Ogled slike"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Predvajaj avdio"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Ogled videa"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Prenesi datoteko"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
msgstr "Ne morem odpreti datoteke: %s"
|
||||
|
||||
#: libraries/common.inc.php:567
|
||||
msgid ""
|
||||
@@ -1720,10 +1714,9 @@ msgid "MySQL said: "
|
||||
msgstr "MySQL je vrnil: "
|
||||
|
||||
#: libraries/common.lib.php:1129
|
||||
#, fuzzy
|
||||
#| msgid "Could not connect to MySQL server"
|
||||
msgid "Failed to connect to SQL validator!"
|
||||
msgstr "Ne morem se povezati s strežnikom MySQL"
|
||||
msgstr "Ne morem se povezati s preverjalnikom SQL!"
|
||||
|
||||
#: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
|
||||
msgid "Explain SQL"
|
||||
@@ -1863,7 +1856,7 @@ msgstr "Operacije"
|
||||
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21
|
||||
#, php-format
|
||||
msgid "The %s extension is missing. Please check your PHP configuration."
|
||||
msgstr ""
|
||||
msgstr "Razširitev %s manjka. Prosimo, preverite vašo konfiguracijo PHP."
|
||||
|
||||
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21
|
||||
#: libraries/export/sql.php:412
|
||||
@@ -1927,18 +1920,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Presežek"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Povezava za controluserja, kot je določena v vaši konfiguraciji, je "
|
||||
"spodletela."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Strežnik se ne odziva"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(ali pa lokalna vtičnica strežnika MySQL ni pravilno konfigurirana)"
|
||||
|
||||
@@ -2043,7 +2036,7 @@ msgstr "ime strežnika"
|
||||
|
||||
#: libraries/display_export.lib.php:148
|
||||
msgid "database name"
|
||||
msgstr "ime podatkovne zbirke"
|
||||
msgstr "ime zbirke podatkov"
|
||||
|
||||
#: libraries/display_export.lib.php:151
|
||||
msgid "table name"
|
||||
@@ -2549,20 +2542,16 @@ msgstr ""
|
||||
"ali ustvarjanju indeksov s CREATE INDEX ali ALTER TABLE."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:31
|
||||
#, fuzzy
|
||||
#| msgid "Garbage threshold"
|
||||
msgid "Garbage Threshold"
|
||||
msgstr "Omejitev smeti"
|
||||
msgstr "Prag smeti"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:32
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The percentage of garbage in a data log file before it is compacted. This "
|
||||
#| "is a value between 1 and 99. The default is 50."
|
||||
msgid "The percentage of garbage in a repository file before it is compacted."
|
||||
msgstr ""
|
||||
"Odstotek smeti v dnevniški datoteki, preden je ta stisnjena. Vrednost je med "
|
||||
"1 in 99. Privzeto je 50."
|
||||
msgstr "Odstotek smeti v shrambni datoteki, preden je ta stisnjena."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
|
||||
#: server_synchronize.php:1161
|
||||
@@ -2574,10 +2563,12 @@ msgid ""
|
||||
"The port for the PBMS stream-based communications. Setting this value to 0 "
|
||||
"will disable HTTP communication with the daemon."
|
||||
msgstr ""
|
||||
"Vrata za pretočna sporazumevanja s PBMS. Nastavitev te vrednosti na 0 bo "
|
||||
"onemogočilo sporazumevanje HTTP s procesom."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:41
|
||||
msgid "Repository Threshold"
|
||||
msgstr ""
|
||||
msgstr "Prag shrambe"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:42
|
||||
msgid ""
|
||||
@@ -2585,22 +2576,27 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"Največja velikost shrambne datoteke BLOB. Lahko uporabite Kb, MB ali GB za "
|
||||
"določitev enote vrednosti. Ko enota ni navedena, se predpostavi vrednost v "
|
||||
"bajtih."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:46
|
||||
msgid "Temp Blob Timeout"
|
||||
msgstr ""
|
||||
msgstr "Časovna omejitev začasnega Blob"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:47
|
||||
msgid ""
|
||||
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed "
|
||||
"after this time, unless they are referenced by a record in the database."
|
||||
msgstr ""
|
||||
"Časovna omejitev, v sekundah, za začasne BLOB-e. Naloženi podatki BLOB so "
|
||||
"odstranjeni po tem času, razen če se na njih sklicuje zapis v zbirki "
|
||||
"podatkov."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:51
|
||||
#, fuzzy
|
||||
#| msgid "Log file threshold"
|
||||
msgid "Temp Log Threshold"
|
||||
msgstr "Omejitev dnevniške datoetke"
|
||||
msgstr "Prag začasnega dnevnika"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:52
|
||||
msgid ""
|
||||
@@ -2608,26 +2604,34 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"Največja velikost dnevniške datoteke začasnega BLOB. Lahko uporabite Kb, MB "
|
||||
"ali GB za določitev enote vrednosti. Ko enota ni navedena, se predpostavi "
|
||||
"vrednost v bajtih."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:56
|
||||
msgid "Max Keep Alive"
|
||||
msgstr ""
|
||||
msgstr "Najdaljše vzdrževanje povezave"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:57
|
||||
msgid ""
|
||||
"The timeout for inactive connection with the keep-alive flag set. After this "
|
||||
"time the connection will be closed. The time-out is in milliseconds (1/1000)."
|
||||
msgstr ""
|
||||
"Časovna omejitev za nedejavne povezave z določeno zastavico keep-alive. Po "
|
||||
"tem času bo povezava prekinjena. Časovna omejitev je v milisekundah "
|
||||
"(1/1000)."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:61
|
||||
msgid "Metadata Headers"
|
||||
msgstr ""
|
||||
msgstr "Glave metapodatkov"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:62
|
||||
msgid ""
|
||||
"A \":\" delimited list of metadata headers to be used to initialize the "
|
||||
"pbms_metadata_header table when a database is created."
|
||||
msgstr ""
|
||||
"Seznam glav metapodatkov, ločenih z »:«, ki bo uporabljen za pripravo tabele "
|
||||
"pbms_metadata_header, ko je ustvarjena zbirka podatkov."
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:22
|
||||
msgid "Index cache size"
|
||||
@@ -2672,7 +2676,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:37
|
||||
msgid "Log file threshold"
|
||||
msgstr "Omejitev dnevniške datoetke"
|
||||
msgstr "Prag dnevniške datoteke"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:38
|
||||
msgid ""
|
||||
@@ -2708,7 +2712,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:52
|
||||
msgid "Data log threshold"
|
||||
msgstr "Omejitev podatkovnega dnevnika"
|
||||
msgstr "Prag podatkovnega dnevnika"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:53
|
||||
msgid ""
|
||||
@@ -2724,7 +2728,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:57
|
||||
msgid "Garbage threshold"
|
||||
msgstr "Omejitev smeti"
|
||||
msgstr "Prag smeti"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:58
|
||||
msgid ""
|
||||
@@ -2861,20 +2865,18 @@ msgid "Table structure for table"
|
||||
msgstr "Struktura tabele"
|
||||
|
||||
#: libraries/export/latex.php:13
|
||||
#, fuzzy
|
||||
#| msgid "Content of table __TABLE__"
|
||||
msgid "Content of table @TABLE@"
|
||||
msgstr "Vsebina tabele __TABLE__"
|
||||
msgstr "Vsebina tabele @TABLE@"
|
||||
|
||||
#: libraries/export/latex.php:14
|
||||
msgid "(continued)"
|
||||
msgstr "(nadaljevanje)"
|
||||
|
||||
#: libraries/export/latex.php:15
|
||||
#, fuzzy
|
||||
#| msgid "Structure of table __TABLE__"
|
||||
msgid "Structure of table @TABLE@"
|
||||
msgstr "Struktura tabele __TABLE__"
|
||||
msgstr "Struktura tabele @TABLE@"
|
||||
|
||||
#: libraries/export/latex.php:26
|
||||
msgid "LaTeX"
|
||||
@@ -3986,7 +3988,7 @@ msgstr ""
|
||||
|
||||
#: libraries/transformations/image_jpeg__link.inc.php:9
|
||||
msgid "Displays a link to download this image."
|
||||
msgstr "Pokaže povezavo na grafiko (neposredni BLOB prenos, ipd.)."
|
||||
msgstr "Pokaže povezavo za prenos slike."
|
||||
|
||||
#: libraries/transformations/text_plain__dateformat.inc.php:9
|
||||
msgid ""
|
||||
@@ -4327,7 +4329,7 @@ msgstr "Prosimo, konfigurirajte koordinate za tabelo %s"
|
||||
#: pdf_schema.php:993
|
||||
#, php-format
|
||||
msgid "Schema of the %s database - Page %s"
|
||||
msgstr "Shema podatkovne zbirke %s - Stran %s"
|
||||
msgstr "Shema zbirke podatkov %s - Stran %s"
|
||||
|
||||
#: pdf_schema.php:1011
|
||||
msgid "No tables"
|
||||
@@ -4505,7 +4507,7 @@ msgstr "Ni izbranih zbirk podatkov."
|
||||
#: server_databases.php:60
|
||||
#, php-format
|
||||
msgid "%s databases have been dropped successfully."
|
||||
msgstr "%s podatkovne zbirke so uspešno zavržene."
|
||||
msgstr "%s zbirke podatkov so uspešno zavržene."
|
||||
|
||||
#: server_databases.php:85
|
||||
msgid "Databases statistics"
|
||||
@@ -4559,7 +4561,7 @@ msgid ""
|
||||
"Note: Enabling the database statistics here might cause heavy traffic "
|
||||
"between the web server and the MySQL server."
|
||||
msgstr ""
|
||||
"Obvestilo: Omogočitev statistike podatkovne zbirke lahko povzroči močno "
|
||||
"Obvestilo: Omogočitev statistike zbirke podatkov lahko povzroči močno "
|
||||
"povečan promet med spletnim in podatkovnim strežnikom."
|
||||
|
||||
#: server_engines.php:47
|
||||
@@ -4568,7 +4570,7 @@ msgstr "Pogoni skladiščenja"
|
||||
|
||||
#: server_export.php:18
|
||||
msgid "View dump (schema) of databases"
|
||||
msgstr "Pokaži povzetek stanja podatkovnih baz"
|
||||
msgstr "Pokaži povzetek stanja zbirk podatkov"
|
||||
|
||||
#: server_privileges.php:23 server_privileges.php:265
|
||||
msgid "Includes all privileges except GRANT."
|
||||
@@ -4681,7 +4683,7 @@ msgid ""
|
||||
"Limits the number of commands that change any table or database the user may "
|
||||
"execute per hour."
|
||||
msgstr ""
|
||||
"Omeji število ukazov za spremembo tabel ali podatkovne zbirke, ki jih "
|
||||
"Omeji število ukazov za spremembo tabel ali zbirke podatkov, ki jih "
|
||||
"uporabnik lahko izvrši v eni uri."
|
||||
|
||||
#: server_privileges.php:45 server_privileges.php:651
|
||||
@@ -4893,7 +4895,7 @@ msgstr "Odvzemi uporabnikom aktivne privilegije in jih potem izbriši."
|
||||
#: server_privileges.php:1614 server_privileges.php:1615
|
||||
#: server_privileges.php:1616
|
||||
msgid "Drop the databases that have the same names as the users."
|
||||
msgstr "Izbriši podatkovne zbirke, ki imajo enako ime kot uporabniki."
|
||||
msgstr "Izbriši zbirke podatkov, ki imajo enako ime kot uporabniki."
|
||||
|
||||
#: server_privileges.php:1632
|
||||
#, php-format
|
||||
@@ -4923,8 +4925,8 @@ msgstr "Dodaj privilegije na naslednji podatkovni zbirki"
|
||||
#: server_privileges.php:1939
|
||||
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
|
||||
msgstr ""
|
||||
"Pred nadomestna znaka % in _ je potrebno postaviti \\, če ju želite "
|
||||
"uporabiti dobesedno."
|
||||
"Pred nadomestna znaka % in _ je potrebno postaviti \\, če ju želite uporabiti "
|
||||
"dobesedno"
|
||||
|
||||
#: server_privileges.php:1942
|
||||
msgid "Add privileges on the following table"
|
||||
@@ -5353,7 +5355,7 @@ msgstr "Število zahtev za vstavitev vrstice v tabelo."
|
||||
|
||||
#: server_status.php:60
|
||||
msgid "The number of pages containing data (dirty or clean)."
|
||||
msgstr "Število strani, ki vsebujejo podatke (umazane ali čiste)"
|
||||
msgstr "Število strani, ki vsebujejo podatke (umazane ali čiste)."
|
||||
|
||||
#: server_status.php:61
|
||||
msgid "The number of pages currently dirty."
|
||||
@@ -6293,7 +6295,7 @@ msgstr ""
|
||||
|
||||
#: setup/lib/messages.inc.php:22
|
||||
msgid "Key is too short, it should have at least 8 characters"
|
||||
msgstr "Ključ je prekratek, ima naj vsaj 8 znakov."
|
||||
msgstr "Ključ je prekratek, ima naj vsaj 8 znakov"
|
||||
|
||||
#: setup/lib/messages.inc.php:23
|
||||
msgid ""
|
||||
@@ -6404,7 +6406,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Stisne izvoze gzip/bzip2 med izvajanjem, brez večje porabe spomina; če "
|
||||
"naletite na težave z ustvarjenimi datotekami gzip/bzip2, to funkcijo "
|
||||
"onemogočite."
|
||||
"onemogočite"
|
||||
|
||||
#: setup/lib/messages.inc.php:43
|
||||
msgid "Compress on the fly"
|
||||
@@ -6424,11 +6426,11 @@ msgstr "Potrjevanje poizvedb DROP"
|
||||
|
||||
#: setup/lib/messages.inc.php:49
|
||||
msgid "Tab that is displayed when entering a database"
|
||||
msgstr "Zavihek, ki se prikaže ob odprtju podatkovne zbirke"
|
||||
msgstr "Zavihek, ki se prikaže ob odprtju zbirke podatkov"
|
||||
|
||||
#: setup/lib/messages.inc.php:50
|
||||
msgid "Default database tab"
|
||||
msgstr "Privzet zavihek podatkovne zbirke"
|
||||
msgstr "Privzet zavihek zbirke podatkov"
|
||||
|
||||
#: setup/lib/messages.inc.php:51
|
||||
msgid "Tab that is displayed when entering a server"
|
||||
@@ -6538,7 +6540,7 @@ msgstr "Nabor znakov datoteke"
|
||||
|
||||
#: setup/lib/messages.inc.php:82
|
||||
msgid "Database name template"
|
||||
msgstr "Predloga imena podatkovne zbirke"
|
||||
msgstr "Predloga imena zbirke podatkov"
|
||||
|
||||
#: setup/lib/messages.inc.php:83
|
||||
msgid "Server name template"
|
||||
@@ -6705,7 +6707,6 @@ msgid "Signon login options"
|
||||
msgstr "Prijavne možnosti signon"
|
||||
|
||||
#: setup/lib/messages.inc.php:128
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Configure phpMyAdmin database to gain access to additional features, see "
|
||||
#| "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] "
|
||||
@@ -6716,8 +6717,8 @@ msgid ""
|
||||
"in documentation"
|
||||
msgstr ""
|
||||
"Konfigurira zbirko podatkov phpMyAdmin za pridobitev dostopa do dodatnih "
|
||||
"funkcij, glej [a@../Documentation.html#linked-tables]infrastrukturo "
|
||||
"povezanih tabel[/a] v dokumentaciji"
|
||||
"funkcij, glej [a@../Documentation.html#linked-tables]hrambo konfiguracije "
|
||||
"phpMyAdmin[/a] v dokumentaciji"
|
||||
|
||||
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
|
||||
msgid "PMA database"
|
||||
@@ -7057,8 +7058,8 @@ msgid ""
|
||||
"shown."
|
||||
msgstr ""
|
||||
"Število prikazanih vrstic med brskanjem po množici rezultatov. Če množica "
|
||||
"rezultatov vsebuje več vrstic, se prikažeta povezavi "Prejšnja" in "
|
||||
""Naslednja""
|
||||
"rezultatov vsebuje več vrstic, se prikažeta povezavi »Prejšnja« "
|
||||
"in »Naslednja«."
|
||||
|
||||
#: setup/lib/messages.inc.php:202
|
||||
msgid "Maximum number of rows to display"
|
||||
@@ -7622,7 +7623,7 @@ msgid ""
|
||||
"compatibility checks and thereby increases performance"
|
||||
msgstr ""
|
||||
"Onemogočite, če veste, da so vaše tabele pma_* ažurirane. To prepreči "
|
||||
"preverjanja združljivosti in tako poveča zmogljivost."
|
||||
"preverjanja združljivosti in tako poveča zmogljivost"
|
||||
|
||||
#: setup/lib/messages.inc.php:322
|
||||
msgid "Verbose check"
|
||||
@@ -7705,7 +7706,7 @@ msgstr "Pokaži poizvedbe SQL"
|
||||
#: setup/lib/messages.inc.php:340
|
||||
msgid "Allow to display database and table statistics (eg. space usage)"
|
||||
msgstr ""
|
||||
"Dovoli prikaz statistike podatkovne zbirke in tabele (npr. poraba prostora)"
|
||||
"Dovoli prikaz statistike zbirke podatkov in tabele (npr. poraba prostora)"
|
||||
|
||||
#: setup/lib/messages.inc.php:341
|
||||
msgid "Show statistics"
|
||||
@@ -7906,10 +7907,9 @@ msgid "Showing SQL query"
|
||||
msgstr "Prikazovanje poizvedbe SQL"
|
||||
|
||||
#: sql.php:516
|
||||
#, fuzzy
|
||||
#| msgid "Validate SQL"
|
||||
msgid "Validated SQL"
|
||||
msgstr "Preveri pravilnost stavka SQL"
|
||||
msgstr "Preverjen SQL"
|
||||
|
||||
#: sql.php:631
|
||||
#, php-format
|
||||
@@ -8118,20 +8118,18 @@ msgid "Flush the table (FLUSH)"
|
||||
msgstr "Počisti tabelo (FLUSH)"
|
||||
|
||||
#: tbl_operations.php:642
|
||||
#, fuzzy
|
||||
#| msgid "Delete tracking data for this table"
|
||||
msgid "Delete data or table"
|
||||
msgstr "Izbriši podatke sledenja te tabele"
|
||||
msgstr "Izbriši podatke ali tabelo"
|
||||
|
||||
#: tbl_operations.php:657
|
||||
msgid "Empty the table (TRUNCATE)"
|
||||
msgstr ""
|
||||
msgstr "Izprazni tabelo (TRUNCATE)"
|
||||
|
||||
#: tbl_operations.php:675
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Delete the table (DROP)"
|
||||
msgstr "Pojdi v zbirko podatkov"
|
||||
msgstr "Izbriši tabelo (DROP)"
|
||||
|
||||
#: tbl_operations.php:696
|
||||
msgid "Partition maintenance"
|
||||
@@ -8502,66 +8500,3 @@ msgstr "Ime VIEW"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "Preimenuj pogled v"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "Ime tabele"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "Shramba BLOB"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "Omogočeno"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "Onemogoči"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "Poškodovano"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "Popravi"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "Onemogočeno"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "Omogoči"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Ne morem naložiti podaljška [a@http://php.net/%1$s@Documentation][em]%1$s"
|
||||
#~ "[/em][/a]. Prosim, preverite konfiguracijo PHP."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "Ni mogoče naložiti razširitev iconv ali recode, ki so potrebne za "
|
||||
#~ "pretvorbe kodnih tabel. Konfigurirajte PHP tako, da bo omogočal uporabo "
|
||||
#~ "teh razširitev, ali onemogočite pretvarjanje kodnih tabel v phpMyAdmin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Ni mogoče uporabljati funkcij iconv, libiconv ali recode_string, čeprav "
|
||||
#~ "so potrebne razširitve normalno naložene. Preverite vašo konfiguracijo "
|
||||
#~ "PHP."
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "Omogoči pretvarjanje nabora znakov"
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "Privzet nabor znakov uporabljen za pretvorbe"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "Privzet nabor znakov"
|
||||
|
32
po/sq.po
32
po/sq.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: albanian <sq@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Përdor këtë vlerë"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1413,8 +1413,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databazat"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1621,41 +1621,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Vendosja e lidhjes MySQL"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1955,16 +1955,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Mbi limit"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Serveri nuk përgjigjet"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/sr.po
32
po/sr.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: serbian_cyrillic <sr@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Користи ову вредност"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1432,8 +1432,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Базе"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1642,41 +1642,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Сортирање за MySQL везу"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1980,18 +1980,18 @@ msgstr "Може бити приближно. Видите FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Прекорачење"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Конекција за controluser-а, онако како је дефинисана у вашој конфигурацији, "
|
||||
"није успела."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Сервер не одговара"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(или прикључак локалног MySQL сервера није исправно подешен)"
|
||||
|
||||
|
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:27+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: serbian_latin <sr@latin@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Koristi ovu vrednost"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1432,8 +1432,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Baze"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1642,41 +1642,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Sortiranje za MySQL vezu"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1980,18 +1980,18 @@ msgstr "Može biti približno. Vidite FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Prekoračenje"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Konekcija za controluser-a, onako kako je definisana u vašoj konfiguraciji, "
|
||||
"nije uspela."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server ne odgovara"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(ili priključak lokalnog MySQL servera nije ispravno podešen)"
|
||||
|
||||
|
32
po/sv.po
32
po/sv.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:48+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: swedish <sv@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Använd detta värde"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1431,8 +1431,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Databaser"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1646,41 +1646,41 @@ msgstr "Giltig autentiseringsnyckel saknas"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autentisering pågår..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Kollation för MySQL-uppkoppling"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Visa bild"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Spela ljud"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Visa video"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Ladda ner fil"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1986,16 +1986,16 @@ msgstr "Kan vara ungefärligt. Se FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "Outnyttjat"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "Uppkoppling för controluser enligt din konfiguration misslyckades."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Servern svarar inte"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)"
|
||||
|
||||
|
32
po/ta.po
32
po/ta.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
|
||||
"Last-Translator: Sutharshan <sutharshan02@gmail.com>\n"
|
||||
"Language-Team: Tamil <ta@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr ""
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1371,8 +1371,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1578,39 +1578,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1901,16 +1901,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/te.po
32
po/te.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-26 14:20+0200\n"
|
||||
"Last-Translator: <veeven@gmail.com>\n"
|
||||
"Language-Team: Telugu <te@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "ఈ విలువని ఉపయోగించు"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1401,8 +1401,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1605,44 +1605,44 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
# మొదటి అనువాదము
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "పుటని సృష్టించుటలో తప్పిదము జరిగినది"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
# మొదటి అనువాదము
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "చిత్రమును చూపుము"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
# మొదటి అనువాదము
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "వీడియోను చూపుము"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1935,16 +1935,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/th.po
32
po/th.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: thai <th@li.org>\n"
|
||||
@@ -86,7 +86,7 @@ msgid "Use this value"
|
||||
msgstr "ใช้ค่านี้"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1408,8 +1408,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "ฐานข้อมูล"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1612,39 +1612,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1943,16 +1943,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "เกินความจำเป็น"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
368
po/tr.po
368
po/tr.po
@@ -3,16 +3,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-06-21 19:58+0200\n"
|
||||
"Last-Translator: Burak <hitowerdigit@hotmail.com>\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-08-08 22:05+0200\n"
|
||||
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
||||
"Language-Team: turkish <tr@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
"X-Generator: Pootle 2.0.5\n"
|
||||
|
||||
#: browse_foreigners.php:36 browse_foreigners.php:57
|
||||
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510
|
||||
@@ -90,19 +90,17 @@ msgid "Use this value"
|
||||
msgstr "Bu değeri kullan"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
msgstr "Yapılandırılmış blob akış sunucusu yok!"
|
||||
|
||||
#: bs_disp_as_mime_type.php:35
|
||||
#, fuzzy
|
||||
#| msgid "Failed to write file to disk."
|
||||
msgid "Failed to fetch headers"
|
||||
msgstr "Dosyayı diske yazma başarısız."
|
||||
msgstr "Üstbilgileri getirmek başarısız oldu"
|
||||
|
||||
#: bs_disp_as_mime_type.php:41
|
||||
msgid "Failed to open remote URL"
|
||||
msgstr ""
|
||||
msgstr "Uzak URL'yi açma başarısız oldu"
|
||||
|
||||
#: db_create.php:44
|
||||
#, php-format
|
||||
@@ -250,10 +248,8 @@ msgid "and then"
|
||||
msgstr "ve sonra"
|
||||
|
||||
#: db_operations.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Rename database to"
|
||||
msgid "Remove database"
|
||||
msgstr "Veritabanını şuna yeniden adlandır"
|
||||
msgstr "Veritabanını kaldır"
|
||||
|
||||
#: db_operations.php:391
|
||||
#, php-format
|
||||
@@ -261,10 +257,8 @@ msgid "Database %s has been dropped."
|
||||
msgstr "%s veritabanı kaldırıldı."
|
||||
|
||||
#: db_operations.php:396
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Drop the database (DROP)"
|
||||
msgstr "Veritabanına git"
|
||||
msgstr "Veritabanını kaldır (DROP)"
|
||||
|
||||
#: db_operations.php:424
|
||||
msgid "Copy database to"
|
||||
@@ -316,16 +310,13 @@ msgid "Collation"
|
||||
msgstr "Karşılaştırma"
|
||||
|
||||
#: db_operations.php:498 pdf_schema.php:32
|
||||
#, fuzzy, php-format
|
||||
#| msgid ""
|
||||
#| "The additional features for working with linked tables have been "
|
||||
#| "deactivated. To find out why click %shere%s."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
msgstr ""
|
||||
"Bağlı tablolar ile çalışan ilave özellikler etkisizleştirildi. Nedenini "
|
||||
"öğrenmek için %sburaya%s tıklayın."
|
||||
"phpMyAdmin yapılandırma depolaması devre dışı bırakıldı. Nedenini öğrenmek "
|
||||
"için %sburaya%s tıklayın."
|
||||
|
||||
#: db_operations.php:531
|
||||
msgid "Edit PDF Pages"
|
||||
@@ -496,8 +487,7 @@ msgid "Search results for \"<i>%s</i>\" %s:"
|
||||
msgstr "\"<i>%s</i>\" %s için arama sonuçları:"
|
||||
|
||||
#: db_search.php:242
|
||||
#, fuzzy, php-format
|
||||
#| msgid "%s match(es) inside table <i>%s</i>"
|
||||
#, php-format
|
||||
msgid "%s match inside table <i>%s</i>"
|
||||
msgid_plural "%s matches inside table <i>%s</i>"
|
||||
msgstr[0] "%s eşleşme, <i>%s</i> tablosu içinde"
|
||||
@@ -519,8 +509,7 @@ msgid "Delete"
|
||||
msgstr "Sil"
|
||||
|
||||
#: db_search.php:267
|
||||
#, fuzzy, php-format
|
||||
#| msgid "<b>Total:</b> <i>%s</i> match(es)"
|
||||
#, php-format
|
||||
msgid "<b>Total:</b> <i>%s</i> match"
|
||||
msgid_plural "<b>Total:</b> <i>%s</i> matches"
|
||||
msgstr[0] "<b>Toplam:</b> <i>%s</i> eşleşme"
|
||||
@@ -693,7 +682,7 @@ msgstr "Tabloyu incele"
|
||||
#: pmd_pdf.php:81 pmd_pdf.php:106 server_privileges.php:1376
|
||||
#: setup/frames/menu.inc.php:22 tbl_row_action.php:58
|
||||
msgid "Export"
|
||||
msgstr "Dışarı Aktar"
|
||||
msgstr "Dışa Aktar"
|
||||
|
||||
#: db_structure.php:591 libraries/display_pdf_schema.lib.php:44
|
||||
msgid "Data Dictionary"
|
||||
@@ -781,7 +770,7 @@ msgstr "Veritabanı Günlüğü"
|
||||
|
||||
#: export.php:61
|
||||
msgid "Selected export type has to be saved in file!"
|
||||
msgstr "Seçili dışarı aktarma türü dosyaya kaydedilmelidir!"
|
||||
msgstr "Seçili dışa aktarma türü dosyaya kaydedilmelidir!"
|
||||
|
||||
#: export.php:152 export.php:177 export.php:615
|
||||
#, php-format
|
||||
@@ -837,14 +826,13 @@ msgid ""
|
||||
"file size exceeded the maximum size permitted by your PHP configuration. See "
|
||||
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
|
||||
msgstr ""
|
||||
"İçeri aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP "
|
||||
"yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. [a@./"
|
||||
"Documentation.html#faq1_16@Documentation]SSS 1.16[/a]'ya bakın."
|
||||
"İçe aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP "
|
||||
"yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. "
|
||||
"[a@./Documentation.html#faq1_16@Documentation]SSS 1.16[/a]'ya bakın."
|
||||
|
||||
#: import.php:370 libraries/display_import.lib.php:23
|
||||
msgid "Could not load import plugins, please check your installation!"
|
||||
msgstr ""
|
||||
"İçeri aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
|
||||
msgstr "İçe aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
|
||||
|
||||
#: import.php:395
|
||||
msgid "The bookmark has been deleted."
|
||||
@@ -862,15 +850,15 @@ msgstr "İşaretleme %s oluşturuldu"
|
||||
#: import.php:407 import.php:413
|
||||
#, php-format
|
||||
msgid "Import has been successfully finished, %d queries executed."
|
||||
msgstr "İçeri aktarma başarılı olarak bitti, %d sorgu çalıştırıldı."
|
||||
msgstr "İçe aktarma başarılı olarak bitti, %d sorgu çalıştırıldı."
|
||||
|
||||
#: import.php:422
|
||||
msgid ""
|
||||
"Script timeout passed, if you want to finish import, please resubmit same "
|
||||
"file and import will resume."
|
||||
msgstr ""
|
||||
"Küçük program zaman aşımı geçti, eğer içeri aktarmayı bitirmek istiyorsanız, "
|
||||
"lütfen aynı dosyayı yeniden gönderin ve içeri aktarma devam edecektir."
|
||||
"Betik zaman aşımı geçti, eğer içe aktarmayı bitirmek istiyorsanız, lütfen "
|
||||
"aynı dosyayı yeniden gönderin ve içe aktarma devam edecektir."
|
||||
|
||||
#: import.php:424
|
||||
msgid ""
|
||||
@@ -878,7 +866,7 @@ msgid ""
|
||||
"won't be able to finish this import unless you increase php time limits."
|
||||
msgstr ""
|
||||
"Ancak son çalıştırmada hiç veri ayrıştırılmadı, bu genellikle, php zaman "
|
||||
"sınırlarını arttırmadığınız sürece phpMyAdmin'in bu içeri aktarmayı "
|
||||
"sınırlarını arttırmadığınız sürece phpMyAdmin'in bu içe aktarmayı "
|
||||
"biteremeyeceği anlamına gelir."
|
||||
|
||||
#: import_status.php:30 libraries/common.lib.php:660 pdf_schema.php:239
|
||||
@@ -1008,10 +996,8 @@ msgid "Choose column to display"
|
||||
msgstr "Göstermek için sütun seçin"
|
||||
|
||||
#: js/messages.php:66
|
||||
#, fuzzy
|
||||
#| msgid "Generate Password"
|
||||
msgid "Generate password"
|
||||
msgstr "Parola Üret"
|
||||
msgstr "Parola üret"
|
||||
|
||||
#: js/messages.php:67 libraries/replication_gui.lib.php:365
|
||||
msgid "Generate"
|
||||
@@ -1368,8 +1354,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Veritabanları"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1577,44 +1563,42 @@ msgstr "Geçerli kimlik denetimi anahtarı takılı değil"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Kimlik doğrulanıyor..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
msgstr "PBMS hatası"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Sayfa oluşturma başarısız"
|
||||
msgstr "PBMS bağlantısı başarısız:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
msgstr "PBMS, BLOB bilgisi alması başarısız:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
msgstr "BLOB İçerik Türü alma başarısız"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Resmi göster"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Ses çal"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Görüntüyü göster"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Dosyayı indir"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
msgstr "Açılamayan dosya: %s"
|
||||
|
||||
#: libraries/common.inc.php:567
|
||||
msgid ""
|
||||
@@ -1709,10 +1693,8 @@ msgid "MySQL said: "
|
||||
msgstr "MySQL çıktısı: "
|
||||
|
||||
#: libraries/common.lib.php:1129
|
||||
#, fuzzy
|
||||
#| msgid "Could not connect to MySQL server"
|
||||
msgid "Failed to connect to SQL validator!"
|
||||
msgstr "MySQL sunucusuna bağlanamadı"
|
||||
msgstr "SQL onaylayıcısına bağlanma başarısız oldu!"
|
||||
|
||||
#: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
|
||||
msgid "Explain SQL"
|
||||
@@ -1852,7 +1834,7 @@ msgstr "İşlemler"
|
||||
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21
|
||||
#, php-format
|
||||
msgid "The %s extension is missing. Please check your PHP configuration."
|
||||
msgstr ""
|
||||
msgstr "%s uzantısı eksik. Lütfen PHP yapılandırmanızı kontrol edin."
|
||||
|
||||
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21
|
||||
#: libraries/export/sql.php:412
|
||||
@@ -1887,7 +1869,7 @@ msgstr "Tasarımcı"
|
||||
#: libraries/tbl_links.inc.php:89 pmd_pdf.php:81 pmd_pdf.php:107
|
||||
#: setup/frames/menu.inc.php:21
|
||||
msgid "Import"
|
||||
msgstr "İçeri Aktar"
|
||||
msgstr "İçe Aktar"
|
||||
|
||||
#: libraries/db_links.inc.php:93 libraries/server_links.inc.php:65
|
||||
#: server_privileges.php:110 server_privileges.php:1718
|
||||
@@ -1916,18 +1898,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Ek Yük"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"Yapılandırmanız içinde tanımlanmış denetim kullanıcıları için bağlantı "
|
||||
"başarısız."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Sunucu yanıt vermiyor"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(ya da yerel MySQL sunucusunun soketi doğru olarak yapılandırılmadı)"
|
||||
|
||||
@@ -1997,8 +1979,7 @@ msgstr "Sütun sayısı"
|
||||
|
||||
#: libraries/display_export.lib.php:35
|
||||
msgid "Could not load export plugins, please check your installation!"
|
||||
msgstr ""
|
||||
"Dışarı aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
|
||||
msgstr "Dışa aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
|
||||
|
||||
#: libraries/display_export.lib.php:100
|
||||
#, php-format
|
||||
@@ -2110,7 +2091,7 @@ msgstr ""
|
||||
|
||||
#: libraries/display_import.lib.php:125
|
||||
msgid "File to import"
|
||||
msgstr "İçeri aktarmak için dosya"
|
||||
msgstr "İçe aktarmak için dosya"
|
||||
|
||||
#: libraries/display_import.lib.php:136 libraries/sql_query_form.lib.php:484
|
||||
msgid "Location of the text file"
|
||||
@@ -2134,19 +2115,19 @@ msgstr "web sunucusu gönderme dizini"
|
||||
#, php-format
|
||||
msgid "Imported file compression will be automatically detected from: %s"
|
||||
msgstr ""
|
||||
"İçeri aktarılmış dosya sıkıştırması otomatik olarak bu dosya türlerinden "
|
||||
"İçe aktarılmış dosya sıkıştırması otomatik olarak bu dosya türlerinden "
|
||||
"algılanacak: %s"
|
||||
|
||||
#: libraries/display_import.lib.php:218
|
||||
msgid "Partial import"
|
||||
msgstr "Kısmi içeri aktarma"
|
||||
msgstr "Kısmi içe aktarma"
|
||||
|
||||
#: libraries/display_import.lib.php:224
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Previous import timed out, after resubmitting will continue from position %d."
|
||||
msgstr ""
|
||||
"Önceki içeri aktarma zaman aşımına uğradı, sonradan yeniden gönderim %d "
|
||||
"Önceki içe aktarma zaman aşımına uğradı, sonradan yeniden gönderim %d "
|
||||
"konumundan devam edecek."
|
||||
|
||||
#: libraries/display_import.lib.php:231
|
||||
@@ -2155,9 +2136,9 @@ msgid ""
|
||||
"to the PHP timeout limit. This might be good way to import large files, "
|
||||
"however it can break transactions."
|
||||
msgstr ""
|
||||
"Küçük programcığın PHP zaman aşımı sınırına yaklaşıldığını algılaması "
|
||||
"durumunda içeri aktarımı kesmeye izin ver. Bu büyük dosyaların içeri "
|
||||
"aktarımı için iyi bir yol olabilir, ancak hareketleri kesebilir."
|
||||
"Betiğin PHP zaman aşımı sınırına yaklaşıldığını algılaması durumunda içe "
|
||||
"aktarımı kesmeye izin verir. Bu büyük dosyaların içe aktarımı için iyi bir "
|
||||
"yol olabilir, ancak bu işlemleri bozabilir."
|
||||
|
||||
#: libraries/display_import.lib.php:238 setup/lib/messages.inc.php:158
|
||||
msgid "Number of queries to skip from start"
|
||||
@@ -2165,7 +2146,7 @@ msgstr "Başlangıçtan atlanacak sorgu sayısı"
|
||||
|
||||
#: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157
|
||||
msgid "Format of imported file"
|
||||
msgstr "İçeri aktarılmış dosyanın biçimi"
|
||||
msgstr "İçe aktarılmış dosyanın biçimi"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:11
|
||||
msgid "Display PDF schema"
|
||||
@@ -2543,20 +2524,12 @@ msgstr ""
|
||||
"ara bellek miktarı."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:31
|
||||
#, fuzzy
|
||||
#| msgid "Garbage threshold"
|
||||
msgid "Garbage Threshold"
|
||||
msgstr "Artık başı"
|
||||
msgstr "Artık Eşiği"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:32
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The percentage of garbage in a data log file before it is compacted. This "
|
||||
#| "is a value between 1 and 99. The default is 50."
|
||||
msgid "The percentage of garbage in a repository file before it is compacted."
|
||||
msgstr ""
|
||||
"Küçültülmeden önce veri günlük dosyasındaki artık yüzdesi. Bu 1 ile 99 "
|
||||
"arasında bir değerdir. Varsayılan değer 50'dir."
|
||||
msgstr "Ufaltılmadan önce depolama dosyasındaki artık yüzdesidir."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
|
||||
#: server_synchronize.php:1161
|
||||
@@ -2568,10 +2541,12 @@ msgid ""
|
||||
"The port for the PBMS stream-based communications. Setting this value to 0 "
|
||||
"will disable HTTP communication with the daemon."
|
||||
msgstr ""
|
||||
"PBMS akış tabanlı iletişimler için bağlatı noktasıdır. Bu değeri 0'a "
|
||||
"ayarlamak, sunucu programı ile HTTP iletişimini etkisizleştirecektir."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:41
|
||||
msgid "Repository Threshold"
|
||||
msgstr ""
|
||||
msgstr "Depolama Eşiği"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:42
|
||||
msgid ""
|
||||
@@ -2579,22 +2554,26 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"BLOB depolama dosyasının en fazla boyutudur. Değerin birimini belirtmek için "
|
||||
"Kb, MB veya GB kullanabilirsiniz. Birim belirtilmediğinde değer bayt "
|
||||
"farzedilir."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:46
|
||||
msgid "Temp Blob Timeout"
|
||||
msgstr ""
|
||||
msgstr "Geçici Blob Zaman Aşımı"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:47
|
||||
msgid ""
|
||||
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed "
|
||||
"after this time, unless they are referenced by a record in the database."
|
||||
msgstr ""
|
||||
"Geçici BLOB'lar için zaman aşımı süresi saniyedir. Gönderilmiş BLOB verisi "
|
||||
"veritabanındaki kayıt tarafından kaynak gösterilmedikçe bu süreden sonra "
|
||||
"silinir."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:51
|
||||
#, fuzzy
|
||||
#| msgid "Log file threshold"
|
||||
msgid "Temp Log Threshold"
|
||||
msgstr "Günlük dosyası başı"
|
||||
msgstr "Geçici Günlük Eşiği"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:52
|
||||
msgid ""
|
||||
@@ -2602,26 +2581,34 @@ msgid ""
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
"Geçici BLOB günlük dosyasının en fazla boyutudur. Değerin birimini belirtmek "
|
||||
"için Kb, MB veya GB kullanabilirsiniz. Birim belirtilmediğinde değer bayt "
|
||||
"farzedilir."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:56
|
||||
msgid "Max Keep Alive"
|
||||
msgstr ""
|
||||
msgstr "En Fazla Canlı Tutuma"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:57
|
||||
msgid ""
|
||||
"The timeout for inactive connection with the keep-alive flag set. After this "
|
||||
"time the connection will be closed. The time-out is in milliseconds (1/1000)."
|
||||
msgstr ""
|
||||
"Pasif bağlantıyı canlı tutma işareti ayarı için zaman aşımı süresidir. Bu "
|
||||
"süreden sonra bağlantı kapanacaktır. Zaman aşımı süresi milisaniyedir "
|
||||
"(1/1000)."
|
||||
|
||||
#: libraries/engines/pbms.lib.php:61
|
||||
msgid "Metadata Headers"
|
||||
msgstr ""
|
||||
msgstr "Üstveri Üstbilgileri"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:62
|
||||
msgid ""
|
||||
"A \":\" delimited list of metadata headers to be used to initialize the "
|
||||
"pbms_metadata_header table when a database is created."
|
||||
msgstr ""
|
||||
"Veritabanı oluşturulduğunda pbms_metadata_header tablosunu başlatmak için "
|
||||
"kullandığı üstveri üstbilgilerinin \":\" sınırlandırma listesidir."
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:22
|
||||
msgid "Index cache size"
|
||||
@@ -2665,7 +2652,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:37
|
||||
msgid "Log file threshold"
|
||||
msgstr "Günlük dosyası başı"
|
||||
msgstr "Günlük dosyası eşiği"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:38
|
||||
msgid ""
|
||||
@@ -2701,7 +2688,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:52
|
||||
msgid "Data log threshold"
|
||||
msgstr "Veri günlüğü başı"
|
||||
msgstr "Veri günlüğü eşiği"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:53
|
||||
msgid ""
|
||||
@@ -2717,14 +2704,14 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:57
|
||||
msgid "Garbage threshold"
|
||||
msgstr "Artık başı"
|
||||
msgstr "Artık eşiği"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:58
|
||||
msgid ""
|
||||
"The percentage of garbage in a data log file before it is compacted. This is "
|
||||
"a value between 1 and 99. The default is 50."
|
||||
msgstr ""
|
||||
"Küçültülmeden önce veri günlük dosyasındaki artık yüzdesi. Bu 1 ile 99 "
|
||||
"Ufaltılmadan önce veri günlük dosyasındaki artık yüzdesidir. Bu 1 ile 99 "
|
||||
"arasında bir değerdir. Varsayılan değer 50'dir."
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:62
|
||||
@@ -2853,20 +2840,16 @@ msgid "Table structure for table"
|
||||
msgstr "Tablo için tablo yapısı"
|
||||
|
||||
#: libraries/export/latex.php:13
|
||||
#, fuzzy
|
||||
#| msgid "Content of table __TABLE__"
|
||||
msgid "Content of table @TABLE@"
|
||||
msgstr "__TABLE__ tablosunun içeriği"
|
||||
msgstr "@TABLE@ tablosunun içeriği"
|
||||
|
||||
#: libraries/export/latex.php:14
|
||||
msgid "(continued)"
|
||||
msgstr "(devam eden)"
|
||||
|
||||
#: libraries/export/latex.php:15
|
||||
#, fuzzy
|
||||
#| msgid "Structure of table __TABLE__"
|
||||
msgid "Structure of table @TABLE@"
|
||||
msgstr "__TABLE__ tablosunun yapısı"
|
||||
msgstr "@TABLE@ tablosunun yapısı"
|
||||
|
||||
#: libraries/export/latex.php:26
|
||||
msgid "LaTeX"
|
||||
@@ -2959,7 +2942,7 @@ msgstr "Başlık içine özel yorum ekle (\\n satırları böler)"
|
||||
|
||||
#: libraries/export/sql.php:30
|
||||
msgid "Enclose export in a transaction"
|
||||
msgstr "İşlem içinde dışarı aktarmayı kapsa"
|
||||
msgstr "İşlem içinde dışa aktarmayı kapsa"
|
||||
|
||||
#: libraries/export/sql.php:31
|
||||
msgid "Disable foreign key checks"
|
||||
@@ -2967,7 +2950,7 @@ msgstr "Dış anahtar kontrolünü etkisizleştir"
|
||||
|
||||
#: libraries/export/sql.php:49
|
||||
msgid "Database export options"
|
||||
msgstr "Veritabanı dışarı aktarma seçenekleri"
|
||||
msgstr "Veritabanı dışa aktarma seçenekleri"
|
||||
|
||||
#: libraries/export/sql.php:79
|
||||
msgid "Enclose table and column names with backquotes"
|
||||
@@ -3007,11 +2990,11 @@ msgstr "BLOB için onaltılık sistem kullan"
|
||||
|
||||
#: libraries/export/sql.php:119
|
||||
msgid "Export time in UTC"
|
||||
msgstr "UTC olarak zamanı dışarı aktar"
|
||||
msgstr "UTC olarak zamanı dışa aktar"
|
||||
|
||||
#: libraries/export/sql.php:121
|
||||
msgid "Export type"
|
||||
msgstr "Dışarı aktarma türü"
|
||||
msgstr "Dışa aktarma türü"
|
||||
|
||||
#: libraries/export/sql.php:384
|
||||
msgid "Procedures"
|
||||
@@ -3067,31 +3050,31 @@ msgstr "XML"
|
||||
|
||||
#: libraries/export/xml.php:28
|
||||
msgid "Export Structure Schemas (recommended)"
|
||||
msgstr "Yapı Şemalarını dışarı aktar (önerilir)"
|
||||
msgstr "Yapı Şemalarını dışa aktar (önerilir)"
|
||||
|
||||
#: libraries/export/xml.php:30
|
||||
msgid "Export functions"
|
||||
msgstr "İşlevleri dışarı aktar"
|
||||
msgstr "İşlevleri dışa aktar"
|
||||
|
||||
#: libraries/export/xml.php:32
|
||||
msgid "Export procedures"
|
||||
msgstr "İşlemleri dışarı aktar"
|
||||
msgstr "İşlemleri dışa aktar"
|
||||
|
||||
#: libraries/export/xml.php:34
|
||||
msgid "Export tables"
|
||||
msgstr "Tabloları dışarı aktar"
|
||||
msgstr "Tabloları dışa aktar"
|
||||
|
||||
#: libraries/export/xml.php:36
|
||||
msgid "Export triggers"
|
||||
msgstr "Tetikleyicileri dışarı aktar"
|
||||
msgstr "Tetikleyicileri dışa aktar"
|
||||
|
||||
#: libraries/export/xml.php:38
|
||||
msgid "Export views"
|
||||
msgstr "Görünümleri dışarı aktar"
|
||||
msgstr "Görünümleri dışa aktar"
|
||||
|
||||
#: libraries/export/xml.php:44
|
||||
msgid "Export contents"
|
||||
msgstr "İçerikleri dışarı aktar"
|
||||
msgstr "İçerikleri dışa aktar"
|
||||
|
||||
#: libraries/footer.inc.php:180 libraries/footer.inc.php:191
|
||||
#: libraries/footer.inc.php:194
|
||||
@@ -3177,7 +3160,7 @@ msgstr "Sütun adları"
|
||||
#: libraries/import/csv.php:73 libraries/import/csv.php:77
|
||||
#, php-format
|
||||
msgid "Invalid parameter for CSV import: %s"
|
||||
msgstr "CSV girişi için geçersiz parametre: %s"
|
||||
msgstr "CSV içe aktarma için geçersiz parametre: %s"
|
||||
|
||||
#: libraries/import/csv.php:118
|
||||
#, php-format
|
||||
@@ -3213,19 +3196,19 @@ msgstr "YEREL anahtar kelime kullan"
|
||||
|
||||
#: libraries/import/ldi.php:54
|
||||
msgid "This plugin does not support compressed imports!"
|
||||
msgstr "Bu eklenti sıkıştırılmış içeri aktarım dosyalarını desteklemez!"
|
||||
msgstr "Bu eklenti sıkıştırılmış içe aktarım dosyalarını desteklemez!"
|
||||
|
||||
#: libraries/import/ods.php:26
|
||||
msgid "Do not import empty rows"
|
||||
msgstr "Boş sıraları içeri aktarma"
|
||||
msgstr "Boş satırları içe aktarma"
|
||||
|
||||
#: libraries/import/ods.php:27
|
||||
msgid "Import percentages as proper decimals (12.00% to .12)"
|
||||
msgstr "Yüzdeleri doğru ondalık olarak içeri aktar (%12.00'dan .12'ye)"
|
||||
msgstr "Yüzdeleri doğru ondalık olarak içe aktar (%12.00'ı .12'ye)"
|
||||
|
||||
#: libraries/import/ods.php:28
|
||||
msgid "Import currencies ($5.00 to 5.00)"
|
||||
msgstr "Parasalları içeri aktar ($5.00'dan 5.00'a)"
|
||||
msgstr "Parasalları içe aktar ($5.00'ı 5.00'a)"
|
||||
|
||||
#: libraries/import/sql.php:41
|
||||
msgid "Do not use AUTO_INCREMENT for zero values"
|
||||
@@ -3280,7 +3263,7 @@ msgstr "Değişiklik yok"
|
||||
|
||||
#: libraries/mysql_charsets.lib.php:106
|
||||
msgid "Charset"
|
||||
msgstr "Karakter grubu"
|
||||
msgstr "Karakter Grubu"
|
||||
|
||||
#: libraries/mysql_charsets.lib.php:202 libraries/mysql_charsets.lib.php:403
|
||||
#: tbl_change.php:510
|
||||
@@ -3682,7 +3665,7 @@ msgstr "Değişkenler"
|
||||
|
||||
#: libraries/server_links.inc.php:56 test/theme.php:108
|
||||
msgid "Charsets"
|
||||
msgstr "Karakter grupları"
|
||||
msgstr "Karakter Grupları"
|
||||
|
||||
#: libraries/server_links.inc.php:60 test/theme.php:112
|
||||
msgid "Engines"
|
||||
@@ -4390,7 +4373,7 @@ msgstr "Küçüğü/büyüğü değiştir"
|
||||
|
||||
#: pmd_general.php:103
|
||||
msgid "Import/Export coordinates for PDF schema"
|
||||
msgstr "PDF şeması için düzenlemeleri İçeri/Dışarı Aktar"
|
||||
msgstr "PDF şeması için düzenlemeleri içe/dışa aktar"
|
||||
|
||||
#: pmd_general.php:107
|
||||
msgid "Move Menu"
|
||||
@@ -4436,7 +4419,7 @@ msgstr "Sayfa oluşturma başarısız"
|
||||
|
||||
#: pmd_pdf.php:82
|
||||
msgid "Export/Import to scale"
|
||||
msgstr "Ölçeklemek için İçeri/Dışarı Aktar"
|
||||
msgstr "Ölçeklemek için içe/dışa aktar"
|
||||
|
||||
#: pmd_pdf.php:86
|
||||
msgid "recommended"
|
||||
@@ -4448,7 +4431,7 @@ msgstr "sayfadan/sayfaya"
|
||||
|
||||
#: querywindow.php:93
|
||||
msgid "Import files"
|
||||
msgstr "Dosyaları içeri aktar"
|
||||
msgstr "Dosyaları içe aktar"
|
||||
|
||||
#: querywindow.php:104
|
||||
msgid "All"
|
||||
@@ -4641,7 +4624,7 @@ msgstr "Depolanan yordamların yürütülmesine izin verir."
|
||||
#: server_privileges.php:37 server_privileges.php:188
|
||||
#: server_privileges.php:508
|
||||
msgid "Allows importing data from and exporting data into files."
|
||||
msgstr "Verinin içeri ve dışarı aktarılmasına izin verir."
|
||||
msgstr "Verinin içe ve dışa aktarılmasına izin verir."
|
||||
|
||||
#: server_privileges.php:38 server_privileges.php:539
|
||||
msgid ""
|
||||
@@ -6326,8 +6309,8 @@ msgid ""
|
||||
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
|
||||
"import and export operations"
|
||||
msgstr ""
|
||||
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Bzip2]"
|
||||
"bzip2[/a] sıkıştırma etkin"
|
||||
"İçe ve dışa aktarma işlemleri için "
|
||||
"[a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] sıkıştırma etkin"
|
||||
|
||||
#: setup/lib/messages.inc.php:30
|
||||
msgid "Bzip2"
|
||||
@@ -6397,7 +6380,7 @@ msgid ""
|
||||
"Compress gzip/bzip2 exports on the fly without the need for much memory; if "
|
||||
"you encounter problems with created gzip/bzip2 files disable this feature"
|
||||
msgstr ""
|
||||
"Daha fazla belleğe gerek kalmadan gzip/bzip2 dışarı aktarmalarını anında "
|
||||
"Daha fazla belleğe gerek kalmadan gzip/bzip2 dışa aktarmalarını anında "
|
||||
"sıkıştırır; eğer gzip/bzip2 dosyalarını oluşturmada sorunlarla "
|
||||
"karşılaşırsanız bu özelliği etkisizleştirin"
|
||||
|
||||
@@ -6611,29 +6594,27 @@ msgstr "Düzenleme modu"
|
||||
|
||||
#: setup/lib/messages.inc.php:101
|
||||
msgid "Customize default export options"
|
||||
msgstr "Varsayılan dışarı aktarma seçeneklerini özelleştirir"
|
||||
msgstr "Varsayılan dışa aktarma seçeneklerini özelleştirir"
|
||||
|
||||
#: setup/lib/messages.inc.php:102
|
||||
msgid "Export defaults"
|
||||
msgstr "Dışarı aktarma varsayılanları"
|
||||
msgstr "Dışa aktarma varsayılanları"
|
||||
|
||||
#: setup/lib/messages.inc.php:103
|
||||
msgid "Customize default common import options"
|
||||
msgstr "Varsayılan genel içeri aktarma seçeneklerini özelleştirir"
|
||||
msgstr "Varsayılan genel içe aktarma seçeneklerini özelleştirir"
|
||||
|
||||
#: setup/lib/messages.inc.php:104
|
||||
msgid "Import defaults"
|
||||
msgstr "İçeri aktarma varsayılanları"
|
||||
msgstr "İçe aktarma varsayılanları"
|
||||
|
||||
#: setup/lib/messages.inc.php:105
|
||||
msgid "Set import and export directories and compression options"
|
||||
msgstr ""
|
||||
"İçeri aktarma ve dışarı aktarma dizinlerini ve sıkıştırma seçeneklerini "
|
||||
"ayarlar"
|
||||
msgstr "İçe ve dışa aktarma dizinlerini ve sıkıştırma seçeneklerini ayarlar"
|
||||
|
||||
#: setup/lib/messages.inc.php:106
|
||||
msgid "Import / export"
|
||||
msgstr "İçeri Aktar / Dışarı Aktar"
|
||||
msgstr "İçe Aktar / Dışa Aktar"
|
||||
|
||||
#: setup/lib/messages.inc.php:108
|
||||
msgid "Databases display options"
|
||||
@@ -6704,19 +6685,14 @@ msgid "Signon login options"
|
||||
msgstr "Oturum açma seçenekleri"
|
||||
|
||||
#: setup/lib/messages.inc.php:128
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Configure phpMyAdmin database to gain access to additional features, see "
|
||||
#| "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] "
|
||||
#| "in documentation"
|
||||
msgid ""
|
||||
"Configure phpMyAdmin database to gain access to additional features, see "
|
||||
"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
|
||||
"in documentation"
|
||||
msgstr ""
|
||||
"İlave özelliklere erişim kazanmak için phpMyAdmin veritabanını yapılandırır, "
|
||||
"belgelerde [a@../Documentation.html#linked-tables]bağlantılı tablolar "
|
||||
"altyapısına[/a] bakın"
|
||||
"belgelerde [a@../Documentation.html#linked-tables]phpMyAdmin yapılandırma "
|
||||
"depolama[/a] kısmına bakın"
|
||||
|
||||
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
|
||||
msgid "PMA database"
|
||||
@@ -6738,11 +6714,11 @@ msgstr "Özelleştirme"
|
||||
|
||||
#: setup/lib/messages.inc.php:133
|
||||
msgid "Customize export options"
|
||||
msgstr "Dışarı aktarma seçeneklerini özelleştir"
|
||||
msgstr "Dışa aktarma seçeneklerini özelleştir"
|
||||
|
||||
#: setup/lib/messages.inc.php:135
|
||||
msgid "Customize import defaults"
|
||||
msgstr "İçeri aktarma varsayılanlarını özelleştir"
|
||||
msgstr "İçe aktarma varsayılanlarını özelleştir"
|
||||
|
||||
#: setup/lib/messages.inc.php:136
|
||||
msgid "Customize navigation frame"
|
||||
@@ -6793,8 +6769,8 @@ msgid ""
|
||||
"Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import "
|
||||
"and export operations"
|
||||
msgstr ""
|
||||
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Gzip]"
|
||||
"gzip[/a] sıkıştırma etkin"
|
||||
"İçe ve dışa aktarma işlemleri için "
|
||||
"[a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] sıkıştırma etkin"
|
||||
|
||||
#: setup/lib/messages.inc.php:147
|
||||
msgid "GZip"
|
||||
@@ -6836,13 +6812,13 @@ msgid ""
|
||||
"This might be good way to import large files, however it can break "
|
||||
"transactions."
|
||||
msgstr ""
|
||||
"İçeri aktarmayı yarıda kesmeye izin verildiği takdirde betik, kapatma zaman "
|
||||
"sınırını saptar. Bu büyük dosyaları içeri aktarmak için iyi bir yol "
|
||||
"Betiğin zaman sınırına yaklaşıldığını algılaması durumunda içe aktarımı "
|
||||
"kesmeye izin verir. Bu büyük dosyaları içe aktarmak için iyi bir yol "
|
||||
"olabilir, ancak bu işlemleri bozabilir."
|
||||
|
||||
#: setup/lib/messages.inc.php:155
|
||||
msgid "Partial import: allow interrupt"
|
||||
msgstr "Kısmi içeri aktarma: yarıda kesmeye izin ver"
|
||||
msgstr "Kısmi içe aktarma: yarıda kesmeye izin ver"
|
||||
|
||||
#: setup/lib/messages.inc.php:156
|
||||
msgid ""
|
||||
@@ -6854,7 +6830,7 @@ msgstr ""
|
||||
|
||||
#: setup/lib/messages.inc.php:159
|
||||
msgid "Partial import: skip queries"
|
||||
msgstr "Kısmi içeri aktarma: sorguları atla"
|
||||
msgstr "Kısmi içe aktarma: sorguları atla"
|
||||
|
||||
#: setup/lib/messages.inc.php:160
|
||||
msgid "Insecure connection"
|
||||
@@ -7178,7 +7154,7 @@ msgstr "Hatalı alanları varsayılan değerlerine döndürmeyi dene"
|
||||
|
||||
#: setup/lib/messages.inc.php:233
|
||||
msgid "Directory where exports can be saved on server"
|
||||
msgstr "Dışarı aktarmaların sunucu üzerinde kaydedilebileceği dizin"
|
||||
msgstr "Dışa aktarmaların sunucu üzerinde kaydedilebileceği dizin"
|
||||
|
||||
#: setup/lib/messages.inc.php:234
|
||||
msgid "Save directory"
|
||||
@@ -7801,8 +7777,7 @@ msgstr "IP İzin Verme/Reddetme için güvenilir proksi listesi"
|
||||
|
||||
#: setup/lib/messages.inc.php:359
|
||||
msgid "Directory on server where you can upload files for import"
|
||||
msgstr ""
|
||||
"İçeri aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin"
|
||||
msgstr "İçe aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin"
|
||||
|
||||
#: setup/lib/messages.inc.php:360
|
||||
msgid "Upload directory"
|
||||
@@ -7881,8 +7856,8 @@ msgid ""
|
||||
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
|
||||
"for import and export operations"
|
||||
msgstr ""
|
||||
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_"
|
||||
"(file_format)]ZIP[/a] sıkıştırma etkin"
|
||||
"İçe ve dışa aktarma işlemleri için "
|
||||
"[a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] sıkıştırma etkin"
|
||||
|
||||
#: setup/lib/messages.inc.php:376
|
||||
#, php-format
|
||||
@@ -7920,10 +7895,8 @@ msgid "Showing SQL query"
|
||||
msgstr "SQL sorgusu gösteriliyor"
|
||||
|
||||
#: sql.php:516
|
||||
#, fuzzy
|
||||
#| msgid "Validate SQL"
|
||||
msgid "Validated SQL"
|
||||
msgstr "SQL'i onayla"
|
||||
msgstr "Oanylı SQL"
|
||||
|
||||
#: sql.php:631
|
||||
#, php-format
|
||||
@@ -8134,20 +8107,16 @@ msgid "Flush the table (FLUSH)"
|
||||
msgstr "Tabloyu temizle (FLUSH)"
|
||||
|
||||
#: tbl_operations.php:642
|
||||
#, fuzzy
|
||||
#| msgid "Delete tracking data for this table"
|
||||
msgid "Delete data or table"
|
||||
msgstr "Bu tabloyu izleme verisini sil"
|
||||
msgstr "Tabloyu veya veriyi sil"
|
||||
|
||||
#: tbl_operations.php:657
|
||||
msgid "Empty the table (TRUNCATE)"
|
||||
msgstr ""
|
||||
msgstr "Tabloyu boşalt (TRUNCATE)"
|
||||
|
||||
#: tbl_operations.php:675
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Delete the table (DROP)"
|
||||
msgstr "Veritabanına git"
|
||||
msgstr "Tabloyu sil (DROP)"
|
||||
|
||||
#: tbl_operations.php:696
|
||||
msgid "Partition maintenance"
|
||||
@@ -8374,7 +8343,7 @@ msgstr "Eğer ihtiyacınız yoksa bu iki satırı yorum dışı bırakın."
|
||||
#: tbl_tracking.php:225
|
||||
msgid "SQL statements exported. Please copy the dump or execute it."
|
||||
msgstr ""
|
||||
"SQL ifadeleri dışarı aktarıldı. Lütfen yığını kopyalayın ya da çalıştırın."
|
||||
"SQL ifadeleri dışa aktarıldı. Lütfen yığını kopyalayın ya da çalıştırın."
|
||||
|
||||
#: tbl_tracking.php:245 tbl_tracking.php:373
|
||||
msgid "Close"
|
||||
@@ -8430,7 +8399,7 @@ msgstr "SQL çalıştırma"
|
||||
#: tbl_tracking.php:515
|
||||
#, php-format
|
||||
msgid "Export as %s"
|
||||
msgstr "%s olarak dışarı aktar"
|
||||
msgstr "%s olarak dışa aktar"
|
||||
|
||||
#: tbl_tracking.php:555
|
||||
msgid "Show versions"
|
||||
@@ -8522,66 +8491,3 @@ msgstr "GÖRÜNÜM adı"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "Görünümü yeniden şuna adlandır"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "Tablo adı"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "BLOB Havuzu"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "Etkinleştirildi"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "Etkisiz"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "Hasarlı"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "Onar"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "Etkisizleştirildi"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "Etkin"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] uzantısı "
|
||||
#~ "yüklenemiyor. Lütfen PHP yapılandırmanızı kontrol edin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "Karakter grubu dönüşümü için gerekli olan iconv veya recode uzantıları "
|
||||
#~ "yüklenemedi. Ya PHP'yi bu uzantıları etkinleştirmek için yapılandırın ya "
|
||||
#~ "da phpMyAdmin içinde karakter grubu dönüşümünü etkisizleştirin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "Gerekli uzantılar yüklenmiş görünmesine rağmen, ne iconv, ne libinconv, "
|
||||
#~ "ne de recode_string işlevi kullanılamadı. PHP yapılandırmanızı kontrol "
|
||||
#~ "edin."
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "Karakter grubu dönüştürmeye izin ver"
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "Dönüştürmeler için kullanılan varsayılan karakter grubu"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "Varsayılan karakter grubu"
|
||||
|
32
po/tt.po
32
po/tt.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:25+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: tatarish <tt@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Bu bäyä belän"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1411,8 +1411,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Biremleklär"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1619,41 +1619,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL-totaşunıñ tezü cayı"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1957,16 +1957,16 @@ msgstr "Törle buluı bar. YBS 3.11 qarísı"
|
||||
msgid "Overhead"
|
||||
msgstr "Overhead"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Bu server endäşmi"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(yä cirle MySQL-server soketı döres köylänmägän ide)"
|
||||
|
||||
|
208
po/ug.po
208
po/ug.po
@@ -6,9 +6,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-07-29 07:51+0200\n"
|
||||
"Last-Translator: <ablat7ihlim@yahoo.com.cn>\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-30 11:41+0200\n"
|
||||
"Last-Translator: <gheni@yahoo.cn>\n"
|
||||
"Language-Team: Uyghur <ug@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -92,7 +92,7 @@ msgid "Use this value"
|
||||
msgstr "مۇشۇ قىممەتنى ئىشلىتىش"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr "No blob streaming server configured!"
|
||||
|
||||
@@ -1350,8 +1350,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "ساندان"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1555,39 +1555,39 @@ msgstr "No valid authentication key plugged"
|
||||
msgid "Authenticating..."
|
||||
msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "رەسىمنى كۆرۈش"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "ئاۋاز قۇيۇش"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "سىن قۇيۇش"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "ھۆججەت چۈشۈرۈش"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1885,16 +1885,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "ئېغىر يۈك"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "تەڭشەك ھۆججىتى ئىچىدىكى ئىشلەنكۈچى ئۇلۈنما كونتىرولى مەغلۇب بولدى."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "مۇلازىمىتېردا ئىنكاس يوق"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(يەرلىك MySQL مۇلازىمىتېرى توغرا تەڭشەلمىگەن)"
|
||||
|
||||
@@ -1951,7 +1951,7 @@ msgstr "ھوقۇقسىز"
|
||||
|
||||
#: libraries/display_create_table.lib.php:40
|
||||
msgid "Table must have at least one column."
|
||||
msgstr ""
|
||||
msgstr "سانلىق مەلۇمات جەدېۋىلىدە ئەڭ ئاز بولغاندا بىر خەت بۇلۇش كىرەك"
|
||||
|
||||
#: libraries/display_create_table.lib.php:47
|
||||
#, php-format
|
||||
@@ -1977,20 +1977,20 @@ msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:118 setup/lib/messages.inc.php:79
|
||||
msgid "Save as file"
|
||||
msgstr ""
|
||||
msgstr "ھۆججەتنى باشقا ساقلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:127
|
||||
#, php-format
|
||||
msgid "Save on server in %s directory"
|
||||
msgstr ""
|
||||
msgstr "مۇلازىمىتېرنىڭ %s مۇندەرىجىسىدە ساقلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:135 setup/lib/messages.inc.php:87
|
||||
msgid "Overwrite existing file(s)"
|
||||
msgstr ""
|
||||
msgstr "مەۋجۇت ھۆججەت ئۈستىدىن يېزىش"
|
||||
|
||||
#: libraries/display_export.lib.php:141
|
||||
msgid "File name template"
|
||||
msgstr ""
|
||||
msgstr "ھۆججەت ئېتى ئەندىزىسى"
|
||||
|
||||
#: libraries/display_export.lib.php:145
|
||||
msgid "server name"
|
||||
@@ -2014,40 +2014,40 @@ msgstr ""
|
||||
|
||||
#: libraries/display_export.lib.php:196
|
||||
msgid "remember template"
|
||||
msgstr ""
|
||||
msgstr "ئەستە ساقلاش قېلىپى"
|
||||
|
||||
#: libraries/display_export.lib.php:204 libraries/display_import.lib.php:177
|
||||
#: libraries/display_import.lib.php:190 libraries/sql_query_form.lib.php:509
|
||||
msgid "Character set of the file:"
|
||||
msgstr ""
|
||||
msgstr "ھۆججەتنىڭ ھەرىپ-بەلگە توپلىمى"
|
||||
|
||||
#: libraries/display_export.lib.php:229 setup/lib/messages.inc.php:81
|
||||
msgid "Compression"
|
||||
msgstr ""
|
||||
msgstr "پىرىسلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:234 libraries/display_import.lib.php:196
|
||||
#: libraries/display_import.lib.php:209 libraries/display_tbl.lib.php:528
|
||||
#: libraries/export/sql.php:865 libraries/tbl_properties.inc.php:573
|
||||
#: server_privileges.php:1871 server_processlist.php:74
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "يوق"
|
||||
|
||||
#: libraries/display_export.lib.php:241
|
||||
msgid "\"zipped\""
|
||||
msgstr ""
|
||||
msgstr "zipپىرىسلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:247
|
||||
msgid "\"gzipped\""
|
||||
msgstr ""
|
||||
msgstr "gzipپىرىسلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:253
|
||||
msgid "\"bzipped\""
|
||||
msgstr ""
|
||||
msgstr "bzip پىرىسلاش"
|
||||
|
||||
#: libraries/display_export.lib.php:268 libraries/export/sql.php:42
|
||||
#: libraries/import/sql.php:31
|
||||
msgid "SQL compatibility mode"
|
||||
msgstr ""
|
||||
msgstr "SQLئۆز ئىچىگە ئالغان شەكلى"
|
||||
|
||||
#: libraries/display_import.lib.php:66
|
||||
msgid ""
|
||||
@@ -2058,50 +2058,52 @@ msgstr ""
|
||||
|
||||
#: libraries/display_import.lib.php:76
|
||||
msgid "The file is being processed, please be patient."
|
||||
msgstr ""
|
||||
msgstr "بىتەرەپ قىلىنىۋاتىدۇ، ساقلاڭ"
|
||||
|
||||
#: libraries/display_import.lib.php:98
|
||||
msgid ""
|
||||
"Please be patient, the file is being uploaded. Details about the upload are "
|
||||
"not available."
|
||||
msgstr ""
|
||||
msgstr "يوللىنىۋاتىدۇ،تەپسىلىي ئۇچۇرى يوق،ساقلاڭ"
|
||||
|
||||
#: libraries/display_import.lib.php:125
|
||||
msgid "File to import"
|
||||
msgstr ""
|
||||
msgstr "ئەكىرىشكە تىگىشلىك ھۆججەت"
|
||||
|
||||
#: libraries/display_import.lib.php:136 libraries/sql_query_form.lib.php:484
|
||||
msgid "Location of the text file"
|
||||
msgstr ""
|
||||
msgstr "يىزىق ھۆججەتنىڭ ئورنى"
|
||||
|
||||
#: libraries/display_import.lib.php:147
|
||||
msgid "File uploads are not allowed on this server."
|
||||
msgstr ""
|
||||
msgstr "مۇلازىمىتىرنىڭ ھۆججەت چىقىرىشىنى چەكلەندى"
|
||||
|
||||
#: libraries/display_import.lib.php:162 libraries/sql_query_form.lib.php:493
|
||||
#: tbl_change.php:922
|
||||
msgid "The directory you set for upload work cannot be reached"
|
||||
msgstr ""
|
||||
msgstr "كۆرسىتىلگەن مۇندەرىجىگە يۈكلىيەلمىدى"
|
||||
|
||||
#: libraries/display_import.lib.php:165 libraries/sql_query_form.lib.php:496
|
||||
#: tbl_change.php:925
|
||||
msgid "web server upload directory"
|
||||
msgstr ""
|
||||
msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى"
|
||||
|
||||
#: libraries/display_import.lib.php:211
|
||||
#, php-format
|
||||
msgid "Imported file compression will be automatically detected from: %s"
|
||||
msgstr ""
|
||||
msgstr "ئاپتۇماتىك پەرىق ئىتەلەيدىغان پىرىس ھۆججەت تىپلىرى: %s"
|
||||
|
||||
#: libraries/display_import.lib.php:218
|
||||
msgid "Partial import"
|
||||
msgstr ""
|
||||
msgstr "بۆلۈپ كىرگۈزىش"
|
||||
|
||||
#: libraries/display_import.lib.php:224
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Previous import timed out, after resubmitting will continue from position %d."
|
||||
msgstr ""
|
||||
"ئالدىنقى قېتىملىق مەشغۇلاتنىڭ ۋاقتى ئېشىپ كەتتى، %d دىن باشلاپ قايتىدىن "
|
||||
"تاپشۇرۇڭ."
|
||||
|
||||
#: libraries/display_import.lib.php:231
|
||||
msgid ""
|
||||
@@ -2116,11 +2118,11 @@ msgstr ""
|
||||
|
||||
#: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157
|
||||
msgid "Format of imported file"
|
||||
msgstr ""
|
||||
msgstr "كىرگۈزگەن ھۆججەت شەكلى"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:11
|
||||
msgid "Display PDF schema"
|
||||
msgstr ""
|
||||
msgstr "PDF تىزىىسىنى كۆرسىتىش"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:33
|
||||
msgid "Show grid"
|
||||
@@ -2128,11 +2130,11 @@ msgstr ""
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:36
|
||||
msgid "Show color"
|
||||
msgstr ""
|
||||
msgstr "رەڭنى كۆرسىتىش"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:38
|
||||
msgid "Show dimension of tables"
|
||||
msgstr ""
|
||||
msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:41
|
||||
msgid "Display all tables with the same width"
|
||||
@@ -2140,33 +2142,33 @@ msgstr ""
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:46
|
||||
msgid "Only show keys"
|
||||
msgstr ""
|
||||
msgstr "پەقەت كونوپكىنى كورسىتىش"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:48
|
||||
msgid "Data Dictionary Format"
|
||||
msgstr ""
|
||||
msgstr "سانلىق مەلۇمات لوغەت شەكلى"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:50
|
||||
msgid "Landscape"
|
||||
msgstr ""
|
||||
msgstr "توغرا يۈنىلىشتە"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:51
|
||||
msgid "Portrait"
|
||||
msgstr ""
|
||||
msgstr "بوي يۈنىلىشتە"
|
||||
|
||||
#: libraries/display_pdf_schema.lib.php:54
|
||||
msgid "Paper size"
|
||||
msgstr ""
|
||||
msgstr "قەغەزنىڭ چوڭ-كىچىكلىكى"
|
||||
|
||||
#: libraries/display_select_lang.lib.php:44
|
||||
#: libraries/display_select_lang.lib.php:45 setup/frames/index.inc.php:70
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
msgstr "تىلى"
|
||||
|
||||
#: libraries/display_tbl.lib.php:302
|
||||
#, php-format
|
||||
msgid "%d is not valid row number."
|
||||
msgstr ""
|
||||
msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس"
|
||||
|
||||
#: libraries/display_tbl.lib.php:308
|
||||
msgid "row(s) starting from row #"
|
||||
@@ -2276,7 +2278,7 @@ msgstr ""
|
||||
|
||||
#: libraries/display_tbl.lib.php:1920
|
||||
msgid "total"
|
||||
msgstr ""
|
||||
msgstr "ئۇمۇمىي"
|
||||
|
||||
#: libraries/display_tbl.lib.php:1928 sql.php:522
|
||||
#, php-format
|
||||
@@ -2287,7 +2289,7 @@ msgstr ""
|
||||
#: querywindow.php:114 querywindow.php:118 querywindow.php:121
|
||||
#: tbl_structure.php:23 tbl_structure.php:148 tbl_structure.php:467
|
||||
msgid "Change"
|
||||
msgstr ""
|
||||
msgstr "ئۆزگەرتتىش"
|
||||
|
||||
#: libraries/display_tbl.lib.php:2117
|
||||
msgid "Query results operations"
|
||||
@@ -2295,11 +2297,11 @@ msgstr ""
|
||||
|
||||
#: libraries/display_tbl.lib.php:2145
|
||||
msgid "Print view (with full texts)"
|
||||
msgstr ""
|
||||
msgstr "بېسىپ چىقىرش كۈرۈلمىسى"
|
||||
|
||||
#: libraries/display_tbl.lib.php:2318
|
||||
msgid "Link not found"
|
||||
msgstr ""
|
||||
msgstr "ئۇلىنىشنى تاپالمىدى"
|
||||
|
||||
#: libraries/engines/bdb.lib.php:20 main.php:227
|
||||
msgid "Version information"
|
||||
@@ -2353,35 +2355,35 @@ msgstr ""
|
||||
#: server_databases.php:302 server_status.php:524 server_status.php:585
|
||||
#: server_status.php:606 tbl_printview.php:348 tbl_structure.php:693
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
msgstr "يىغىندىسى"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:171
|
||||
msgid "pages"
|
||||
msgstr ""
|
||||
msgstr "بەت سانى"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:180
|
||||
msgid "Free pages"
|
||||
msgstr ""
|
||||
msgstr "ئاق(قۇرۇق)بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:186
|
||||
msgid "Dirty pages"
|
||||
msgstr ""
|
||||
msgstr "كىرەكسىز(مەينەت)بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:192
|
||||
msgid "Pages containing data"
|
||||
msgstr ""
|
||||
msgstr "قۇرۇق ئەمەس بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:198
|
||||
msgid "Pages to be flushed"
|
||||
msgstr ""
|
||||
msgstr "يىڭىلايدىغان بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:204
|
||||
msgid "Busy pages"
|
||||
msgstr ""
|
||||
msgstr "يۈك بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:213
|
||||
msgid "Latched pages"
|
||||
msgstr ""
|
||||
msgstr "قۇلۇپلانغان بەت"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:224
|
||||
msgid "Buffer Pool Activity"
|
||||
@@ -2389,11 +2391,11 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/innodb.lib.php:228
|
||||
msgid "Read requests"
|
||||
msgstr ""
|
||||
msgstr "ئۇقۇش تەلىپى"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:234
|
||||
msgid "Write requests"
|
||||
msgstr ""
|
||||
msgstr "يېزىش تەلىپى"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:240
|
||||
msgid "Read misses"
|
||||
@@ -2401,7 +2403,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/innodb.lib.php:246
|
||||
msgid "Write waits"
|
||||
msgstr ""
|
||||
msgstr "يېزىشنى كۈتۈۋاتقان سانى"
|
||||
|
||||
#: libraries/engines/innodb.lib.php:252
|
||||
msgid "Read misses in %"
|
||||
@@ -2413,7 +2415,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/myisam.lib.php:22
|
||||
msgid "Data pointer size"
|
||||
msgstr ""
|
||||
msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىكلىكى"
|
||||
|
||||
#: libraries/engines/myisam.lib.php:23
|
||||
msgid ""
|
||||
@@ -2423,7 +2425,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/myisam.lib.php:27
|
||||
msgid "Automatic recovery mode"
|
||||
msgstr ""
|
||||
msgstr "ئاپتۇماتىك ئەسلىگە كەلتۈرۈش شەكلى"
|
||||
|
||||
#: libraries/engines/myisam.lib.php:28
|
||||
msgid ""
|
||||
@@ -2455,7 +2457,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/myisam.lib.php:41
|
||||
msgid "Repair threads"
|
||||
msgstr ""
|
||||
msgstr "ئەسلىگە كەلتۈرۈش يۇلى"
|
||||
|
||||
#: libraries/engines/myisam.lib.php:42
|
||||
msgid ""
|
||||
@@ -2484,7 +2486,7 @@ msgstr ""
|
||||
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
|
||||
#: server_synchronize.php:1161
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
msgstr "ئېغىز"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:37
|
||||
msgid ""
|
||||
@@ -2640,7 +2642,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:67
|
||||
msgid "Data file grow size"
|
||||
msgstr ""
|
||||
msgstr "سانلىق مەلۇمات ھۆججىتىنىڭ ئېشىش چوڭ-كىچىكلىكى"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:68
|
||||
msgid "The grow size of the handle data (.xtd) files."
|
||||
@@ -2656,7 +2658,7 @@ msgstr ""
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:77
|
||||
msgid "Log file count"
|
||||
msgstr ""
|
||||
msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى"
|
||||
|
||||
#: libraries/engines/pbxt.lib.php:78
|
||||
msgid ""
|
||||
@@ -2669,31 +2671,31 @@ msgstr ""
|
||||
#: libraries/export/codegen.php:36 setup/lib/messages.inc.php:85
|
||||
#: tbl_printview.php:373 tbl_structure.php:734
|
||||
msgid "Format"
|
||||
msgstr ""
|
||||
msgstr "فورماتلاش"
|
||||
|
||||
#: libraries/export/csv.php:16 libraries/import/csv.php:21
|
||||
msgid "CSV"
|
||||
msgstr ""
|
||||
msgstr "CSV"
|
||||
|
||||
#: libraries/export/csv.php:20 libraries/import/csv.php:26
|
||||
#: libraries/import/csv.php:58 libraries/import/ldi.php:39
|
||||
msgid "Columns terminated by"
|
||||
msgstr ""
|
||||
msgstr "خەت ئايرىش بەلگىسى"
|
||||
|
||||
#: libraries/export/csv.php:21 libraries/import/csv.php:27
|
||||
#: libraries/import/csv.php:70 libraries/import/ldi.php:40
|
||||
msgid "Columns enclosed by"
|
||||
msgstr ""
|
||||
msgstr "مەزمۇن ئايرىش بەلگىسى"
|
||||
|
||||
#: libraries/export/csv.php:22 libraries/import/csv.php:28
|
||||
#: libraries/import/csv.php:74 libraries/import/ldi.php:41
|
||||
msgid "Columns escaped by"
|
||||
msgstr ""
|
||||
msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى"
|
||||
|
||||
#: libraries/export/csv.php:23 libraries/import/csv.php:29
|
||||
#: libraries/import/csv.php:78 libraries/import/ldi.php:42
|
||||
msgid "Lines terminated by"
|
||||
msgstr ""
|
||||
msgstr "قۇر ئالماشۇرۇش بەلگىسى"
|
||||
|
||||
#: libraries/export/csv.php:24 libraries/export/excel.php:21
|
||||
#: libraries/export/htmlword.php:24 libraries/export/latex.php:69
|
||||
@@ -2701,7 +2703,7 @@ msgstr ""
|
||||
#: libraries/export/texytext.php:31 libraries/export/xls.php:22
|
||||
#: libraries/export/xlsx.php:22
|
||||
msgid "Replace NULL by"
|
||||
msgstr ""
|
||||
msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL "
|
||||
|
||||
#: libraries/export/csv.php:25 libraries/export/excel.php:22
|
||||
msgid "Remove CRLF characters within columns"
|
||||
@@ -2717,15 +2719,15 @@ msgstr ""
|
||||
|
||||
#: libraries/export/excel.php:17
|
||||
msgid "CSV for MS Excel"
|
||||
msgstr ""
|
||||
msgstr "MS Excel دىكى CSVشەكلى"
|
||||
|
||||
#: libraries/export/excel.php:31
|
||||
msgid "Excel edition"
|
||||
msgstr ""
|
||||
msgstr "Excel نۇسخىسى"
|
||||
|
||||
#: libraries/export/htmlword.php:17
|
||||
msgid "Microsoft Word 2000"
|
||||
msgstr ""
|
||||
msgstr "Microsoft Word 2000"
|
||||
|
||||
#: libraries/export/htmlword.php:23 libraries/export/latex.php:59
|
||||
#: libraries/export/latex.php:205 libraries/export/odt.php:47
|
||||
@@ -2734,17 +2736,17 @@ msgstr ""
|
||||
#: server_privileges.php:575 server_replication.php:314 tbl_printview.php:314
|
||||
#: tbl_structure.php:662
|
||||
msgid "Data"
|
||||
msgstr ""
|
||||
msgstr "سانلىق مەلۇمات"
|
||||
|
||||
#: libraries/export/htmlword.php:131 libraries/export/odt.php:167
|
||||
#: libraries/export/sql.php:878 libraries/export/texytext.php:130
|
||||
msgid "Dumping data for table"
|
||||
msgstr ""
|
||||
msgstr "ئايلاندۇرۇپ ساقلاش جەدىۋېلىدىكى سانلىق مەلۇمات"
|
||||
|
||||
#: libraries/export/htmlword.php:184 libraries/export/odt.php:237
|
||||
#: libraries/export/sql.php:782 libraries/export/texytext.php:177
|
||||
msgid "Table structure for table"
|
||||
msgstr ""
|
||||
msgstr "جەدېۋەلنىڭ تۈزىلىشى"
|
||||
|
||||
#: libraries/export/latex.php:13
|
||||
msgid "Content of table @TABLE@"
|
||||
@@ -2752,7 +2754,7 @@ msgstr ""
|
||||
|
||||
#: libraries/export/latex.php:14
|
||||
msgid "(continued)"
|
||||
msgstr ""
|
||||
msgstr "داۋاملاشتۇرلىدىغان"
|
||||
|
||||
#: libraries/export/latex.php:15
|
||||
#, fuzzy
|
||||
@@ -2762,34 +2764,34 @@ msgstr "تۈزىلىشىنىلا"
|
||||
|
||||
#: libraries/export/latex.php:26
|
||||
msgid "LaTeX"
|
||||
msgstr ""
|
||||
msgstr "LaTeX"
|
||||
|
||||
#: libraries/export/latex.php:30
|
||||
msgid "Include table caption"
|
||||
msgstr ""
|
||||
msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى"
|
||||
|
||||
#: libraries/export/latex.php:39 libraries/export/latex.php:63
|
||||
msgid "Table caption"
|
||||
msgstr ""
|
||||
msgstr "جەدېۋەلنىڭ تىمىسى"
|
||||
|
||||
#: libraries/export/latex.php:41 libraries/export/latex.php:65
|
||||
msgid "Continued table caption"
|
||||
msgstr ""
|
||||
msgstr "داۋاملاشتۇرىدىغان جەدېۋەلنىڭ تىمىسى"
|
||||
|
||||
#: libraries/export/latex.php:43 libraries/export/latex.php:67
|
||||
msgid "Label key"
|
||||
msgstr ""
|
||||
msgstr "ئاچقۇچلۇق ئېمزا"
|
||||
|
||||
#: libraries/export/latex.php:46 libraries/export/odt.php:34
|
||||
#: libraries/export/sql.php:90 tbl_relation.php:396
|
||||
msgid "Relations"
|
||||
msgstr ""
|
||||
msgstr "مۇناسىۋىتى"
|
||||
|
||||
#: libraries/export/latex.php:52 libraries/export/odt.php:40
|
||||
#: libraries/export/odt.php:317 libraries/export/sql.php:94
|
||||
#: libraries/tbl_properties.inc.php:141
|
||||
msgid "MIME type"
|
||||
msgstr ""
|
||||
msgstr "MIMEشەكلى"
|
||||
|
||||
#: libraries/export/latex.php:129 libraries/export/sql.php:230
|
||||
#: libraries/export/xml.php:101 libraries/header_printview.inc.php:56
|
||||
@@ -2800,38 +2802,38 @@ msgstr ""
|
||||
#: server_privileges.php:1533 server_privileges.php:2065
|
||||
#: server_processlist.php:54 server_synchronize.php:1157
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
msgstr "ئاساسىي ماشىنا"
|
||||
|
||||
#: libraries/export/latex.php:134 libraries/export/sql.php:231
|
||||
#: libraries/export/xml.php:106 libraries/header_printview.inc.php:58
|
||||
msgid "Generation Time"
|
||||
msgstr ""
|
||||
msgstr "قۇرۇلغان ۋاقتى"
|
||||
|
||||
#: libraries/export/latex.php:135 libraries/export/sql.php:233
|
||||
#: libraries/export/xml.php:107 main.php:185
|
||||
msgid "Server version"
|
||||
msgstr ""
|
||||
msgstr "مۇلازىمىتىر نۇسخىسى"
|
||||
|
||||
#: libraries/export/latex.php:136 libraries/export/sql.php:234
|
||||
#: libraries/export/xml.php:108
|
||||
msgid "PHP Version"
|
||||
msgstr ""
|
||||
msgstr "PHPنۇسخىسى"
|
||||
|
||||
#: libraries/export/mediawiki.php:15
|
||||
msgid "MediaWiki Table"
|
||||
msgstr ""
|
||||
msgstr "MediaWikiكۈرۈنىشى"
|
||||
|
||||
#: libraries/export/ods.php:17 libraries/import/ods.php:22
|
||||
msgid "Open Document Spreadsheet"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice جەدىۋېلى"
|
||||
|
||||
#: libraries/export/odt.php:21
|
||||
msgid "Open Document Text"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice ھۆججىتى"
|
||||
|
||||
#: libraries/export/pdf.php:17
|
||||
msgid "PDF"
|
||||
msgstr ""
|
||||
msgstr "PDF"
|
||||
|
||||
#: libraries/export/pdf.php:22
|
||||
msgid "(Generates a report containing the data of a single table)"
|
||||
@@ -2839,11 +2841,11 @@ msgstr ""
|
||||
|
||||
#: libraries/export/pdf.php:23
|
||||
msgid "Report title"
|
||||
msgstr ""
|
||||
msgstr "دوكلات تېمىسى"
|
||||
|
||||
#: libraries/export/php_array.php:16
|
||||
msgid "PHP array"
|
||||
msgstr ""
|
||||
msgstr "PHP سانلىق گۇرۇپىسى"
|
||||
|
||||
#: libraries/export/sql.php:28
|
||||
msgid "Add custom comment into header (\\n splits lines)"
|
||||
|
32
po/uk.po
32
po/uk.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-27 23:41+0200\n"
|
||||
"Last-Translator: Olexiy Zagorskyi <zalex_ua@i.ua>\n"
|
||||
"Language-Team: ukrainian <uk@li.org>\n"
|
||||
@@ -91,7 +91,7 @@ msgid "Use this value"
|
||||
msgstr "Використовувати це значення"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1392,8 +1392,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "Бази Даних"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1598,39 +1598,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1930,16 +1930,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Надмірні видатки"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/ur.po
32
po/ur.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-05-14 12:35+0200\n"
|
||||
"Last-Translator: <monymirza@gmail.com>\n"
|
||||
"Language-Team: Urdu <ur@li.org>\n"
|
||||
@@ -93,7 +93,7 @@ msgid "Use this value"
|
||||
msgstr "یہ ویلیو استعمال کریں"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1366,8 +1366,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1568,39 +1568,39 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1891,16 +1891,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr ""
|
||||
|
||||
|
32
po/uz.po
32
po/uz.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:31+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: uzbek_cyrillic <uz@li.org>\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "Ушбу қийматни ишлатиш"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1434,8 +1434,8 @@ msgstr " %1$s ва %2$s индекслари бир хил, улардан би
|
||||
msgid "Databases"
|
||||
msgstr "Маълумотлар базалари"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1648,41 +1648,41 @@ msgstr "Тўғри аутентификация калити уланмаган"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Aутентификация..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Саҳифа тузиб бўлмади"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Расм кўриниши"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Аудиофайлни ўқиш"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Видео кўриниши"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Файлни юклаб олиш"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1995,18 +1995,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Фрагментланган"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"\"config.inc.php\" конфигурацион файлининг \"controluser\" директивасида "
|
||||
"кўрсатилган фойдаланувчи ёрдамида уланиб бўлмади."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Сервер жавоб бермаяпти"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(ёки локал MySQL сервернинг сокети нотўғри созланган)"
|
||||
|
||||
|
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:30+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
|
||||
@@ -90,7 +90,7 @@ msgid "Use this value"
|
||||
msgstr "Ushbu qiymatni ishlatish"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1439,8 +1439,8 @@ msgstr " %1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin."
|
||||
msgid "Databases"
|
||||
msgstr "Ma`lumotlar bazalari"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1653,41 +1653,41 @@ msgstr "To‘g‘ri autentifikatsiya kaliti ulanmagan"
|
||||
msgid "Authenticating..."
|
||||
msgstr "Autentifikatsiya..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "Sahifa tuzib bo‘lmadi"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "Rasm ko‘rinishi"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "Audiofaylni o‘qish"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "Vidеo ko‘rinishi"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "Faylni yuklab olish"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -2002,18 +2002,18 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "Fragmentlangan"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
"\"config.inc.php\" konfiguratsion faylining \"controluser\" direktivasida "
|
||||
"ko‘rsatilgan foydalanuvchi yordamida ulanib bo‘lmadi."
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "Server javob bermayapti"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(yoki lokal MySQL serverning soketi noto‘g‘ri sozlangan)"
|
||||
|
||||
|
289
po/zh_CN.po
289
po/zh_CN.po
@@ -3,16 +3,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"PO-Revision-Date: 2010-06-04 14:09+0200\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-08-10 08:13+0200\n"
|
||||
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
|
||||
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Pootle 2.0.1\n"
|
||||
"X-Generator: Pootle 2.0.5\n"
|
||||
|
||||
#: browse_foreigners.php:36 browse_foreigners.php:57
|
||||
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510
|
||||
@@ -89,7 +89,7 @@ msgid "Use this value"
|
||||
msgstr "使用此值"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -101,7 +101,7 @@ msgstr "将文件写入磁盘失败。"
|
||||
|
||||
#: bs_disp_as_mime_type.php:41
|
||||
msgid "Failed to open remote URL"
|
||||
msgstr ""
|
||||
msgstr "打开远程 URL 失败"
|
||||
|
||||
#: db_create.php:44
|
||||
#, php-format
|
||||
@@ -249,10 +249,9 @@ msgid "and then"
|
||||
msgstr "然后"
|
||||
|
||||
#: db_operations.php:379
|
||||
#, fuzzy
|
||||
#| msgid "Rename database to"
|
||||
msgid "Remove database"
|
||||
msgstr "将数据库改名为"
|
||||
msgstr "删除数据库"
|
||||
|
||||
#: db_operations.php:391
|
||||
#, php-format
|
||||
@@ -260,10 +259,9 @@ msgid "Database %s has been dropped."
|
||||
msgstr "已被删除数据库 %s 。"
|
||||
|
||||
#: db_operations.php:396
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Drop the database (DROP)"
|
||||
msgstr "转到数据库"
|
||||
msgstr "删除数据库 (DROP)"
|
||||
|
||||
#: db_operations.php:424
|
||||
msgid "Copy database to"
|
||||
@@ -322,7 +320,7 @@ msgstr "整理"
|
||||
msgid ""
|
||||
"The phpMyAdmin configuration storage has been deactivated. To find out why "
|
||||
"click %shere%s."
|
||||
msgstr "链接表的附加功能尚未激活。要查出原因,请点击%s此处%s。"
|
||||
msgstr "phpMyAdmin 高级功能尚未激活。要查出原因,请点击%s此处%s。"
|
||||
|
||||
#: db_operations.php:531
|
||||
msgid "Edit PDF Pages"
|
||||
@@ -495,11 +493,11 @@ msgid "Search results for \"<i>%s</i>\" %s:"
|
||||
msgstr "“<i>%s</i>”的搜索结果 %s:"
|
||||
|
||||
#: db_search.php:242
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "%s match(es) inside table <i>%s</i>"
|
||||
msgid "%s match inside table <i>%s</i>"
|
||||
msgid_plural "%s matches inside table <i>%s</i>"
|
||||
msgstr[0] "%s 个匹配 - 于表 <i>%s</i> 中"
|
||||
msgstr[0] "在表 <i>%2$s</i> 中找到 %1$s 个匹配"
|
||||
|
||||
#: db_search.php:249 db_structure.php:75 db_structure.php:76
|
||||
#: db_structure.php:88 db_structure.php:90 db_structure.php:101
|
||||
@@ -518,7 +516,7 @@ msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
#: db_search.php:267
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "<b>Total:</b> <i>%s</i> match(es)"
|
||||
msgid "<b>Total:</b> <i>%s</i> match"
|
||||
msgid_plural "<b>Total:</b> <i>%s</i> matches"
|
||||
@@ -545,7 +543,6 @@ msgid "Inside table(s):"
|
||||
msgstr "于以下表:"
|
||||
|
||||
#: db_search.php:337
|
||||
#, fuzzy
|
||||
#| msgid "Inside field:"
|
||||
msgid "Inside column:"
|
||||
msgstr "包含字段:"
|
||||
@@ -994,7 +991,6 @@ msgid "Choose column to display"
|
||||
msgstr "选择要显示的字段"
|
||||
|
||||
#: js/messages.php:66
|
||||
#, fuzzy
|
||||
#| msgid "Generate Password"
|
||||
msgid "Generate password"
|
||||
msgstr "生成密码"
|
||||
@@ -1349,8 +1345,8 @@ msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除
|
||||
msgid "Databases"
|
||||
msgstr "数据库"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1551,44 +1547,42 @@ msgstr "没有可用的密钥插入"
|
||||
msgid "Authenticating..."
|
||||
msgstr "正在认证..."
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
msgstr "PBMS 错误"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#, fuzzy
|
||||
#| msgid "Page creation failed"
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "页面创建失败"
|
||||
msgstr "PBMS 连接失败:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
msgstr "PBMS 获取 BLOB 信息失败:"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr "查看图像"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr "播放音频"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr "播放视频"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr "下载文件"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
msgstr "无法打开文件:%s"
|
||||
|
||||
#: libraries/common.inc.php:567
|
||||
msgid ""
|
||||
@@ -1677,10 +1671,9 @@ msgid "MySQL said: "
|
||||
msgstr "MySQL 返回:"
|
||||
|
||||
#: libraries/common.lib.php:1129
|
||||
#, fuzzy
|
||||
#| msgid "Could not connect to MySQL server"
|
||||
msgid "Failed to connect to SQL validator!"
|
||||
msgstr "无法连接到 MySQL 服务器"
|
||||
msgstr "连接到 SQL 校验器失败!"
|
||||
|
||||
#: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
|
||||
msgid "Explain SQL"
|
||||
@@ -1820,7 +1813,7 @@ msgstr "操作"
|
||||
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21
|
||||
#, php-format
|
||||
msgid "The %s extension is missing. Please check your PHP configuration."
|
||||
msgstr ""
|
||||
msgstr "缺少 %s 扩展。请检查 PHP 配置。"
|
||||
|
||||
#: libraries/db_events.inc.php:19 libraries/db_events.inc.php:21
|
||||
#: libraries/export/sql.php:412
|
||||
@@ -1883,16 +1876,16 @@ msgstr ""
|
||||
msgid "Overhead"
|
||||
msgstr "多余"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr "使用配置文件中定义的控制用户连接失败。"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "服务器没有响应"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "(或者本地 MySQL 服务器的套接字没有正确配置)"
|
||||
|
||||
@@ -2535,17 +2528,16 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: libraries/engines/pbms.lib.php:51
|
||||
#, fuzzy
|
||||
#| msgid "Log file threshold"
|
||||
msgid "Temp Log Threshold"
|
||||
msgstr "日志文件阈值"
|
||||
msgstr "临时日志阈值"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:52
|
||||
msgid ""
|
||||
"The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to "
|
||||
"indicate the unit of the value. A value in bytes is assumed when no unit is "
|
||||
"specified."
|
||||
msgstr ""
|
||||
msgstr "一个临时 BLOB 日志文件的最大大小。可以使用 Kb、MB 或 GB 作为单位。若不写单位,默认为字节。"
|
||||
|
||||
#: libraries/engines/pbms.lib.php:56
|
||||
msgid "Max Keep Alive"
|
||||
@@ -2778,20 +2770,18 @@ msgid "Table structure for table"
|
||||
msgstr "表的结构"
|
||||
|
||||
#: libraries/export/latex.php:13
|
||||
#, fuzzy
|
||||
#| msgid "Content of table __TABLE__"
|
||||
msgid "Content of table @TABLE@"
|
||||
msgstr "__TABLE__ 表的内容"
|
||||
msgstr "@TABLE@ 表的内容"
|
||||
|
||||
#: libraries/export/latex.php:14
|
||||
msgid "(continued)"
|
||||
msgstr "(延续的)"
|
||||
|
||||
#: libraries/export/latex.php:15
|
||||
#, fuzzy
|
||||
#| msgid "Structure of table __TABLE__"
|
||||
msgid "Structure of table @TABLE@"
|
||||
msgstr "__TABLE__ 表的结构"
|
||||
msgstr "@TABLE@ 表的结构"
|
||||
|
||||
#: libraries/export/latex.php:26
|
||||
msgid "LaTeX"
|
||||
@@ -4163,16 +4153,14 @@ msgid "Create a page"
|
||||
msgstr "创建新页"
|
||||
|
||||
#: pdf_pages.php:308
|
||||
#, fuzzy
|
||||
#| msgid "Page number:"
|
||||
msgid "Page name"
|
||||
msgstr "页码:"
|
||||
msgstr "页面名称"
|
||||
|
||||
#: pdf_pages.php:312
|
||||
#, fuzzy
|
||||
#| msgid "Automatic layout"
|
||||
msgid "Automatic layout based on"
|
||||
msgstr "自动排版"
|
||||
msgstr "自动排版,基于"
|
||||
|
||||
#: pdf_pages.php:314
|
||||
msgid "Internal relations"
|
||||
@@ -4407,16 +4395,14 @@ msgid "Jump to database"
|
||||
msgstr "转到数据库"
|
||||
|
||||
#: server_databases.php:264
|
||||
#, fuzzy
|
||||
#| msgid "Master replication"
|
||||
msgid "Not replicated"
|
||||
msgstr "主复制"
|
||||
msgstr "未复制"
|
||||
|
||||
#: server_databases.php:270
|
||||
#, fuzzy
|
||||
#| msgid "Replication"
|
||||
msgid "Replicated"
|
||||
msgstr "复制"
|
||||
msgstr "已复制"
|
||||
|
||||
#: server_databases.php:286
|
||||
#, php-format
|
||||
@@ -6481,7 +6467,7 @@ msgid ""
|
||||
"in documentation"
|
||||
msgstr ""
|
||||
"配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-"
|
||||
"tables]链接表的附加功能[/a]。"
|
||||
"tables]phpMyAdmin 高级功能[/a]"
|
||||
|
||||
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
|
||||
msgid "PMA database"
|
||||
@@ -7600,10 +7586,9 @@ msgid "Showing SQL query"
|
||||
msgstr "显示 SQL 查询"
|
||||
|
||||
#: sql.php:516
|
||||
#, fuzzy
|
||||
#| msgid "Validate SQL"
|
||||
msgid "Validated SQL"
|
||||
msgstr "校验 SQL"
|
||||
msgstr "已校验的 SQL"
|
||||
|
||||
#: sql.php:631
|
||||
#, php-format
|
||||
@@ -7810,20 +7795,18 @@ msgid "Flush the table (FLUSH)"
|
||||
msgstr "刷新表 (FLUSH)"
|
||||
|
||||
#: tbl_operations.php:642
|
||||
#, fuzzy
|
||||
#| msgid "Delete tracking data for this table"
|
||||
msgid "Delete data or table"
|
||||
msgstr "删除追踪数据"
|
||||
msgstr "删除数据或数据表"
|
||||
|
||||
#: tbl_operations.php:657
|
||||
msgid "Empty the table (TRUNCATE)"
|
||||
msgstr ""
|
||||
msgstr "清空数据表 (TRUNCATE)"
|
||||
|
||||
#: tbl_operations.php:675
|
||||
#, fuzzy
|
||||
#| msgid "Go to database"
|
||||
msgid "Delete the table (DROP)"
|
||||
msgstr "转到数据库"
|
||||
msgstr "删除数据表 (DROP)"
|
||||
|
||||
#: tbl_operations.php:696
|
||||
msgid "Partition maintenance"
|
||||
@@ -7982,10 +7965,9 @@ msgid "Propose table structure"
|
||||
msgstr "规划表结构"
|
||||
|
||||
#: tbl_structure.php:537
|
||||
#, fuzzy
|
||||
#| msgid "Add column(s)"
|
||||
msgid "Add column"
|
||||
msgstr "增加字段"
|
||||
msgstr "添加字段"
|
||||
|
||||
#: tbl_structure.php:551
|
||||
msgid "At End of Table"
|
||||
@@ -8189,182 +8171,3 @@ msgstr "视图名"
|
||||
#: view_operations.php:91
|
||||
msgid "Rename view to"
|
||||
msgstr "将视图改名为"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Table name"
|
||||
#~ msgid "Table removal"
|
||||
#~ msgstr "数据表名"
|
||||
|
||||
#~ msgid "BLOB Repository"
|
||||
#~ msgstr "BLOB 容器"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "已启用"
|
||||
|
||||
#~ msgid "Disable"
|
||||
#~ msgstr "禁用"
|
||||
|
||||
#~ msgid "Damaged"
|
||||
#~ msgstr "已损坏"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "修复"
|
||||
|
||||
#~ msgctxt "BLOB repository"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "已禁用"
|
||||
|
||||
#~ msgid "Enable"
|
||||
#~ msgstr "启用"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "无法加载 [a@http://php.net/%1$s@Documentation][em]%1$s (外链,英语)[/em][/"
|
||||
#~ "a] 扩展,请检查您的 PHP 配置。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't load the iconv or recode extension needed for charset "
|
||||
#~ "conversion. Either configure PHP to enable these extensions or disable "
|
||||
#~ "charset conversion in phpMyAdmin."
|
||||
#~ msgstr ""
|
||||
#~ "无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展"
|
||||
#~ "或在 phpMyAdmin 中禁用字符集转换功能。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
|
||||
#~ "the necessary extensions appear to be loaded. Check your PHP "
|
||||
#~ "configuration."
|
||||
#~ msgstr ""
|
||||
#~ "虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函"
|
||||
#~ "数。请检查您的 PHP 配置。"
|
||||
|
||||
#~ msgid "Allow character set conversion"
|
||||
#~ msgstr "允许转换字符集"
|
||||
|
||||
#~ msgid "Default character set used for conversions"
|
||||
#~ msgstr "转换时的默认字符集"
|
||||
|
||||
#~ msgid "Default character set"
|
||||
#~ msgstr "默认字符集"
|
||||
|
||||
#~| msgid "Add new field"
|
||||
#~ msgid "Add field"
|
||||
#~ msgstr "添加字段"
|
||||
|
||||
#~ msgid "Field"
|
||||
#~ msgstr "字段"
|
||||
|
||||
#~ msgid "Records"
|
||||
#~ msgstr "记录数"
|
||||
|
||||
#~ msgid "Fields terminated by"
|
||||
#~ msgstr "字段分隔符"
|
||||
|
||||
#~ msgid "Fields"
|
||||
#~ msgstr "字段数"
|
||||
|
||||
#~ msgid "Add %s field(s)"
|
||||
#~ msgstr "添加 %s 个字段"
|
||||
|
||||
#~ msgid "Field %s has been dropped"
|
||||
#~ msgstr "已删除字段 %s "
|
||||
|
||||
#~ msgid "See image/jpeg: inline"
|
||||
#~ msgstr "参见 image/jpeg: inline"
|
||||
|
||||
#~ msgid "zipped"
|
||||
#~ msgstr "zip 压缩"
|
||||
|
||||
#~ msgid "gzipped"
|
||||
#~ msgstr "gzip 压缩"
|
||||
|
||||
#~ msgid "bzipped"
|
||||
#~ msgstr "bzip 压缩"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add custom comment into header (\n"
|
||||
#~ " splits lines)"
|
||||
#~ msgstr ""
|
||||
#~ "在文件头添加自定义注释 (\n"
|
||||
#~ " 为换行)"
|
||||
|
||||
#~ msgid "and"
|
||||
#~ msgstr "和"
|
||||
|
||||
#~ msgctxt "$strBLOBRepositoryDisabled"
|
||||
#~ msgid "Disabled"
|
||||
#~ msgstr "已禁用"
|
||||
|
||||
#~ msgctxt "$strBLOBRepositoryEnabled"
|
||||
#~ msgid "Enabled"
|
||||
#~ msgstr "已启用"
|
||||
|
||||
#~ msgctxt "$strBLOBRepositoryRepair"
|
||||
#~ msgid "Repair"
|
||||
#~ msgstr "修复"
|
||||
|
||||
#~ msgid "Calendar"
|
||||
#~ msgstr "日历"
|
||||
|
||||
#~ msgid "MySQL 4.0 compatible"
|
||||
#~ msgstr "兼容 MySQL 4.0"
|
||||
|
||||
#~ msgid "Could not load default configuration from: \"%1$s\""
|
||||
#~ msgstr "无法加载默认配置: \"%1$s\""
|
||||
|
||||
#~ msgid "Create an index on %s columns"
|
||||
#~ msgstr "在第 %s 个字段创建索引"
|
||||
|
||||
#~ msgctxt "$strCreateTableShort"
|
||||
#~ msgid "Create table"
|
||||
#~ msgstr "新建数据表"
|
||||
|
||||
#~ msgctxt "$strCreateUserDatabaseNone"
|
||||
#~ msgid "None"
|
||||
#~ msgstr "无"
|
||||
|
||||
#~ msgid "Flush the table (\"FLUSH\")"
|
||||
#~ msgstr "强制更新表 (\"FLUSH\")"
|
||||
|
||||
#~ msgid "Invalid server index: \"%s\""
|
||||
#~ msgstr "无效的服务器索引:“%s”"
|
||||
|
||||
#~ msgctxt "$strMIME_description"
|
||||
#~ msgid "Description"
|
||||
#~ msgstr "说明"
|
||||
|
||||
#~ msgctxt "$strNoneDefault"
|
||||
#~ msgid "None"
|
||||
#~ msgstr "无"
|
||||
|
||||
#~ msgid "Schema of the \"%s\" database - Page %s"
|
||||
#~ msgstr "数据库“%s”的大纲 - 第 %s 页"
|
||||
|
||||
#~ msgid "The \"%s\" table doesn't exist!"
|
||||
#~ msgstr "表“%s”不存在!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This MySQL server works as %s in <b>replication</b> process. For further "
|
||||
#~ "information about replication status on the server, please visit the <a "
|
||||
#~ "href=\"#replication\">replication section</a>."
|
||||
#~ msgstr ""
|
||||
#~ "此 MySQL 服务器运行于 %s <b>复制</b> 进程。要获得更多关于此服务器的复制状"
|
||||
#~ "态,请浏览 <a href=\"#replication\">复制状态信息</a>."
|
||||
|
||||
#~ msgid "running on %s"
|
||||
#~ msgstr "运行于 %s"
|
||||
|
||||
#~ msgid "The scale factor is too small to fit the schema on one page"
|
||||
#~ msgstr "比例因子太小,无法在一页中显示大纲"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot start session without errors, please check errors given in your "
|
||||
#~ "PHP and/or webserver log file and configure your PHP installation "
|
||||
#~ "properly."
|
||||
#~ msgstr ""
|
||||
#~ "无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安"
|
||||
#~ "装。"
|
||||
|
32
po/zh_TW.po
32
po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2010-07-31 14:12-0400\n"
|
||||
"POT-Creation-Date: 2010-08-06 08:03-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: chinese_traditional <zh_TW@li.org>\n"
|
||||
@@ -88,7 +88,7 @@ msgid "Use this value"
|
||||
msgstr "使用此值"
|
||||
|
||||
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
|
||||
#: libraries/blobstreaming.lib.php:362
|
||||
#: libraries/blobstreaming.lib.php:331
|
||||
msgid "No blob streaming server configured!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1405,8 +1405,8 @@ msgstr ""
|
||||
msgid "Databases"
|
||||
msgstr "資料庫"
|
||||
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:339
|
||||
#: libraries/blobstreaming.lib.php:345 libraries/common.lib.php:574
|
||||
#: libraries/Message.class.php:210 libraries/blobstreaming.lib.php:308
|
||||
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:574
|
||||
#: libraries/core.lib.php:232 libraries/import.lib.php:134 pdf_schema.php:30
|
||||
#: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
|
||||
#: tbl_relation.php:287 view_operations.php:60
|
||||
@@ -1612,41 +1612,41 @@ msgstr ""
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:272
|
||||
#: libraries/blobstreaming.lib.php:241
|
||||
msgid "PBMS error"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:298
|
||||
#: libraries/blobstreaming.lib.php:267
|
||||
#, fuzzy
|
||||
#| msgid "MySQL connection collation"
|
||||
msgid "PBMS connection failed:"
|
||||
msgstr "MySQL 連線校對"
|
||||
|
||||
#: libraries/blobstreaming.lib.php:343
|
||||
#: libraries/blobstreaming.lib.php:312
|
||||
msgid "PBMS get BLOB info failed:"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
#: libraries/blobstreaming.lib.php:320
|
||||
msgid "get BLOB Content-Type failed"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:377
|
||||
#: libraries/blobstreaming.lib.php:347
|
||||
msgid "View image"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:381
|
||||
#: libraries/blobstreaming.lib.php:351
|
||||
msgid "Play audio"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:386
|
||||
#: libraries/blobstreaming.lib.php:356
|
||||
msgid "View video"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:390
|
||||
#: libraries/blobstreaming.lib.php:360
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/blobstreaming.lib.php:451
|
||||
#: libraries/blobstreaming.lib.php:421
|
||||
#, php-format
|
||||
msgid "Could not open file: %s"
|
||||
msgstr ""
|
||||
@@ -1947,16 +1947,16 @@ msgstr "可能接近. 請參看 FAQ 3.11"
|
||||
msgid "Overhead"
|
||||
msgstr "多餘"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:123
|
||||
#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "The server is not responding"
|
||||
msgstr "伺服器並無回應"
|
||||
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:405
|
||||
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysqli.dbi.lib.php:404
|
||||
msgid "(or the local MySQL server's socket is not correctly configured)"
|
||||
msgstr "( 或者本機 MySQL 伺服器之 socket 並未正確設定)"
|
||||
|
||||
|
5
sql.php
5
sql.php
@@ -530,7 +530,12 @@ if (0 == $num_rows || $is_affected) {
|
||||
$goto = PMA_securePath($goto);
|
||||
// Checks for a valid target script
|
||||
$is_db = $is_table = false;
|
||||
if (isset($_REQUEST['purge'])) {
|
||||
$table = '';
|
||||
unset($url_params['table']);
|
||||
}
|
||||
include 'libraries/db_table_exists.lib.php';
|
||||
|
||||
if (strpos($goto, 'tbl_') === 0 && ! $is_table) {
|
||||
if (strlen($table)) {
|
||||
$table = '';
|
||||
|
@@ -668,7 +668,9 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) {
|
||||
'reload' => '1',
|
||||
'purge' => '1',
|
||||
'zero_rows' => sprintf(($tbl_is_view ? __('View %s has been dropped') : __('Table %s has been dropped')), htmlspecialchars($table)),
|
||||
'table' => NULL,
|
||||
// table name is needed to avoid running
|
||||
// PMA_relationsCleanupDatabase() on the whole db later
|
||||
'table' => $GLOBALS['table'],
|
||||
));
|
||||
?>
|
||||
<li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>" onclick="return confirmLink(this, '<?php echo PMA_jsFormat($this_sql_query); ?>')">
|
||||
|
Reference in New Issue
Block a user