Merge commit 'origin/master' into local

This commit is contained in:
Martynas Mickevicius
2010-08-16 01:01:30 +03:00
76 changed files with 2983 additions and 1965 deletions

View File

@@ -100,11 +100,22 @@ $Id$
configuration storage. configuration storage.
- [interface] Move drop/empty links from being tabs to Operations tab. - [interface] Move drop/empty links from being tabs to Operations tab.
- [interface] Fixed rendering of error/notice/info titles background. - [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) 3.3.6.0 (not yet released)
- bug #3033063 [core] Navi gets wrong db name - bug #3033063 [core] Navi gets wrong db name
- bug #3031705 [core] Fix generating condition for real numbers by comparing - bug #3031705 [core] Fix generating condition for real numbers by comparing
them to string. 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) 3.3.5.0 (2010-07-26)
- patch #2932113 [information_schema] Slow export when having lots of - patch #2932113 [information_schema] Slow export when having lots of

View File

@@ -373,7 +373,7 @@ rm -rf config # remove not needed directory
is version-specific.</p> is version-specific.</p>
<p> If you have upgraded your MySQL server from a version previous to 4.1.2 to <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 you should run the SQL script found in
<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>.</p> <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 where you want to give users access to their own database and don't want
them to play around with others.<br /> them to play around with others.<br />
Nevertheless be aware that MS Internet Explorer seems to be really buggy 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 about cookies, at least till version 6.<br />
in this area!<br />
Even in a <b>single-user environment</b>, you might prefer to use Even in a <b>single-user environment</b>, you might prefer to use
<abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie mode so <abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie mode so
that your user/password pair are not in clear in the configuration file. 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> transformations.</p>
<p> Because the user cannot enter own mimetypes, it is kept sure that transformations <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> transform-function doesn't know to handle.</p>
<p> One can, however, use empty mime-types and global transformations which should work <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 for, but pay attention to option usage as well as what the transformation does to your
column.</p> column.</p>
@@ -2581,18 +2580,14 @@ setfacl -d -m "g:www-data:rwx" tmp
<h3 id="faqserver">Server</h3> <h3 id="faqserver">Server</h3>
<h4 id="faq1_1"> <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 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> cryptic characters to my browser, what can I do?</a></h4>
<p> There are some known PHP bugs with output buffering and compression.<br /> <p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGzip']</a>
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 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 <tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php
configuration file.<br /> configuration file.<br /></p>
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>
<h4 id="faq1_2"> <h4 id="faq1_2">
<a href="#faq1_2">1.2 My Apache server crashes when using phpMyAdmin.</a></h4> <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> support groups.</p>
<h4 id="faq1_3"> <h4 id="faq1_3">
<a href="#faq1_3">1.3 I'm running phpMyAdmin with "cookie" authentication <a href="#faq1_3">1.3 (withdrawn).</a></h4>
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>
<h4 id="faq1_4"> <h4 id="faq1_4">
<a href="#faq1_4">1.4 Using phpMyAdmin on <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> <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 PHP functions to be more independent of the platform (Unix/Windows, Safe Mode
or not, and so on). So, you must have PHP4&nbsp;&gt;=&nbsp;4.0.4 and Zlib/Bzip2 or not, and so on). So, you must have Zlib/Bzip2
support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /> support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /></p>
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>
<h4 id="faq1_8"> <h4 id="faq1_8">
<a href="#faq1_8">1.8 I cannot insert a text file in a table, and I get <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> </p>
<h4 id="faq1_18"> <h4 id="faq1_18">
<a href="#faq1_18">1.18 I'm running MySQL&nbsp;&lt;=&nbsp;4.0.1 having <a href="#faq1_18">1.18 (withdrawn).</a></h4>
<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&nbsp;&lt;=&nbsp;4.0.1. Please upgrade to at least
MySQL&nbsp;4.0.2 or turn off your <tt>lower_case_table_names</tt>
directive.</p>
<h4 id="faq1_19"> <h4 id="faq1_19">
<a href="#faq1_19">1.19 I can't run the &quot;display relations&quot; feature because the <a href="#faq1_19">1.19 I can't run the &quot;display relations&quot; feature because the
@@ -2892,11 +2869,7 @@ setfacl -d -m "g:www-data:rwx" tmp
<pre>SHOW VARIABLES LIKE 'lower_case_table_names';</pre> <pre>SHOW VARIABLES LIKE 'lower_case_table_names';</pre>
<h4 id="faq1_24"> <h4 id="faq1_24">
<a href="#faq1_24">1.24 Some characters are being truncated in my queries, or I <a href="#faq1_24">1.24 (withdrawn).</a></h4>
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>
<h4 id="faq1_25"> <h4 id="faq1_25">
<a href="#faq1_25">1.25 I am running Apache with mod_gzip-1.3.26.1a on Windows XP, <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> </a></h4>
<p> <p>
MS Internet Explorer seems to be really buggy about cookies, at least till 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 version 6.
in this area!
<br />
Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may
work!
</p> </p>
<h4 id="faq5_5"> <h4 id="faq5_5">
@@ -4241,11 +4210,11 @@ INSERT INTO REL_towns VALUES ('M', 'Montr&eacute;al');
</pre> </pre>
<h4 id="faq6_20"> <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. access them.
</a></h4> </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 TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
enable users to see all the database names. enable users to see all the database names.
See this <a href="http://bugs.mysql.com/179">bug report</a>.<br /><br /> See this <a href="http://bugs.mysql.com/179">bug report</a>.<br /><br />
@@ -4319,9 +4288,9 @@ chmod o+rwx tmp
<ol> <ol>
<li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of &quot;localhost&quot;.</li> <li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of &quot;localhost&quot;.</li>
<li>Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column and a primary key.</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 &quot;Upload to BLOB repository&quot; optional choice; otherwise, the upload will be done directly in your column instead of the repository.</li> <li>When you insert or update a row in this table, put a checkmark on the &quot;Upload to BLOB repository&quot; 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 &quot;View image&quot;. 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 &quot;View image&quot;. A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time.</li>
</ol> </ol>
<h4 id="faq6_26"> <h4 id="faq6_26">
@@ -4337,8 +4306,8 @@ chmod o+rwx tmp
In all places where phpMyAdmin accepts format strings, you can use In all places where phpMyAdmin accepts format strings, you can use
<code>@VARIABLE@</code> expansion and <code>@VARIABLE@</code> expansion and
<a href="http://php.net/strftime">strftime</a> format strings. The <a href="http://php.net/strftime">strftime</a> format strings. The
expanded variables depend on a context (eg. if you don't have chosen expanded variables depend on a context (for example, if you haven't chosen a
table, you can not get table name), but following variables can be used: table, you can not get the table name), but the following variables can be used:
</p> </p>
<dl> <dl>
<dt><code>@HTTP_HOST@</code></dt> <dt><code>@HTTP_HOST@</code></dt>
@@ -4416,7 +4385,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> <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> 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 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 &#268;iha&#345;</a>; he will add it. If
you prefer to directly translate the po files, please put updated ones into our you prefer to directly translate the po files, please put updated ones into our
<a href="https://sourceforge.net/tracker/?group_id=23067&amp;atid=387645">translation tracker</a>. <a href="https://sourceforge.net/tracker/?group_id=23067&amp;atid=387645">translation tracker</a>.
</p> </p>
@@ -4604,7 +4573,7 @@ Copyright (C) 2001-2010 Marc Delisle &lt;marc_at_infomarc.info&gt;
Olivier Müller &lt;om_at_omnis.ch&gt; Olivier Müller &lt;om_at_omnis.ch&gt;
Robin Johnson &lt;robbat2_at_users.sourceforge.net&gt; Robin Johnson &lt;robbat2_at_users.sourceforge.net&gt;
Alexander M. Turek &lt;me_at_derrabus.de&gt; Alexander M. Turek &lt;me_at_derrabus.de&gt;
Michal Čihař &lt;michal_at_cihar.com&gt; Michal &#268;iha&#345; &lt;michal_at_cihar.com&gt;
Garvin Hicking &lt;me_at_supergarv.de&gt; Garvin Hicking &lt;me_at_supergarv.de&gt;
Michael Keck &lt;mkkeck_at_users.sourceforge.net&gt; Michael Keck &lt;mkkeck_at_users.sourceforge.net&gt;
Sebastian Mendel &lt;cybot_tm_at_users.sourceforge.net&gt; Sebastian Mendel &lt;cybot_tm_at_users.sourceforge.net&gt;

View File

@@ -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)
?>

View File

@@ -152,7 +152,7 @@ function confirmQuery(theForm1, sqlQuery1)
} // end if } // end if
} // end if } // end if
// Confirms a "DROP/DELETE/ALTER" statement // Confirms a "DROP/DELETE/ALTER/TRUNCATE" statement
// //
// TODO: find a way (if possible) to use the parser-analyser // TODO: find a way (if possible) to use the parser-analyser
// for this kind of verification // for this kind of verification
@@ -162,22 +162,24 @@ function confirmQuery(theForm1, sqlQuery1)
var do_confirm_re_0 = new RegExp('^\\s*DROP\\s+(IF EXISTS\\s+)?(TABLE|DATABASE|PROCEDURE)\\s', 'i'); var do_confirm_re_0 = new RegExp('^\\s*DROP\\s+(IF EXISTS\\s+)?(TABLE|DATABASE|PROCEDURE)\\s', 'i');
var do_confirm_re_1 = new RegExp('^\\s*ALTER\\s+TABLE\\s+((`[^`]+`)|([A-Za-z0-9_$]+))\\s+DROP\\s', 'i'); var do_confirm_re_1 = new RegExp('^\\s*ALTER\\s+TABLE\\s+((`[^`]+`)|([A-Za-z0-9_$]+))\\s+DROP\\s', 'i');
var do_confirm_re_2 = new RegExp('^\\s*DELETE\\s+FROM\\s', 'i'); var do_confirm_re_2 = new RegExp('^\\s*DELETE\\s+FROM\\s', 'i');
var do_confirm_re_3 = new RegExp('^\\s*TRUNCATE\\s', 'i');
if (do_confirm_re_0.test(sqlQuery1.value) if (do_confirm_re_0.test(sqlQuery1.value)
|| do_confirm_re_1.test(sqlQuery1.value) || do_confirm_re_1.test(sqlQuery1.value)
|| do_confirm_re_2.test(sqlQuery1.value)) { || do_confirm_re_2.test(sqlQuery1.value)
|| do_confirm_re_3.test(sqlQuery1.value)) {
var message = (sqlQuery1.value.length > 100) var message = (sqlQuery1.value.length > 100)
? sqlQuery1.value.substr(0, 100) + '\n ...' ? sqlQuery1.value.substr(0, 100) + '\n ...'
: sqlQuery1.value; : sqlQuery1.value;
var is_confirmed = confirm(PMA_messages['strDoYouReally'] + ' :\n' + message); var is_confirmed = confirm(PMA_messages['strDoYouReally'] + ' :\n' + message);
// drop/delete/alter statement is confirmed -> update the // statement is confirmed -> update the
// "is_js_confirmed" form field so the confirm test won't be // "is_js_confirmed" form field so the confirm test won't be
// run on the server side and allows to submit the form // run on the server side and allows to submit the form
if (is_confirmed) { if (is_confirmed) {
theForm1.elements['is_js_confirmed'].value = 1; theForm1.elements['is_js_confirmed'].value = 1;
return true; return true;
} }
// "DROP/DELETE/ALTER" statement is rejected -> do not submit // statement is rejected -> do not submit the form
// the form
else { else {
window.focus(); window.focus();
sqlQuery1.focus(); sqlQuery1.focus();
@@ -1658,46 +1660,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'); 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 * Jquery Coding for inline editing SQL_QUERY
*/ */

View File

@@ -46,7 +46,6 @@ function initPBMSDatabase()
* @uses PMA_Config::get() * @uses PMA_Config::get()
* @uses PMA_Config::settings() * @uses PMA_Config::settings()
* @uses PMA_Config::set() * @uses PMA_Config::set()
* @uses PMA_BS_SetVariables()
* @uses PMA_BS_GetVariables() * @uses PMA_BS_GetVariables()
* @uses PMA_cacheSet() * @uses PMA_cacheSet()
* @uses PMA_cacheGet() * @uses PMA_cacheGet()
@@ -121,6 +120,35 @@ function checkBLOBStreamingPlugins()
return FALSE; return FALSE;
} // end if (count($bs_variables) <= 0) } // end if (count($bs_variables) <= 0)
// Check that the required pbms functions exist:
if ((function_exists("pbms_connect") == FALSE) ||
(function_exists("pbms_error") == FALSE) ||
(function_exists("pbms_close") == FALSE) ||
(function_exists("pbms_is_blob_reference") == FALSE) ||
(function_exists("pbms_get_info") == FALSE) ||
(function_exists("pbms_get_metadata_value") == FALSE) ||
(function_exists("pbms_add_metadata") == FALSE) ||
(function_exists("pbms_read_stream") == FALSE)) {
// We should probably notify the user that they need to install
// the pbms client lib and PHP extension to make use of blob streaming.
$PMA_Config->set('BLOBSTREAMING_PLUGINS_EXIST', FALSE);
PMA_cacheSet('skip_blobstreaming', true, true);
return FALSE;
}
if (function_exists("pbms_connection_pool_size")) {
if ( isset($PMA_Config->settings['pbms_connection_pool_size'])) {
$pool_size = $PMA_Config->settings['pbms_connection_pool_size'];
if ($pool_size == "") {
$pool_size = 1;
}
} else {
$pool_size = 1;
}
pbms_connection_pool_size($pool_size);
}
// get BS server port // get BS server port
$BS_PORT = $bs_variables['pbms_port']; $BS_PORT = $bs_variables['pbms_port'];
@@ -173,36 +201,6 @@ function checkBLOBStreamingPlugins()
return TRUE; 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 * returns a list of BLOBStreaming variables used by MySQL
* *
@@ -240,7 +238,7 @@ function PMA_BS_GetVariables()
function PMA_BS_ReportPBMSError($msg) function PMA_BS_ReportPBMSError($msg)
{ {
$tmp_err = pbms_error(); $tmp_err = pbms_error();
PMA_showMessage("PBMS error, $msg $tmp_err"); PMA_showMessage(__('PBMS error') . " $msg $tmp_err");
} }
//------------ //------------
@@ -249,8 +247,9 @@ function PMA_do_connect($db_name, $quiet)
$PMA_Config = $GLOBALS['PMA_Config']; $PMA_Config = $GLOBALS['PMA_Config'];
// return if unable to load PMA configuration // return if unable to load PMA configuration
if (empty($PMA_Config)) if (empty($PMA_Config)) {
return FALSE; return FALSE;
}
// generate bs reference link // generate bs reference link
$pbms_host = $PMA_Config->get('BLOBSTREAMING_HOST'); $pbms_host = $PMA_Config->get('BLOBSTREAMING_HOST');
@@ -265,7 +264,7 @@ function PMA_do_connect($db_name, $quiet)
if ($ok == FALSE) { if ($ok == FALSE) {
if ($quiet == FALSE) { if ($quiet == FALSE) {
PMA_BS_ReportPBMSError("PBMS Connection failed: pbms_connect($pbms_host, $pbms_port, $db_name)"); PMA_BS_ReportPBMSError(__('PBMS connection failed:') . " pbms_connect($pbms_host, $pbms_port, $db_name)");
} }
return FALSE; return FALSE;
} }
@@ -290,7 +289,14 @@ function PMA_BS_IsPBMSReference($bs_reference, $db_name)
} }
// You do not really need a connection to the PBMS Daemon // You do not really need a connection to the PBMS Daemon
// to check if a reference looks valid. // to check if a reference looks valid but unfortunalty the API
// requires one at this point so until the API is updated
// we need to epen one here. If you use pool connections this
// will not be a performance problem.
if (PMA_do_connect($db_name, FALSE) == FALSE) {
return FALSE;
}
$ok = pbms_is_blob_reference($bs_reference); $ok = pbms_is_blob_reference($bs_reference);
return $ok ; return $ok ;
} }
@@ -299,19 +305,19 @@ function PMA_BS_IsPBMSReference($bs_reference, $db_name)
function PMA_BS_CreateReferenceLink($bs_reference, $db_name) function PMA_BS_CreateReferenceLink($bs_reference, $db_name)
{ {
if (PMA_do_connect($db_name, FALSE) == FALSE) { if (PMA_do_connect($db_name, FALSE) == FALSE) {
return 'Error'; return __('Error');
} }
if (pbms_get_info(trim($bs_reference)) == FALSE) { if (pbms_get_info(trim($bs_reference)) == FALSE) {
PMA_BS_ReportPBMSError("PBMS get BLOB info failed: pbms_get_info($bs_reference)"); PMA_BS_ReportPBMSError(__('PBMS get BLOB info failed:') . " pbms_get_info($bs_reference)");
PMA_do_disconnect(); PMA_do_disconnect();
return 'Error'; return __('Error');
} }
$content_type = pbms_get_metadata_value("Content-Type"); $content_type = pbms_get_metadata_value("Content-Type");
if ($content_type == FALSE) { if ($content_type == FALSE) {
$br = trim($bs_reference); $br = trim($bs_reference);
PMA_BS_ReportPBMSError("'$content_type' PMA_BS_CreateReferenceLink('$br', '$db_name'): get BLOB Content-Type failed: "); PMA_BS_ReportPBMSError("PMA_BS_CreateReferenceLink('$br', '$db_name'): " . __('get BLOB Content-Type failed'));
} }
PMA_do_disconnect(); PMA_do_disconnect();
@@ -322,11 +328,12 @@ function PMA_BS_CreateReferenceLink($bs_reference, $db_name)
$bs_url = PMA_BS_getURL($bs_reference); $bs_url = PMA_BS_getURL($bs_reference);
if (empty($bs_url)) { if (empty($bs_url)) {
PMA_BS_ReportPBMSError("No blob streaming server configured!"); PMA_BS_ReportPBMSError(__('No blob streaming server configured!'));
return 'Error'; 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 // specify custom HTML for various content types
switch ($content_type) { switch ($content_type) {
@@ -411,7 +418,7 @@ function PMA_BS_UpLoadFile($db_name, $tbl_name, $file_type, $file_name)
$fh = fopen($file_name, 'r'); $fh = fopen($file_name, 'r');
if (! $fh) { if (! $fh) {
PMA_do_disconnect(); PMA_do_disconnect();
PMA_showMessage("Could not open file: $file_name"); PMA_showMessage(sprintf(__('Could not open file: %s'), $file_name));
return FALSE; return FALSE;
} }
@@ -419,7 +426,7 @@ function PMA_BS_UpLoadFile($db_name, $tbl_name, $file_type, $file_name)
$pbms_blob_url = pbms_read_stream($fh, filesize($file_name), $tbl_name); $pbms_blob_url = pbms_read_stream($fh, filesize($file_name), $tbl_name);
if (! $pbms_blob_url) { if (! $pbms_blob_url) {
PMA_BS_ReportPBMSError("pbms_read_stream() Failed"); PMA_BS_ReportPBMSError("pbms_read_stream()");
} }
fclose($fh); fclose($fh);
@@ -436,7 +443,7 @@ function PMA_BS_SetContentType($db_name, $bsTable, $blobReference, $contentType)
// This is a really ugly way to do this but currently there is nothing better. // This is a really ugly way to do this but currently there is nothing better.
// In a future version of PBMS the system tables will be redesigned to make this // In a future version of PBMS the system tables will be redesigned to make this
// more eficient. // more efficient.
$query = "SELECT Repository_id, Repo_blob_offset FROM pbms_reference WHERE Blob_url='" . PMA_sqlAddslashes($blobReference) . "'"; $query = "SELECT Repository_id, Repo_blob_offset FROM pbms_reference WHERE Blob_url='" . PMA_sqlAddslashes($blobReference) . "'";
//error_log(" PMA_BS_SetContentType: $query\n", 3, "/tmp/mylog"); //error_log(" PMA_BS_SetContentType: $query\n", 3, "/tmp/mylog");
$result = PMA_DBI_query($query); $result = PMA_DBI_query($query);
@@ -494,34 +501,4 @@ function PMA_BS_getURL($reference)
return $bs_url; return $bs_url;
} }
/**
* returns the field name for a primary key of a given table in a given database
*
* @access public
* @param string - database name
* @param string - table name
* @uses PMA_DBI_select_db()
* @uses PMA_backquote()
* @uses PMA_DBI_query()
* @uses PMA_DBI_fetch_assoc()
* @return string - field name for primary key
*/
function PMA_BS_GetPrimaryField($db_name, $tbl_name)
{
// select specified database
PMA_DBI_select_db($db_name);
// retrieve table fields
$query = "SHOW FULL FIELDS FROM " . PMA_backquote($tbl_name);
$result = PMA_DBI_query($query);
// while there are records to parse
while ($data = PMA_DBI_fetch_assoc($result)) {
if ("PRI" == $data['Key']) {
return $data['Field'];
}
}
// return NULL on no primary key
return NULL;
}
?> ?>

View File

@@ -1389,7 +1389,7 @@ function PMA_DBI_get_triggers($db, $table, $delimiter = '//')
// instead of WHERE EVENT_OBJECT_SCHEMA='dbname' // instead of WHERE EVENT_OBJECT_SCHEMA='dbname'
$triggers = PMA_DBI_fetch_result("SELECT TRIGGER_SCHEMA, TRIGGER_NAME, EVENT_MANIPULATION, ACTION_TIMING, ACTION_STATEMENT, EVENT_OBJECT_SCHEMA, EVENT_OBJECT_TABLE FROM information_schema.TRIGGERS WHERE TRIGGER_SCHEMA= '" . PMA_sqlAddslashes($db,true) . "' and EVENT_OBJECT_TABLE = '" . PMA_sqlAddslashes($table, true) . "';"); $triggers = PMA_DBI_fetch_result("SELECT TRIGGER_SCHEMA, TRIGGER_NAME, EVENT_MANIPULATION, ACTION_TIMING, ACTION_STATEMENT, EVENT_OBJECT_SCHEMA, EVENT_OBJECT_TABLE FROM information_schema.TRIGGERS WHERE TRIGGER_SCHEMA= '" . PMA_sqlAddslashes($db,true) . "' and EVENT_OBJECT_TABLE = '" . PMA_sqlAddslashes($table, true) . "';");
} else { } else {
$triggers = PMA_DBI_fetch_result("SHOW TRIGGERS FROM " . PMA_sqlAddslashes($db,true) . " LIKE '" . PMA_sqlAddslashes($table, true) . "';"); $triggers = PMA_DBI_fetch_result("SHOW TRIGGERS FROM " . PMA_backquote(PMA_sqlAddslashes($db,true)) . " LIKE '" . PMA_sqlAddslashes($table, true) . "';");
} }
if ($triggers) { if ($triggers) {

View File

@@ -109,9 +109,8 @@ function PMA_DBI_connect($user, $password, $is_controluser = false, $server = nu
if (!$server) { if (!$server) {
$return_value = @mysqli_real_connect($link, $GLOBALS['cfg']['Server']['host'], $user, $password, false, $server_port, $server_socket, $client_flags); $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 // 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); $return_value = @mysqli_real_connect($link, $GLOBALS['cfg']['Server']['host'], $user, '', false, $server_port, $server_socket, $client_flags);
} }
} else { } else {

183
libraries/export/json.php Normal file
View 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;
}
}

View File

@@ -114,7 +114,10 @@ if (empty($GLOBALS['is_header_sent'])) {
__('New table'), __('New table'),
'', '',
's_tbl.png'); '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'; require_once './libraries/tbl_info.inc.php';
echo $separator; echo $separator;

View File

@@ -355,7 +355,7 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
?> ?>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![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> </script>
<?php <?php

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: afrikaans <af@li.org>\n" "Language-Team: afrikaans <af@li.org>\n"
@@ -88,6 +88,7 @@ msgid "Use this value"
msgstr "" msgstr ""
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1410,7 +1411,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "databasisse" msgstr "databasisse"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1611,22 +1613,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1922,16 +1945,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3233,7 +3256,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Volteks" msgstr "Volteks"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Geen verandering" msgstr "Geen verandering"
@@ -7478,7 +7501,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7487,7 +7510,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-29 14:16+0200\n" "PO-Revision-Date: 2010-05-29 14:16+0200\n"
"Last-Translator: Ahmed <aa.mahdawy.10@gmail.com>\n" "Last-Translator: Ahmed <aa.mahdawy.10@gmail.com>\n"
"Language-Team: arabic <ar@li.org>\n" "Language-Team: arabic <ar@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "استخدم هذه القيمة" msgstr "استخدم هذه القيمة"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1404,7 +1405,8 @@ msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحده
msgid "Databases" msgid "Databases"
msgstr "قاعدة بيانات" msgstr "قاعدة بيانات"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1608,22 +1610,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "اعرض الصورة" msgstr "اعرض الصورة"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "شغل الصوت" msgstr "شغل الصوت"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "اعرض الفيديو" msgstr "اعرض الفيديو"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "نزل الملف" msgstr "نزل الملف"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1917,16 +1940,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "الفوقي" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3217,7 +3240,7 @@ msgstr "فهرست"
msgid "Fulltext" msgid "Fulltext"
msgstr "النص كاملا" msgstr "النص كاملا"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "لا تغييرات" msgstr "لا تغييرات"
@@ -7479,7 +7502,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "زيب" msgstr "زيب"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7488,7 +7511,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az@li.org>\n" "Language-Team: azerbaijani <az@li.org>\n"
@@ -86,6 +86,7 @@ msgid "Use this value"
msgstr "" msgstr ""
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1413,7 +1414,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Me'lumat Bazaları" msgstr "Me'lumat Bazaları"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1615,22 +1617,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1930,16 +1953,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Aşma deyeri" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3244,7 +3267,7 @@ msgstr "İndeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tam metn (Fulltext)" msgstr "Tam metn (Fulltext)"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Deyişiklik Yoxdur" msgstr "Deyişiklik Yoxdur"
@@ -7585,7 +7608,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7594,7 +7617,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be@li.org>\n" "Language-Team: belarusian_cyrillic <be@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Выкарыстоўваць гэта значэньне" msgstr "Выкарыстоўваць гэта значэньне"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1436,7 +1437,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Базы дадзеных" msgstr "Базы дадзеных"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1649,22 +1651,45 @@ msgstr "Дзейны ключ аўтэнтыфікацыі не падключа
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Аўтэнтыфікацыя..." msgstr "Аўтэнтыфікацыя..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Супастаўленьне падлучэньня да MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1967,18 +1992,18 @@ msgstr "Значэньне можа быць прыблізным. Гл. FAQ 3.1
msgid "Overhead" msgid "Overhead"
msgstr "Выкарыстаньне рэсурсаў" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Не атрымалася ўсталяваць злучэньне для controluser, вызначанае ў вашым " "Не атрымалася ўсталяваць злучэньне для controluser, вызначанае ў вашым "
"канфігурацыйным файле." "канфігурацыйным файле."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Сэрвэр не адказвае" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)" msgstr "(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)"
@@ -3353,7 +3378,7 @@ msgstr "Індэкс"
msgid "Fulltext" msgid "Fulltext"
msgstr "Поўнатэкстэкставае" msgstr "Поўнатэкстэкставае"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Няма зьменаў" msgstr "Няма зьменаў"
@@ -7909,7 +7934,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ID устаўленага радку: %1$d" msgstr "ID устаўленага радку: %1$d"
@@ -7918,7 +7943,7 @@ msgstr "ID устаўленага радку: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "У выглядзе PHP-коду" msgstr "У выглядзе PHP-коду"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "У выглядзе SQL-запыту" msgstr "У выглядзе SQL-запыту"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n" "Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Vykarystoŭvać heta značeńnie" msgstr "Vykarystoŭvać heta značeńnie"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1436,7 +1437,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bazy dadzienych" msgstr "Bazy dadzienych"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1649,22 +1651,45 @@ msgstr "Dziejny kluč aŭtentyfikacyi nie padklučany"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Aŭtentyfikacyja..." msgstr "Aŭtentyfikacyja..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: 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:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1967,18 +1992,18 @@ msgstr "Značeńnie moža być prybliznym. Hł. FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Vykarystańnie resursaŭ" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Nie atrymałasia ŭstalavać złučeńnie dla controluser, vyznačanaje ŭ vašym " "Nie atrymałasia ŭstalavać złučeńnie dla controluser, vyznačanaje ŭ vašym "
"kanfihuracyjnym fajle." "kanfihuracyjnym fajle."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Server nie adkazvaje" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)" msgstr "(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)"
@@ -3347,7 +3372,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Poŭnatekstekstavaje" msgstr "Poŭnatekstekstavaje"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Niama źmienaŭ" msgstr "Niama źmienaŭ"
@@ -7838,7 +7863,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ID ustaŭlenaha radku: %1$d" msgstr "ID ustaŭlenaha radku: %1$d"
@@ -7847,7 +7872,7 @@ msgstr "ID ustaŭlenaha radku: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "U vyhladzie PHP-kodu" msgstr "U vyhladzie PHP-kodu"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "U vyhladzie SQL-zapytu" msgstr "U vyhladzie SQL-zapytu"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-11 17:28+0200\n" "PO-Revision-Date: 2010-06-11 17:28+0200\n"
"Last-Translator: <stanprog@stanprog.com>\n" "Last-Translator: <stanprog@stanprog.com>\n"
"Language-Team: bulgarian <bg@li.org>\n" "Language-Team: bulgarian <bg@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Използвахте тази стойност" msgstr "Използвахте тази стойност"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1416,7 +1417,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Бази от данни" msgstr "Бази от данни"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1623,22 +1625,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Колация на MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1938,16 +1963,16 @@ msgstr "Може да има приблизителна стойност. Виж
msgid "Overhead" msgid "Overhead"
msgstr "Загубено място" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Няма отговор от сървъра" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3254,7 +3279,7 @@ msgstr "Индекс"
msgid "Fulltext" msgid "Fulltext"
msgstr "Пълнотекстово" msgstr "Пълнотекстово"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Няма промяна" msgstr "Няма промяна"
@@ -7629,7 +7654,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7638,7 +7663,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Показване като PHP-код" msgstr "Показване като PHP-код"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn@li.org>\n" "Language-Team: bangla <bn@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Use this value" msgstr "Use this value"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1421,7 +1422,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "ডাটাবেজসমূহ Databases" msgstr "ডাটাবেজসমূহ Databases"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1631,22 +1633,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL connection collation"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1947,16 +1972,16 @@ msgstr "হয়ত আনুমানিক। FAQ ৩.১১ দেখ। "
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(or the local MySQL server's socket is not correctly configured)" msgstr "(or the local MySQL server's socket is not correctly configured)"
@@ -3294,7 +3319,7 @@ msgstr "ইন্ডেস্ক"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "No change" msgstr "No change"
@@ -7803,7 +7828,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7812,7 +7837,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
#, fuzzy #, fuzzy
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Show Full Queries" msgstr "Show Full Queries"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs@li.org>\n" "Language-Team: bosnian <bs@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Koristi ovu vrijednost" msgstr "Koristi ovu vrijednost"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1413,7 +1414,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Baze" msgstr "Baze"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1619,22 +1621,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1931,16 +1954,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Prekoračenje" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3244,7 +3267,7 @@ msgstr "Ključ"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tekst ključ" msgstr "Tekst ključ"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nema izmjena" msgstr "Nema izmjena"
@@ -7580,7 +7603,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7589,7 +7612,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n" "PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca@li.org>\n" "Language-Team: catalan <ca@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Fes servir aquest valor" msgstr "Fes servir aquest valor"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1427,7 +1428,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bases de dades" msgstr "Bases de dades"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1642,22 +1644,45 @@ msgstr "Cap clau d'autenticació vàlida endollada"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autenticant..." msgstr "Autenticant..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Ordenació de la connexió MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Veure imatge" msgstr "Veure imatge"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Escolta audio" msgstr "Escolta audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Veure video" msgstr "Veure video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Descarrega arxiu" msgstr "Descarrega arxiu"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1961,18 +1986,18 @@ msgstr "Pot ser aproximat. Veieu PFC (FAQ) 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Defragmentat" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"La connexió de l'usuari de control ha fallat, tal com està definida ara a la " "La connexió de l'usuari de control ha fallat, tal com està definida ara a la "
"configuració." "configuració."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "El servidor no respon" 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)" 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)" msgstr "(o el sòcol del servidor local MySQL no està configurat correctament)"
@@ -3351,7 +3376,7 @@ msgstr "Índex"
msgid "Fulltext" msgid "Fulltext"
msgstr "Text sencer" msgstr "Text sencer"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Sense canvis" msgstr "Sense canvis"
@@ -8107,7 +8132,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Id de la fila inserida: %1$d" msgstr "Id de la fila inserida: %1$d"
@@ -8116,7 +8141,7 @@ msgstr "Id de la fila inserida: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Mostrant com a codi PHP" msgstr "Mostrant com a codi PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Mostrant consulta SQL" msgstr "Mostrant consulta SQL"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-28 17:55+0200\n" "PO-Revision-Date: 2010-07-28 17:55+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: czech <cs@li.org>\n" "Language-Team: czech <cs@li.org>\n"
@@ -92,6 +92,7 @@ msgid "Use this value"
msgstr "Použít tuto hodnotu" msgstr "Použít tuto hodnotu"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "Není nastaven žádný streamovací server!" msgstr "Není nastaven žádný streamovací server!"
@@ -606,8 +607,8 @@ msgstr "Sledování není zapnuté."
#: db_structure.php:405 libraries/display_tbl.lib.php:1902 #: db_structure.php:405 libraries/display_tbl.lib.php:1902
#, php-format #, php-format
msgid "" msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation" "This view has at least this number of rows. Please refer to %sdocumentation%"
"%s." "s."
msgstr "" msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s." "Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@@ -804,8 +805,8 @@ msgstr "Výpis byl uložen do souboru %s."
#: import.php:58 #: import.php:58
#, php-format #, php-format
msgid "" msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation" "You probably tried to upload too large file. Please refer to %sdocumentation%"
"%s for ways to workaround this limit." "s for ways to workaround this limit."
msgstr "" msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si " "Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít." "prosím %sdokumentaci%s, jak toto omezení obejít."
@@ -1358,7 +1359,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databáze" msgstr "Databáze"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1474,8 +1476,8 @@ msgstr "Vítejte v %s"
#: libraries/auth/config.auth.lib.php:106 #: libraries/auth/config.auth.lib.php:106
#, php-format #, php-format
msgid "" msgid ""
"You probably did not create a configuration file. You might want to use the " "You probably did not create a configuration file. You might want to use the %"
"%1$ssetup script%2$s to create one." "1$ssetup script%2$s to create one."
msgstr "" msgstr ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho " "Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s." "vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@@ -1570,22 +1572,45 @@ msgstr "Nebyl připojen autentizační klíč"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authentizuji..." msgstr "Authentizuji..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Vytvoření stránky selhalo"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Zobrazit obrázek" msgstr "Zobrazit obrázek"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Přehrát zvuk" msgstr "Přehrát zvuk"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Přehrát video" msgstr "Přehrát video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Stáhnout soubor" msgstr "Stáhnout soubor"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1882,17 +1907,17 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Navíc" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Nepodařilo se připojit jako controluser, který je nadefinován v nastaveních." "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/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" msgid "The server is not responding"
msgstr "Server neodpovídá" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(nebo není správně nastaven lokální socket MySQL serveru)" msgstr "(nebo není správně nastaven lokální socket MySQL serveru)"
@@ -2007,8 +2032,8 @@ msgstr "jméno tabulky"
#, php-format #, php-format
msgid "" msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time " "This value is interpreted using %1$sstrftime%2$s, so you can use time "
"formatting strings. Additionally the following transformations will happen: " "formatting strings. Additionally the following transformations will happen: %"
"%3$s. Other text will be kept as is." "3$s. Other text will be kept as is."
msgstr "" msgstr ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít " "Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena " "libovolné řetězce pro formátování data a času. Dále budou provedena "
@@ -3232,7 +3257,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Žádná změna" msgstr "Žádná změna"
@@ -3840,8 +3865,8 @@ msgid ""
"For a list of available transformation options and their MIME type " "For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s" "transformations, click on %stransformation descriptions%s"
msgstr "" msgstr ""
"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na " "Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %"
"%spopisy transformací%s" "spopisy transformací%s"
#: libraries/tbl_properties.inc.php:143 #: libraries/tbl_properties.inc.php:143
msgid "Transformation options" msgid "Transformation options"
@@ -3874,8 +3899,8 @@ msgid ""
"No description is available for this transformation.<br />Please ask the " "No description is available for this transformation.<br />Please ask the "
"author what %s does." "author what %s does."
msgstr "" msgstr ""
"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co " "Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %"
"%s dělá." "s dělá."
#: libraries/tbl_properties.inc.php:724 server_engines.php:56 #: libraries/tbl_properties.inc.php:724 server_engines.php:56
#: tbl_operations.php:352 #: tbl_operations.php:352
@@ -4845,8 +4870,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé."
msgid "" msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the " "tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, you should " "server uses, if they have been changed manually. In this case, you should %"
"%sreload the privileges%s before you continue." "sreload the privileges%s before you continue."
msgstr "" msgstr ""
"Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto " "Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto "
"tabulek se může lišit od oprávnění, která server právě používá, pokud byly " "tabulek se může lišit od oprávnění, která server právě používá, pokud byly "
@@ -7108,9 +7133,8 @@ msgstr ""
"Nastavil jste typ autentizace [kbd]config[/kbd] a zadal jste uživatelské " "Nastavil jste typ autentizace [kbd]config[/kbd] a zadal jste uživatelské "
"jméno a heslo pro automatické přihlášení, což není doporučená volba pro " "jméno a heslo pro automatické přihlášení, což není doporučená volba pro "
"produkční servery. Kdokoli kdo zná URL phpMyAdminu může přímo přistoupit k " "produkční servery. Kdokoli kdo zná URL phpMyAdminu může přímo přistoupit k "
"Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&amp;mode=edit&amp;id=" "Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&amp;mode=edit&amp;id=%1"
"%1$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo [kbd]http[/" "$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo [kbd]http[/kbd]."
"kbd]."
#: setup/lib/messages.inc.php:236 #: setup/lib/messages.inc.php:236
msgid "You should use mysqli for performance reasons" msgid "You should use mysqli for performance reasons"
@@ -7806,7 +7830,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ID vloženého řádku: %1$d" msgstr "ID vloženého řádku: %1$d"
@@ -7815,7 +7839,7 @@ msgstr "ID vloženého řádku: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Zobrazuji jako PHP kód" msgstr "Zobrazuji jako PHP kód"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Zobrazuji SQL dotaz" msgstr "Zobrazuji SQL dotaz"
@@ -8030,7 +8054,6 @@ msgid "Flush the table (FLUSH)"
msgstr "Vyprázdnit vyrovnávací paměť pro tabulku („FLUSH“)" msgstr "Vyprázdnit vyrovnávací paměť pro tabulku („FLUSH“)"
#: tbl_operations.php:642 #: tbl_operations.php:642
#| msgid "Delete tracking data for this table"
msgid "Delete data or table" msgid "Delete data or table"
msgstr "Odstranit data nebo tabulku" msgstr "Odstranit data nebo tabulku"
@@ -8039,7 +8062,6 @@ msgid "Empty the table (TRUNCATE)"
msgstr "Vyprázdnit tabulku (TRUNCATE)" msgstr "Vyprázdnit tabulku (TRUNCATE)"
#: tbl_operations.php:675 #: tbl_operations.php:675
#| msgid "Drop the table (DROP)"
msgid "Delete the table (DROP)" msgid "Delete the table (DROP)"
msgstr "Odstranit tabulku (DROP)" msgstr "Odstranit tabulku (DROP)"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n" "PO-Revision-Date: 2010-06-07 20:23+0200\n"
"Last-Translator: <ardavies@tiscali.co.uk>\n" "Last-Translator: <ardavies@tiscali.co.uk>\n"
"Language-Team: Welsh <cy@li.org>\n" "Language-Team: Welsh <cy@li.org>\n"
@@ -93,6 +93,7 @@ msgid "Use this value"
msgstr "Defnyddiwch y gwerth hwn" msgstr "Defnyddiwch y gwerth hwn"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1361,7 +1362,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Cronfeydd Data" msgstr "Cronfeydd Data"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1573,22 +1575,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Yn dilysu..." msgstr "Yn dilysu..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Coladiad cysylltiad MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Gweld delwedd" msgstr "Gweld delwedd"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Chwarae sain" msgstr "Chwarae sain"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Gwylio fideo" msgstr "Gwylio fideo"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Lawrlwytho ffeil" msgstr "Lawrlwytho ffeil"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1878,16 +1903,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Gorbenion" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Dyw'r gweinydd ddim yn ymateb" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3163,7 +3188,7 @@ msgstr "Indecs"
msgid "Fulltext" msgid "Fulltext"
msgstr "Testunllawn" msgstr "Testunllawn"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Dim newid" msgstr "Dim newid"
@@ -7311,7 +7336,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7320,7 +7345,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:55+0200\n" "PO-Revision-Date: 2010-07-21 14:55+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: danish <da@li.org>\n" "Language-Team: danish <da@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Brug denne værdi" msgstr "Brug denne værdi"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1421,7 +1422,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databaser" msgstr "Databaser"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1633,22 +1635,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL forbindelses-sammenkøring"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1947,17 +1972,17 @@ msgstr "Kan være anslået. Se FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Forbindelse for kontrolbruger som defineret i din konfiguration slog fejl." "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/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" msgid "The server is not responding"
msgstr "Serveren svarer ikke" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(eller den lokale MySQL servers socket er ikke korrekt konfigureret)" msgstr "(eller den lokale MySQL servers socket er ikke korrekt konfigureret)"
@@ -3275,7 +3300,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fuldtekst" msgstr "Fuldtekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ingen ændring" msgstr "Ingen ændring"
@@ -7733,7 +7758,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7742,7 +7767,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Viser som PHP-kode" msgstr "Viser som PHP-kode"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Viser SQL-forespørgsel" msgstr "Viser SQL-forespørgsel"

118
po/de.po
View File

@@ -3,8 +3,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:45+0200\n" "PO-Revision-Date: 2010-07-31 21:09+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: german <de@li.org>\n" "Language-Team: german <de@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Diesen Wert verwenden" msgstr "Diesen Wert verwenden"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1375,7 +1376,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Datenbanken" msgstr "Datenbanken"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1592,22 +1594,45 @@ msgstr "Kein gültiger Authentisierungsschlüssel angeschlossen"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authentifiziere ..." msgstr "Authentifiziere ..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Seitenerstellung fehlgeschlagen"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Bild anzeigen" msgstr "Bild anzeigen"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Tonaufnahme abspielen" msgstr "Tonaufnahme abspielen"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Filmaufnahme abspielen" msgstr "Filmaufnahme abspielen"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Datei herunterladen" msgstr "Datei herunterladen"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1909,18 +1934,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Überhang" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, " "Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, "
"ist fehlgeschlagen." "ist fehlgeschlagen."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Der Server antwortet nicht." 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt " "(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt "
@@ -3122,7 +3147,7 @@ msgstr "Erstellt von"
#: libraries/import.lib.php:151 sql.php:518 tbl_change.php:175 #: libraries/import.lib.php:151 sql.php:518 tbl_change.php:175
#: tbl_get_field.php:34 #: tbl_get_field.php:34
msgid "MySQL returned an empty result set (i.e. zero rows)." msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen)." msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen)."
#: libraries/import.lib.php:1110 #: libraries/import.lib.php:1110
msgid "" msgid ""
@@ -3285,7 +3310,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Volltext" msgstr "Volltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Keine Änderung" msgstr "Keine Änderung"
@@ -8056,7 +8081,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ID der eingefügten Zeile: %1$d" msgstr "ID der eingefügten Zeile: %1$d"
@@ -8065,7 +8090,7 @@ msgstr "ID der eingefügten Zeile: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Ansicht als PHP Code" msgstr "Ansicht als PHP Code"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Ansicht als SQL Abfrage" msgstr "Ansicht als SQL Abfrage"
@@ -8678,68 +8703,3 @@ msgstr "VIEW Name"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "View umbenennen in" 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"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n" "PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: greek <el@li.org>\n" "Language-Team: greek <el@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Χρήση αυτής της τιμής" msgstr "Χρήση αυτής της τιμής"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1406,7 +1407,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Βάσεις Δεδομένων" msgstr "Βάσεις Δεδομένων"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1621,22 +1623,45 @@ msgstr "Δεν τοποθετήθηκε κανένα έγκυρο κλειδί
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Επικύρωση..." msgstr "Επικύρωση..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Η δημιουργία σελίδας απέτυχε"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Προβολή εικόνας" msgstr "Προβολή εικόνας"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Αναπαραγωγή ήχου" msgstr "Αναπαραγωγή ήχου"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Προβολή βίντεο" msgstr "Προβολή βίντεο"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Λήψη αρχείου" msgstr "Λήψη αρχείου"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1937,16 +1962,16 @@ msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις Σ
msgid "Overhead" msgid "Overhead"
msgstr "Περίσσεια" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "Ανεπιτυχής σύνδεση του χρήστη ελέγχου όπως ορίστηκε στη ρύθμισή σας." msgstr "Ανεπιτυχής σύνδεση του χρήστη ελέγχου όπως ορίστηκε στη ρύθμισή σας."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Ο διακομιστής δεν αποκρίνεται" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(ή η τοπική υποδοχή του διακομιστή MySQL δεν έχει ρυθμιστεί σωστά)" msgstr "(ή η τοπική υποδοχή του διακομιστή MySQL δεν έχει ρυθμιστεί σωστά)"
@@ -3323,7 +3348,7 @@ msgstr "Ευρετήριο"
msgid "Fulltext" msgid "Fulltext"
msgstr "Πλήρες κείμενο" msgstr "Πλήρες κείμενο"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Χωρίς αλλαγή" msgstr "Χωρίς αλλαγή"
@@ -8126,7 +8151,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Ταυτότητα εισερχόμενης εγγραφής: %1$d" msgstr "Ταυτότητα εισερχόμενης εγγραφής: %1$d"
@@ -8135,7 +8160,7 @@ msgstr "Ταυτότητα εισερχόμενης εγγραφής: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Εμφάνιση ως κώδικά PHP" msgstr "Εμφάνιση ως κώδικά PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Εμφάνιση ερωτήματος SQL" msgstr "Εμφάνιση ερωτήματος SQL"

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-26 16:54+0200\n" "PO-Revision-Date: 2010-08-09 22:22+0200\n"
"Last-Translator: Robert Readman <robert_readman@hotmail.com>\n" "Last-Translator: Robert Readman <robert_readman@hotmail.com>\n"
"Language-Team: english-gb <en_GB@li.org>\n" "Language-Team: english-gb <en_GB@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n" "Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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 #: browse_foreigners.php:36 browse_foreigners.php:57
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510 #: libraries/display_tbl.lib.php:415 server_privileges.php:1510
@@ -90,18 +90,17 @@ msgid "Use this value"
msgstr "Use this value" msgstr "Use this value"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr "No blob streaming server configured!"
#: bs_disp_as_mime_type.php:35 #: bs_disp_as_mime_type.php:35
#, fuzzy
#| msgid "Failed to write file to disk."
msgid "Failed to fetch headers" msgid "Failed to fetch headers"
msgstr "Failed to write file to disk." msgstr "Failed to fetch headers"
#: bs_disp_as_mime_type.php:41 #: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL" msgid "Failed to open remote URL"
msgstr "" msgstr "Failed to open remote URL"
#: db_create.php:44 #: db_create.php:44
#, php-format #, php-format
@@ -249,10 +248,8 @@ msgid "and then"
msgstr "and then" msgstr "and then"
#: db_operations.php:379 #: db_operations.php:379
#, fuzzy
#| msgid "Rename database to"
msgid "Remove database" msgid "Remove database"
msgstr "Rename database to" msgstr "Remove database"
#: db_operations.php:391 #: db_operations.php:391
#, php-format #, php-format
@@ -260,10 +257,8 @@ msgid "Database %s has been dropped."
msgstr "Database %s has been dropped." msgstr "Database %s has been dropped."
#: db_operations.php:396 #: db_operations.php:396
#, fuzzy
#| msgid "Go to database"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "Go to database" msgstr "Drop the database (DROP)"
#: db_operations.php:424 #: db_operations.php:424
msgid "Copy database to" msgid "Copy database to"
@@ -315,16 +310,13 @@ msgid "Collation"
msgstr "Collation" msgstr "Collation"
#: db_operations.php:498 pdf_schema.php:32 #: 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."
msgid "" msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "" msgstr ""
"The additional features for working with linked tables have been " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"deactivated. To find out why click %shere%s." "click %shere%s."
#: db_operations.php:531 #: db_operations.php:531
msgid "Edit PDF Pages" msgid "Edit PDF Pages"
@@ -1360,7 +1352,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databases" msgstr "Databases"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1569,22 +1562,45 @@ msgstr "No valid authentication key plugged"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authenticating..." msgstr "Authenticating..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr "PBMS error"
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Page creation failed"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr "PBMS get BLOB info failed:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr "get BLOB Content-Type failed"
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "View image" msgstr "View image"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Play audio" msgstr "Play audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "View video" msgstr "View video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Download file" msgstr "Download file"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr "Could not open file: %s"
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1881,16 +1897,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "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/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" msgid "The server is not responding"
msgstr "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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(or the local MySQL server's socket is not correctly configured)" msgstr "(or the local MySQL server's socket is not correctly configured)"
@@ -2500,20 +2516,12 @@ msgstr ""
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE." "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
#: libraries/engines/pbms.lib.php:31 #: libraries/engines/pbms.lib.php:31
#, fuzzy
#| msgid "Garbage threshold"
msgid "Garbage Threshold" msgid "Garbage Threshold"
msgstr "Garbage threshold" msgstr "Garbage Threshold"
#: libraries/engines/pbms.lib.php:32 #: 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." msgid "The percentage of garbage in a repository file before it is compacted."
msgstr "" msgstr "The percentage of garbage in a repository file before it is compacted."
"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."
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69 #: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
#: server_synchronize.php:1161 #: server_synchronize.php:1161
@@ -2525,10 +2533,12 @@ msgid ""
"The port for the PBMS stream-based communications. Setting this value to 0 " "The port for the PBMS stream-based communications. Setting this value to 0 "
"will disable HTTP communication with the daemon." "will disable HTTP communication with the daemon."
msgstr "" 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 #: libraries/engines/pbms.lib.php:41
msgid "Repository Threshold" msgid "Repository Threshold"
msgstr "" msgstr "Repository Threshold"
#: libraries/engines/pbms.lib.php:42 #: libraries/engines/pbms.lib.php:42
msgid "" msgid ""
@@ -2536,22 +2546,25 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:46
msgid "Temp Blob Timeout" msgid "Temp Blob Timeout"
msgstr "" msgstr "Temp Blob Timeout"
#: libraries/engines/pbms.lib.php:47 #: libraries/engines/pbms.lib.php:47
msgid "" msgid ""
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed " "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." "after this time, unless they are referenced by a record in the database."
msgstr "" 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 #: libraries/engines/pbms.lib.php:51
#, fuzzy
#| msgid "Log file threshold"
msgid "Temp Log Threshold" msgid "Temp Log Threshold"
msgstr "Log file threshold" msgstr "Temp Log Threshold"
#: libraries/engines/pbms.lib.php:52 #: libraries/engines/pbms.lib.php:52
msgid "" msgid ""
@@ -2559,26 +2572,33 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:56
msgid "Max Keep Alive" msgid "Max Keep Alive"
msgstr "" msgstr "Max Keep Alive"
#: libraries/engines/pbms.lib.php:57 #: libraries/engines/pbms.lib.php:57
msgid "" msgid ""
"The timeout for inactive connection with the keep-alive flag set. After this " "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)." "time the connection will be closed. The time-out is in milliseconds (1/1000)."
msgstr "" 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 #: libraries/engines/pbms.lib.php:61
msgid "Metadata Headers" msgid "Metadata Headers"
msgstr "" msgstr "Metadata Headers"
#: libraries/engines/pbms.lib.php:62 #: libraries/engines/pbms.lib.php:62
msgid "" msgid ""
"A \":\" delimited list of metadata headers to be used to initialize the " "A \":\" delimited list of metadata headers to be used to initialize the "
"pbms_metadata_header table when a database is created." "pbms_metadata_header table when a database is created."
msgstr "" 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 #: libraries/engines/pbxt.lib.php:22
msgid "Index cache size" msgid "Index cache size"
@@ -3226,7 +3246,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "No change" msgstr "No change"
@@ -6627,19 +6647,14 @@ msgid "Signon login options"
msgstr "Signon login options" msgstr "Signon login options"
#: setup/lib/messages.inc.php:128 #: 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 "" msgid ""
"Configure phpMyAdmin database to gain access to additional features, see " "Configure phpMyAdmin database to gain access to additional features, see "
"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] " "[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
"in documentation" "in documentation"
msgstr "" msgstr ""
"Configure phpMyAdmin database to gain access to additional features, see " "Configure phpMyAdmin database to gain access to additional features, see "
"[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in " "[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
"documentation" "in documentation"
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290 #: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
msgid "PMA database" msgid "PMA database"
@@ -7805,7 +7820,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Inserted row id: %1$d" msgstr "Inserted row id: %1$d"
@@ -7814,7 +7829,7 @@ msgstr "Inserted row id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Showing as PHP code" msgstr "Showing as PHP code"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Showing SQL query" msgstr "Showing SQL query"
@@ -8029,20 +8044,16 @@ msgid "Flush the table (FLUSH)"
msgstr "Flush the table (FLUSH)" msgstr "Flush the table (FLUSH)"
#: tbl_operations.php:642 #: tbl_operations.php:642
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete data or table" msgid "Delete data or table"
msgstr "Delete tracking data for this table" msgstr "Delete data or table"
#: tbl_operations.php:657 #: tbl_operations.php:657
msgid "Empty the table (TRUNCATE)" msgid "Empty the table (TRUNCATE)"
msgstr "" msgstr "Empty the table (TRUNCATE)"
#: tbl_operations.php:675 #: tbl_operations.php:675
#, fuzzy
#| msgid "Go to database"
msgid "Delete the table (DROP)" msgid "Delete the table (DROP)"
msgstr "Go to database" msgstr "Delete the table (DROP)"
#: tbl_operations.php:696 #: tbl_operations.php:696
msgid "Partition maintenance" msgid "Partition maintenance"
@@ -8413,66 +8424,3 @@ msgstr "VIEW name"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "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"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n" "PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: spanish <es@li.org>\n" "Language-Team: spanish <es@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Use este valor" msgstr "Use este valor"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1439,7 +1440,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bases de datos" msgstr "Bases de datos"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1660,22 +1662,45 @@ msgstr "No se ha conectado una llave de autenticación válida"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autenticando..." msgstr "Autenticando..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Cotejamiento de las conexiones MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Ver imagen" msgstr "Ver imagen"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Tocar audio" msgstr "Tocar audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Ver vídeo" msgstr "Ver vídeo"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Descargar archivo" msgstr "Descargar archivo"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1978,18 +2003,18 @@ msgstr "Podría ser aproximado. Léase la FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Residuo a depurar" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"La conexión para controluser, como está definida en su configuración, " "La conexión para controluser, como está definida en su configuración, "
"fracasó." "fracasó."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "El servidor no está respondiendo" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(o el socket del servidor MySQL local no está configurado correctamente)" "(o el socket del servidor MySQL local no está configurado correctamente)"
@@ -3381,7 +3406,7 @@ msgstr "Índice"
msgid "Fulltext" msgid "Fulltext"
msgstr "Texto completo" msgstr "Texto completo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Sin cambios" msgstr "Sin cambios"
@@ -8105,7 +8130,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "La Id de la fila insertada es: %1$d" msgstr "La Id de la fila insertada es: %1$d"
@@ -8114,7 +8139,7 @@ msgstr "La Id de la fila insertada es: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Mostrar como código PHP" msgstr "Mostrar como código PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Mostrando la consulta SQL" msgstr "Mostrando la consulta SQL"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: estonian <et@li.org>\n" "Language-Team: estonian <et@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Kasuta seda väärtust" msgstr "Kasuta seda väärtust"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1421,7 +1422,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Andmebaasid" msgstr "Andmebaasid"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1630,22 +1632,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL ühenduse kollatsioon"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1947,16 +1972,16 @@ msgstr "Võib olla umbkaudne. Vaadake FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Ülejääv" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Server ei vasta" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)" msgstr "(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)"
@@ -3290,7 +3315,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Täistekst" msgstr "Täistekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ei muudetud" msgstr "Ei muudetud"
@@ -7788,7 +7813,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7797,7 +7822,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Näitan PHP koodina" msgstr "Näitan PHP koodina"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Näitan SQL päringut" msgstr "Näitan SQL päringut"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n" "PO-Revision-Date: 2010-07-21 14:53+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: basque <eu@li.org>\n" "Language-Team: basque <eu@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Erabili balio hau" msgstr "Erabili balio hau"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1416,7 +1417,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Datu-baseak" msgstr "Datu-baseak"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1621,22 +1623,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1933,16 +1956,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Arazteko hondakina" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3246,7 +3269,7 @@ msgstr "Indizea"
msgid "Fulltext" msgid "Fulltext"
msgstr "Testu osoa" msgstr "Testu osoa"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Aldaketarik ez" msgstr "Aldaketarik ez"
@@ -7606,7 +7629,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7615,7 +7638,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007@yahoo.com>\n" "Last-Translator: <ahmad_usa2007@yahoo.com>\n"
"Language-Team: persian <fa@li.org>\n" "Language-Team: persian <fa@li.org>\n"
@@ -87,6 +87,7 @@ msgid "Use this value"
msgstr "این مقدار را استفاده کنید" msgstr "این مقدار را استفاده کنید"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1399,7 +1400,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "پايگاههاي داده" msgstr "پايگاههاي داده"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1601,22 +1603,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1914,16 +1937,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3224,7 +3247,7 @@ msgstr "فهرست"
msgid "Fulltext" msgid "Fulltext"
msgstr "كاملا متن" msgstr "كاملا متن"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7455,7 +7478,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7464,7 +7487,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-04-30 18:08+0200\n" "PO-Revision-Date: 2010-04-30 18:08+0200\n"
"Last-Translator: <kajouni@gmail.com>\n" "Last-Translator: <kajouni@gmail.com>\n"
"Language-Team: finnish <fi@li.org>\n" "Language-Team: finnish <fi@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Käytä tätä arvoa" msgstr "Käytä tätä arvoa"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1427,7 +1428,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Tietokannat" msgstr "Tietokannat"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1643,22 +1645,45 @@ msgstr "Kelvollista todennusavainta ei ole asetettu"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Todennetaan..." msgstr "Todennetaan..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL-yhteyden aakkosjärjestys"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Näytä kuva" msgstr "Näytä kuva"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Toista ääni" msgstr "Toista ääni"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Näytä video" msgstr "Näytä video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Lataa tiedosto" msgstr "Lataa tiedosto"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1958,17 +1983,17 @@ msgstr "Saattaa olla summittainen. Katso FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Ylijäämä" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Yhteyden muodostus asetuksissa määriteltyyn superuser-käyttäjään epäonnistui." "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/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" msgid "The server is not responding"
msgstr "Palvelin ei vastaa" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(tai paikallisen MySQL-palvelimen pistokkeen asetuksia ei ole määritelty " "(tai paikallisen MySQL-palvelimen pistokkeen asetuksia ei ole määritelty "
@@ -3340,7 +3365,7 @@ msgstr "Indeksi"
msgid "Fulltext" msgid "Fulltext"
msgstr "Koko teksti" msgstr "Koko teksti"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ei muutoksia" msgstr "Ei muutoksia"
@@ -8088,7 +8113,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Lisätyn rivin tunnus: %1$d" msgstr "Lisätyn rivin tunnus: %1$d"
@@ -8097,7 +8122,7 @@ msgstr "Lisätyn rivin tunnus: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Näytetään PHP-koodina" msgstr "Näytetään PHP-koodina"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Näytetään SQL-kysely" msgstr "Näytetään SQL-kysely"

153
po/fr.po
View File

@@ -3,16 +3,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:41+0200\n" "PO-Revision-Date: 2010-08-06 14:16+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: french <fr@li.org>\n" "Language-Team: french <fr@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\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 #: browse_foreigners.php:36 browse_foreigners.php:57
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510 #: libraries/display_tbl.lib.php:415 server_privileges.php:1510
@@ -90,18 +90,18 @@ msgid "Use this value"
msgstr "Utiliser cette valeur" msgstr "Utiliser cette valeur"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr "Aucun serveur blob streaming configuré!"
#: bs_disp_as_mime_type.php:35 #: bs_disp_as_mime_type.php:35
#, fuzzy
#| msgid "Failed to write file to disk." #| msgid "Failed to write file to disk."
msgid "Failed to fetch headers" 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 #: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL" msgid "Failed to open remote URL"
msgstr "" msgstr "Échec d'ouverture du URL distant"
#: db_create.php:44 #: db_create.php:44
#, php-format #, php-format
@@ -249,10 +249,9 @@ msgid "and then"
msgstr "et ensuite" msgstr "et ensuite"
#: db_operations.php:379 #: db_operations.php:379
#, fuzzy
#| msgid "Rename database to" #| msgid "Rename database to"
msgid "Remove database" 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 #: db_operations.php:391
#, php-format #, php-format
@@ -260,10 +259,9 @@ msgid "Database %s has been dropped."
msgstr "La base de données %s a été effacée." msgstr "La base de données %s a été effacée."
#: db_operations.php:396 #: db_operations.php:396
#, fuzzy
#| msgid "Go to database" #| msgid "Go to database"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "Aller à la base de données" msgstr "Supprimer la base de données (DROP)"
#: db_operations.php:424 #: db_operations.php:424
msgid "Copy database to" msgid "Copy database to"
@@ -315,7 +313,7 @@ msgid "Collation"
msgstr "Interclassement" msgstr "Interclassement"
#: db_operations.php:498 pdf_schema.php:32 #: db_operations.php:498 pdf_schema.php:32
#, fuzzy, php-format #, php-format
#| msgid "" #| msgid ""
#| "The additional features for working with linked tables have been " #| "The additional features for working with linked tables have been "
#| "deactivated. To find out why click %shere%s." #| "deactivated. To find out why click %shere%s."
@@ -323,8 +321,8 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "" msgstr ""
"Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. " "Le stockage des configurations phpMyAdmin a été désactivé. Pour une analyse "
"Pour une analyse du problème, cliquez %sici%s." "du problème, cliquez %sici%s."
#: db_operations.php:531 #: db_operations.php:531
msgid "Edit PDF Pages" msgid "Edit PDF Pages"
@@ -1373,7 +1371,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bases de données" msgstr "Bases de données"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1586,22 +1585,43 @@ msgstr "La clé d'authentification n'est pas branchée"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authentification en cours..." msgstr "Authentification en cours..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr "Erreur PBMS"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr "La connexion PBMS a échoué :"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr "L'accès aux informations BLOB de PBMS a échoué :"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr "L'accès au Content-Type du BLOB a échoué"
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Afficher l'image" msgstr "Afficher l'image"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Lecture audio" msgstr "Lecture audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Lecture vidéo" msgstr "Lecture vidéo"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Télécharger" msgstr "Télécharger"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr "Échec d'ouverture du fichier %s"
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1697,10 +1717,9 @@ msgid "MySQL said: "
msgstr "MySQL a répondu: " msgstr "MySQL a répondu: "
#: libraries/common.lib.php:1129 #: libraries/common.lib.php:1129
#, fuzzy
#| msgid "Could not connect to MySQL server" #| msgid "Could not connect to MySQL server"
msgid "Failed to connect to SQL validator!" 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 #: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
msgid "Explain SQL" msgid "Explain SQL"
@@ -1904,17 +1923,17 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Perte" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"La connexion au controluser tel que défini dans votre configuration a échoué." "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/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" msgid "The server is not responding"
msgstr "Le serveur ne répond pas" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(ou l'interface de connexion (socket) vers le serveur MySQL local n'est pas " "(ou l'interface de connexion (socket) vers le serveur MySQL local n'est pas "
@@ -2531,21 +2550,18 @@ msgstr ""
"ALTER TABLE." "ALTER TABLE."
#: libraries/engines/pbms.lib.php:31 #: libraries/engines/pbms.lib.php:31
#, fuzzy
#| msgid "Garbage threshold" #| msgid "Garbage threshold"
msgid "Garbage Threshold" msgid "Garbage Threshold"
msgstr "Seuil des informations parasites" msgstr "Seuil des informations parasites"
#: libraries/engines/pbms.lib.php:32 #: libraries/engines/pbms.lib.php:32
#, fuzzy
#| msgid "" #| msgid ""
#| "The percentage of garbage in a data log file before it is compacted. This " #| "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." #| "is a value between 1 and 99. The default is 50."
msgid "The percentage of garbage in a repository file before it is compacted." msgid "The percentage of garbage in a repository file before it is compacted."
msgstr "" msgstr ""
"Le pourcentage d'information parasites dans un journal de données au-delà " "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 " "duquel il est comprimé."
"défaut est 50."
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69 #: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
#: server_synchronize.php:1161 #: server_synchronize.php:1161
@@ -2557,10 +2573,12 @@ msgid ""
"The port for the PBMS stream-based communications. Setting this value to 0 " "The port for the PBMS stream-based communications. Setting this value to 0 "
"will disable HTTP communication with the daemon." "will disable HTTP communication with the daemon."
msgstr "" msgstr ""
"Le port de communication PBMS. La valeur 0 désactivera la communication HTTP "
"avec le serveur."
#: libraries/engines/pbms.lib.php:41 #: libraries/engines/pbms.lib.php:41
msgid "Repository Threshold" msgid "Repository Threshold"
msgstr "" msgstr "Seuil du dépôt"
#: libraries/engines/pbms.lib.php:42 #: libraries/engines/pbms.lib.php:42
msgid "" msgid ""
@@ -2568,10 +2586,13 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:46
msgid "Temp Blob Timeout" msgid "Temp Blob Timeout"
msgstr "" msgstr "Temps limite du Blob temporaire"
#: libraries/engines/pbms.lib.php:47 #: libraries/engines/pbms.lib.php:47
msgid "" msgid ""
@@ -3262,7 +3283,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Texte entier" msgstr "Texte entier"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Pas de modifications" msgstr "Pas de modifications"
@@ -7912,7 +7933,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Identifiant de l'enregistrement inséré : %1$d" msgstr "Identifiant de l'enregistrement inséré : %1$d"
@@ -7921,7 +7942,7 @@ msgstr "Identifiant de l'enregistrement inséré : %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Affichage du code PHP" msgstr "Affichage du code PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Affichage de la requête SQL" msgstr "Affichage de la requête SQL"
@@ -8528,67 +8549,3 @@ msgstr "Nom de la vue"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "Changer le nom de la vue pour" 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"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:50+0200\n" "PO-Revision-Date: 2010-07-21 14:50+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: galician <gl@li.org>\n" "Language-Team: galician <gl@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Usar este valor" msgstr "Usar este valor"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1429,7 +1430,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bases de datos" msgstr "Bases de datos"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1646,22 +1648,45 @@ msgstr "Non se meteu ningunha chave de autenticación válida"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "A autenticar..." msgstr "A autenticar..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: 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:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Ver a imaxe" msgstr "Ver a imaxe"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Reproducir o son" msgstr "Reproducir o son"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Ver o vídeo" msgstr "Ver o vídeo"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Descargar o ficheiro" msgstr "Descargar o ficheiro"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1965,17 +1990,17 @@ msgstr "Pode non ser exacto. Consulte a FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "De máis (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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Fallou a conexión para controluser tal e como se define na súa configuración." "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/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" msgid "The server is not responding"
msgstr "O servidor non está a responder" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(ou o socket local do servidor de MySQL non se configurou correctamente)" "(ou o socket local do servidor de MySQL non se configurou correctamente)"
@@ -3351,7 +3376,7 @@ msgstr "Índice"
msgid "Fulltext" msgid "Fulltext"
msgstr "Texto completo" msgstr "Texto completo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Sen cambios" msgstr "Sen cambios"
@@ -8134,7 +8159,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Identificador da fileira inserida: %1$d" msgstr "Identificador da fileira inserida: %1$d"
@@ -8143,7 +8168,7 @@ msgstr "Identificador da fileira inserida: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Mostrar como código PHP" msgstr "Mostrar como código PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Mostrar procura SQL" msgstr "Mostrar procura SQL"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n" "PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he@li.org>\n" "Language-Team: hebrew <he@li.org>\n"
@@ -86,6 +86,7 @@ msgid "Use this value"
msgstr "השתמש בערך זה" msgstr "השתמש בערך זה"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1403,7 +1404,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "מאגרי נתונים" msgstr "מאגרי נתונים"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1609,22 +1611,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "קידוד חיבור MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1921,16 +1946,16 @@ msgstr "יכול להיות הערכה. ראה FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "תקורה" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "השרת אינו מגיב" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3235,7 +3260,7 @@ msgstr "אינדקס"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "ללא שינוי" msgstr "ללא שינוי"
@@ -7494,7 +7519,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7503,7 +7528,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-21 05:48+0200\n" "PO-Revision-Date: 2010-05-21 05:48+0200\n"
"Last-Translator: <u4663530@anu.edu.au>\n" "Last-Translator: <u4663530@anu.edu.au>\n"
"Language-Team: hindi <hi@li.org>\n" "Language-Team: hindi <hi@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "इस मूल्य का उपयोग करें" msgstr "इस मूल्य का उपयोग करें"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1366,7 +1367,8 @@ msgstr "सूचकांक %1s और %2s बराबर लगने के
msgid "Databases" msgid "Databases"
msgstr " डाटाबेस" msgstr " डाटाबेस"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1572,22 +1574,43 @@ msgstr "कोई वैध प्रमाणीकरण कुंजी न
msgid "Authenticating..." msgid "Authenticating..."
msgstr "सत्यापन." msgstr "सत्यापन."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "छवि देखें" msgstr "छवि देखें"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "ऑडियो चलायें" msgstr "ऑडियो चलायें"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "वीडियो देखें" msgstr "वीडियो देखें"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "फाइल डाउनलोड करें" msgstr "फाइल डाउनलोड करें"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1875,16 +1898,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3171,7 +3194,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "कोइ बदलाव नहीं" msgstr "कोइ बदलाव नहीं"
@@ -7344,7 +7367,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7353,7 +7376,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:54+0200\n" "PO-Revision-Date: 2010-07-21 14:54+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: croatian <hr@li.org>\n" "Language-Team: croatian <hr@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Upotrijebi ovu vrijednost" msgstr "Upotrijebi ovu vrijednost"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1434,7 +1435,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Baze podataka" msgstr "Baze podataka"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1644,22 +1646,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL uspoređivanje veza"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1962,18 +1987,18 @@ msgstr "Može biti približno. Pogledajte ČPP 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Prepunjenje" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Povezivanje kontrolnih korisnika na način kako je definirano u vašoj " "Povezivanje kontrolnih korisnika na način kako je definirano u vašoj "
"konfiguraciji nije uspjelo." "konfiguraciji nije uspjelo."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Poslužitelj ne odgovara" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)" "(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)"
@@ -3342,7 +3367,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Puni tekst" msgstr "Puni tekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Bez izmjena" msgstr "Bez izmjena"
@@ -7875,7 +7900,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Umetnut ID retka: %1$d" msgstr "Umetnut ID retka: %1$d"
@@ -7884,7 +7909,7 @@ msgstr "Umetnut ID retka: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Prikazivanje kao PHP koda" msgstr "Prikazivanje kao PHP koda"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Prikazivanje SQL upita" msgstr "Prikazivanje SQL upita"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:22+0200\n" "PO-Revision-Date: 2010-07-22 02:22+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: hungarian <hu@li.org>\n" "Language-Team: hungarian <hu@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Ezen érték használata" msgstr "Ezen érték használata"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1435,7 +1436,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Adatbázisok" msgstr "Adatbázisok"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1648,22 +1650,45 @@ msgstr "Nem történt meg érvényes hitelesítő kulcs csatlakoztatása"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Hitelesítés..." msgstr "Hitelesítés..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL kapcsolat illesztése"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Kép megtekintése" msgstr "Kép megtekintése"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Hang lejátszása" msgstr "Hang lejátszása"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Videó megtekintése" msgstr "Videó megtekintése"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Fájl letöltése" msgstr "Fájl letöltése"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1966,18 +1991,18 @@ msgstr "Becsült érték lehet. Lásd: GYIK 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Felülírás" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"A konfigurációban meghatározott kapcsolat a kontrollfelhasználó számára nem " "A konfigurációban meghatározott kapcsolat a kontrollfelhasználó számára nem "
"sikerült." "sikerült."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "A szerver nem válaszol" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(vagy nem megfelelően állították be a helyi MySQL szerver " "(vagy nem megfelelően állították be a helyi MySQL szerver "
@@ -3352,7 +3377,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Teljes szöveg" msgstr "Teljes szöveg"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nincs változás" msgstr "Nincs változás"
@@ -8115,7 +8140,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "A beszúrt sor azonosítószáma: %1$d" msgstr "A beszúrt sor azonosítószáma: %1$d"
@@ -8124,7 +8149,7 @@ msgstr "A beszúrt sor azonosítószáma: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Megjelenítés PHP kódként" msgstr "Megjelenítés PHP kódként"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Megjelenítés SQL lekérdezésként" msgstr "Megjelenítés SQL lekérdezésként"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-16 01:45+0200\n" "PO-Revision-Date: 2010-06-16 01:45+0200\n"
"Last-Translator: <jack.hakim@yahoo.com>\n" "Last-Translator: <jack.hakim@yahoo.com>\n"
"Language-Team: indonesian <id@li.org>\n" "Language-Team: indonesian <id@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "gunakan nilai ini" msgstr "gunakan nilai ini"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1407,7 +1408,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Database" msgstr "Database"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1613,22 +1615,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Penyortiran koneksi MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Tampilan View" msgstr "Tampilan View"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Video View" msgstr "Video View"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Unduh file" msgstr "Unduh file"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1928,17 +1953,17 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Kelebihan (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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Koneksi untuk controluser yang di definisikan di konfigurasi Anda gagal." "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/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" msgid "The server is not responding"
msgstr "Server tidak menjawab" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(atau konfigurasi socket dari server MySQL tidak benar)" msgstr "(atau konfigurasi socket dari server MySQL tidak benar)"
@@ -3264,7 +3289,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Teks penuh" msgstr "Teks penuh"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Tidak ada perubahan" msgstr "Tidak ada perubahan"
@@ -7642,7 +7667,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7651,7 +7676,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-24 21:25+0200\n" "PO-Revision-Date: 2010-05-24 21:25+0200\n"
"Last-Translator: Fabio <fantonifabio@tiscali.it>\n" "Last-Translator: Fabio <fantonifabio@tiscali.it>\n"
"Language-Team: italian <it@li.org>\n" "Language-Team: italian <it@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Usa questa opzione" msgstr "Usa questa opzione"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1384,7 +1385,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Database" msgstr "Database"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1595,22 +1597,45 @@ msgstr "Nessuna chiave di autentificazione valida inserita"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autenticazione..." msgstr "Autenticazione..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Creazione della pagina fallita"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Visualizza immagine" msgstr "Visualizza immagine"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Avvia audio" msgstr "Avvia audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Visualizza video" msgstr "Visualizza video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Scarica file" msgstr "Scarica file"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1908,17 +1933,17 @@ msgstr "Può essere approssimato. Vedere FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "In eccesso" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Connessione per controluser come definito nella configurazione fallita." "Connessione per controluser come definito nella configurazione fallita."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Il server non risponde" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(o il socket del server locale MySQL non è correttamente configurato)" msgstr "(o il socket del server locale MySQL non è correttamente configurato)"
@@ -3292,7 +3317,7 @@ msgstr "Indice"
msgid "Fulltext" msgid "Fulltext"
msgstr "Testo completo" msgstr "Testo completo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nessun cambiamento" msgstr "Nessun cambiamento"
@@ -7861,7 +7886,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Inserita riga id: %1$d" msgstr "Inserita riga id: %1$d"
@@ -7870,7 +7895,7 @@ msgstr "Inserita riga id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Mostrando il codice PHP" msgstr "Mostrando il codice PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Mostrando la query SQL" msgstr "Mostrando la query SQL"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n" "PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: japanese <jp@li.org>\n" "Language-Team: japanese <jp@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "この値を利用する" msgstr "この値を利用する"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1419,7 +1420,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "データベース" msgstr "データベース"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1626,22 +1628,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL 接続の照合順序"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1938,17 +1963,17 @@ msgstr "正確な数字とは限りません。FAQ 3.11 をご覧ください"
msgid "Overhead" msgid "Overhead"
msgstr "オーバーヘッド" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました" "設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました"
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "サーバが応答しません" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(あるいはローカルの MySQL サーバのソケットが正しく設定されていません)" msgstr "(あるいはローカルの MySQL サーバのソケットが正しく設定されていません)"
@@ -3307,7 +3332,7 @@ msgstr "インデックス"
msgid "Fulltext" msgid "Fulltext"
msgstr "全文" msgstr "全文"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "変更なし" msgstr "変更なし"
@@ -7729,7 +7754,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "id %1$d の行を挿入しました" msgstr "id %1$d の行を挿入しました"
@@ -7738,7 +7763,7 @@ msgstr "id %1$d の行を挿入しました"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP コードとして表示" msgstr "PHP コードとして表示"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "SQL クエリを表示" msgstr "SQL クエリを表示"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka@li.org>\n" "Language-Team: georgian <ka@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "გამოიყენე ეს ველი" msgstr "გამოიყენე ეს ველი"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1431,7 +1432,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "მონაცემთა ბაზები" msgstr "მონაცემთა ბაზები"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1642,22 +1644,45 @@ msgstr "No valid authentication key plugged"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "ავთენტიფიკაცია..." msgstr "ავთენტიფიკაცია..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL კავშირის კოლაცია"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "გამოსახულების ჩვენება" msgstr "გამოსახულების ჩვენება"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "ხმის დაკვრა" msgstr "ხმის დაკვრა"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "ვიდეოს ჩვენება" msgstr "ვიდეოს ჩვენება"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "ფაილის ჩამოტვირთვა" msgstr "ფაილის ჩამოტვირთვა"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1961,16 +1986,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "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/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" msgid "The server is not responding"
msgstr "სერვერი არ პასუხობს" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(or the local MySQL server's socket is not correctly configured)" msgstr "(or the local MySQL server's socket is not correctly configured)"
@@ -3340,7 +3365,7 @@ msgstr "ინდექსი"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "ცვლილების გარეშე" msgstr "ცვლილების გარეშე"
@@ -8015,7 +8040,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ჩამატებული სტრიქონის id: %1$d" msgstr "ჩამატებული სტრიქონის id: %1$d"
@@ -8024,7 +8049,7 @@ msgstr "ჩამატებული სტრიქონის id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP კოდის სახით ჩვენება" msgstr "PHP კოდის სახით ჩვენება"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Showing SQL query" msgstr "Showing SQL query"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-16 18:18+0200\n" "PO-Revision-Date: 2010-06-16 18:18+0200\n"
"Last-Translator: <cihar@nvyu.net>\n" "Last-Translator: <cihar@nvyu.net>\n"
"Language-Team: korean <ko@li.org>\n" "Language-Team: korean <ko@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "이 값을 사용합니다" msgstr "이 값을 사용합니다"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1358,7 +1359,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "데이터베이스 " msgstr "데이터베이스 "
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1562,22 +1564,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "인증중입니다..." msgstr "인증중입니다..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1870,16 +1893,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "부담" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "서버 응답이 없습니다" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3177,7 +3200,7 @@ msgstr "인덱스"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "변화 없음" msgstr "변화 없음"
@@ -7434,7 +7457,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7443,7 +7466,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-04-16 19:52+0200\n" "PO-Revision-Date: 2010-04-16 19:52+0200\n"
"Last-Translator: Rytis <rytis.s@gmail.com>\n" "Last-Translator: Rytis <rytis.s@gmail.com>\n"
"Language-Team: lithuanian <lt@li.org>\n" "Language-Team: lithuanian <lt@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Naudokite šią reikšmę" msgstr "Naudokite šią reikšmę"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1416,7 +1417,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Duombazės" msgstr "Duombazės"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1629,22 +1631,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL prisijungimo rūšiavimas"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Žiūrėti paveikslėlį" msgstr "Žiūrėti paveikslėlį"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Groti garsą" msgstr "Groti garsą"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Žiūrėti video" msgstr "Žiūrėti video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Atsisiųsti failą" msgstr "Atsisiųsti failą"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1942,16 +1967,16 @@ msgstr "Gali būti apytikslis. Žiūrėkite DUK 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Perteklius" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Serveris neatsako" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)" msgstr "(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)"
@@ -3273,7 +3298,7 @@ msgstr "Indeksas"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltext" msgstr "Fulltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nėra pakeitimų" msgstr "Nėra pakeitimų"
@@ -7670,7 +7695,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7679,7 +7704,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Rodomas PHP kodas" msgstr "Rodomas PHP kodas"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Rodoma SQL užklausa" msgstr "Rodoma SQL užklausa"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv@li.org>\n" "Language-Team: latvian <lv@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Lietot šo vērtību" msgstr "Lietot šo vērtību"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1412,7 +1413,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Datubāzes" msgstr "Datubāzes"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1620,22 +1622,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL konekcijas kārtošana"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1932,16 +1957,16 @@ msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Pārtēriņš" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Serveris neatbild" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3249,7 +3274,7 @@ msgstr "Indekss"
msgid "Fulltext" msgid "Fulltext"
msgstr "Pilni teksti" msgstr "Pilni teksti"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Netika labots" msgstr "Netika labots"
@@ -7599,7 +7624,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7608,7 +7633,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk@li.org>\n" "Language-Team: macedonian_cyrillic <mk@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Користи ја оваа вредност" msgstr "Користи ја оваа вредност"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1412,7 +1413,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "База на податоци" msgstr "База на податоци"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1621,22 +1623,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Колација за MySQL врска"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1939,16 +1964,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Пречекорување" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Серверот не одговара" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(или приклучокот со локалниот MySQL сервер не е исправно подесен)" msgstr "(или приклучокот со локалниот MySQL сервер не е исправно подесен)"
@@ -3275,7 +3300,7 @@ msgstr "Клуч"
msgid "Fulltext" msgid "Fulltext"
msgstr "Текст клуч" msgstr "Текст клуч"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Нема измени" msgstr "Нема измени"
@@ -7654,7 +7679,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7663,7 +7688,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn@li.org>\n" "Language-Team: mongolian <mn@li.org>\n"
@@ -88,6 +88,7 @@ msgid "Use this value"
msgstr "Уг утгыг хэрэглэх" msgstr "Уг утгыг хэрэглэх"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1399,7 +1400,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Өгөгдлийн сангууд" msgstr "Өгөгдлийн сангууд"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1606,22 +1608,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL холболтын кодлол"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1918,16 +1943,16 @@ msgstr "May be approximate. See FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Толгой дээр" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Сервэрээс хариу алга" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)" msgstr "(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)"
@@ -3244,7 +3269,7 @@ msgstr "Индекс"
msgid "Fulltext" msgid "Fulltext"
msgstr "Бүтэнбичвэр" msgstr "Бүтэнбичвэр"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Солигдохгүй" msgstr "Солигдохгүй"
@@ -7587,7 +7612,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7596,7 +7621,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP кодоор харуулах" msgstr "PHP кодоор харуулах"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "SQL асуудал харуулах" msgstr "SQL асуудал харуулах"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: malay <ms@li.org>\n" "Language-Team: malay <ms@li.org>\n"
@@ -87,6 +87,7 @@ msgid "Use this value"
msgstr "" msgstr ""
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1411,7 +1412,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "pangkalan data" msgstr "pangkalan data"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1613,22 +1615,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1924,16 +1947,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Melebihi" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3237,7 +3260,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tekspenuh" msgstr "Tekspenuh"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Tiada perubahan" msgstr "Tiada perubahan"
@@ -7497,7 +7520,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7506,7 +7529,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 08:43+0200\n" "PO-Revision-Date: 2010-07-22 08:43+0200\n"
"Last-Translator: <sven.erik.andersen@gmail.com>\n" "Last-Translator: <sven.erik.andersen@gmail.com>\n"
"Language-Team: norwegian <no@li.org>\n" "Language-Team: norwegian <no@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Bruk denne verdien" msgstr "Bruk denne verdien"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1361,7 +1362,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databaser" msgstr "Databaser"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1570,22 +1572,45 @@ msgstr "Ingen gyldig autentiseringsnøkkel plugget"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autentiserer..." msgstr "Autentiserer..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Sideopprettelsen feilet"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Vis bilde" msgstr "Vis bilde"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Spill lyd" msgstr "Spill lyd"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Vis video" msgstr "Vis video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Last ned fil" msgstr "Last ned fil"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1879,17 +1904,17 @@ msgstr "Kan være unøyaktig. Se FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Overheng" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Tilkoblingen for kontrollbrukeren som definert i din konfigurasjon feilet." "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/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" msgid "The server is not responding"
msgstr "Tjeneren svarer ikke" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)" msgstr "(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)"
@@ -3226,7 +3251,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Fulltekst" msgstr "Fulltekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ingen endring" msgstr "Ingen endring"
@@ -7819,7 +7844,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Insatt rad id: %1$d" msgstr "Insatt rad id: %1$d"
@@ -7828,7 +7853,7 @@ msgstr "Insatt rad id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Viser som PHP kode" msgstr "Viser som PHP kode"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Viser SQL spørring" msgstr "Viser SQL spørring"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-31 01:06+0200\n" "PO-Revision-Date: 2010-05-31 01:06+0200\n"
"Last-Translator: Bjorn <inbox@bjornroesbeke.be>\n" "Last-Translator: Bjorn <inbox@bjornroesbeke.be>\n"
"Language-Team: dutch <nl@li.org>\n" "Language-Team: dutch <nl@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Gebruik deze waarde" msgstr "Gebruik deze waarde"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1399,7 +1400,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databases" msgstr "Databases"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1615,22 +1617,45 @@ msgstr "Geen geldige authenticatie sleutel aanwezig"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authenticeren..." msgstr "Authenticeren..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: 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:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Bekijk afbeelding" msgstr "Bekijk afbeelding"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Afspelen" msgstr "Afspelen"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Bekijk video" msgstr "Bekijk video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Download bestand" msgstr "Download bestand"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1932,18 +1957,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Connectie voor de controle gebruiker zoals in de configuratie is opgegeven " "Connectie voor de controle gebruiker zoals in de configuratie is opgegeven "
"is mislukt." "is mislukt."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "De server reageert niet" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(of de MySQL-server heeft het socket niet juist ingesteld)" msgstr "(of de MySQL-server heeft het socket niet juist ingesteld)"
@@ -3322,7 +3347,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Volledige tekst" msgstr "Volledige tekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Geen verandering" msgstr "Geen verandering"
@@ -8109,7 +8134,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Toegevoegd rij nummer: %1$d" msgstr "Toegevoegd rij nummer: %1$d"
@@ -8118,7 +8143,7 @@ msgstr "Toegevoegd rij nummer: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Getoond als PHP-code" msgstr "Getoond als PHP-code"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Toont SQL-query" msgstr "Toont SQL-query"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "" msgstr ""
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1328,7 +1329,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "" msgstr ""
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1529,22 +1531,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, possible-php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1831,16 +1854,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3106,7 +3129,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7245,7 +7268,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, possible-php-format #, possible-php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7254,7 +7277,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:29+0200\n" "PO-Revision-Date: 2010-07-22 02:29+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: polish <pl@li.org>\n" "Language-Team: polish <pl@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Użyj tej wartości" msgstr "Użyj tej wartości"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1436,7 +1437,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Bazy danych" msgstr "Bazy danych"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1648,22 +1650,45 @@ msgstr "Prawidłowy klucz uwierzytelniający nie jest podłączony"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Trwa uwierzytelnianie…" msgstr "Trwa uwierzytelnianie…"
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: 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:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Zobacz obraz" msgstr "Zobacz obraz"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Odegraj dźwięk" msgstr "Odegraj dźwięk"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Obejrzyj film" msgstr "Obejrzyj film"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Ściągnij plik" msgstr "Ściągnij plik"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1967,18 +1992,18 @@ msgstr "Być może w przybliżeniu. Zobacz FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Nadmiar" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku " "Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku "
"konfiguracyjnym nie powiodło się." "konfiguracyjnym nie powiodło się."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Serwer nie odpowiada" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)" "(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)"
@@ -3342,7 +3367,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Pełny tekst" msgstr "Pełny tekst"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Bez zmian" msgstr "Bez zmian"
@@ -7958,7 +7983,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Identyfikator wstawionego rekordu: %1$d" msgstr "Identyfikator wstawionego rekordu: %1$d"
@@ -7967,7 +7992,7 @@ msgstr "Identyfikator wstawionego rekordu: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Wyświetlany jest kod PHP." msgstr "Wyświetlany jest kod PHP."
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Wyświetlane jest zapytanie SQL." msgstr "Wyświetlane jest zapytanie SQL."

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:23+0200\n" "PO-Revision-Date: 2010-07-22 02:23+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: portuguese <pt@li.org>\n" "Language-Team: portuguese <pt@li.org>\n"
@@ -87,6 +87,7 @@ msgid "Use this value"
msgstr "Usar este valor" msgstr "Usar este valor"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1417,7 +1418,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Base de Dados" msgstr "Base de Dados"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1622,22 +1624,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1936,16 +1959,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Suspenso" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3255,7 +3278,7 @@ msgstr "Índice"
msgid "Fulltext" msgid "Fulltext"
msgstr "Texto Completo" msgstr "Texto Completo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Sem alterações" msgstr "Sem alterações"
@@ -7567,7 +7590,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7576,7 +7599,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
#, fuzzy #, fuzzy
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Mostrar queries completos" msgstr "Mostrar queries completos"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-13 23:58+0200\n" "PO-Revision-Date: 2010-07-13 23:58+0200\n"
"Last-Translator: William Bachion <william@bachiondesign.com>\n" "Last-Translator: William Bachion <william@bachiondesign.com>\n"
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n" "Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Usar este valor" msgstr "Usar este valor"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1430,7 +1431,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Banco de Dados" msgstr "Banco de Dados"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1642,22 +1644,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autenticando..." msgstr "Autenticando..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: 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:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1955,17 +1980,17 @@ msgstr "Pode ser aproximado. Veja o FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Sobrecarga" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Conexão para controle do usuário como definido nas configurações falhou." "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/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" msgid "The server is not responding"
msgstr "O servidor não está respondendo" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
"(ou o soquete do servidor MySQL local não está configurado corretamente)" "(ou o soquete do servidor MySQL local não está configurado corretamente)"
@@ -3302,7 +3327,7 @@ msgstr "Índice"
msgid "Fulltext" msgid "Fulltext"
msgstr "Texto completo" msgstr "Texto completo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Sem Mudança" msgstr "Sem Mudança"
@@ -7835,7 +7860,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Id da linha inserida: %1$d" msgstr "Id da linha inserida: %1$d"
@@ -7844,7 +7869,7 @@ msgstr "Id da linha inserida: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Exibindo como código PHP" msgstr "Exibindo como código PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Exibindo consulta SQL" msgstr "Exibindo consulta SQL"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:28+0200\n" "PO-Revision-Date: 2010-07-22 02:28+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: romanian <ro@li.org>\n" "Language-Team: romanian <ro@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Folosește această valoare" msgstr "Folosește această valoare"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1435,7 +1436,8 @@ msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters."
msgid "Databases" msgid "Databases"
msgstr "Baze de date" msgstr "Baze de date"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1653,22 +1655,45 @@ msgstr "No valid authentication key plugged"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Authenticating..." msgstr "Authenticating..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL connection collation"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Vizualizează imaginea" msgstr "Vizualizează imaginea"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Redă audio" msgstr "Redă audio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Vizualizează video" msgstr "Vizualizează video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Descarcă fișierul" msgstr "Descarcă fișierul"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1971,16 +1996,16 @@ msgstr "Poate fi aproximativ. Vezi FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Asupra" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "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/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" msgid "The server is not responding"
msgstr "Serverul nu răspunde" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(sau soclul serverului MySQL local nu este configurat momentan)" msgstr "(sau soclul serverului MySQL local nu este configurat momentan)"
@@ -3347,7 +3372,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tot textul" msgstr "Tot textul"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nici o schimbare" msgstr "Nici o schimbare"
@@ -7874,7 +7899,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "ID rînd inserat: %1$d" msgstr "ID rînd inserat: %1$d"
@@ -7883,7 +7908,7 @@ msgstr "ID rînd inserat: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Afișare ca și cod PHP" msgstr "Afișare ca și cod PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Afișare interogare SQL" msgstr "Afișare interogare SQL"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:27+0200\n" "PO-Revision-Date: 2010-07-22 02:27+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: russian <ru@li.org>\n" "Language-Team: russian <ru@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Использовать это значение" msgstr "Использовать это значение"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1435,7 +1436,8 @@ msgstr "Индексы %1$s и %2$s равнозначны и один из ни
msgid "Databases" msgid "Databases"
msgstr "Базы данных" msgstr "Базы данных"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1647,22 +1649,45 @@ msgstr "Отсутствует действенный подключенный
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Идентификация..." msgstr "Идентификация..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Сопоставление соединения с MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Просмотреть изображение" msgstr "Просмотреть изображение"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Воспроизвести аудио" msgstr "Воспроизвести аудио"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Просмотреть видео" msgstr "Просмотреть видео"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Загрузить файл" msgstr "Загрузить файл"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1967,7 +1992,7 @@ msgstr "Может быть приблизительно. См. FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Фрагментировано" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Не удалось установить подключение для пользователя указанного в директиве " "Не удалось установить подключение для пользователя указанного в директиве "
@@ -1975,11 +2000,11 @@ msgstr ""
"config.inc.php." "config.inc.php."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Сервер не отвечает" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(либо сокет локального MySQL-сервера некорректно настроен)" msgstr "(либо сокет локального MySQL-сервера некорректно настроен)"
@@ -3351,7 +3376,7 @@ msgstr "Индекс"
msgid "Fulltext" msgid "Fulltext"
msgstr "Полнотекстовый" msgstr "Полнотекстовый"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Нет изменений" msgstr "Нет изменений"
@@ -8151,7 +8176,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Идентификатор вставленной строки: %1$d" msgstr "Идентификатор вставленной строки: %1$d"
@@ -8160,7 +8185,7 @@ msgstr "Идентификатор вставленной строки: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Отображает как PHP-код" msgstr "Отображает как PHP-код"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Отображает SQL-запрос" msgstr "Отображает SQL-запрос"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:26+0200\n" "PO-Revision-Date: 2010-07-22 02:26+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: sinhala <si@li.org>\n" "Language-Team: sinhala <si@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Use this value" msgstr "Use this value"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1422,7 +1423,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "දත්තගබඩා" msgstr "දත්තගබඩා"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1632,22 +1634,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL සම්බන්ධතා collation"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1947,16 +1972,16 @@ msgstr "සමහර විට ආසන්න වශයෙන්. FAQ 3.11 බ
msgid "Overhead" msgid "Overhead"
msgstr "පිරිවැය" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "සර්වරය ප්‍රතිචාර නොදක්වයි" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(or the local MySQL server's socket is not correctly configured)" msgstr "(or the local MySQL server's socket is not correctly configured)"
@@ -3290,7 +3315,7 @@ msgstr "සූචිය"
msgid "Fulltext" msgid "Fulltext"
msgstr "සම්පූර්ණ පාඨය" msgstr "සම්පූර්ණ පාඨය"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "වෙනස්කම් නැත" msgstr "වෙනස්කම් නැත"
@@ -7777,7 +7802,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7786,7 +7811,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
#, fuzzy #, fuzzy
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න" msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:26+0200\n" "PO-Revision-Date: 2010-07-22 02:26+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: slovak <sk@li.org>\n" "Language-Team: slovak <sk@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Použiť túto hodnotu" msgstr "Použiť túto hodnotu"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1428,7 +1429,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databázy" msgstr "Databázy"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1639,22 +1641,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Overenie MySQL spojenia"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Stiahnuť súbor" msgstr "Stiahnuť súbor"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1954,16 +1979,16 @@ msgstr "Môže byť nepresné. Pozri FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Naviac" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "Nepodarilo sa pripojiť ku controluser podľa nastavení z konfigurácie." 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/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" msgid "The server is not responding"
msgstr "Server neodpovedá" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(alebo soket lokálneho MySQL servra nie je správne nastavený)" msgstr "(alebo soket lokálneho MySQL servra nie je správne nastavený)"
@@ -3295,7 +3320,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Celý text" msgstr "Celý text"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Žiadna zmena" msgstr "Žiadna zmena"
@@ -7810,7 +7835,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7819,7 +7844,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Zobrazujem ako PHP kód" msgstr "Zobrazujem ako PHP kód"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Zobrazujem SQL dotaz" msgstr "Zobrazujem SQL dotaz"

276
po/sl.po
View File

@@ -3,17 +3,17 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-16 17:14+0200\n" "PO-Revision-Date: 2010-08-10 10:16+0200\n"
"Last-Translator: Domen <dbc334@gmail.com>\n" "Last-Translator: Domen <dbc334@gmail.com>\n"
"Language-Team: slovenian <sl@li.org>\n" "Language-Team: slovenian <sl@li.org>\n"
"Language: sl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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 || "
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "n%100==4 ? 2 : 3);\n"
"%100==4 ? 2 : 3);\n" "X-Generator: Pootle 2.0.5\n"
"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:57 #: browse_foreigners.php:36 browse_foreigners.php:57
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510 #: libraries/display_tbl.lib.php:415 server_privileges.php:1510
@@ -90,18 +90,18 @@ msgid "Use this value"
msgstr "Uporabi to vrednost" msgstr "Uporabi to vrednost"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr "Strežnik za pretakanje blob ni konfiguriran!"
#: bs_disp_as_mime_type.php:35 #: bs_disp_as_mime_type.php:35
#, fuzzy
#| msgid "Failed to write file to disk." #| msgid "Failed to write file to disk."
msgid "Failed to fetch headers" msgid "Failed to fetch headers"
msgstr "Pisanje datoteke na disk je spodletelo." msgstr "Pridobivanje glav je spodletelo"
#: bs_disp_as_mime_type.php:41 #: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL" msgid "Failed to open remote URL"
msgstr "" msgstr "Oddaljenega URL ni bilo mogoče doseči"
#: db_create.php:44 #: db_create.php:44
#, php-format #, php-format
@@ -207,7 +207,7 @@ msgstr "Natisni"
#: db_export.php:28 #: db_export.php:28
msgid "View dump (schema) of database" 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_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 #: db_tracking.php:30 export.php:350 navigation.php:325
@@ -224,7 +224,7 @@ msgstr "Prekliči izbor vsega"
#: db_operations.php:33 tbl_create.php:47 #: db_operations.php:33 tbl_create.php:47
msgid "The database name is empty!" msgid "The database name is empty!"
msgstr "Ime podatkovne zbirke je prazno!" msgstr "Ime zbirke podatkov je prazno!"
#: db_operations.php:231 #: db_operations.php:231
#, php-format #, php-format
@@ -249,10 +249,9 @@ msgid "and then"
msgstr "in potem" msgstr "in potem"
#: db_operations.php:379 #: db_operations.php:379
#, fuzzy
#| msgid "Rename database to" #| msgid "Rename database to"
msgid "Remove database" msgid "Remove database"
msgstr "Preimenuj zbirko podatkov v" msgstr "Odstrani zbirko podatkov"
#: db_operations.php:391 #: db_operations.php:391
#, php-format #, php-format
@@ -260,10 +259,9 @@ msgid "Database %s has been dropped."
msgstr "Podatkovna zbirka %s je zavržena." msgstr "Podatkovna zbirka %s je zavržena."
#: db_operations.php:396 #: db_operations.php:396
#, fuzzy
#| msgid "Go to database" #| msgid "Go to database"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "Pojdi v zbirko podatkov" msgstr "Zavrzi zbirko podatkov (DROP)"
#: db_operations.php:424 #: db_operations.php:424
msgid "Copy database to" msgid "Copy database to"
@@ -315,7 +313,7 @@ msgid "Collation"
msgstr "Pravilo za razvrščanje znakov" msgstr "Pravilo za razvrščanje znakov"
#: db_operations.php:498 pdf_schema.php:32 #: db_operations.php:498 pdf_schema.php:32
#, fuzzy, php-format #, php-format
#| msgid "" #| msgid ""
#| "The additional features for working with linked tables have been " #| "The additional features for working with linked tables have been "
#| "deactivated. To find out why click %shere%s." #| "deactivated. To find out why click %shere%s."
@@ -323,8 +321,8 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "" msgstr ""
"Dodatne funkcije za delo s povezanimi tabelami so bile izkjučene. Če želite " "Hramba konfiguracije phpMyAdmin je bila onemogočena. Če želite izvedeti "
"izvedeti zakaj, kliknite %stukaj%s." "zakaj, kliknite %stukaj%s."
#: db_operations.php:531 #: db_operations.php:531
msgid "Edit PDF Pages" msgid "Edit PDF Pages"
@@ -498,14 +496,14 @@ msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Rezultati iskanja \"<i>%s</i>\" %s:" msgstr "Rezultati iskanja \"<i>%s</i>\" %s:"
#: db_search.php:242 #: db_search.php:242
#, fuzzy, php-format #, php-format
#| msgid "%s match(es) inside table <i>%s</i>" #| msgid "%s match(es) inside table <i>%s</i>"
msgid "%s match inside table <i>%s</i>" msgid "%s match inside table <i>%s</i>"
msgid_plural "%s matches 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[0] "%s zadetek v tabeli <i>%s</i>"
msgstr[1] "%s zadetek(ov) v tabeli <i>%s</i>" msgstr[1] "%s zadetka v tabeli <i>%s</i>"
msgstr[2] "%s zadetek(ov) v tabeli <i>%s</i>" msgstr[2] "%s zadetki v tabeli <i>%s</i>"
msgstr[3] "%s zadetek(ov) 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_search.php:249 db_structure.php:75 db_structure.php:76
#: db_structure.php:88 db_structure.php:90 db_structure.php:101 #: db_structure.php:88 db_structure.php:90 db_structure.php:101
@@ -524,14 +522,14 @@ msgid "Delete"
msgstr "Izbriši" msgstr "Izbriši"
#: db_search.php:267 #: 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(es)"
msgid "<b>Total:</b> <i>%s</i> match" msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches" msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] "<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> zadetek(ov)" msgstr[1] "<b>Skupaj:</b> <i>%s</i> zadetka"
msgstr[2] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)" msgstr[2] "<b>Skupaj:</b> <i>%s</i> zadetki"
msgstr[3] "<b>Skupaj:</b> <i>%s</i> zadetek(ov)" msgstr[3] "<b>Skupaj:</b> <i>%s</i> zadetkov"
#: db_search.php:281 #: db_search.php:281
msgid "Search in database" msgid "Search in database"
@@ -783,7 +781,7 @@ msgstr "Sledi tabeli"
#: db_tracking.php:195 #: db_tracking.php:195
msgid "Database Log" msgid "Database Log"
msgstr "Dnevnik podatkovne zbirke" msgstr "Dnevnik zbirke podatkov"
#: export.php:61 #: export.php:61
msgid "Selected export type has to be saved in file!" msgid "Selected export type has to be saved in file!"
@@ -1013,7 +1011,6 @@ msgid "Choose column to display"
msgstr "Izberite stolpec za prikaz" msgstr "Izberite stolpec za prikaz"
#: js/messages.php:66 #: js/messages.php:66
#, fuzzy
#| msgid "Generate Password" #| msgid "Generate Password"
msgid "Generate password" msgid "Generate password"
msgstr "Ustvari geslo" msgstr "Ustvari geslo"
@@ -1370,9 +1367,10 @@ msgstr ""
#: server_databases.php:85 server_privileges.php:1656 #: server_databases.php:85 server_privileges.php:1656
#: setup/lib/messages.inc.php:107 test/theme.php:92 #: setup/lib/messages.inc.php:107 test/theme.php:92
msgid "Databases" msgid "Databases"
msgstr "Podatkovne zbirke" msgstr "Zbirke podatkov"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1586,22 +1584,43 @@ msgstr "Vstavljen ni noben overitveni ključ"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Potrjevanje ..." msgstr "Potrjevanje ..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr "Napaka PBMS"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr "Povezava s PBMS je spodletela:"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr "Pridobivanje informacij BLOB PBMS je spodletelo:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr "pridobivanje Content-Type BLOB je spodletelo"
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Ogled slike" msgstr "Ogled slike"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Predvajaj avdio" msgstr "Predvajaj avdio"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Ogled videa" msgstr "Ogled videa"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Prenesi datoteko" msgstr "Prenesi datoteko"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr "Ne morem odpreti datoteke: %s"
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1695,10 +1714,9 @@ msgid "MySQL said: "
msgstr "MySQL je vrnil: " msgstr "MySQL je vrnil: "
#: libraries/common.lib.php:1129 #: libraries/common.lib.php:1129
#, fuzzy
#| msgid "Could not connect to MySQL server" #| msgid "Could not connect to MySQL server"
msgid "Failed to connect to SQL validator!" 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 #: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
msgid "Explain SQL" msgid "Explain SQL"
@@ -1838,7 +1856,7 @@ msgstr "Operacije"
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21 #: libraries/core.lib.php:265 libraries/dbg/setup.php:21
#, php-format #, php-format
msgid "The %s extension is missing. Please check your PHP configuration." 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/db_events.inc.php:19 libraries/db_events.inc.php:21
#: libraries/export/sql.php:412 #: libraries/export/sql.php:412
@@ -1902,18 +1920,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Presežek" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Povezava za controluserja, kot je določena v vaši konfiguraciji, je " "Povezava za controluserja, kot je določena v vaši konfiguraciji, je "
"spodletela." "spodletela."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Strežnik se ne odziva" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(ali pa lokalna vtičnica strežnika MySQL ni pravilno konfigurirana)" msgstr "(ali pa lokalna vtičnica strežnika MySQL ni pravilno konfigurirana)"
@@ -2018,7 +2036,7 @@ msgstr "ime strežnika"
#: libraries/display_export.lib.php:148 #: libraries/display_export.lib.php:148
msgid "database name" msgid "database name"
msgstr "ime podatkovne zbirke" msgstr "ime zbirke podatkov"
#: libraries/display_export.lib.php:151 #: libraries/display_export.lib.php:151
msgid "table name" msgid "table name"
@@ -2524,20 +2542,16 @@ msgstr ""
"ali ustvarjanju indeksov s CREATE INDEX ali ALTER TABLE." "ali ustvarjanju indeksov s CREATE INDEX ali ALTER TABLE."
#: libraries/engines/pbms.lib.php:31 #: libraries/engines/pbms.lib.php:31
#, fuzzy
#| msgid "Garbage threshold" #| msgid "Garbage threshold"
msgid "Garbage Threshold" msgid "Garbage Threshold"
msgstr "Omejitev smeti" msgstr "Prag smeti"
#: libraries/engines/pbms.lib.php:32 #: libraries/engines/pbms.lib.php:32
#, fuzzy
#| msgid "" #| msgid ""
#| "The percentage of garbage in a data log file before it is compacted. This " #| "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." #| "is a value between 1 and 99. The default is 50."
msgid "The percentage of garbage in a repository file before it is compacted." msgid "The percentage of garbage in a repository file before it is compacted."
msgstr "" msgstr "Odstotek smeti v shrambni datoteki, preden je ta stisnjena."
"Odstotek smeti v dnevniški datoteki, preden je ta stisnjena. Vrednost je med "
"1 in 99. Privzeto je 50."
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69 #: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
#: server_synchronize.php:1161 #: server_synchronize.php:1161
@@ -2549,10 +2563,12 @@ msgid ""
"The port for the PBMS stream-based communications. Setting this value to 0 " "The port for the PBMS stream-based communications. Setting this value to 0 "
"will disable HTTP communication with the daemon." "will disable HTTP communication with the daemon."
msgstr "" 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 #: libraries/engines/pbms.lib.php:41
msgid "Repository Threshold" msgid "Repository Threshold"
msgstr "" msgstr "Prag shrambe"
#: libraries/engines/pbms.lib.php:42 #: libraries/engines/pbms.lib.php:42
msgid "" msgid ""
@@ -2560,22 +2576,27 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:46
msgid "Temp Blob Timeout" msgid "Temp Blob Timeout"
msgstr "" msgstr "Časovna omejitev začasnega Blob"
#: libraries/engines/pbms.lib.php:47 #: libraries/engines/pbms.lib.php:47
msgid "" msgid ""
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed " "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." "after this time, unless they are referenced by a record in the database."
msgstr "" 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 #: libraries/engines/pbms.lib.php:51
#, fuzzy
#| msgid "Log file threshold" #| msgid "Log file threshold"
msgid "Temp Log Threshold" msgid "Temp Log Threshold"
msgstr "Omejitev dnevniške datoetke" msgstr "Prag začasnega dnevnika"
#: libraries/engines/pbms.lib.php:52 #: libraries/engines/pbms.lib.php:52
msgid "" msgid ""
@@ -2583,26 +2604,34 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:56
msgid "Max Keep Alive" msgid "Max Keep Alive"
msgstr "" msgstr "Najdaljše vzdrževanje povezave"
#: libraries/engines/pbms.lib.php:57 #: libraries/engines/pbms.lib.php:57
msgid "" msgid ""
"The timeout for inactive connection with the keep-alive flag set. After this " "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)." "time the connection will be closed. The time-out is in milliseconds (1/1000)."
msgstr "" 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 #: libraries/engines/pbms.lib.php:61
msgid "Metadata Headers" msgid "Metadata Headers"
msgstr "" msgstr "Glave metapodatkov"
#: libraries/engines/pbms.lib.php:62 #: libraries/engines/pbms.lib.php:62
msgid "" msgid ""
"A \":\" delimited list of metadata headers to be used to initialize the " "A \":\" delimited list of metadata headers to be used to initialize the "
"pbms_metadata_header table when a database is created." "pbms_metadata_header table when a database is created."
msgstr "" 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 #: libraries/engines/pbxt.lib.php:22
msgid "Index cache size" msgid "Index cache size"
@@ -2647,7 +2676,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:37 #: libraries/engines/pbxt.lib.php:37
msgid "Log file threshold" msgid "Log file threshold"
msgstr "Omejitev dnevniške datoetke" msgstr "Prag dnevniške datoteke"
#: libraries/engines/pbxt.lib.php:38 #: libraries/engines/pbxt.lib.php:38
msgid "" msgid ""
@@ -2683,7 +2712,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:52 #: libraries/engines/pbxt.lib.php:52
msgid "Data log threshold" msgid "Data log threshold"
msgstr "Omejitev podatkovnega dnevnika" msgstr "Prag podatkovnega dnevnika"
#: libraries/engines/pbxt.lib.php:53 #: libraries/engines/pbxt.lib.php:53
msgid "" msgid ""
@@ -2699,7 +2728,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:57 #: libraries/engines/pbxt.lib.php:57
msgid "Garbage threshold" msgid "Garbage threshold"
msgstr "Omejitev smeti" msgstr "Prag smeti"
#: libraries/engines/pbxt.lib.php:58 #: libraries/engines/pbxt.lib.php:58
msgid "" msgid ""
@@ -2836,20 +2865,18 @@ msgid "Table structure for table"
msgstr "Struktura tabele" msgstr "Struktura tabele"
#: libraries/export/latex.php:13 #: libraries/export/latex.php:13
#, fuzzy
#| msgid "Content of table __TABLE__" #| msgid "Content of table __TABLE__"
msgid "Content of table @TABLE@" msgid "Content of table @TABLE@"
msgstr "Vsebina tabele __TABLE__" msgstr "Vsebina tabele @TABLE@"
#: libraries/export/latex.php:14 #: libraries/export/latex.php:14
msgid "(continued)" msgid "(continued)"
msgstr "(nadaljevanje)" msgstr "(nadaljevanje)"
#: libraries/export/latex.php:15 #: libraries/export/latex.php:15
#, fuzzy
#| msgid "Structure of table __TABLE__" #| msgid "Structure of table __TABLE__"
msgid "Structure of table @TABLE@" msgid "Structure of table @TABLE@"
msgstr "Struktura tabele __TABLE__" msgstr "Struktura tabele @TABLE@"
#: libraries/export/latex.php:26 #: libraries/export/latex.php:26
msgid "LaTeX" msgid "LaTeX"
@@ -3258,7 +3285,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Polno besedilo" msgstr "Polno besedilo"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Brez sprememb" msgstr "Brez sprememb"
@@ -3961,7 +3988,7 @@ msgstr ""
#: libraries/transformations/image_jpeg__link.inc.php:9 #: libraries/transformations/image_jpeg__link.inc.php:9
msgid "Displays a link to download this image." 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 #: libraries/transformations/text_plain__dateformat.inc.php:9
msgid "" msgid ""
@@ -4302,7 +4329,7 @@ msgstr "Prosimo, konfigurirajte koordinate za tabelo %s"
#: pdf_schema.php:993 #: pdf_schema.php:993
#, php-format #, php-format
msgid "Schema of the %s database - Page %s" 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 #: pdf_schema.php:1011
msgid "No tables" msgid "No tables"
@@ -4480,7 +4507,7 @@ msgstr "Ni izbranih zbirk podatkov."
#: server_databases.php:60 #: server_databases.php:60
#, php-format #, php-format
msgid "%s databases have been dropped successfully." 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 #: server_databases.php:85
msgid "Databases statistics" msgid "Databases statistics"
@@ -4534,7 +4561,7 @@ msgid ""
"Note: Enabling the database statistics here might cause heavy traffic " "Note: Enabling the database statistics here might cause heavy traffic "
"between the web server and the MySQL server." "between the web server and the MySQL server."
msgstr "" 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." "povečan promet med spletnim in podatkovnim strežnikom."
#: server_engines.php:47 #: server_engines.php:47
@@ -4543,7 +4570,7 @@ msgstr "Pogoni skladiščenja"
#: server_export.php:18 #: server_export.php:18
msgid "View dump (schema) of databases" 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 #: server_privileges.php:23 server_privileges.php:265
msgid "Includes all privileges except GRANT." msgid "Includes all privileges except GRANT."
@@ -4656,7 +4683,7 @@ msgid ""
"Limits the number of commands that change any table or database the user may " "Limits the number of commands that change any table or database the user may "
"execute per hour." "execute per hour."
msgstr "" 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." "uporabnik lahko izvrši v eni uri."
#: server_privileges.php:45 server_privileges.php:651 #: server_privileges.php:45 server_privileges.php:651
@@ -4868,7 +4895,7 @@ msgstr "Odvzemi uporabnikom aktivne privilegije in jih potem izbriši."
#: server_privileges.php:1614 server_privileges.php:1615 #: server_privileges.php:1614 server_privileges.php:1615
#: server_privileges.php:1616 #: server_privileges.php:1616
msgid "Drop the databases that have the same names as the users." 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 #: server_privileges.php:1632
#, php-format #, php-format
@@ -4898,8 +4925,8 @@ msgstr "Dodaj privilegije na naslednji podatkovni zbirki"
#: server_privileges.php:1939 #: server_privileges.php:1939
msgid "Wildcards % and _ should be escaped with a \\ to use them literally" msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "" msgstr ""
"Pred nadomestna znaka % in _ je potrebno postaviti \\, če ju želite " "Pred nadomestna znaka % in _ je potrebno postaviti \\, če ju želite uporabiti "
"uporabiti dobesedno." "dobesedno"
#: server_privileges.php:1942 #: server_privileges.php:1942
msgid "Add privileges on the following table" msgid "Add privileges on the following table"
@@ -5328,7 +5355,7 @@ msgstr "Število zahtev za vstavitev vrstice v tabelo."
#: server_status.php:60 #: server_status.php:60
msgid "The number of pages containing data (dirty or clean)." 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 #: server_status.php:61
msgid "The number of pages currently dirty." msgid "The number of pages currently dirty."
@@ -6268,7 +6295,7 @@ msgstr ""
#: setup/lib/messages.inc.php:22 #: setup/lib/messages.inc.php:22
msgid "Key is too short, it should have at least 8 characters" 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 #: setup/lib/messages.inc.php:23
msgid "" msgid ""
@@ -6379,7 +6406,7 @@ msgid ""
msgstr "" msgstr ""
"Stisne izvoze gzip/bzip2 med izvajanjem, brez večje porabe spomina; če " "Stisne izvoze gzip/bzip2 med izvajanjem, brez večje porabe spomina; če "
"naletite na težave z ustvarjenimi datotekami gzip/bzip2, to funkcijo " "naletite na težave z ustvarjenimi datotekami gzip/bzip2, to funkcijo "
"onemogočite." "onemogočite"
#: setup/lib/messages.inc.php:43 #: setup/lib/messages.inc.php:43
msgid "Compress on the fly" msgid "Compress on the fly"
@@ -6399,11 +6426,11 @@ msgstr "Potrjevanje poizvedb DROP"
#: setup/lib/messages.inc.php:49 #: setup/lib/messages.inc.php:49
msgid "Tab that is displayed when entering a database" 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 #: setup/lib/messages.inc.php:50
msgid "Default database tab" msgid "Default database tab"
msgstr "Privzet zavihek podatkovne zbirke" msgstr "Privzet zavihek zbirke podatkov"
#: setup/lib/messages.inc.php:51 #: setup/lib/messages.inc.php:51
msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server"
@@ -6513,7 +6540,7 @@ msgstr "Nabor znakov datoteke"
#: setup/lib/messages.inc.php:82 #: setup/lib/messages.inc.php:82
msgid "Database name template" msgid "Database name template"
msgstr "Predloga imena podatkovne zbirke" msgstr "Predloga imena zbirke podatkov"
#: setup/lib/messages.inc.php:83 #: setup/lib/messages.inc.php:83
msgid "Server name template" msgid "Server name template"
@@ -6680,7 +6707,6 @@ msgid "Signon login options"
msgstr "Prijavne možnosti signon" msgstr "Prijavne možnosti signon"
#: setup/lib/messages.inc.php:128 #: setup/lib/messages.inc.php:128
#, fuzzy
#| msgid "" #| msgid ""
#| "Configure phpMyAdmin database to gain access to additional features, see " #| "Configure phpMyAdmin database to gain access to additional features, see "
#| "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] " #| "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] "
@@ -6691,8 +6717,8 @@ msgid ""
"in documentation" "in documentation"
msgstr "" msgstr ""
"Konfigurira zbirko podatkov phpMyAdmin za pridobitev dostopa do dodatnih " "Konfigurira zbirko podatkov phpMyAdmin za pridobitev dostopa do dodatnih "
"funkcij, glej [a@../Documentation.html#linked-tables]infrastrukturo " "funkcij, glej [a@../Documentation.html#linked-tables]hrambo konfiguracije "
"povezanih tabel[/a] v dokumentaciji" "phpMyAdmin[/a] v dokumentaciji"
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290 #: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
msgid "PMA database" msgid "PMA database"
@@ -7032,8 +7058,8 @@ msgid ""
"shown." "shown."
msgstr "" msgstr ""
"Število prikazanih vrstic med brskanjem po množici rezultatov. Če množica " "Število prikazanih vrstic med brskanjem po množici rezultatov. Če množica "
"rezultatov vsebuje več vrstic, se prikažeta povezavi &quot;Prejšnja&quot; in " "rezultatov vsebuje več vrstic, se prikažeta povezavi &raquo;Prejšnja&laquo; "
"&quot;Naslednja&quot;" "in &raquo;Naslednja&laquo;."
#: setup/lib/messages.inc.php:202 #: setup/lib/messages.inc.php:202
msgid "Maximum number of rows to display" msgid "Maximum number of rows to display"
@@ -7597,7 +7623,7 @@ msgid ""
"compatibility checks and thereby increases performance" "compatibility checks and thereby increases performance"
msgstr "" msgstr ""
"Onemogočite, če veste, da so vaše tabele pma_* ažurirane. To prepreči " "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 #: setup/lib/messages.inc.php:322
msgid "Verbose check" msgid "Verbose check"
@@ -7680,7 +7706,7 @@ msgstr "Pokaži poizvedbe SQL"
#: setup/lib/messages.inc.php:340 #: setup/lib/messages.inc.php:340
msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)"
msgstr "" 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 #: setup/lib/messages.inc.php:341
msgid "Show statistics" msgid "Show statistics"
@@ -7867,7 +7893,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Id vstavljene vrstice: %1$d" msgstr "Id vstavljene vrstice: %1$d"
@@ -7876,15 +7902,14 @@ msgstr "Id vstavljene vrstice: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Prikazovanje kot koda PHP" msgstr "Prikazovanje kot koda PHP"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Prikazovanje poizvedbe SQL" msgstr "Prikazovanje poizvedbe SQL"
#: sql.php:516 #: sql.php:516
#, fuzzy
#| msgid "Validate SQL" #| msgid "Validate SQL"
msgid "Validated SQL" msgid "Validated SQL"
msgstr "Preveri pravilnost stavka SQL" msgstr "Preverjen SQL"
#: sql.php:631 #: sql.php:631
#, php-format #, php-format
@@ -8093,20 +8118,18 @@ msgid "Flush the table (FLUSH)"
msgstr "Počisti tabelo (FLUSH)" msgstr "Počisti tabelo (FLUSH)"
#: tbl_operations.php:642 #: tbl_operations.php:642
#, fuzzy
#| msgid "Delete tracking data for this table" #| msgid "Delete tracking data for this table"
msgid "Delete data or table" msgid "Delete data or table"
msgstr "Izbriši podatke sledenja te tabele" msgstr "Izbriši podatke ali tabelo"
#: tbl_operations.php:657 #: tbl_operations.php:657
msgid "Empty the table (TRUNCATE)" msgid "Empty the table (TRUNCATE)"
msgstr "" msgstr "Izprazni tabelo (TRUNCATE)"
#: tbl_operations.php:675 #: tbl_operations.php:675
#, fuzzy
#| msgid "Go to database" #| msgid "Go to database"
msgid "Delete the table (DROP)" msgid "Delete the table (DROP)"
msgstr "Pojdi v zbirko podatkov" msgstr "Izbriši tabelo (DROP)"
#: tbl_operations.php:696 #: tbl_operations.php:696
msgid "Partition maintenance" msgid "Partition maintenance"
@@ -8477,66 +8500,3 @@ msgstr "Ime VIEW"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "Preimenuj pogled v" 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"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:51+0200\n" "PO-Revision-Date: 2010-07-21 14:51+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: albanian <sq@li.org>\n" "Language-Team: albanian <sq@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Përdor këtë vlerë" msgstr "Përdor këtë vlerë"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1412,7 +1413,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databazat" msgstr "Databazat"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1619,22 +1621,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Vendosja e lidhjes MySQL"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1930,16 +1955,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Mbi limit" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Serveri nuk përgjigjet" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3241,7 +3266,7 @@ msgstr "Treguesi"
msgid "Fulltext" msgid "Fulltext"
msgstr "Teksti komplet" msgstr "Teksti komplet"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Asnjë ndryshim" msgstr "Asnjë ndryshim"
@@ -7604,7 +7629,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7613,7 +7638,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n" "PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n" "Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: serbian_cyrillic <sr@li.org>\n" "Language-Team: serbian_cyrillic <sr@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Користи ову вредност" msgstr "Користи ову вредност"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1431,7 +1432,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Базе" msgstr "Базе"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1640,22 +1642,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Сортирање за MySQL везу"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1955,18 +1980,18 @@ msgstr "Може бити приближно. Видите FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Прекорачење" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Конекција за controluser-а, онако како је дефинисана у вашој конфигурацији, " "Конекција за controluser-а, онако како је дефинисана у вашој конфигурацији, "
"није успела." "није успела."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Сервер не одговара" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(или прикључак локалног MySQL сервера није исправно подешен)" msgstr "(или прикључак локалног MySQL сервера није исправно подешен)"
@@ -3303,7 +3328,7 @@ msgstr "Кључ"
msgid "Fulltext" msgid "Fulltext"
msgstr "Текст кључ" msgstr "Текст кључ"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Нема измена" msgstr "Нема измена"
@@ -7805,7 +7830,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7814,7 +7839,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Приказ као PHP код" msgstr "Приказ као PHP код"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Приказ као SQL упит" msgstr "Приказ као SQL упит"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:27+0200\n" "PO-Revision-Date: 2010-07-22 02:27+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n" "Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Koristi ovu vrednost" msgstr "Koristi ovu vrednost"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1431,7 +1432,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Baze" msgstr "Baze"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1640,22 +1642,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Sortiranje za MySQL vezu"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1955,18 +1980,18 @@ msgstr "Može biti približno. Vidite FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Prekoračenje" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Konekcija za controluser-a, onako kako je definisana u vašoj konfiguraciji, " "Konekcija za controluser-a, onako kako je definisana u vašoj konfiguraciji, "
"nije uspela." "nije uspela."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Server ne odgovara" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(ili priključak lokalnog MySQL servera nije ispravno podešen)" msgstr "(ili priključak lokalnog MySQL servera nije ispravno podešen)"
@@ -3299,7 +3324,7 @@ msgstr "Ključ"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tekst ključ" msgstr "Tekst ključ"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Nema izmena" msgstr "Nema izmena"
@@ -7806,7 +7831,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7815,7 +7840,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Prikaz kao PHP kod" msgstr "Prikaz kao PHP kod"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Prikaz kao SQL upit" msgstr "Prikaz kao SQL upit"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-21 14:48+0200\n" "PO-Revision-Date: 2010-07-21 14:48+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: swedish <sv@li.org>\n" "Language-Team: swedish <sv@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Använd detta värde" msgstr "Använd detta värde"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1430,7 +1431,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Databaser" msgstr "Databaser"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1644,22 +1646,45 @@ msgstr "Giltig autentiseringsnyckel saknas"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autentisering pågår..." msgstr "Autentisering pågår..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "Kollation för MySQL-uppkoppling"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Visa bild" msgstr "Visa bild"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Spela ljud" msgstr "Spela ljud"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Visa video" msgstr "Visa video"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Ladda ner fil" msgstr "Ladda ner fil"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1961,16 +1986,16 @@ msgstr "Kan vara ungefärligt. Se FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "Outnyttjat" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "Uppkoppling för controluser enligt din konfiguration misslyckades." 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/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" msgid "The server is not responding"
msgstr "Servern svarar inte" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)" msgstr "(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)"
@@ -3343,7 +3368,7 @@ msgstr "Index"
msgid "Fulltext" msgid "Fulltext"
msgstr "Heltext" msgstr "Heltext"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ingen förändring" msgstr "Ingen förändring"
@@ -8041,7 +8066,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Infogade rad id: %1$d" msgstr "Infogade rad id: %1$d"
@@ -8050,7 +8075,7 @@ msgstr "Infogade rad id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "Visar som PHP-kod" msgstr "Visar som PHP-kod"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Visar SQL-fråga" msgstr "Visar SQL-fråga"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n" "PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02@gmail.com>\n" "Last-Translator: Sutharshan <sutharshan02@gmail.com>\n"
"Language-Team: Tamil <ta@li.org>\n" "Language-Team: Tamil <ta@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "" msgstr ""
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1370,7 +1371,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "" msgstr ""
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1576,22 +1578,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1878,16 +1901,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3153,7 +3176,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7295,7 +7318,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7304,7 +7327,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-26 14:20+0200\n" "PO-Revision-Date: 2010-05-26 14:20+0200\n"
"Last-Translator: <veeven@gmail.com>\n" "Last-Translator: <veeven@gmail.com>\n"
"Language-Team: Telugu <te@li.org>\n" "Language-Team: Telugu <te@li.org>\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "ఈ విలువని ఉపయోగించు" msgstr "ఈ విలువని ఉపయోగించు"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1400,7 +1401,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "" msgstr ""
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1603,24 +1605,48 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
# మొదటి అనువాదము # మొదటి అనువాదము
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "పుటని సృష్టించుటలో తప్పిదము జరిగినది"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
# మొదటి అనువాదము
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "చిత్రమును చూపుము" msgstr "చిత్రమును చూపుము"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
# మొదటి అనువాదము # మొదటి అనువాదము
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "వీడియోను చూపుము" msgstr "వీడియోను చూపుము"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1909,16 +1935,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3192,7 +3218,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7385,7 +7411,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7394,7 +7420,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n" "PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: thai <th@li.org>\n" "Language-Team: thai <th@li.org>\n"
@@ -86,6 +86,7 @@ msgid "Use this value"
msgstr "ใช้ค่านี้" msgstr "ใช้ค่านี้"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1407,7 +1408,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "ฐานข้อมูล" msgstr "ฐานข้อมูล"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1610,22 +1612,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1920,16 +1943,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "เกินความจำเป็น" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3233,7 +3256,7 @@ msgstr "ดัชนี"
msgid "Fulltext" msgid "Fulltext"
msgstr "ข้อความเต็ม (fulltext)" msgstr "ข้อความเต็ม (fulltext)"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "ไม่มีการเปลี่ยนแปลง" msgstr "ไม่มีการเปลี่ยนแปลง"
@@ -7503,7 +7526,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7512,7 +7535,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

373
po/tr.po
View File

@@ -3,16 +3,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-21 19:58+0200\n" "PO-Revision-Date: 2010-08-08 22:05+0200\n"
"Last-Translator: Burak <hitowerdigit@hotmail.com>\n" "Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: turkish <tr@li.org>\n" "Language-Team: turkish <tr@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: tr\n" "Language: tr\n"
"Plural-Forms: nplurals=1; plural=0;\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 #: browse_foreigners.php:36 browse_foreigners.php:57
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510 #: libraries/display_tbl.lib.php:415 server_privileges.php:1510
@@ -90,18 +90,17 @@ msgid "Use this value"
msgstr "Bu değeri kullan" msgstr "Bu değeri kullan"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr "Yapılandırılmış blob akış sunucusu yok!"
#: bs_disp_as_mime_type.php:35 #: bs_disp_as_mime_type.php:35
#, fuzzy
#| msgid "Failed to write file to disk."
msgid "Failed to fetch headers" 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 #: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL" msgid "Failed to open remote URL"
msgstr "" msgstr "Uzak URL'yi açma başarısız oldu"
#: db_create.php:44 #: db_create.php:44
#, php-format #, php-format
@@ -110,7 +109,7 @@ msgstr "Veritabanı %1$s oluşturuldu."
#: db_datadict.php:48 db_operations.php:313 #: db_datadict.php:48 db_operations.php:313
msgid "Database comment: " msgid "Database comment: "
msgstr "Veritabanı yorumu:" msgstr "Veritabanı yorumu: "
#: db_datadict.php:164 libraries/tbl_properties.inc.php:722 #: db_datadict.php:164 libraries/tbl_properties.inc.php:722
#: pdf_schema.php:1234 tbl_operations.php:344 tbl_printview.php:127 #: pdf_schema.php:1234 tbl_operations.php:344 tbl_printview.php:127
@@ -249,10 +248,8 @@ msgid "and then"
msgstr "ve sonra" msgstr "ve sonra"
#: db_operations.php:379 #: db_operations.php:379
#, fuzzy
#| msgid "Rename database to"
msgid "Remove database" msgid "Remove database"
msgstr "Veritabanını şuna yeniden adlandır" msgstr "Veritabanını kaldır"
#: db_operations.php:391 #: db_operations.php:391
#, php-format #, php-format
@@ -260,10 +257,8 @@ msgid "Database %s has been dropped."
msgstr "%s veritabanı kaldırıldı." msgstr "%s veritabanı kaldırıldı."
#: db_operations.php:396 #: db_operations.php:396
#, fuzzy
#| msgid "Go to database"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "Veritabanına git" msgstr "Veritabanını kaldır (DROP)"
#: db_operations.php:424 #: db_operations.php:424
msgid "Copy database to" msgid "Copy database to"
@@ -315,16 +310,13 @@ msgid "Collation"
msgstr "Karşılaştırma" msgstr "Karşılaştırma"
#: db_operations.php:498 pdf_schema.php:32 #: 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."
msgid "" msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "" msgstr ""
"Bağlı tablolar ile çalışan ilave özellikler etkisizleştirildi. Nedenini " "phpMyAdmin yapılandırma depolaması devre dışı bırakıldı. Nedenini öğrenmek "
"öğrenmek için %sburaya%s tıklayın." "için %sburaya%s tıklayın."
#: db_operations.php:531 #: db_operations.php:531
msgid "Edit PDF Pages" msgid "Edit PDF Pages"
@@ -495,8 +487,7 @@ msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "\"<i>%s</i>\" %s için arama sonuçları:" msgstr "\"<i>%s</i>\" %s için arama sonuçları:"
#: db_search.php:242 #: 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 "%s match inside table <i>%s</i>"
msgid_plural "%s matches 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" msgstr[0] "%s eşleşme, <i>%s</i> tablosu içinde"
@@ -518,8 +509,7 @@ msgid "Delete"
msgstr "Sil" msgstr "Sil"
#: db_search.php:267 #: 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 "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches" msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] "<b>Toplam:</b> <i>%s</i> eşleşme" msgstr[0] "<b>Toplam:</b> <i>%s</i> eşleşme"
@@ -692,7 +682,7 @@ msgstr "Tabloyu incele"
#: pmd_pdf.php:81 pmd_pdf.php:106 server_privileges.php:1376 #: pmd_pdf.php:81 pmd_pdf.php:106 server_privileges.php:1376
#: setup/frames/menu.inc.php:22 tbl_row_action.php:58 #: setup/frames/menu.inc.php:22 tbl_row_action.php:58
msgid "Export" msgid "Export"
msgstr "Dışarı Aktar" msgstr "Dışa Aktar"
#: db_structure.php:591 libraries/display_pdf_schema.lib.php:44 #: db_structure.php:591 libraries/display_pdf_schema.lib.php:44
msgid "Data Dictionary" msgid "Data Dictionary"
@@ -780,7 +770,7 @@ msgstr "Veritabanı Günlüğü"
#: export.php:61 #: export.php:61
msgid "Selected export type has to be saved in file!" 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 #: export.php:152 export.php:177 export.php:615
#, php-format #, php-format
@@ -836,14 +826,13 @@ msgid ""
"file size exceeded the maximum size permitted by your PHP configuration. See " "file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." "[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr "" msgstr ""
"İçeri aktarmak için veri alınmadı. Ya dosya adı gönderilmedi ya da PHP " "İç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@./" "yapılandırmanız tarafından izin verilen en fazla boyut aşıldı. "
"Documentation.html#faq1_16@Documentation]SSS 1.16[/a]'ya bakın." "[a@./Documentation.html#faq1_16@Documentation]SSS 1.16[/a]'ya bakın."
#: import.php:370 libraries/display_import.lib.php:23 #: import.php:370 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!" msgid "Could not load import plugins, please check your installation!"
msgstr "" msgstr "İçe aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
"İçeri aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
#: import.php:395 #: import.php:395
msgid "The bookmark has been deleted." msgid "The bookmark has been deleted."
@@ -861,15 +850,15 @@ msgstr "İşaretleme %s oluşturuldu"
#: import.php:407 import.php:413 #: import.php:407 import.php:413
#, php-format #, php-format
msgid "Import has been successfully finished, %d queries executed." 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 #: import.php:422
msgid "" msgid ""
"Script timeout passed, if you want to finish import, please resubmit same " "Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume." "file and import will resume."
msgstr "" msgstr ""
"Küçük program zaman aşımı geçti, eğer içeri aktarmayı bitirmek istiyorsanız, " "Betik zaman aşımı geçti, eğer içe aktarmayı bitirmek istiyorsanız, lütfen "
"lütfen aynı dosyayı yeniden gönderin ve içeri aktarma devam edecektir." "aynı dosyayı yeniden gönderin ve içe aktarma devam edecektir."
#: import.php:424 #: import.php:424
msgid "" msgid ""
@@ -877,7 +866,7 @@ msgid ""
"won't be able to finish this import unless you increase php time limits." "won't be able to finish this import unless you increase php time limits."
msgstr "" msgstr ""
"Ancak son çalıştırmada hiç veri ayrıştırılmadı, bu genellikle, php zaman " "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." "biteremeyeceği anlamına gelir."
#: import_status.php:30 libraries/common.lib.php:660 pdf_schema.php:239 #: import_status.php:30 libraries/common.lib.php:660 pdf_schema.php:239
@@ -1007,10 +996,8 @@ msgid "Choose column to display"
msgstr "Göstermek için sütun seçin" msgstr "Göstermek için sütun seçin"
#: js/messages.php:66 #: js/messages.php:66
#, fuzzy
#| msgid "Generate Password"
msgid "Generate password" msgid "Generate password"
msgstr "Parola Üret" msgstr "Parola üret"
#: js/messages.php:67 libraries/replication_gui.lib.php:365 #: js/messages.php:67 libraries/replication_gui.lib.php:365
msgid "Generate" msgid "Generate"
@@ -1367,7 +1354,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Veritabanları" msgstr "Veritabanları"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1575,22 +1563,43 @@ msgstr "Geçerli kimlik denetimi anahtarı takılı değil"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Kimlik doğrulanıyor..." msgstr "Kimlik doğrulanıyor..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr "PBMS hatası"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr "PBMS bağlantısı başarısız:"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr "PBMS, BLOB bilgisi alması başarısız:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr "BLOB İçerik Türü alma başarısız"
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Resmi göster" msgstr "Resmi göster"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Ses çal" msgstr "Ses çal"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Görüntüyü göster" msgstr "Görüntüyü göster"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Dosyayı indir" msgstr "Dosyayı indir"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr "Açılamayan dosya: %s"
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1684,10 +1693,8 @@ msgid "MySQL said: "
msgstr "MySQL çıktısı: " msgstr "MySQL çıktısı: "
#: libraries/common.lib.php:1129 #: libraries/common.lib.php:1129
#, fuzzy
#| msgid "Could not connect to MySQL server"
msgid "Failed to connect to SQL validator!" 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 #: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
msgid "Explain SQL" msgid "Explain SQL"
@@ -1827,7 +1834,7 @@ msgstr "İşlemler"
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21 #: libraries/core.lib.php:265 libraries/dbg/setup.php:21
#, php-format #, php-format
msgid "The %s extension is missing. Please check your PHP configuration." 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/db_events.inc.php:19 libraries/db_events.inc.php:21
#: libraries/export/sql.php:412 #: libraries/export/sql.php:412
@@ -1862,7 +1869,7 @@ msgstr "Tasarımcı"
#: libraries/tbl_links.inc.php:89 pmd_pdf.php:81 pmd_pdf.php:107 #: libraries/tbl_links.inc.php:89 pmd_pdf.php:81 pmd_pdf.php:107
#: setup/frames/menu.inc.php:21 #: setup/frames/menu.inc.php:21
msgid "Import" msgid "Import"
msgstr "İçeri Aktar" msgstr "İçe Aktar"
#: libraries/db_links.inc.php:93 libraries/server_links.inc.php:65 #: libraries/db_links.inc.php:93 libraries/server_links.inc.php:65
#: server_privileges.php:110 server_privileges.php:1718 #: server_privileges.php:110 server_privileges.php:1718
@@ -1891,18 +1898,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Ek Yük" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"Yapılandırmanız içinde tanımlanmış denetim kullanıcıları için bağlantı " "Yapılandırmanız içinde tanımlanmış denetim kullanıcıları için bağlantı "
"başarısız." "başarısız."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Sunucu yanıt vermiyor" 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)" 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ı)" msgstr "(ya da yerel MySQL sunucusunun soketi doğru olarak yapılandırılmadı)"
@@ -1972,8 +1979,7 @@ msgstr "Sütun sayısı"
#: libraries/display_export.lib.php:35 #: libraries/display_export.lib.php:35
msgid "Could not load export plugins, please check your installation!" msgid "Could not load export plugins, please check your installation!"
msgstr "" msgstr "Dışa aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
"Dışarı aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
#: libraries/display_export.lib.php:100 #: libraries/display_export.lib.php:100
#, php-format #, php-format
@@ -2085,7 +2091,7 @@ msgstr ""
#: libraries/display_import.lib.php:125 #: libraries/display_import.lib.php:125
msgid "File to import" 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 #: libraries/display_import.lib.php:136 libraries/sql_query_form.lib.php:484
msgid "Location of the text file" msgid "Location of the text file"
@@ -2109,19 +2115,19 @@ msgstr "web sunucusu gönderme dizini"
#, php-format #, php-format
msgid "Imported file compression will be automatically detected from: %s" msgid "Imported file compression will be automatically detected from: %s"
msgstr "" 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" "algılanacak: %s"
#: libraries/display_import.lib.php:218 #: libraries/display_import.lib.php:218
msgid "Partial import" msgid "Partial import"
msgstr "Kısmi içeri aktarma" msgstr "Kısmi içe aktarma"
#: libraries/display_import.lib.php:224 #: libraries/display_import.lib.php:224
#, php-format #, php-format
msgid "" msgid ""
"Previous import timed out, after resubmitting will continue from position %d." "Previous import timed out, after resubmitting will continue from position %d."
msgstr "" 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." "konumundan devam edecek."
#: libraries/display_import.lib.php:231 #: libraries/display_import.lib.php:231
@@ -2130,9 +2136,9 @@ msgid ""
"to the PHP timeout limit. This might be good way to import large files, " "to the PHP timeout limit. This might be good way to import large files, "
"however it can break transactions." "however it can break transactions."
msgstr "" msgstr ""
"Küçük programcığın PHP zaman aşımı sınırına yaklaşıldığını algılaması " "Betiğin PHP zaman aşımı sınırına yaklaşıldığını algılaması durumunda içe "
"durumunda içeri aktarımı kesmeye izin ver. Bu büyük dosyaların içeri " "aktarımı kesmeye izin verir. Bu büyük dosyaların içe aktarımı için iyi bir "
"aktarımı için iyi bir yol olabilir, ancak hareketleri kesebilir." "yol olabilir, ancak bu işlemleri bozabilir."
#: libraries/display_import.lib.php:238 setup/lib/messages.inc.php:158 #: libraries/display_import.lib.php:238 setup/lib/messages.inc.php:158
msgid "Number of queries to skip from start" msgid "Number of queries to skip from start"
@@ -2140,7 +2146,7 @@ msgstr "Başlangıçtan atlanacak sorgu sayısı"
#: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157 #: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157
msgid "Format of imported file" 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 #: libraries/display_pdf_schema.lib.php:11
msgid "Display PDF schema" msgid "Display PDF schema"
@@ -2518,20 +2524,12 @@ msgstr ""
"ara bellek miktarı." "ara bellek miktarı."
#: libraries/engines/pbms.lib.php:31 #: libraries/engines/pbms.lib.php:31
#, fuzzy
#| msgid "Garbage threshold"
msgid "Garbage Threshold" msgid "Garbage Threshold"
msgstr "Artık başı" msgstr "Artık Eşiği"
#: libraries/engines/pbms.lib.php:32 #: 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." msgid "The percentage of garbage in a repository file before it is compacted."
msgstr "" msgstr "Ufaltılmadan önce depolama dosyasındaki artık yüzdesidir."
"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."
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69 #: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
#: server_synchronize.php:1161 #: server_synchronize.php:1161
@@ -2543,10 +2541,12 @@ msgid ""
"The port for the PBMS stream-based communications. Setting this value to 0 " "The port for the PBMS stream-based communications. Setting this value to 0 "
"will disable HTTP communication with the daemon." "will disable HTTP communication with the daemon."
msgstr "" 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 #: libraries/engines/pbms.lib.php:41
msgid "Repository Threshold" msgid "Repository Threshold"
msgstr "" msgstr "Depolama Eşiği"
#: libraries/engines/pbms.lib.php:42 #: libraries/engines/pbms.lib.php:42
msgid "" msgid ""
@@ -2554,22 +2554,26 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:46
msgid "Temp Blob Timeout" msgid "Temp Blob Timeout"
msgstr "" msgstr "Geçici Blob Zaman Aşımı"
#: libraries/engines/pbms.lib.php:47 #: libraries/engines/pbms.lib.php:47
msgid "" msgid ""
"The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed " "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." "after this time, unless they are referenced by a record in the database."
msgstr "" 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 #: libraries/engines/pbms.lib.php:51
#, fuzzy
#| msgid "Log file threshold"
msgid "Temp Log 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 #: libraries/engines/pbms.lib.php:52
msgid "" msgid ""
@@ -2577,26 +2581,34 @@ msgid ""
"indicate the unit of the value. A value in bytes is assumed when no unit is " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" 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 #: libraries/engines/pbms.lib.php:56
msgid "Max Keep Alive" msgid "Max Keep Alive"
msgstr "" msgstr "En Fazla Canlı Tutuma"
#: libraries/engines/pbms.lib.php:57 #: libraries/engines/pbms.lib.php:57
msgid "" msgid ""
"The timeout for inactive connection with the keep-alive flag set. After this " "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)." "time the connection will be closed. The time-out is in milliseconds (1/1000)."
msgstr "" 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 #: libraries/engines/pbms.lib.php:61
msgid "Metadata Headers" msgid "Metadata Headers"
msgstr "" msgstr "Üstveri Üstbilgileri"
#: libraries/engines/pbms.lib.php:62 #: libraries/engines/pbms.lib.php:62
msgid "" msgid ""
"A \":\" delimited list of metadata headers to be used to initialize the " "A \":\" delimited list of metadata headers to be used to initialize the "
"pbms_metadata_header table when a database is created." "pbms_metadata_header table when a database is created."
msgstr "" 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 #: libraries/engines/pbxt.lib.php:22
msgid "Index cache size" msgid "Index cache size"
@@ -2640,7 +2652,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:37 #: libraries/engines/pbxt.lib.php:37
msgid "Log file threshold" msgid "Log file threshold"
msgstr "Günlük dosyası başı" msgstr "Günlük dosyası eşiği"
#: libraries/engines/pbxt.lib.php:38 #: libraries/engines/pbxt.lib.php:38
msgid "" msgid ""
@@ -2676,7 +2688,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:52 #: libraries/engines/pbxt.lib.php:52
msgid "Data log threshold" msgid "Data log threshold"
msgstr "Veri günlüğü başı" msgstr "Veri günlüğü eşiği"
#: libraries/engines/pbxt.lib.php:53 #: libraries/engines/pbxt.lib.php:53
msgid "" msgid ""
@@ -2692,14 +2704,14 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:57 #: libraries/engines/pbxt.lib.php:57
msgid "Garbage threshold" msgid "Garbage threshold"
msgstr "Artık başı" msgstr "Artık eşiği"
#: libraries/engines/pbxt.lib.php:58 #: libraries/engines/pbxt.lib.php:58
msgid "" msgid ""
"The percentage of garbage in a data log file before it is compacted. This is " "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." "a value between 1 and 99. The default is 50."
msgstr "" 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." "arasında bir değerdir. Varsayılan değer 50'dir."
#: libraries/engines/pbxt.lib.php:62 #: libraries/engines/pbxt.lib.php:62
@@ -2828,20 +2840,16 @@ msgid "Table structure for table"
msgstr "Tablo için tablo yapısı" msgstr "Tablo için tablo yapısı"
#: libraries/export/latex.php:13 #: libraries/export/latex.php:13
#, fuzzy
#| msgid "Content of table __TABLE__"
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 #: libraries/export/latex.php:14
msgid "(continued)" msgid "(continued)"
msgstr "(devam eden)" msgstr "(devam eden)"
#: libraries/export/latex.php:15 #: libraries/export/latex.php:15
#, fuzzy
#| msgid "Structure of table __TABLE__"
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 #: libraries/export/latex.php:26
msgid "LaTeX" msgid "LaTeX"
@@ -2934,7 +2942,7 @@ msgstr "Başlık içine özel yorum ekle (\\n satırları böler)"
#: libraries/export/sql.php:30 #: libraries/export/sql.php:30
msgid "Enclose export in a transaction" 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 #: libraries/export/sql.php:31
msgid "Disable foreign key checks" msgid "Disable foreign key checks"
@@ -2942,7 +2950,7 @@ msgstr "Dış anahtar kontrolünü etkisizleştir"
#: libraries/export/sql.php:49 #: libraries/export/sql.php:49
msgid "Database export options" msgid "Database export options"
msgstr "Veritabanı dışarı aktarma seçenekleri" msgstr "Veritabanı dışa aktarma seçenekleri"
#: libraries/export/sql.php:79 #: libraries/export/sql.php:79
msgid "Enclose table and column names with backquotes" msgid "Enclose table and column names with backquotes"
@@ -2982,11 +2990,11 @@ msgstr "BLOB için onaltılık sistem kullan"
#: libraries/export/sql.php:119 #: libraries/export/sql.php:119
msgid "Export time in UTC" msgid "Export time in UTC"
msgstr "UTC olarak zamanı dışarı aktar" msgstr "UTC olarak zamanı dışa aktar"
#: libraries/export/sql.php:121 #: libraries/export/sql.php:121
msgid "Export type" msgid "Export type"
msgstr "Dışarı aktarma türü" msgstr "Dışa aktarma türü"
#: libraries/export/sql.php:384 #: libraries/export/sql.php:384
msgid "Procedures" msgid "Procedures"
@@ -3042,31 +3050,31 @@ msgstr "XML"
#: libraries/export/xml.php:28 #: libraries/export/xml.php:28
msgid "Export Structure Schemas (recommended)" 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 #: libraries/export/xml.php:30
msgid "Export functions" msgid "Export functions"
msgstr "İşlevleri dışarı aktar" msgstr "İşlevleri dışa aktar"
#: libraries/export/xml.php:32 #: libraries/export/xml.php:32
msgid "Export procedures" msgid "Export procedures"
msgstr "İşlemleri dışarı aktar" msgstr "İşlemleri dışa aktar"
#: libraries/export/xml.php:34 #: libraries/export/xml.php:34
msgid "Export tables" msgid "Export tables"
msgstr "Tabloları dışarı aktar" msgstr "Tabloları dışa aktar"
#: libraries/export/xml.php:36 #: libraries/export/xml.php:36
msgid "Export triggers" msgid "Export triggers"
msgstr "Tetikleyicileri dışarı aktar" msgstr "Tetikleyicileri dışa aktar"
#: libraries/export/xml.php:38 #: libraries/export/xml.php:38
msgid "Export views" msgid "Export views"
msgstr "Görünümleri dışarı aktar" msgstr "Görünümleri dışa aktar"
#: libraries/export/xml.php:44 #: libraries/export/xml.php:44
msgid "Export contents" 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:180 libraries/footer.inc.php:191
#: libraries/footer.inc.php:194 #: libraries/footer.inc.php:194
@@ -3152,7 +3160,7 @@ msgstr "Sütun adları"
#: libraries/import/csv.php:73 libraries/import/csv.php:77 #: libraries/import/csv.php:73 libraries/import/csv.php:77
#, php-format #, php-format
msgid "Invalid parameter for CSV import: %s" 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 #: libraries/import/csv.php:118
#, php-format #, php-format
@@ -3188,19 +3196,19 @@ msgstr "YEREL anahtar kelime kullan"
#: libraries/import/ldi.php:54 #: libraries/import/ldi.php:54
msgid "This plugin does not support compressed imports!" 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 #: libraries/import/ods.php:26
msgid "Do not import empty rows" 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 #: libraries/import/ods.php:27
msgid "Import percentages as proper decimals (12.00% to .12)" 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 #: libraries/import/ods.php:28
msgid "Import currencies ($5.00 to 5.00)" 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 #: libraries/import/sql.php:41
msgid "Do not use AUTO_INCREMENT for zero values" msgid "Do not use AUTO_INCREMENT for zero values"
@@ -3249,13 +3257,13 @@ msgstr "İndeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tam metin" msgstr "Tam metin"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Değişiklik yok" msgstr "Değişiklik yok"
#: libraries/mysql_charsets.lib.php:106 #: libraries/mysql_charsets.lib.php:106
msgid "Charset" msgid "Charset"
msgstr "Karakter grubu" msgstr "Karakter Grubu"
#: libraries/mysql_charsets.lib.php:202 libraries/mysql_charsets.lib.php:403 #: libraries/mysql_charsets.lib.php:202 libraries/mysql_charsets.lib.php:403
#: tbl_change.php:510 #: tbl_change.php:510
@@ -3657,7 +3665,7 @@ msgstr "Değişkenler"
#: libraries/server_links.inc.php:56 test/theme.php:108 #: libraries/server_links.inc.php:56 test/theme.php:108
msgid "Charsets" msgid "Charsets"
msgstr "Karakter grupları" msgstr "Karakter Grupları"
#: libraries/server_links.inc.php:60 test/theme.php:112 #: libraries/server_links.inc.php:60 test/theme.php:112
msgid "Engines" msgid "Engines"
@@ -4365,7 +4373,7 @@ msgstr "Küçüğü/büyüğü değiştir"
#: pmd_general.php:103 #: pmd_general.php:103
msgid "Import/Export coordinates for PDF schema" 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 #: pmd_general.php:107
msgid "Move Menu" msgid "Move Menu"
@@ -4411,7 +4419,7 @@ msgstr "Sayfa oluşturma başarısız"
#: pmd_pdf.php:82 #: pmd_pdf.php:82
msgid "Export/Import to scale" 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 #: pmd_pdf.php:86
msgid "recommended" msgid "recommended"
@@ -4423,7 +4431,7 @@ msgstr "sayfadan/sayfaya"
#: querywindow.php:93 #: querywindow.php:93
msgid "Import files" msgid "Import files"
msgstr "Dosyaları içeri aktar" msgstr "Dosyaları içe aktar"
#: querywindow.php:104 #: querywindow.php:104
msgid "All" msgid "All"
@@ -4616,7 +4624,7 @@ msgstr "Depolanan yordamların yürütülmesine izin verir."
#: server_privileges.php:37 server_privileges.php:188 #: server_privileges.php:37 server_privileges.php:188
#: server_privileges.php:508 #: server_privileges.php:508
msgid "Allows importing data from and exporting data into files." 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 #: server_privileges.php:38 server_privileges.php:539
msgid "" msgid ""
@@ -6301,8 +6309,8 @@ msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
"import and export operations" "import and export operations"
msgstr "" msgstr ""
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Bzip2]" "İçe ve dışa aktarma işlemleri için "
"bzip2[/a] sıkıştırma etkin" "[a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] sıkıştırma etkin"
#: setup/lib/messages.inc.php:30 #: setup/lib/messages.inc.php:30
msgid "Bzip2" msgid "Bzip2"
@@ -6372,7 +6380,7 @@ msgid ""
"Compress gzip/bzip2 exports on the fly without the need for much memory; if " "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" "you encounter problems with created gzip/bzip2 files disable this feature"
msgstr "" 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 " "sıkıştırır; eğer gzip/bzip2 dosyalarını oluşturmada sorunlarla "
"karşılaşırsanız bu özelliği etkisizleştirin" "karşılaşırsanız bu özelliği etkisizleştirin"
@@ -6586,29 +6594,27 @@ msgstr "Düzenleme modu"
#: setup/lib/messages.inc.php:101 #: setup/lib/messages.inc.php:101
msgid "Customize default export options" 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 #: setup/lib/messages.inc.php:102
msgid "Export defaults" msgid "Export defaults"
msgstr "Dışarı aktarma varsayılanları" msgstr "Dışa aktarma varsayılanları"
#: setup/lib/messages.inc.php:103 #: setup/lib/messages.inc.php:103
msgid "Customize default common import options" 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 #: setup/lib/messages.inc.php:104
msgid "Import defaults" msgid "Import defaults"
msgstr "İçeri aktarma varsayılanları" msgstr "İçe aktarma varsayılanları"
#: setup/lib/messages.inc.php:105 #: setup/lib/messages.inc.php:105
msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options"
msgstr "" msgstr "İçe ve dışa aktarma dizinlerini ve sıkıştırma seçeneklerini ayarlar"
"İçeri aktarma ve dışarı aktarma dizinlerini ve sıkıştırma seçeneklerini "
"ayarlar"
#: setup/lib/messages.inc.php:106 #: setup/lib/messages.inc.php:106
msgid "Import / export" msgid "Import / export"
msgstr "İçeri Aktar / Dışarı Aktar" msgstr "İçe Aktar / Dışa Aktar"
#: setup/lib/messages.inc.php:108 #: setup/lib/messages.inc.php:108
msgid "Databases display options" msgid "Databases display options"
@@ -6679,19 +6685,14 @@ msgid "Signon login options"
msgstr "Oturum açma seçenekleri" msgstr "Oturum açma seçenekleri"
#: setup/lib/messages.inc.php:128 #: 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 "" msgid ""
"Configure phpMyAdmin database to gain access to additional features, see " "Configure phpMyAdmin database to gain access to additional features, see "
"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] " "[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
"in documentation" "in documentation"
msgstr "" msgstr ""
"İlave özelliklere erişim kazanmak için phpMyAdmin veritabanını yapılandırır, " "İlave özelliklere erişim kazanmak için phpMyAdmin veritabanını yapılandırır, "
"belgelerde [a@../Documentation.html#linked-tables]bağlantılı tablolar " "belgelerde [a@../Documentation.html#linked-tables]phpMyAdmin yapılandırma "
"altyapısına[/a] bakın" "depolama[/a] kısmına bakın"
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290 #: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
msgid "PMA database" msgid "PMA database"
@@ -6713,11 +6714,11 @@ msgstr "Özelleştirme"
#: setup/lib/messages.inc.php:133 #: setup/lib/messages.inc.php:133
msgid "Customize export options" 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 #: setup/lib/messages.inc.php:135
msgid "Customize import defaults" 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 #: setup/lib/messages.inc.php:136
msgid "Customize navigation frame" msgid "Customize navigation frame"
@@ -6768,8 +6769,8 @@ msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import "
"and export operations" "and export operations"
msgstr "" msgstr ""
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Gzip]" "İçe ve dışa aktarma işlemleri için "
"gzip[/a] sıkıştırma etkin" "[a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] sıkıştırma etkin"
#: setup/lib/messages.inc.php:147 #: setup/lib/messages.inc.php:147
msgid "GZip" msgid "GZip"
@@ -6811,13 +6812,13 @@ msgid ""
"This might be good way to import large files, however it can break " "This might be good way to import large files, however it can break "
"transactions." "transactions."
msgstr "" msgstr ""
"İçeri aktarmayı yarıda kesmeye izin verildiği takdirde betik, kapatma zaman " "Betiğin zaman sınırına yaklaşıldığını algılaması durumunda içe aktarımı "
"sınırını saptar. Bu büyük dosyaları içeri aktarmak için iyi bir yol " "kesmeye izin verir. Bu büyük dosyaları içe aktarmak için iyi bir yol "
"olabilir, ancak bu işlemleri bozabilir." "olabilir, ancak bu işlemleri bozabilir."
#: setup/lib/messages.inc.php:155 #: setup/lib/messages.inc.php:155
msgid "Partial import: allow interrupt" 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 #: setup/lib/messages.inc.php:156
msgid "" msgid ""
@@ -6829,7 +6830,7 @@ msgstr ""
#: setup/lib/messages.inc.php:159 #: setup/lib/messages.inc.php:159
msgid "Partial import: skip queries" 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 #: setup/lib/messages.inc.php:160
msgid "Insecure connection" msgid "Insecure connection"
@@ -7153,7 +7154,7 @@ msgstr "Hatalı alanları varsayılan değerlerine döndürmeyi dene"
#: setup/lib/messages.inc.php:233 #: setup/lib/messages.inc.php:233
msgid "Directory where exports can be saved on server" 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 #: setup/lib/messages.inc.php:234
msgid "Save directory" msgid "Save directory"
@@ -7776,8 +7777,7 @@ msgstr "IP İzin Verme/Reddetme için güvenilir proksi listesi"
#: setup/lib/messages.inc.php:359 #: setup/lib/messages.inc.php:359
msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import"
msgstr "" msgstr "İçe aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin"
"İçeri aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin"
#: setup/lib/messages.inc.php:360 #: setup/lib/messages.inc.php:360
msgid "Upload directory" msgid "Upload directory"
@@ -7856,8 +7856,8 @@ msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations" "for import and export operations"
msgstr "" msgstr ""
"İçeri ve dışarı aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_" "İçe ve dışa aktarma işlemleri için "
"(file_format)]ZIP[/a] sıkıştırma etkin" "[a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] sıkıştırma etkin"
#: setup/lib/messages.inc.php:376 #: setup/lib/messages.inc.php:376
#, php-format #, php-format
@@ -7881,7 +7881,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Eklenen satır id: %1$d" msgstr "Eklenen satır id: %1$d"
@@ -7890,15 +7890,13 @@ msgstr "Eklenen satır id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP kodu olarak gösteriliyor" msgstr "PHP kodu olarak gösteriliyor"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "SQL sorgusu gösteriliyor" msgstr "SQL sorgusu gösteriliyor"
#: sql.php:516 #: sql.php:516
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL" msgid "Validated SQL"
msgstr "SQL'i onayla" msgstr "Oanylı SQL"
#: sql.php:631 #: sql.php:631
#, php-format #, php-format
@@ -8109,20 +8107,16 @@ msgid "Flush the table (FLUSH)"
msgstr "Tabloyu temizle (FLUSH)" msgstr "Tabloyu temizle (FLUSH)"
#: tbl_operations.php:642 #: tbl_operations.php:642
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete data or table" msgid "Delete data or table"
msgstr "Bu tabloyu izleme verisini sil" msgstr "Tabloyu veya veriyi sil"
#: tbl_operations.php:657 #: tbl_operations.php:657
msgid "Empty the table (TRUNCATE)" msgid "Empty the table (TRUNCATE)"
msgstr "" msgstr "Tabloyu boşalt (TRUNCATE)"
#: tbl_operations.php:675 #: tbl_operations.php:675
#, fuzzy
#| msgid "Go to database"
msgid "Delete the table (DROP)" msgid "Delete the table (DROP)"
msgstr "Veritabanına git" msgstr "Tabloyu sil (DROP)"
#: tbl_operations.php:696 #: tbl_operations.php:696
msgid "Partition maintenance" msgid "Partition maintenance"
@@ -8349,7 +8343,7 @@ msgstr "Eğer ihtiyacınız yoksa bu iki satırı yorum dışı bırakın."
#: tbl_tracking.php:225 #: tbl_tracking.php:225
msgid "SQL statements exported. Please copy the dump or execute it." msgid "SQL statements exported. Please copy the dump or execute it."
msgstr "" 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 #: tbl_tracking.php:245 tbl_tracking.php:373
msgid "Close" msgid "Close"
@@ -8405,7 +8399,7 @@ msgstr "SQL çalıştırma"
#: tbl_tracking.php:515 #: tbl_tracking.php:515
#, php-format #, php-format
msgid "Export as %s" msgid "Export as %s"
msgstr "%s olarak dışarı aktar" msgstr "%s olarak dışa aktar"
#: tbl_tracking.php:555 #: tbl_tracking.php:555
msgid "Show versions" msgid "Show versions"
@@ -8497,66 +8491,3 @@ msgstr "GÖRÜNÜM adı"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "Görünümü yeniden şuna adlandır" 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"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:25+0200\n" "PO-Revision-Date: 2010-07-22 02:25+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: tatarish <tt@li.org>\n" "Language-Team: tatarish <tt@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Bu bäyä belän" msgstr "Bu bäyä belän"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1410,7 +1411,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Biremleklär" msgstr "Biremleklär"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1617,22 +1619,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL-totaşunıñ tezü cayı"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1932,16 +1957,16 @@ msgstr "Törle buluı bar. YBS 3.11 qarísı"
msgid "Overhead" msgid "Overhead"
msgstr "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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Bu server endäşmi" 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)" 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)" msgstr "(yä cirle MySQL-server soketı döres köylänmägän ide)"
@@ -3267,7 +3292,7 @@ msgstr "Tezeş"
msgid "Fulltext" msgid "Fulltext"
msgstr "Tulımäten" msgstr "Tulımäten"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Üzgäreşsez" msgstr "Üzgäreşsez"
@@ -7642,7 +7667,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7651,7 +7676,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
#, fuzzy #, fuzzy
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "Tulı Sorawlar Kürsät" msgstr "Tulı Sorawlar Kürsät"

227
po/ug.po
View File

@@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-28 04:52+0200\n" "PO-Revision-Date: 2010-07-30 11:41+0200\n"
"Last-Translator: <gheni@yahoo.cn>\n" "Last-Translator: <gheni@yahoo.cn>\n"
"Language-Team: Uyghur <ug@li.org>\n" "Language-Team: Uyghur <ug@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -92,6 +92,7 @@ msgid "Use this value"
msgstr "مۇشۇ قىممەتنى ئىشلىتىش" msgstr "مۇشۇ قىممەتنى ئىشلىتىش"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "No blob streaming server configured!" msgstr "No blob streaming server configured!"
@@ -1349,7 +1350,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "ساندان" msgstr "ساندان"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1553,22 +1555,43 @@ msgstr "No valid authentication key plugged"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..." msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "رەسىمنى كۆرۈش" msgstr "رەسىمنى كۆرۈش"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "ئاۋاز قۇيۇش" msgstr "ئاۋاز قۇيۇش"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "سىن قۇيۇش" msgstr "سىن قۇيۇش"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "ھۆججەت چۈشۈرۈش" msgstr "ھۆججەت چۈشۈرۈش"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1862,16 +1885,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "ئېغىر يۈك" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "تەڭشەك ھۆججىتى ئىچىدىكى ئىشلەنكۈچى ئۇلۈنما كونتىرولى مەغلۇب بولدى." msgstr "تەڭشەك ھۆججىتى ئىچىدىكى ئىشلەنكۈچى ئۇلۈنما كونتىرولى مەغلۇب بولدى."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "مۇلازىمىتېردا ئىنكاس يوق" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(يەرلىك MySQL مۇلازىمىتېرى توغرا تەڭشەلمىگەن)" msgstr "(يەرلىك MySQL مۇلازىمىتېرى توغرا تەڭشەلمىگەن)"
@@ -1928,7 +1951,7 @@ msgstr "ھوقۇقسىز"
#: libraries/display_create_table.lib.php:40 #: libraries/display_create_table.lib.php:40
msgid "Table must have at least one column." msgid "Table must have at least one column."
msgstr "" msgstr "سانلىق مەلۇمات جەدېۋىلىدە ئەڭ ئاز بولغاندا بىر خەت بۇلۇش كىرەك"
#: libraries/display_create_table.lib.php:47 #: libraries/display_create_table.lib.php:47
#, php-format #, php-format
@@ -1954,32 +1977,32 @@ msgstr ""
#: libraries/display_export.lib.php:118 setup/lib/messages.inc.php:79 #: libraries/display_export.lib.php:118 setup/lib/messages.inc.php:79
msgid "Save as file" msgid "Save as file"
msgstr "" msgstr "ھۆججەتنى باشقا ساقلاش"
#: libraries/display_export.lib.php:127 #: libraries/display_export.lib.php:127
#, php-format #, php-format
msgid "Save on server in %s directory" msgid "Save on server in %s directory"
msgstr "" msgstr "مۇلازىمىتېرنىڭ %s مۇندەرىجىسىدە ساقلاش"
#: libraries/display_export.lib.php:135 setup/lib/messages.inc.php:87 #: libraries/display_export.lib.php:135 setup/lib/messages.inc.php:87
msgid "Overwrite existing file(s)" msgid "Overwrite existing file(s)"
msgstr "" msgstr "مەۋجۇت ھۆججەت ئۈستىدىن يېزىش"
#: libraries/display_export.lib.php:141 #: libraries/display_export.lib.php:141
msgid "File name template" msgid "File name template"
msgstr "" msgstr "ھۆججەت ئېتى ئەندىزىسى"
#: libraries/display_export.lib.php:145 #: libraries/display_export.lib.php:145
msgid "server name" msgid "server name"
msgstr "" msgstr "مۇلازىمىتىر ئىسمى"
#: libraries/display_export.lib.php:148 #: libraries/display_export.lib.php:148
msgid "database name" msgid "database name"
msgstr "" msgstr "ساندان ئىسمى"
#: libraries/display_export.lib.php:151 #: libraries/display_export.lib.php:151
msgid "table name" msgid "table name"
msgstr "" msgstr "سانلىق مەلۇمات جەدىۋېلى ئىسمى"
#: libraries/display_export.lib.php:155 #: libraries/display_export.lib.php:155
#, php-format #, php-format
@@ -1991,40 +2014,40 @@ msgstr ""
#: libraries/display_export.lib.php:196 #: libraries/display_export.lib.php:196
msgid "remember template" msgid "remember template"
msgstr "" msgstr "ئەستە ساقلاش قېلىپى"
#: libraries/display_export.lib.php:204 libraries/display_import.lib.php:177 #: 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 #: libraries/display_import.lib.php:190 libraries/sql_query_form.lib.php:509
msgid "Character set of the file:" msgid "Character set of the file:"
msgstr "" msgstr "ھۆججەتنىڭ ھەرىپ-بەلگە توپلىمى"
#: libraries/display_export.lib.php:229 setup/lib/messages.inc.php:81 #: libraries/display_export.lib.php:229 setup/lib/messages.inc.php:81
msgid "Compression" msgid "Compression"
msgstr "" msgstr "پىرىسلاش"
#: libraries/display_export.lib.php:234 libraries/display_import.lib.php:196 #: 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/display_import.lib.php:209 libraries/display_tbl.lib.php:528
#: libraries/export/sql.php:865 libraries/tbl_properties.inc.php:573 #: libraries/export/sql.php:865 libraries/tbl_properties.inc.php:573
#: server_privileges.php:1871 server_processlist.php:74 #: server_privileges.php:1871 server_processlist.php:74
msgid "None" msgid "None"
msgstr "" msgstr "يوق"
#: libraries/display_export.lib.php:241 #: libraries/display_export.lib.php:241
msgid "\"zipped\"" msgid "\"zipped\""
msgstr "" msgstr "zipپىرىسلاش"
#: libraries/display_export.lib.php:247 #: libraries/display_export.lib.php:247
msgid "\"gzipped\"" msgid "\"gzipped\""
msgstr "" msgstr "gzipپىرىسلاش"
#: libraries/display_export.lib.php:253 #: libraries/display_export.lib.php:253
msgid "\"bzipped\"" msgid "\"bzipped\""
msgstr "" msgstr "bzip پىرىسلاش"
#: libraries/display_export.lib.php:268 libraries/export/sql.php:42 #: libraries/display_export.lib.php:268 libraries/export/sql.php:42
#: libraries/import/sql.php:31 #: libraries/import/sql.php:31
msgid "SQL compatibility mode" msgid "SQL compatibility mode"
msgstr "" msgstr "SQLئۆز ئىچىگە ئالغان شەكلى"
#: libraries/display_import.lib.php:66 #: libraries/display_import.lib.php:66
msgid "" msgid ""
@@ -2035,50 +2058,52 @@ msgstr ""
#: libraries/display_import.lib.php:76 #: libraries/display_import.lib.php:76
msgid "The file is being processed, please be patient." msgid "The file is being processed, please be patient."
msgstr "" msgstr "بىتەرەپ قىلىنىۋاتىدۇ، ساقلاڭ"
#: libraries/display_import.lib.php:98 #: libraries/display_import.lib.php:98
msgid "" msgid ""
"Please be patient, the file is being uploaded. Details about the upload are " "Please be patient, the file is being uploaded. Details about the upload are "
"not available." "not available."
msgstr "" msgstr "يوللىنىۋاتىدۇ،تەپسىلىي ئۇچۇرى يوق،ساقلاڭ"
#: libraries/display_import.lib.php:125 #: libraries/display_import.lib.php:125
msgid "File to import" msgid "File to import"
msgstr "" msgstr "ئەكىرىشكە تىگىشلىك ھۆججەت"
#: libraries/display_import.lib.php:136 libraries/sql_query_form.lib.php:484 #: libraries/display_import.lib.php:136 libraries/sql_query_form.lib.php:484
msgid "Location of the text file" msgid "Location of the text file"
msgstr "" msgstr "يىزىق ھۆججەتنىڭ ئورنى"
#: libraries/display_import.lib.php:147 #: libraries/display_import.lib.php:147
msgid "File uploads are not allowed on this server." msgid "File uploads are not allowed on this server."
msgstr "" msgstr "مۇلازىمىتىرنىڭ ھۆججەت چىقىرىشىنى چەكلەندى"
#: libraries/display_import.lib.php:162 libraries/sql_query_form.lib.php:493 #: libraries/display_import.lib.php:162 libraries/sql_query_form.lib.php:493
#: tbl_change.php:922 #: tbl_change.php:922
msgid "The directory you set for upload work cannot be reached" 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 #: libraries/display_import.lib.php:165 libraries/sql_query_form.lib.php:496
#: tbl_change.php:925 #: tbl_change.php:925
msgid "web server upload directory" msgid "web server upload directory"
msgstr "" msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى"
#: libraries/display_import.lib.php:211 #: libraries/display_import.lib.php:211
#, php-format #, php-format
msgid "Imported file compression will be automatically detected from: %s" msgid "Imported file compression will be automatically detected from: %s"
msgstr "" msgstr "ئاپتۇماتىك پەرىق ئىتەلەيدىغان پىرىس ھۆججەت تىپلىرى: %s"
#: libraries/display_import.lib.php:218 #: libraries/display_import.lib.php:218
msgid "Partial import" msgid "Partial import"
msgstr "" msgstr "بۆلۈپ كىرگۈزىش"
#: libraries/display_import.lib.php:224 #: libraries/display_import.lib.php:224
#, php-format #, php-format
msgid "" msgid ""
"Previous import timed out, after resubmitting will continue from position %d." "Previous import timed out, after resubmitting will continue from position %d."
msgstr "" msgstr ""
"ئالدىنقى قېتىملىق مەشغۇلاتنىڭ ۋاقتى ئېشىپ كەتتى، %d دىن باشلاپ قايتىدىن "
"تاپشۇرۇڭ."
#: libraries/display_import.lib.php:231 #: libraries/display_import.lib.php:231
msgid "" msgid ""
@@ -2093,11 +2118,11 @@ msgstr ""
#: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157 #: libraries/display_import.lib.php:254 setup/lib/messages.inc.php:157
msgid "Format of imported file" msgid "Format of imported file"
msgstr "" msgstr "كىرگۈزگەن ھۆججەت شەكلى"
#: libraries/display_pdf_schema.lib.php:11 #: libraries/display_pdf_schema.lib.php:11
msgid "Display PDF schema" msgid "Display PDF schema"
msgstr "" msgstr "PDF تىزىىسىنى كۆرسىتىش"
#: libraries/display_pdf_schema.lib.php:33 #: libraries/display_pdf_schema.lib.php:33
msgid "Show grid" msgid "Show grid"
@@ -2105,11 +2130,11 @@ msgstr ""
#: libraries/display_pdf_schema.lib.php:36 #: libraries/display_pdf_schema.lib.php:36
msgid "Show color" msgid "Show color"
msgstr "" msgstr "رەڭنى كۆرسىتىش"
#: libraries/display_pdf_schema.lib.php:38 #: libraries/display_pdf_schema.lib.php:38
msgid "Show dimension of tables" msgid "Show dimension of tables"
msgstr "" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش"
#: libraries/display_pdf_schema.lib.php:41 #: libraries/display_pdf_schema.lib.php:41
msgid "Display all tables with the same width" msgid "Display all tables with the same width"
@@ -2117,33 +2142,33 @@ msgstr ""
#: libraries/display_pdf_schema.lib.php:46 #: libraries/display_pdf_schema.lib.php:46
msgid "Only show keys" msgid "Only show keys"
msgstr "" msgstr "پەقەت كونوپكىنى كورسىتىش"
#: libraries/display_pdf_schema.lib.php:48 #: libraries/display_pdf_schema.lib.php:48
msgid "Data Dictionary Format" msgid "Data Dictionary Format"
msgstr "" msgstr "سانلىق مەلۇمات لوغەت شەكلى"
#: libraries/display_pdf_schema.lib.php:50 #: libraries/display_pdf_schema.lib.php:50
msgid "Landscape" msgid "Landscape"
msgstr "" msgstr "توغرا يۈنىلىشتە"
#: libraries/display_pdf_schema.lib.php:51 #: libraries/display_pdf_schema.lib.php:51
msgid "Portrait" msgid "Portrait"
msgstr "" msgstr "بوي يۈنىلىشتە"
#: libraries/display_pdf_schema.lib.php:54 #: libraries/display_pdf_schema.lib.php:54
msgid "Paper size" msgid "Paper size"
msgstr "" msgstr "قەغەزنىڭ چوڭ-كىچىكلىكى"
#: libraries/display_select_lang.lib.php:44 #: libraries/display_select_lang.lib.php:44
#: libraries/display_select_lang.lib.php:45 setup/frames/index.inc.php:70 #: libraries/display_select_lang.lib.php:45 setup/frames/index.inc.php:70
msgid "Language" msgid "Language"
msgstr "" msgstr "تىلى"
#: libraries/display_tbl.lib.php:302 #: libraries/display_tbl.lib.php:302
#, php-format #, php-format
msgid "%d is not valid row number." msgid "%d is not valid row number."
msgstr "" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس"
#: libraries/display_tbl.lib.php:308 #: libraries/display_tbl.lib.php:308
msgid "row(s) starting from row #" msgid "row(s) starting from row #"
@@ -2253,7 +2278,7 @@ msgstr ""
#: libraries/display_tbl.lib.php:1920 #: libraries/display_tbl.lib.php:1920
msgid "total" msgid "total"
msgstr "" msgstr "ئۇمۇمىي"
#: libraries/display_tbl.lib.php:1928 sql.php:522 #: libraries/display_tbl.lib.php:1928 sql.php:522
#, php-format #, php-format
@@ -2264,7 +2289,7 @@ msgstr ""
#: querywindow.php:114 querywindow.php:118 querywindow.php:121 #: querywindow.php:114 querywindow.php:118 querywindow.php:121
#: tbl_structure.php:23 tbl_structure.php:148 tbl_structure.php:467 #: tbl_structure.php:23 tbl_structure.php:148 tbl_structure.php:467
msgid "Change" msgid "Change"
msgstr "" msgstr "ئۆزگەرتتىش"
#: libraries/display_tbl.lib.php:2117 #: libraries/display_tbl.lib.php:2117
msgid "Query results operations" msgid "Query results operations"
@@ -2272,11 +2297,11 @@ msgstr ""
#: libraries/display_tbl.lib.php:2145 #: libraries/display_tbl.lib.php:2145
msgid "Print view (with full texts)" msgid "Print view (with full texts)"
msgstr "" msgstr "بېسىپ چىقىرش كۈرۈلمىسى"
#: libraries/display_tbl.lib.php:2318 #: libraries/display_tbl.lib.php:2318
msgid "Link not found" msgid "Link not found"
msgstr "" msgstr "ئۇلىنىشنى تاپالمىدى"
#: libraries/engines/bdb.lib.php:20 main.php:227 #: libraries/engines/bdb.lib.php:20 main.php:227
msgid "Version information" msgid "Version information"
@@ -2330,35 +2355,35 @@ msgstr ""
#: server_databases.php:302 server_status.php:524 server_status.php:585 #: server_databases.php:302 server_status.php:524 server_status.php:585
#: server_status.php:606 tbl_printview.php:348 tbl_structure.php:693 #: server_status.php:606 tbl_printview.php:348 tbl_structure.php:693
msgid "Total" msgid "Total"
msgstr "" msgstr "يىغىندىسى"
#: libraries/engines/innodb.lib.php:171 #: libraries/engines/innodb.lib.php:171
msgid "pages" msgid "pages"
msgstr "" msgstr "بەت سانى"
#: libraries/engines/innodb.lib.php:180 #: libraries/engines/innodb.lib.php:180
msgid "Free pages" msgid "Free pages"
msgstr "" msgstr "ئاق(قۇرۇق)بەت"
#: libraries/engines/innodb.lib.php:186 #: libraries/engines/innodb.lib.php:186
msgid "Dirty pages" msgid "Dirty pages"
msgstr "" msgstr "كىرەكسىز(مەينەت)بەت"
#: libraries/engines/innodb.lib.php:192 #: libraries/engines/innodb.lib.php:192
msgid "Pages containing data" msgid "Pages containing data"
msgstr "" msgstr "قۇرۇق ئەمەس بەت"
#: libraries/engines/innodb.lib.php:198 #: libraries/engines/innodb.lib.php:198
msgid "Pages to be flushed" msgid "Pages to be flushed"
msgstr "" msgstr "يىڭىلايدىغان بەت"
#: libraries/engines/innodb.lib.php:204 #: libraries/engines/innodb.lib.php:204
msgid "Busy pages" msgid "Busy pages"
msgstr "" msgstr "يۈك بەت"
#: libraries/engines/innodb.lib.php:213 #: libraries/engines/innodb.lib.php:213
msgid "Latched pages" msgid "Latched pages"
msgstr "" msgstr "قۇلۇپلانغان بەت"
#: libraries/engines/innodb.lib.php:224 #: libraries/engines/innodb.lib.php:224
msgid "Buffer Pool Activity" msgid "Buffer Pool Activity"
@@ -2366,11 +2391,11 @@ msgstr ""
#: libraries/engines/innodb.lib.php:228 #: libraries/engines/innodb.lib.php:228
msgid "Read requests" msgid "Read requests"
msgstr "" msgstr "ئۇقۇش تەلىپى"
#: libraries/engines/innodb.lib.php:234 #: libraries/engines/innodb.lib.php:234
msgid "Write requests" msgid "Write requests"
msgstr "" msgstr "يېزىش تەلىپى"
#: libraries/engines/innodb.lib.php:240 #: libraries/engines/innodb.lib.php:240
msgid "Read misses" msgid "Read misses"
@@ -2378,7 +2403,7 @@ msgstr ""
#: libraries/engines/innodb.lib.php:246 #: libraries/engines/innodb.lib.php:246
msgid "Write waits" msgid "Write waits"
msgstr "" msgstr "يېزىشنى كۈتۈۋاتقان سانى"
#: libraries/engines/innodb.lib.php:252 #: libraries/engines/innodb.lib.php:252
msgid "Read misses in %" msgid "Read misses in %"
@@ -2390,7 +2415,7 @@ msgstr ""
#: libraries/engines/myisam.lib.php:22 #: libraries/engines/myisam.lib.php:22
msgid "Data pointer size" msgid "Data pointer size"
msgstr "" msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىكلىكى"
#: libraries/engines/myisam.lib.php:23 #: libraries/engines/myisam.lib.php:23
msgid "" msgid ""
@@ -2400,7 +2425,7 @@ msgstr ""
#: libraries/engines/myisam.lib.php:27 #: libraries/engines/myisam.lib.php:27
msgid "Automatic recovery mode" msgid "Automatic recovery mode"
msgstr "" msgstr "ئاپتۇماتىك ئەسلىگە كەلتۈرۈش شەكلى"
#: libraries/engines/myisam.lib.php:28 #: libraries/engines/myisam.lib.php:28
msgid "" msgid ""
@@ -2432,7 +2457,7 @@ msgstr ""
#: libraries/engines/myisam.lib.php:41 #: libraries/engines/myisam.lib.php:41
msgid "Repair threads" msgid "Repair threads"
msgstr "" msgstr "ئەسلىگە كەلتۈرۈش يۇلى"
#: libraries/engines/myisam.lib.php:42 #: libraries/engines/myisam.lib.php:42
msgid "" msgid ""
@@ -2461,7 +2486,7 @@ msgstr ""
#: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69 #: libraries/engines/pbms.lib.php:36 libraries/replication_gui.lib.php:69
#: server_synchronize.php:1161 #: server_synchronize.php:1161
msgid "Port" msgid "Port"
msgstr "" msgstr "ئېغىز"
#: libraries/engines/pbms.lib.php:37 #: libraries/engines/pbms.lib.php:37
msgid "" msgid ""
@@ -2617,7 +2642,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:67 #: libraries/engines/pbxt.lib.php:67
msgid "Data file grow size" msgid "Data file grow size"
msgstr "" msgstr "سانلىق مەلۇمات ھۆججىتىنىڭ ئېشىش چوڭ-كىچىكلىكى"
#: libraries/engines/pbxt.lib.php:68 #: libraries/engines/pbxt.lib.php:68
msgid "The grow size of the handle data (.xtd) files." msgid "The grow size of the handle data (.xtd) files."
@@ -2633,7 +2658,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:77 #: libraries/engines/pbxt.lib.php:77
msgid "Log file count" msgid "Log file count"
msgstr "" msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى"
#: libraries/engines/pbxt.lib.php:78 #: libraries/engines/pbxt.lib.php:78
msgid "" msgid ""
@@ -2646,31 +2671,31 @@ msgstr ""
#: libraries/export/codegen.php:36 setup/lib/messages.inc.php:85 #: libraries/export/codegen.php:36 setup/lib/messages.inc.php:85
#: tbl_printview.php:373 tbl_structure.php:734 #: tbl_printview.php:373 tbl_structure.php:734
msgid "Format" msgid "Format"
msgstr "" msgstr "فورماتلاش"
#: libraries/export/csv.php:16 libraries/import/csv.php:21 #: libraries/export/csv.php:16 libraries/import/csv.php:21
msgid "CSV" msgid "CSV"
msgstr "" msgstr "CSV"
#: libraries/export/csv.php:20 libraries/import/csv.php:26 #: libraries/export/csv.php:20 libraries/import/csv.php:26
#: libraries/import/csv.php:58 libraries/import/ldi.php:39 #: libraries/import/csv.php:58 libraries/import/ldi.php:39
msgid "Columns terminated by" msgid "Columns terminated by"
msgstr "" msgstr "خەت ئايرىش بەلگىسى"
#: libraries/export/csv.php:21 libraries/import/csv.php:27 #: libraries/export/csv.php:21 libraries/import/csv.php:27
#: libraries/import/csv.php:70 libraries/import/ldi.php:40 #: libraries/import/csv.php:70 libraries/import/ldi.php:40
msgid "Columns enclosed by" msgid "Columns enclosed by"
msgstr "" msgstr "مەزمۇن ئايرىش بەلگىسى"
#: libraries/export/csv.php:22 libraries/import/csv.php:28 #: libraries/export/csv.php:22 libraries/import/csv.php:28
#: libraries/import/csv.php:74 libraries/import/ldi.php:41 #: libraries/import/csv.php:74 libraries/import/ldi.php:41
msgid "Columns escaped by" msgid "Columns escaped by"
msgstr "" msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى"
#: libraries/export/csv.php:23 libraries/import/csv.php:29 #: libraries/export/csv.php:23 libraries/import/csv.php:29
#: libraries/import/csv.php:78 libraries/import/ldi.php:42 #: libraries/import/csv.php:78 libraries/import/ldi.php:42
msgid "Lines terminated by" msgid "Lines terminated by"
msgstr "" msgstr "قۇر ئالماشۇرۇش بەلگىسى"
#: libraries/export/csv.php:24 libraries/export/excel.php:21 #: libraries/export/csv.php:24 libraries/export/excel.php:21
#: libraries/export/htmlword.php:24 libraries/export/latex.php:69 #: libraries/export/htmlword.php:24 libraries/export/latex.php:69
@@ -2678,7 +2703,7 @@ msgstr ""
#: libraries/export/texytext.php:31 libraries/export/xls.php:22 #: libraries/export/texytext.php:31 libraries/export/xls.php:22
#: libraries/export/xlsx.php:22 #: libraries/export/xlsx.php:22
msgid "Replace NULL by" msgid "Replace NULL by"
msgstr "" msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL "
#: libraries/export/csv.php:25 libraries/export/excel.php:22 #: libraries/export/csv.php:25 libraries/export/excel.php:22
msgid "Remove CRLF characters within columns" msgid "Remove CRLF characters within columns"
@@ -2694,15 +2719,15 @@ msgstr ""
#: libraries/export/excel.php:17 #: libraries/export/excel.php:17
msgid "CSV for MS Excel" msgid "CSV for MS Excel"
msgstr "" msgstr "MS Excel دىكى CSVشەكلى"
#: libraries/export/excel.php:31 #: libraries/export/excel.php:31
msgid "Excel edition" msgid "Excel edition"
msgstr "" msgstr "Excel نۇسخىسى"
#: libraries/export/htmlword.php:17 #: libraries/export/htmlword.php:17
msgid "Microsoft Word 2000" msgid "Microsoft Word 2000"
msgstr "" msgstr "Microsoft Word 2000"
#: libraries/export/htmlword.php:23 libraries/export/latex.php:59 #: libraries/export/htmlword.php:23 libraries/export/latex.php:59
#: libraries/export/latex.php:205 libraries/export/odt.php:47 #: libraries/export/latex.php:205 libraries/export/odt.php:47
@@ -2711,17 +2736,17 @@ msgstr ""
#: server_privileges.php:575 server_replication.php:314 tbl_printview.php:314 #: server_privileges.php:575 server_replication.php:314 tbl_printview.php:314
#: tbl_structure.php:662 #: tbl_structure.php:662
msgid "Data" msgid "Data"
msgstr "" msgstr "سانلىق مەلۇمات"
#: libraries/export/htmlword.php:131 libraries/export/odt.php:167 #: libraries/export/htmlword.php:131 libraries/export/odt.php:167
#: libraries/export/sql.php:878 libraries/export/texytext.php:130 #: libraries/export/sql.php:878 libraries/export/texytext.php:130
msgid "Dumping data for table" msgid "Dumping data for table"
msgstr "" msgstr "ئايلاندۇرۇپ ساقلاش جەدىۋېلىدىكى سانلىق مەلۇمات"
#: libraries/export/htmlword.php:184 libraries/export/odt.php:237 #: libraries/export/htmlword.php:184 libraries/export/odt.php:237
#: libraries/export/sql.php:782 libraries/export/texytext.php:177 #: libraries/export/sql.php:782 libraries/export/texytext.php:177
msgid "Table structure for table" msgid "Table structure for table"
msgstr "" msgstr "جەدېۋەلنىڭ تۈزىلىشى"
#: libraries/export/latex.php:13 #: libraries/export/latex.php:13
msgid "Content of table @TABLE@" msgid "Content of table @TABLE@"
@@ -2729,7 +2754,7 @@ msgstr ""
#: libraries/export/latex.php:14 #: libraries/export/latex.php:14
msgid "(continued)" msgid "(continued)"
msgstr "" msgstr "داۋاملاشتۇرلىدىغان"
#: libraries/export/latex.php:15 #: libraries/export/latex.php:15
#, fuzzy #, fuzzy
@@ -2739,34 +2764,34 @@ msgstr "تۈزىلىشىنىلا"
#: libraries/export/latex.php:26 #: libraries/export/latex.php:26
msgid "LaTeX" msgid "LaTeX"
msgstr "" msgstr "LaTeX"
#: libraries/export/latex.php:30 #: libraries/export/latex.php:30
msgid "Include table caption" msgid "Include table caption"
msgstr "" msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى"
#: libraries/export/latex.php:39 libraries/export/latex.php:63 #: libraries/export/latex.php:39 libraries/export/latex.php:63
msgid "Table caption" msgid "Table caption"
msgstr "" msgstr "جەدېۋەلنىڭ تىمىسى"
#: libraries/export/latex.php:41 libraries/export/latex.php:65 #: libraries/export/latex.php:41 libraries/export/latex.php:65
msgid "Continued table caption" msgid "Continued table caption"
msgstr "" msgstr "داۋاملاشتۇرىدىغان جەدېۋەلنىڭ تىمىسى"
#: libraries/export/latex.php:43 libraries/export/latex.php:67 #: libraries/export/latex.php:43 libraries/export/latex.php:67
msgid "Label key" msgid "Label key"
msgstr "" msgstr "ئاچقۇچلۇق ئېمزا"
#: libraries/export/latex.php:46 libraries/export/odt.php:34 #: libraries/export/latex.php:46 libraries/export/odt.php:34
#: libraries/export/sql.php:90 tbl_relation.php:396 #: libraries/export/sql.php:90 tbl_relation.php:396
msgid "Relations" msgid "Relations"
msgstr "" msgstr "مۇناسىۋىتى"
#: libraries/export/latex.php:52 libraries/export/odt.php:40 #: libraries/export/latex.php:52 libraries/export/odt.php:40
#: libraries/export/odt.php:317 libraries/export/sql.php:94 #: libraries/export/odt.php:317 libraries/export/sql.php:94
#: libraries/tbl_properties.inc.php:141 #: libraries/tbl_properties.inc.php:141
msgid "MIME type" msgid "MIME type"
msgstr "" msgstr "MIMEشەكلى"
#: libraries/export/latex.php:129 libraries/export/sql.php:230 #: libraries/export/latex.php:129 libraries/export/sql.php:230
#: libraries/export/xml.php:101 libraries/header_printview.inc.php:56 #: libraries/export/xml.php:101 libraries/header_printview.inc.php:56
@@ -2777,38 +2802,38 @@ msgstr ""
#: server_privileges.php:1533 server_privileges.php:2065 #: server_privileges.php:1533 server_privileges.php:2065
#: server_processlist.php:54 server_synchronize.php:1157 #: server_processlist.php:54 server_synchronize.php:1157
msgid "Host" msgid "Host"
msgstr "" msgstr "ئاساسىي ماشىنا"
#: libraries/export/latex.php:134 libraries/export/sql.php:231 #: libraries/export/latex.php:134 libraries/export/sql.php:231
#: libraries/export/xml.php:106 libraries/header_printview.inc.php:58 #: libraries/export/xml.php:106 libraries/header_printview.inc.php:58
msgid "Generation Time" msgid "Generation Time"
msgstr "" msgstr "قۇرۇلغان ۋاقتى"
#: libraries/export/latex.php:135 libraries/export/sql.php:233 #: libraries/export/latex.php:135 libraries/export/sql.php:233
#: libraries/export/xml.php:107 main.php:185 #: libraries/export/xml.php:107 main.php:185
msgid "Server version" msgid "Server version"
msgstr "" msgstr "مۇلازىمىتىر نۇسخىسى"
#: libraries/export/latex.php:136 libraries/export/sql.php:234 #: libraries/export/latex.php:136 libraries/export/sql.php:234
#: libraries/export/xml.php:108 #: libraries/export/xml.php:108
msgid "PHP Version" msgid "PHP Version"
msgstr "" msgstr "PHPنۇسخىسى"
#: libraries/export/mediawiki.php:15 #: libraries/export/mediawiki.php:15
msgid "MediaWiki Table" msgid "MediaWiki Table"
msgstr "" msgstr "MediaWikiكۈرۈنىشى"
#: libraries/export/ods.php:17 libraries/import/ods.php:22 #: libraries/export/ods.php:17 libraries/import/ods.php:22
msgid "Open Document Spreadsheet" msgid "Open Document Spreadsheet"
msgstr "" msgstr "OpenOffice جەدىۋېلى"
#: libraries/export/odt.php:21 #: libraries/export/odt.php:21
msgid "Open Document Text" msgid "Open Document Text"
msgstr "" msgstr "OpenOffice ھۆججىتى"
#: libraries/export/pdf.php:17 #: libraries/export/pdf.php:17
msgid "PDF" msgid "PDF"
msgstr "" msgstr "PDF"
#: libraries/export/pdf.php:22 #: libraries/export/pdf.php:22
msgid "(Generates a report containing the data of a single table)" msgid "(Generates a report containing the data of a single table)"
@@ -2816,11 +2841,11 @@ msgstr ""
#: libraries/export/pdf.php:23 #: libraries/export/pdf.php:23
msgid "Report title" msgid "Report title"
msgstr "" msgstr "دوكلات تېمىسى"
#: libraries/export/php_array.php:16 #: libraries/export/php_array.php:16
msgid "PHP array" msgid "PHP array"
msgstr "" msgstr "PHP سانلىق گۇرۇپىسى"
#: libraries/export/sql.php:28 #: libraries/export/sql.php:28
msgid "Add custom comment into header (\\n splits lines)" msgid "Add custom comment into header (\\n splits lines)"
@@ -3139,7 +3164,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7280,7 +7305,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7289,7 +7314,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,14 +3,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-27 23:41+0200\n" "PO-Revision-Date: 2010-07-27 23:41+0200\n"
"Last-Translator: Olexiy Zagorskyi <zalex_ua@i.ua>\n" "Last-Translator: Olexiy Zagorskyi <zalex_ua@i.ua>\n"
"Language-Team: ukrainian <uk@li.org>\n" "Language-Team: ukrainian <uk@li.org>\n"
"Language: uk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n" "X-Generator: Pootle 2.0.1\n"
@@ -91,6 +91,7 @@ msgid "Use this value"
msgstr "Використовувати це значення" msgstr "Використовувати це значення"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -124,7 +125,6 @@ msgstr "Коментар до таблиці"
#: tbl_indexes.php:187 tbl_printview.php:139 tbl_relation.php:399 #: tbl_indexes.php:187 tbl_printview.php:139 tbl_relation.php:399
#: tbl_select.php:132 tbl_structure.php:175 tbl_tracking.php:267 #: tbl_select.php:132 tbl_structure.php:175 tbl_tracking.php:267
#: tbl_tracking.php:318 #: tbl_tracking.php:318
#| msgid "Column names"
msgid "Column" msgid "Column"
msgstr "Стовпчик" msgstr "Стовпчик"
@@ -249,7 +249,6 @@ msgid "and then"
msgstr "і потім" msgstr "і потім"
#: db_operations.php:379 #: db_operations.php:379
#| msgid "No databases"
msgid "Remove database" msgid "Remove database"
msgstr "Видалити базу даних" msgstr "Видалити базу даних"
@@ -259,7 +258,6 @@ msgid "Database %s has been dropped."
msgstr "Базу даних %s знищено." msgstr "Базу даних %s знищено."
#: db_operations.php:396 #: db_operations.php:396
#| msgid "No databases"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "Знищити базу даних (DROP)" msgstr "Знищити базу даних (DROP)"
@@ -373,7 +371,6 @@ msgstr "Перевірено"
#: db_printview.php:220 db_structure.php:465 #: db_printview.php:220 db_structure.php:465
#, php-format #, php-format
#| msgid "%s table(s)"
msgid "%s table" msgid "%s table"
msgid_plural "%s tables" msgid_plural "%s tables"
msgstr[0] "%s таблиця" msgstr[0] "%s таблиця"
@@ -443,12 +440,10 @@ msgid "Modify"
msgstr "Змінити" msgstr "Змінити"
#: db_qbe.php:580 #: db_qbe.php:580
#| msgid "Add/Delete Criteria Row"
msgid "Add/Delete criteria rows" msgid "Add/Delete criteria rows"
msgstr "Додати/Прибрати рядки критеріїв" msgstr "Додати/Прибрати рядки критеріїв"
#: db_qbe.php:592 #: db_qbe.php:592
#| msgid "Add/Delete Field Columns"
msgid "Add/Delete columns" msgid "Add/Delete columns"
msgstr "Додати/Прибрати колонки" msgstr "Додати/Прибрати колонки"
@@ -523,7 +518,6 @@ msgstr "Видалити"
#: db_search.php:267 #: db_search.php:267
#, php-format #, php-format
#| msgid "<b>Total:</b> <i>%s</i> match(es)"
msgid "<b>Total:</b> <i>%s</i> match" msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches" msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] "<b>Всього:</b> <i>%s</i> співпадіння" msgstr[0] "<b>Всього:</b> <i>%s</i> співпадіння"
@@ -551,7 +545,6 @@ msgid "Inside table(s):"
msgstr "Всередині таблиць:" msgstr "Всередині таблиць:"
#: db_search.php:337 #: db_search.php:337
#| msgid "Inside table(s):"
msgid "Inside column:" msgid "Inside column:"
msgstr "Всередині стовпчика:" msgstr "Всередині стовпчика:"
@@ -1399,7 +1392,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "Бази Даних" msgstr "Бази Даних"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1604,22 +1598,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1915,16 +1930,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Надмірні видатки" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3213,7 +3228,7 @@ msgstr "Індекс"
msgid "Fulltext" msgid "Fulltext"
msgstr "ПовнТекст" msgstr "ПовнТекст"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Змін немає" msgstr "Змін немає"
@@ -3784,11 +3799,6 @@ msgid "Length/Values"
msgstr "Довжини/Значення*" msgstr "Довжини/Значення*"
#: libraries/tbl_properties.inc.php:104 #: libraries/tbl_properties.inc.php:104
#| msgid ""
#| "If field type is \"enum\" or \"set\", please enter the values using this "
#| "format: 'a','b','c'...<br />If you ever need to put a backslash (\"\\\") "
#| "or a single quote (\"'\") amongst those values, precede it with a "
#| "backslash (for example '\\\\xyz' or 'a\\'b')."
msgid "" msgid ""
"If column type is \"enum\" or \"set\", please enter the values using this " "If column type is \"enum\" or \"set\", please enter the values using this "
"format: 'a','b','c'...<br />If you ever need to put a backslash (\"\\\") or " "format: 'a','b','c'...<br />If you ever need to put a backslash (\"\\\") or "
@@ -3796,9 +3806,9 @@ msgid ""
"(for example '\\\\xyz' or 'a\\'b')." "(for example '\\\\xyz' or 'a\\'b')."
msgstr "" msgstr ""
"Для типів поля \"enum\" або \"set\", введіть значення в такому форматі: " "Для типів поля \"enum\" або \"set\", введіть значення в такому форматі: "
"'a','b','c'...<br />Якщо вам буде потрібно ввести зворотню косу риску (\"\\\") " "'a','b','c'...<br />Якщо вам буде потрібно ввести зворотню косу риску (\"\\"
"або поодинокі лапки (\"'\") посеред цих значень, поставте перед ними зворотню " "\") або поодинокі лапки (\"'\") посеред цих значень, поставте перед ними "
"косу риску (наприклад, '\\\\xyz' чи 'a\\'b')." "зворотню косу риску (наприклад, '\\\\xyz' чи 'a\\'b')."
#: libraries/tbl_properties.inc.php:105 #: libraries/tbl_properties.inc.php:105
msgid "" msgid ""
@@ -3833,10 +3843,10 @@ msgid ""
"quote (\"'\") amongst those values, precede it with a backslash (for example " "quote (\"'\") amongst those values, precede it with a backslash (for example "
"'\\\\xyz' or 'a\\'b')." "'\\\\xyz' or 'a\\'b')."
msgstr "" msgstr ""
"Введіть значення опцій перетворення у такому форматі: 'a', 100, b,'c'...<br " "Введіть значення опцій перетворення у такому форматі: 'a', 100, b,'c'...<br /"
"/>Якщо необхідно ввести зворотній слеш (\"\\\") чи поодинокі лапки (\"'\") у цих " ">Якщо необхідно ввести зворотній слеш (\"\\\") чи поодинокі лапки (\"'\") у "
"значеннях, поставте перед ними додатковий зворотній слеш (наприклад '\\\\xyz' " "цих значеннях, поставте перед ними додатковий зворотній слеш (наприклад '\\"
"чи 'a\\'b')." "\\xyz' чи 'a\\'b')."
#: libraries/tbl_properties.inc.php:391 #: libraries/tbl_properties.inc.php:391
#, fuzzy #, fuzzy
@@ -3855,8 +3865,7 @@ msgid ""
"No description is available for this transformation.<br />Please ask the " "No description is available for this transformation.<br />Please ask the "
"author what %s does." "author what %s does."
msgstr "" msgstr ""
"Немає опису для цього перетворення.<br />Прошу питатися автора, що робить %" "Немає опису для цього перетворення.<br />Прошу питатися автора, що робить %s."
"s."
#: libraries/tbl_properties.inc.php:724 server_engines.php:56 #: libraries/tbl_properties.inc.php:724 server_engines.php:56
#: tbl_operations.php:352 #: tbl_operations.php:352
@@ -3876,7 +3885,6 @@ msgstr "Зберегти"
#: libraries/tbl_properties.inc.php:778 tbl_structure.php:539 #: libraries/tbl_properties.inc.php:778 tbl_structure.php:539
#, php-format #, php-format
#| msgid "Add into comments"
msgid "Add %s column(s)" msgid "Add %s column(s)"
msgstr "Додати %s стовпчик(ів)" msgstr "Додати %s стовпчик(ів)"
@@ -3966,9 +3974,6 @@ msgstr ""
"показано без переформатування (за замовчуванням: 1)" "показано без переформатування (за замовчуванням: 1)"
#: libraries/transformations/text_plain__formatted.inc.php:9 #: libraries/transformations/text_plain__formatted.inc.php:9
#| msgid ""
#| "Displays the contents of the field as-is, without running it through "
#| "htmlspecialchars(). That is, the field is assumed to contain valid HTML."
msgid "" msgid ""
"Displays the contents of the column as-is, without running it through " "Displays the contents of the column as-is, without running it through "
"htmlspecialchars(). That is, the column is assumed to contain valid HTML." "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
@@ -7499,7 +7504,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7508,7 +7513,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-05-14 12:35+0200\n" "PO-Revision-Date: 2010-05-14 12:35+0200\n"
"Last-Translator: <monymirza@gmail.com>\n" "Last-Translator: <monymirza@gmail.com>\n"
"Language-Team: Urdu <ur@li.org>\n" "Language-Team: Urdu <ur@li.org>\n"
@@ -93,6 +93,7 @@ msgid "Use this value"
msgstr "یہ ویلیو استعمال کریں" msgstr "یہ ویلیو استعمال کریں"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1365,7 +1366,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "" msgstr ""
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1566,22 +1568,43 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1868,16 +1891,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "" msgstr ""
@@ -3147,7 +3170,7 @@ msgstr ""
msgid "Fulltext" msgid "Fulltext"
msgstr "" msgstr ""
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "" msgstr ""
@@ -7296,7 +7319,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7305,7 +7328,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:31+0200\n" "PO-Revision-Date: 2010-07-22 02:31+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: uzbek_cyrillic <uz@li.org>\n" "Language-Team: uzbek_cyrillic <uz@li.org>\n"
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "Ушбу қийматни ишлатиш" msgstr "Ушбу қийматни ишлатиш"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1433,7 +1434,8 @@ msgstr " %1$s ва %2$s индекслари бир хил, улардан би
msgid "Databases" msgid "Databases"
msgstr "Маълумотлар базалари" msgstr "Маълумотлар базалари"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1646,22 +1648,45 @@ msgstr "Тўғри аутентификация калити уланмаган"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Aутентификация..." msgstr "Aутентификация..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Саҳифа тузиб бўлмади"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Расм кўриниши" msgstr "Расм кўриниши"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Аудиофайлни ўқиш" msgstr "Аудиофайлни ўқиш"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Видео кўриниши" msgstr "Видео кўриниши"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Файлни юклаб олиш" msgstr "Файлни юклаб олиш"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1970,18 +1995,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Фрагментланган" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"\"config.inc.php\" конфигурацион файлининг \"controluser\" директивасида " "\"config.inc.php\" конфигурацион файлининг \"controluser\" директивасида "
"кўрсатилган фойдаланувчи ёрдамида уланиб бўлмади." "кўрсатилган фойдаланувчи ёрдамида уланиб бўлмади."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Сервер жавоб бермаяпти" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(ёки локал MySQL сервернинг сокети нотўғри созланган)" msgstr "(ёки локал MySQL сервернинг сокети нотўғри созланган)"
@@ -3357,7 +3382,7 @@ msgstr "Индекс"
msgid "Fulltext" msgid "Fulltext"
msgstr "Матн тўлалигича" msgstr "Матн тўлалигича"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ўзгариш йўқ" msgstr "Ўзгариш йўқ"
@@ -8153,7 +8178,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Киритилган қатор идентификатори: %1$d" msgstr "Киритилган қатор идентификатори: %1$d"
@@ -8162,7 +8187,7 @@ msgstr "Киритилган қатор идентификатори: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP-код сифатида кўрсатиш" msgstr "PHP-код сифатида кўрсатиш"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "SQL-сўровни кўрсатиш" msgstr "SQL-сўровни кўрсатиш"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-07-22 02:30+0200\n" "PO-Revision-Date: 2010-07-22 02:30+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n" "Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n" "Language-Team: uzbek_latin <uz@latin@li.org>\n"
@@ -90,6 +90,7 @@ msgid "Use this value"
msgstr "Ushbu qiymatni ishlatish" msgstr "Ushbu qiymatni ishlatish"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1438,7 +1439,8 @@ msgstr " %1$s va %2$s indekslari bir xil, ulardan birini ochirish mumkin."
msgid "Databases" msgid "Databases"
msgstr "Ma`lumotlar bazalari" msgstr "Ma`lumotlar bazalari"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1651,22 +1653,45 @@ msgstr "Togri autentifikatsiya kaliti ulanmagan"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "Autentifikatsiya..." msgstr "Autentifikatsiya..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "Page creation failed"
msgid "PBMS connection failed:"
msgstr "Sahifa tuzib bolmadi"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "Rasm korinishi" msgstr "Rasm korinishi"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "Audiofaylni oqish" msgstr "Audiofaylni oqish"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "Vidеo korinishi" msgstr "Vidеo korinishi"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "Faylni yuklab olish" msgstr "Faylni yuklab olish"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1977,18 +2002,18 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "Fragmentlangan" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
"\"config.inc.php\" konfiguratsion faylining \"controluser\" direktivasida " "\"config.inc.php\" konfiguratsion faylining \"controluser\" direktivasida "
"korsatilgan foydalanuvchi yordamida ulanib bolmadi." "korsatilgan foydalanuvchi yordamida ulanib bolmadi."
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "Server javob bermayapti" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(yoki lokal MySQL serverning soketi notogri sozlangan)" msgstr "(yoki lokal MySQL serverning soketi notogri sozlangan)"
@@ -3372,7 +3397,7 @@ msgstr "Indeks"
msgid "Fulltext" msgid "Fulltext"
msgstr "Matn tolaligicha" msgstr "Matn tolaligicha"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "Ozgarish yoq" msgstr "Ozgarish yoq"
@@ -8215,7 +8240,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "Kiritilgan qator identifikatori: %1$d" msgstr "Kiritilgan qator identifikatori: %1$d"
@@ -8224,7 +8249,7 @@ msgstr "Kiritilgan qator identifikatori: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "PHP-kod sifatida korsatish" msgstr "PHP-kod sifatida korsatish"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "SQL-sorovni korsatish" msgstr "SQL-sorovni korsatish"

View File

@@ -3,16 +3,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-06-04 14:09+0200\n" "PO-Revision-Date: 2010-08-10 08:13+0200\n"
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n" "Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN@li.org>\n" "Language-Team: chinese_simplified <zh_CN@li.org>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\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 #: browse_foreigners.php:36 browse_foreigners.php:57
#: libraries/display_tbl.lib.php:415 server_privileges.php:1510 #: libraries/display_tbl.lib.php:415 server_privileges.php:1510
@@ -89,6 +89,7 @@ msgid "Use this value"
msgstr "使用此值" msgstr "使用此值"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -100,7 +101,7 @@ msgstr "将文件写入磁盘失败。"
#: bs_disp_as_mime_type.php:41 #: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL" msgid "Failed to open remote URL"
msgstr "" msgstr "打开远程 URL 失败"
#: db_create.php:44 #: db_create.php:44
#, php-format #, php-format
@@ -248,10 +249,9 @@ msgid "and then"
msgstr "然后" msgstr "然后"
#: db_operations.php:379 #: db_operations.php:379
#, fuzzy
#| msgid "Rename database to" #| msgid "Rename database to"
msgid "Remove database" msgid "Remove database"
msgstr "数据库改名为" msgstr "删除数据库"
#: db_operations.php:391 #: db_operations.php:391
#, php-format #, php-format
@@ -259,10 +259,9 @@ msgid "Database %s has been dropped."
msgstr "已被删除数据库 %s 。" msgstr "已被删除数据库 %s 。"
#: db_operations.php:396 #: db_operations.php:396
#, fuzzy
#| msgid "Go to database" #| msgid "Go to database"
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
msgstr "转到数据库" msgstr "删除数据库 (DROP)"
#: db_operations.php:424 #: db_operations.php:424
msgid "Copy database to" msgid "Copy database to"
@@ -321,7 +320,7 @@ msgstr "整理"
msgid "" msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "链接表的附加功能尚未激活。要查出原因,请点击%s此处%s。" msgstr "phpMyAdmin 高级功能尚未激活。要查出原因,请点击%s此处%s。"
#: db_operations.php:531 #: db_operations.php:531
msgid "Edit PDF Pages" msgid "Edit PDF Pages"
@@ -494,11 +493,11 @@ msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "“<i>%s</i>”的搜索结果 %s" msgstr "“<i>%s</i>”的搜索结果 %s"
#: db_search.php:242 #: db_search.php:242
#, fuzzy, php-format #, php-format
#| msgid "%s match(es) inside table <i>%s</i>" #| msgid "%s match(es) inside table <i>%s</i>"
msgid "%s match inside table <i>%s</i>" msgid "%s match inside table <i>%s</i>"
msgid_plural "%s matches 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_search.php:249 db_structure.php:75 db_structure.php:76
#: db_structure.php:88 db_structure.php:90 db_structure.php:101 #: db_structure.php:88 db_structure.php:90 db_structure.php:101
@@ -517,7 +516,7 @@ msgid "Delete"
msgstr "删除" msgstr "删除"
#: db_search.php:267 #: 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(es)"
msgid "<b>Total:</b> <i>%s</i> match" msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches" msgid_plural "<b>Total:</b> <i>%s</i> matches"
@@ -544,7 +543,6 @@ msgid "Inside table(s):"
msgstr "于以下表:" msgstr "于以下表:"
#: db_search.php:337 #: db_search.php:337
#, fuzzy
#| msgid "Inside field:" #| msgid "Inside field:"
msgid "Inside column:" msgid "Inside column:"
msgstr "包含字段:" msgstr "包含字段:"
@@ -993,7 +991,6 @@ msgid "Choose column to display"
msgstr "选择要显示的字段" msgstr "选择要显示的字段"
#: js/messages.php:66 #: js/messages.php:66
#, fuzzy
#| msgid "Generate Password" #| msgid "Generate Password"
msgid "Generate password" msgid "Generate password"
msgstr "生成密码" msgstr "生成密码"
@@ -1348,7 +1345,8 @@ msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除
msgid "Databases" msgid "Databases"
msgstr "数据库" msgstr "数据库"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1549,22 +1547,43 @@ msgstr "没有可用的密钥插入"
msgid "Authenticating..." msgid "Authenticating..."
msgstr "正在认证..." msgstr "正在认证..."
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr "PBMS 错误"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
msgstr "PBMS 连接失败:"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr "PBMS 获取 BLOB 信息失败:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "查看图像" msgstr "查看图像"
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "播放音频" msgstr "播放音频"
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "播放视频" msgstr "播放视频"
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "下载文件" msgstr "下载文件"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr "无法打开文件:%s"
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1652,10 +1671,9 @@ msgid "MySQL said: "
msgstr "MySQL 返回:" msgstr "MySQL 返回:"
#: libraries/common.lib.php:1129 #: libraries/common.lib.php:1129
#, fuzzy
#| msgid "Could not connect to MySQL server" #| msgid "Could not connect to MySQL server"
msgid "Failed to connect to SQL validator!" msgid "Failed to connect to SQL validator!"
msgstr "无法连接到 MySQL 服务器" msgstr "连接到 SQL 校验器失败!"
#: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350 #: libraries/common.lib.php:1167 setup/lib/messages.inc.php:350
msgid "Explain SQL" msgid "Explain SQL"
@@ -1795,7 +1813,7 @@ msgstr "操作"
#: libraries/core.lib.php:265 libraries/dbg/setup.php:21 #: libraries/core.lib.php:265 libraries/dbg/setup.php:21
#, php-format #, php-format
msgid "The %s extension is missing. Please check your PHP configuration." 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/db_events.inc.php:19 libraries/db_events.inc.php:21
#: libraries/export/sql.php:412 #: libraries/export/sql.php:412
@@ -1858,16 +1876,16 @@ msgstr ""
msgid "Overhead" msgid "Overhead"
msgstr "多余" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "使用配置文件中定义的控制用户连接失败。" msgstr "使用配置文件中定义的控制用户连接失败。"
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "服务器没有响应" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "(或者本地 MySQL 服务器的套接字没有正确配置)" msgstr "(或者本地 MySQL 服务器的套接字没有正确配置)"
@@ -2510,17 +2528,16 @@ msgid ""
msgstr "" msgstr ""
#: libraries/engines/pbms.lib.php:51 #: libraries/engines/pbms.lib.php:51
#, fuzzy
#| msgid "Log file threshold" #| msgid "Log file threshold"
msgid "Temp Log Threshold" msgid "Temp Log Threshold"
msgstr "日志文件阈值" msgstr "临时日志阈值"
#: libraries/engines/pbms.lib.php:52 #: libraries/engines/pbms.lib.php:52
msgid "" msgid ""
"The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to " "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 " "indicate the unit of the value. A value in bytes is assumed when no unit is "
"specified." "specified."
msgstr "" msgstr "一个临时 BLOB 日志文件的最大大小。可以使用 Kb、MB 或 GB 作为单位。若不写单位,默认为字节。"
#: libraries/engines/pbms.lib.php:56 #: libraries/engines/pbms.lib.php:56
msgid "Max Keep Alive" msgid "Max Keep Alive"
@@ -2753,20 +2770,18 @@ msgid "Table structure for table"
msgstr "表的结构" msgstr "表的结构"
#: libraries/export/latex.php:13 #: libraries/export/latex.php:13
#, fuzzy
#| msgid "Content of table __TABLE__" #| msgid "Content of table __TABLE__"
msgid "Content of table @TABLE@" msgid "Content of table @TABLE@"
msgstr "__TABLE__ 表的内容" msgstr "@TABLE@ 表的内容"
#: libraries/export/latex.php:14 #: libraries/export/latex.php:14
msgid "(continued)" msgid "(continued)"
msgstr "(延续的)" msgstr "(延续的)"
#: libraries/export/latex.php:15 #: libraries/export/latex.php:15
#, fuzzy
#| msgid "Structure of table __TABLE__" #| msgid "Structure of table __TABLE__"
msgid "Structure of table @TABLE@" msgid "Structure of table @TABLE@"
msgstr "__TABLE__ 表的结构" msgstr "@TABLE@ 表的结构"
#: libraries/export/latex.php:26 #: libraries/export/latex.php:26
msgid "LaTeX" msgid "LaTeX"
@@ -3170,7 +3185,7 @@ msgstr "索引"
msgid "Fulltext" msgid "Fulltext"
msgstr "全文搜索" msgstr "全文搜索"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "无更改" msgstr "无更改"
@@ -4138,16 +4153,14 @@ msgid "Create a page"
msgstr "创建新页" msgstr "创建新页"
#: pdf_pages.php:308 #: pdf_pages.php:308
#, fuzzy
#| msgid "Page number:" #| msgid "Page number:"
msgid "Page name" msgid "Page name"
msgstr "页码:" msgstr "页面名称"
#: pdf_pages.php:312 #: pdf_pages.php:312
#, fuzzy
#| msgid "Automatic layout" #| msgid "Automatic layout"
msgid "Automatic layout based on" msgid "Automatic layout based on"
msgstr "自动排版" msgstr "自动排版,基于"
#: pdf_pages.php:314 #: pdf_pages.php:314
msgid "Internal relations" msgid "Internal relations"
@@ -4382,16 +4395,14 @@ msgid "Jump to database"
msgstr "转到数据库" msgstr "转到数据库"
#: server_databases.php:264 #: server_databases.php:264
#, fuzzy
#| msgid "Master replication" #| msgid "Master replication"
msgid "Not replicated" msgid "Not replicated"
msgstr "复制" msgstr "复制"
#: server_databases.php:270 #: server_databases.php:270
#, fuzzy
#| msgid "Replication" #| msgid "Replication"
msgid "Replicated" msgid "Replicated"
msgstr "复制" msgstr "复制"
#: server_databases.php:286 #: server_databases.php:286
#, php-format #, php-format
@@ -6456,7 +6467,7 @@ msgid ""
"in documentation" "in documentation"
msgstr "" msgstr ""
"配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-" "配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-"
"tables]链接表的附加功能[/a]" "tables]phpMyAdmin 高级功能[/a]"
#: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290 #: setup/lib/messages.inc.php:129 setup/lib/messages.inc.php:290
msgid "PMA database" msgid "PMA database"
@@ -7561,7 +7572,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "ZIP" msgstr "ZIP"
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "插入的行 id: %1$d" msgstr "插入的行 id: %1$d"
@@ -7570,15 +7581,14 @@ msgstr "插入的行 id: %1$d"
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "显示为 PHP 代码" msgstr "显示为 PHP 代码"
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "显示 SQL 查询" msgstr "显示 SQL 查询"
#: sql.php:516 #: sql.php:516
#, fuzzy
#| msgid "Validate SQL" #| msgid "Validate SQL"
msgid "Validated SQL" msgid "Validated SQL"
msgstr "校验 SQL" msgstr "校验 SQL"
#: sql.php:631 #: sql.php:631
#, php-format #, php-format
@@ -7785,20 +7795,18 @@ msgid "Flush the table (FLUSH)"
msgstr "刷新表 (FLUSH)" msgstr "刷新表 (FLUSH)"
#: tbl_operations.php:642 #: tbl_operations.php:642
#, fuzzy
#| msgid "Delete tracking data for this table" #| msgid "Delete tracking data for this table"
msgid "Delete data or table" msgid "Delete data or table"
msgstr "删除追踪数据" msgstr "删除数据或数据表"
#: tbl_operations.php:657 #: tbl_operations.php:657
msgid "Empty the table (TRUNCATE)" msgid "Empty the table (TRUNCATE)"
msgstr "" msgstr "清空数据表 (TRUNCATE)"
#: tbl_operations.php:675 #: tbl_operations.php:675
#, fuzzy
#| msgid "Go to database" #| msgid "Go to database"
msgid "Delete the table (DROP)" msgid "Delete the table (DROP)"
msgstr "转到数据库" msgstr "删除数据表 (DROP)"
#: tbl_operations.php:696 #: tbl_operations.php:696
msgid "Partition maintenance" msgid "Partition maintenance"
@@ -7957,10 +7965,9 @@ msgid "Propose table structure"
msgstr "规划表结构" msgstr "规划表结构"
#: tbl_structure.php:537 #: tbl_structure.php:537
#, fuzzy
#| msgid "Add column(s)" #| msgid "Add column(s)"
msgid "Add column" msgid "Add column"
msgstr "加字段" msgstr "加字段"
#: tbl_structure.php:551 #: tbl_structure.php:551
msgid "At End of Table" msgid "At End of Table"
@@ -8164,182 +8171,3 @@ msgstr "视图名"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "将视图改名为" 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&nbsp;4.0 compatible"
#~ msgstr "兼容 MySQL&nbsp;4.0"
#~ msgid "Could not load default configuration from: \"%1$s\""
#~ msgstr "无法加载默认配置: \"%1$s\""
#~ msgid "Create an index on&nbsp;%s&nbsp;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 安"
#~ "装。"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-07-28 05:45-0400\n" "POT-Creation-Date: 2010-08-06 08:03-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n" "PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW@li.org>\n" "Language-Team: chinese_traditional <zh_TW@li.org>\n"
@@ -88,6 +88,7 @@ msgid "Use this value"
msgstr "使用此值" msgstr "使用此值"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35 #: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:331
msgid "No blob streaming server configured!" msgid "No blob streaming server configured!"
msgstr "" msgstr ""
@@ -1404,7 +1405,8 @@ msgstr ""
msgid "Databases" msgid "Databases"
msgstr "資料庫" msgstr "資料庫"
#: libraries/Message.class.php:210 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 #: 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 #: pdf_schema.php:230 tbl_change.php:921 tbl_operations.php:210
#: tbl_relation.php:287 view_operations.php:60 #: tbl_relation.php:287 view_operations.php:60
@@ -1610,22 +1612,45 @@ msgstr ""
msgid "Authenticating..." msgid "Authenticating..."
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:340 #: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
msgstr ""
#: libraries/blobstreaming.lib.php:267
#, fuzzy
#| msgid "MySQL connection collation"
msgid "PBMS connection failed:"
msgstr "MySQL 連線校對"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
msgstr ""
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
msgstr ""
#: libraries/blobstreaming.lib.php:347
msgid "View image" msgid "View image"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:344 #: libraries/blobstreaming.lib.php:351
msgid "Play audio" msgid "Play audio"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:349 #: libraries/blobstreaming.lib.php:356
msgid "View video" msgid "View video"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:353 #: libraries/blobstreaming.lib.php:360
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
msgstr ""
#: libraries/common.inc.php:567 #: libraries/common.inc.php:567
msgid "" msgid ""
"phpMyAdmin was unable to read your configuration file!<br />This might " "phpMyAdmin was unable to read your configuration file!<br />This might "
@@ -1922,16 +1947,16 @@ msgstr "可能接近. 請參看 FAQ 3.11"
msgid "Overhead" msgid "Overhead"
msgstr "多餘" 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." msgid "Connection for controluser as defined in your configuration failed."
msgstr "" msgstr ""
#: libraries/dbi/mysql.dbi.lib.php:349 libraries/dbi/mysql.dbi.lib.php:351 #: 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" msgid "The server is not responding"
msgstr "伺服器並無回應" 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)" msgid "(or the local MySQL server's socket is not correctly configured)"
msgstr "( 或者本機 MySQL 伺服器之 socket 並未正確設定)" msgstr "( 或者本機 MySQL 伺服器之 socket 並未正確設定)"
@@ -3251,7 +3276,7 @@ msgstr "索引鍵 INDEX"
msgid "Fulltext" msgid "Fulltext"
msgstr "全文檢索" msgstr "全文檢索"
#: libraries/mult_submits.inc.php:433 tbl_replace.php:330 #: libraries/mult_submits.inc.php:433 tbl_replace.php:326
msgid "No change" msgid "No change"
msgstr "沒有變更" msgstr "沒有變更"
@@ -7554,7 +7579,7 @@ msgstr ""
msgid "ZIP" msgid "ZIP"
msgstr "" msgstr ""
#: sql.php:494 tbl_replace.php:384 #: sql.php:494 tbl_replace.php:380
#, php-format #, php-format
msgid "Inserted row id: %1$d" msgid "Inserted row id: %1$d"
msgstr "" msgstr ""
@@ -7563,7 +7588,7 @@ msgstr ""
msgid "Showing as PHP code" msgid "Showing as PHP code"
msgstr "" msgstr ""
#: sql.php:514 tbl_replace.php:358 #: sql.php:514 tbl_replace.php:354
msgid "Showing SQL query" msgid "Showing SQL query"
msgstr "" msgstr ""

View File

@@ -531,7 +531,12 @@ if (0 == $num_rows || $is_affected) {
$goto = PMA_securePath($goto); $goto = PMA_securePath($goto);
// Checks for a valid target script // Checks for a valid target script
$is_db = $is_table = false; $is_db = $is_table = false;
if (isset($_REQUEST['purge'])) {
$table = '';
unset($url_params['table']);
}
include 'libraries/db_table_exists.lib.php'; include 'libraries/db_table_exists.lib.php';
if (strpos($goto, 'tbl_') === 0 && ! $is_table) { if (strpos($goto, 'tbl_') === 0 && ! $is_table) {
if (strlen($table)) { if (strlen($table)) {
$table = ''; $table = '';

View File

@@ -668,7 +668,9 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) {
'reload' => '1', 'reload' => '1',
'purge' => '1', 'purge' => '1',
'zero_rows' => sprintf(($tbl_is_view ? __('View %s has been dropped') : __('Table %s has been dropped')), htmlspecialchars($table)), '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); ?>')"> <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); ?>')">

View File

@@ -210,10 +210,6 @@ foreach ($loop_array as $rowcount => $where_clause) {
? $_REQUEST['auto_increment']['multi_edit'][$rowcount] ? $_REQUEST['auto_increment']['multi_edit'][$rowcount]
: null; : null;
if ($blob_streaming_active) {
$primary_field = PMA_BS_GetPrimaryField($GLOBALS['db'], $GLOBALS['table']);
}
// Fetch the current values of a row to use in case we have a protected field // Fetch the current values of a row to use in case we have a protected field
// @todo possibly move to ./libraries/tbl_replace_fields.inc.php // @todo possibly move to ./libraries/tbl_replace_fields.inc.php
if ($is_insert && $using_key && isset($me_fields_type) && is_array($me_fields_type) && isset($where_clause)) { if ($is_insert && $using_key && isset($me_fields_type) && is_array($me_fields_type) && isset($where_clause)) {
@@ -226,7 +222,7 @@ foreach ($loop_array as $rowcount => $where_clause) {
require './libraries/tbl_replace_fields.inc.php'; require './libraries/tbl_replace_fields.inc.php';
// for blobstreaming // for blobstreaming
if ($blob_streaming_active && (NULL != $primary_field || strlen($primary_field) > 0)) { if ($blob_streaming_active) {
$remove_blob_repo = isset($_REQUEST['remove_blob_repo_' . $key]) ? $_REQUEST['remove_blob_repo_' . $key] : NULL; $remove_blob_repo = isset($_REQUEST['remove_blob_repo_' . $key]) ? $_REQUEST['remove_blob_repo_' . $key] : NULL;
$upload_blob_repo = isset($_REQUEST['upload_blob_repo_' . $key]) ? $_REQUEST['upload_blob_repo_' . $key] : NULL; $upload_blob_repo = isset($_REQUEST['upload_blob_repo_' . $key]) ? $_REQUEST['upload_blob_repo_' . $key] : NULL;
@@ -234,7 +230,7 @@ foreach ($loop_array as $rowcount => $where_clause) {
if (isset($remove_blob_repo) && ! isset($upload_blob_repo)) { if (isset($remove_blob_repo) && ! isset($upload_blob_repo)) {
$remove_blob_reference = $_REQUEST['remove_blob_ref_' . $key]; $remove_blob_reference = $_REQUEST['remove_blob_ref_' . $key];
if (isset($remove_blob_reference)) { if (isset($remove_blob_reference)) {
$val = "''"; $val = "NULL";
} }
} }