Update generated filesmaster
authorMichal Čihař <[email protected]>
Sat, 4 Feb 2012 13:16:46 +0000 (4 14:16 +0100)
committerMichal Čihař <[email protected]>
Sat, 4 Feb 2012 13:16:46 +0000 (4 14:16 +0100)
59 files changed:
output/es/Documentation.html
output/pl/Documentation.html
output/tr/Documentation.html
pot/ca-full.pot
pot/ca-txt.pot
pot/cs-full.pot
pot/cs-txt.pot
pot/da-full.pot
pot/da-txt.pot
pot/de-full.pot
pot/de-txt.pot
pot/el-full.pot
pot/el-txt.pot
pot/en_GB-full.pot
pot/en_GB-txt.pot
pot/es-full.pot
pot/es-txt.pot
pot/fi-full.pot
pot/fi-txt.pot
pot/fr-full.pot
pot/fr-txt.pot
pot/gl-full.pot
pot/gl-txt.pot
pot/hu-full.pot
pot/hu-txt.pot
pot/hy-full.pot
pot/hy-txt.pot
pot/it-full.pot
pot/it-txt.pot
pot/ja-full.pot
pot/ja-txt.pot
pot/ka-full.pot
pot/ka-txt.pot
pot/lt-full.pot
pot/lt-txt.pot
pot/mn-full.pot
pot/mn-txt.pot
pot/nb-full.pot
pot/nb-txt.pot
pot/nl-full.pot
pot/nl-txt.pot
pot/pl-full.pot
pot/pl-txt.pot
pot/pt_BR-full.pot
pot/pt_BR-txt.pot
pot/ro-full.pot
pot/ro-txt.pot
pot/sk-full.pot
pot/sk-txt.pot
pot/sl-full.pot
pot/sl-txt.pot
pot/sv-full.pot
pot/sv-txt.pot
pot/tr-full.pot
pot/tr-txt.pot
pot/zh_CN-full.pot
pot/zh_CN-txt.pot
pot/zh_TW-full.pot
pot/zh_TW-txt.pot

index a7c1819..2ef684a 100644 (file)
@@ -1795,9 +1795,9 @@ iconos, FALSE muestra texto y 'both' muestra tanto iconos como texto.</dd>
 registros)&quot; en el modo de examinación o no.</dd>
 
     <dt id="cfg_MaxRows">entero $cfg['MaxRows']</dt>
-    <dd>Number of rows displayed when browsing a result set and no LIMIT clause is
-used. If the result set contains more rows, &quot;Previous&quot; and
-&quot;Next&quot; links will be shown.</dd>
+    <dd>Número de filas mostradas cuando se visualiza un juego de resultados sin
+utilizar la cláusula «LIMIT». Si el juego de resultados contiene más filas,
+aparecerán enlaces &quot;Anterior&quot; y &quot;Siguiente&quot;.</dd>
 
     <dt id="cfg_Order">cadena $cfg['Order'] (<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>)</dt>
     <dd>Define si las columnas son mostradas en orden ascendente (<tt>ASC</tt>),
index ad04a7c..e73091a 100644 (file)
@@ -579,37 +579,45 @@ jest wpis, który wyjaśnia, jak zabezpieczyć plik konfiguracyjny.</li>
 hosta w oparciu o dyrektywy konfiguracyjne
 <tt>$cfg['Servers'][$i]['AllowDeny']['order']</tt> i
 <tt>$cfg['Servers'][$i]['AllowDeny']['rules']</tt>.</li>
-    <li>Unlike cookie and http, does not require a user to log in when first loading
-the phpMyAdmin site. This is by design but could allow any user to access
-your installation. Use of some restriction method is suggested, perhaps a <a
-href="#glossary">.htaccess</a> file with the HTTP-AUTH directive or
-disallowing incoming HTTP requests at one&#8217;s router or firewall will
-suffice (both of which are beyond the scope of this manual but easily
-searchable with Google).</li>
+    <li>Tryb uwierzytelnienia 'config', w odróżnieniu od trybów 'http' i 'cookie',
+nie wymaga od użytkownika logowania się podczas pierwszego wczytywania
+strony domowej phpMyAdmin. Jest to zgodne z ogólnymi zasadami projektu, lecz
+mniej bezpieczne, ponieważ umożliwia dowolnemu użytkownikowi dostęp do
+plików instalacyjnych i do ustawień phpMyAdmin. Zastosowanie odpowiednich
+ograniczeń dostępu, na przykład użycie dyrektywy HTTP-AUTH, umieszczonej w
+pliku <a href="#glossary">.htaccess</a>lub zablokowanie żądań HTTP,
+przychodzących do routera lub firewalla, może być dobrym
+rozwiązaniem. Bardzej szczegółowy opis tych zagadnień wykracza poza ramy
+niniejszej dokumentacji, dlatego też osoby nimi zainteresowane odsyłamy do
+innych źródeł, na przykład do wiarygodnych tekstów informatycznych
+dostępnych w sieci WWW.</li>
 </ul>
-<h4 id="swekey">uwierzytelnianie Swekey</h4>
+<h4 id="swekey">Uwierzytelnianie Swekey</h4>
 <p>
-The Swekey is a low cost authentication USB key that can be used in web
-applications.<br /><br />
-When Swekey authentication is activated, phpMyAdmin requires the users's
-Swekey to be plugged before entering the login page (currently supported for
-cookie authentication mode only). Swekey Authentication is disabled by
-default.<br /><br />
-To enable it, add the following line to <tt>config.inc.php</tt>:
+Swekey jest to tani, sprzętowy (za pomocą USB) klucz uwierzytelniania,
+służący do uruchamiania lub zabezpieczania aplikacji umieszczonych na
+stronach WWW.<br /><br />
+Aktywacja tego trybu wymaga od użytkownika podłączenia klucza USB Swekey do
+maszyny lokalnej - przed wejściem na stronę logowania (obecnie, tryb
+'Swekey' jest obsługiwany wyłącznie przez tryb 'cookie'). Tryb ten jest
+domyślnie nieaktywny.<br /><br />
+Aby go włączyć, trzeba dodać następujacą linię do pliku
+<tt>config.inc.php</tt>:
 </p>
 <pre>
 $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';
 </pre>
 <p>
-You then have to create the <tt>swekey.conf</tt> file that will associate
-each user with their Swekey Id. It is important to place this file outside
-of your web server's document root (in the example, it is located in
-<tt>/etc</tt>). A self documented sample file is provided in the
-<tt>contrib</tt> directory. Feel free to use it with your own users'
-information.<br /><br />
-If you want to purchase a Swekey please visit <a
-href="http://phpmyadmin.net/auth_key">http://phpmyadmin.net/auth_key</a>
-since this link provides funding for phpMyAdmin.
+Następnie, należy utworzyć plik <tt>swekey.conf</tt>, który skojarzy każdego
+użytkownika z jego Swekey Id. Ważne jest, aby plik ten umieścić <b>na
+zewnątrz</b> głównego katalogu serwera, w którym umieszczane są pliki stron
+WWW, na przykład w katalogu /etc. W katalogu <tt>contrib</tt>znajduje się
+przykładowy plik, zawierajacy dodatkową dokumentację. Można go swobodnie
+wykorzystywać, umieszczając w nim dowolne, własne informacje.<br /><br />
+Użytkowników, którzy chcieliby kupić Swekey, zapraszamy na stronę <a
+href="http://phpmyadmin.net/auth_key">http://phpmyadmin.net/auth_key</a>.
+ponieważ rozwój phpMyAdmin jest możliwy, między innymi, ze sprzedaży właśnie
+tych kluczy.
 </p>
 
 <!-- CONFIGURATION -->
index 618f428..39e037b 100644 (file)
@@ -1774,9 +1774,10 @@ FALSE metini gösterir ve 'both' simgeler ve metnin her ikisinide gösterir.</dd
 görüntüleyip görüntülememesi tanımlar.</dd>
 
     <dt id="cfg_MaxRows">$cfg['MaxRows'] tam sayı</dt>
-    <dd>Number of rows displayed when browsing a result set and no LIMIT clause is
-used. If the result set contains more rows, &quot;Previous&quot; and
-&quot;Next&quot; links will be shown.</dd>
+    <dd>Sonuç grubuna göz atıldığında ve SINIR yok tümcesi kullanıldığında
+görüntülenecek satır sayısıdır. Eğer sonuç grubu daha fazla satır
+içeriyorsa, &quot;Önceki&quot; ve &quot;Sonraki&quot; bağlantıları
+gösterilecektir.</dd>
 
     <dt id="cfg_Order">$cfg['Order'] dizgi [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
     <dd>Sütunların küçükten büyüğe (<tt>ASC</tt>), büyükten küçüğe (<tt>DESC</tt>)
@@ -4548,107 +4549,110 @@ edebilirsiniz, en az örnek belge aşağıdaki gibi görünmelidir (
 </pre>
 
 <h4 id="faq6_20">
-    <a href="#faq6_20">6.20 I see a lot of databases which are not mine, and
-cannot access them.  </a></h4>
+    <a href="#faq6_20">6.20 Benim olmayan bir çok veritabanı görüyorum ve onlara
+erişemiyorum.</a></h4>
 
-<p> You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW
-DATABASES, LOCK TABLES. Those privileges also enable users to see all the
-database names.  See this <a href="http://bugs.mysql.com/179">bug
-report</a>.<br /><br />
+<p> Bu genel yetkilerden birine sahipsiniz: CREATE TEMPORARY TABLES, SHOW
+DATABASES, LOCK TABLES. Bu yetkiler aynı zamanda kullanıcılara tüm
+veritabanı adlarını görmelerini etkinleştirir. Bu <a
+href="http://bugs.mysql.com/179">hata raporuna</a> bakın.<br /><br />
 
-    So if your users do not need those privileges, you can remove them and their
-databases list will shorten.</p>
+    Yani eğer kullanıcılarınızın bu yetkilere ihtiyacı yoksa, onları
+kaldırabilirsiniz ve veritabanlarının listesi kısalacaktır.</p>
 
 <h4 id="faq6_21">
-    <a href="#faq6_21">6.21 In edit/insert mode, how can I see a list of
-possible values for a column, based on some foreign table?</a></h4>
-
-<p> You have to setup appropriate links between the tables, and also setup the
-&quot;display column&quot; in the foreign table. See <a href="#faq6_6"><abbr
-title="Frequently Asked Questions">FAQ</abbr> 6.6</a> for an example. Then,
-if there are 100 values or less in the foreign table, a drop-down list of
-values will be available.  You will see two lists of values, the first list
-containing the key and the display column, the second list containing the
-display column and the key. The reason for this is to be able to type the
-first letter of either the key or the display column.<br /><br />
-
-    For 100 values or more, a distinct window will appear, to browse foreign key
-values and choose one. To change the default limit of 100, see <tt><a
-href="#cfg_ForeignKeyMaxLimit"
-class="configrule">$cfg['ForeignKeyMaxLimit']</a></tt>.</p>
+    <a href="#faq6_21">6.21 Düzenle/ekle kipinde, bazı dış tablo tabanlı, bir
+sütun için olası değerlerin listesini nasıl görebilirim?</a></h4>
+
+<p> Tablolar arasında ilgili bağlantıları kurmak zorundasınız ve aynı zamanda
+dış tablo içindeki &quot;görüntüleme sütununu&quot; kurun. Örnek için <a
+href="#faq6_6"><abbr title="Sıkça Sorulan Sorular">SSS</abbr> 6.6</a>'ya
+bakın. Sonra, eğer dış tablo içinde 100 değer veya daha azı varsa,
+değerlerin aşağı açılır listesi kullanılabilir olacaktır. Değerlerin iki
+listesini göreceksiniz, birinci liste anahtarı ve görüntüleme sütununu
+içerir, ikinci liste görüntüleme sütununu ve anahtarı içerir. Bunun nedeni
+ya anahtarın ya da görüntüleme sütununun ilk harfinin yazılabilmesidir.<br /><br />
+
+    100 değer veya daha fazlası için, farklı bir pencere gözükecektir, dış
+anahtar değerlerine gözatmak ve birini seçmek için. Varsayılan 100 sınırını
+değiştirmek için, <tt><a href="#cfg_ForeignKeyMaxLimit"
+class="configrule">$cfg['ForeignKeyMaxLimit']</a></tt>'e bakın.</p>
 
 <h4 id="faq6_22">
-    <a href="#faq6_22">6.22 Bookmarks: Can I execute a default bookmark
-automatically when entering Browse mode for a table?</a></h4>
+    <a href="#faq6_22">6.22 Yer İmleri: Tablo için Gözatma kipine girildiğinde
+otomatik olarak varsayılan yer imini çalıştırabilir miyim?</a></h4>
 
-<p> Yes. If a bookmark has the same label as a table name and it's not a public
-bookmark, it will be executed.
+<p> Evet. Eğer yer imi tablo adıyla aynı etikete sahipse ve ortak yer imi
+değilse, çalıştırılacaktır.
 </p>
 
 <h4 id="faq6_23">
-    <a href="#faq6_23">6.23 Export: I heard phpMyAdmin can export Microsoft
-Excel files?</a></h4>
+    <a href="#faq6_23">6.23 Dışa Aktar: phpMyAdmin'in Microsoft Excel
+dosyalarını dışa aktarabildiğini duydum?</a></h4>
 
-<p> You can use <abbr title="comma separated values">CSV</abbr> for Microsoft
-Excel, which works out of the box.<br />
-    Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version
-97 and newer was dropped.
+<p> Kutudan çıkar çıkmaz çalışan, Microsoft Excel için <abbr title="comma
+separated values">CSV</abbr> kullanabilirsiniz.<br />
+    phpMyAdmin 3.4.5'den beri Microsoft Excel sürüm 97 ve yenisine doğrudan dışa
+aktarma için destek kaldırıldı.
 </p>
 
 <h4 id="faq6_24">
-    <a href="#faq6_24">6.24 Now that phpMyAdmin supports native MySQL 4.1.x
-column comments, what happens to my column comments stored in pmadb?</a></h4>
+    <a href="#faq6_24">6.24 Artık phpMyAdmin yerel MySQL 4.1.x sütun yorumlarını
+destekliyor, pmadb içinde saklanan sütun yorumlarıma ne oldu?</a></h4>
 
-<p> Automatic migration of a table's pmadb-style column comments to the native
-ones is done whenever you enter Structure page for this table.</p>
+<p> Tablonun pmadb-stili sütun yorumlarının yerel biriyle otomatik yer
+değiştirmesi bu tablo için Yapı sayfasına girdiğinizde yapılır.</p>
 
 <h4 id="faq6_25">
-    <a href="#faq6_25">6.25 How does BLOB streaming work in phpMyAdmin?</a></h4>
+    <a href="#faq6_25">6.25 BLOB akışı phpMyAdmin içinde nasıl çalışıyor?</a></h4>
 
-<p> For general information about BLOB streaming on MySQL, visit <a
-href="http://blobstreaming.org">blobstreaming.org</a>. You need the
-following components:</p>
+<p> MySQL'de BLOB akışı ile ilgili genel bilgi için <a
+href="http://blobstreaming.org">blobstreaming.org</a> adresini ziyaret
+edin. Aşağıdaki bileşenlere ihtiyacınız var:</p>
 <ul>
-    <li>PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later)</li>
-    <li>Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or later)</li>
-    <li>PBMS Client Library for MySQL (0.5.15 or later)</li>
-    <li>PBMS PHP Extension for MySQL (0.1.1 or later)</li>
+    <li>MySQL (0.5.15 veya sonrası) için PBMS BLOB Streaming Daemon</li>
+    <li>MySQL (1.0.11-6 veya sonrası) için akışı etkinleştirilmiş PBXT Depolama
+motoru</li>
+    <li>MySQL (0.5.15 veya sonrası) için PBMS İstemci Kütüphanesi</li>
+    <li>MySQL (0.1.1 veya sonrası) için PBMS PHP Uzantısı</li>
 </ul>
 
-<p>Here are details about configuration and operation:</p>
+<p>İşte yapılandırma ve işlemler hakkında ayrıntılar:</p>
 
 <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>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 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.</li> 
+    <li><tt>config.inc.php</tt> dosyasında anamakineniz &quot;localhost&quot; yerine
+FQDN (fully qualified domain name (tam tanımlanmış alan adı)) ile
+tanımlanmalıdır.</li>
+    <li>Hedef tablonuzun <tt>PBXT</tt> depolama motoru altında olduğundan ve
+<tt>LONGBLOB</tt> sütununa (BLOB referansını ondan kaldırmak isterseniz boş
+bırakılabilir olmak zorunda olan) sahip olduğundan emin olun.</li>
+    <li>Bu tabloya bir satır eklediğinizde veya güncellediğinizde, &quot;BLOB
+havuzuna gönder&quot; isteğe bağlı seçeneğe kontrol işareti koyun; aksi
+halde gönderme, havuz yerine doğrudan LONGBLOB sütununa yapılacaktır.</li>
+    <li>Son olarak tablonuza gözattığınızda, verinizin akışı için sütununuzda bir
+bağlantı göreceksiniz, örneğin &quot;İmajı göster&quot;. Doğru MIME-türünü
+içeren başlık tarayıcınıza gönderilecektir; bu MIME-türü gönderme süresinde
+saklanmıştır.</li> 
 </ol>    
 
 <h4 id="faq6_26">
-    <a href="#faq6_26">6.26 How can I select a range of rows?</a></h4>
+    <a href="#faq6_26">6.26 Satırların aralığını nasıl seçebilirim?</a></h4>
 
-<p> Click the first row of the range, hold the shift key and click the last row
-of the range. This works everywhere you see rows, for example in Browse mode
-or on the Structure page.</p>
+<p> Aralığın ilk satırına tıklayın, shift (üst) tuşuna basılı tutun ve aralığın
+son satırına tıklayın. Bu, satırları gördüğünüz her yerde çalışır, örneğin
+Gözatma kipinde veya Yapı sayfasında.</p>
 
 
 <h4 id="faq6_27">
-    <a href="#faq6_27">6.27 What format strings can I use?</a></h4>
+    <a href="#faq6_27">6.27 Ne biçimde dizgiler kullanabilirim?</a></h4>
 
 <p>
-    In all places where phpMyAdmin accepts format strings, you can use
-<code>@VARIABLE@</code> expansion and <a
-href="http://php.net/strftime">strftime</a> format strings. The expanded
-variables depend on a context (for example, if you haven't chosen a table,
-you can not get the table name), but the following variables can be used:
+    phpMyAdmin'nin biçim dizgilerini kabul ettiği tüm yerlerde,
+<code>@VARIABLE@</code> genişlemesini ve <a
+href="http://php.net/strftime">strftime</a> biçim dizgilerini
+kullanabilirsiniz. Genişletilmiş değişkenler içeriğe bağlıdır (örneğin, eğer
+seçili bir tabloya sahip değilseniz, tablo adını alamazsınız) ama aşağıdaki
+değişkenler kullanılabilir:
 </p>
 <dl>
     <dt><code>@HTTP_HOST@</code></dt>
@@ -4656,10 +4660,10 @@ you can not get the table name), but the following variables can be used:
     <dt><code>@SERVER@</code></dt>
         <dd>MySQL sunucu adı</dd>
     <dt><code>@VERBOSE@</code></dt>
-        <dd>Verbose MySQL server name as defined in <a
-href="#cfg_Servers_verbose">server configuration</a></dd>
+        <dd><a href="#cfg_Servers_verbose">Sunucu yapılandırması</a> içinde tanımlandığı
+gibi ayrıntılı MySQL sunucusu adı</dd>
     <dt><code>@VSERVER@</code></dt>
-        <dd>Verbose MySQL server name if set, otherwise normal</dd>
+        <dd>Eğer ayarlı ise ayrıntılı MySQL sunucusu adı, yoksa normaldir</dd>
     <dt><code>@DATABASE@</code></dt>
         <dd>Şu anda açık olan veritabanı</dd>
     <dt><code>@TABLE@</code></dt>
@@ -4667,77 +4671,82 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
     <dt><code>@COLUMNS@</code></dt>
         <dd>Şu anda açık olan tablo sütunları</dd>
     <dt><code>@PHPMYADMIN@</code></dt>
-        <dd>phpMyAdmin ile birlikte sürümü</dd>
+        <dd>Sürümü ile phpMyAdmin</dd>
 </dl>
 
 <h4 id="wysiwyg">
-    <a href="#wysiwyg">6.28 How can I easily edit relational schema for
-export?</a></h4>
+    <a href="#wysiwyg">6.28 Dışa aktarma için ilişkisel şemayı nasıl kolayca
+düzenleyebilirim?</a></h4>
 
     <p> 
-        By clicking on the button 'toggle scratchboard' on the page where you edit
-x/y coordinates of those elements you can activate a scratchboard where all
-your elements are placed. By clicking on an element, you can move them
-around in the pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.
+        Bu öğelerin x/y koordinatlarını düzenlediğiniz sayfada 'Karalama panosunu
+değiştir' düğmesine tıklayarak tüm öğelerinizin olduğu yerdeki karalama
+panosunu etkinleştirebilirsiniz. Bir öğeye tıklayarak, etrafında ön tanımlı
+alan içindeki çevrede taşıyabilirsiniz ve x/y koordinatları dinamik olarak
+güncellenecektir. Ayrıca, girdi alanı içerisine doğrudan yeni bir konum
+girildiğinde, imleciniz girdi alanınında çıktıktan sonra karalama
+panosundaki yeni konum değişir.
     </p>
     <p>
-        You have to click on the 'OK'-button below the tables to save the new
-positions.  If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.
+        Yeni konumları kaydetmek için tabloların altındaki 'TAMAM' düğmesine
+tıklamak zorundasınız. Eğer yeni bir öğe yerleştirmek istiyorsanız, önce
+öğelerin tablosunu ekleyin ve sonra yeni öğeyi çevresinde
+sürükleyebilirsiniz.
     </p>
     <p>
-        By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.
+        Sayfa boyutunu ve yönünü değiştirerek bile karalama panosunun boyutunu
+değiştirebilirsiniz. Sadece alttaki aşağı açılır alanı değiştirerek de
+yapabilirsiniz ve öğelerin şu anki yerleşimi ile karışmadan, karalama panosu
+otomatik olarak yeniden boyutlandıralacaktır.
     </p>
     <p>
-        If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.
+        Eğer olur da bir öğe erişim dışına çıkarsa ya sayfa boyutunu büyütebilir ya
+da tüm öğeleri birbirinin altına yerleştirmek için 'sıfırla' düğmesine
+tıklayabilirsiniz.
     </p>
 
 <h4 id="faq6_29">
-    <a href="#faq6_29">6.29 Why can't I get a chart from my query result
-table?</a></h4>
+    <a href="#faq6_29">6.29 Sorgu sonuç tablomdan neden çizelge alamıyorum?</a></h4>
 
-<p> Not every table can be put to the chart. Only tables with one, two or three
-columns can be visualised as a chart. Moreover the table must be in a
-special format for chart script to understand it. Currently supported
-formats can be found in the <a
-href="http://wiki.phpmyadmin.net/pma/Charts#Data_formats_for_query_results_chart">wiki</a>.</p>
+<p> Her tablo çizelgeye koyulabilir değildir. Sadece bir, iki veya üç sütunlu
+tablolar çizelge olarak görselleştirilebilir. Üstelik tablo, onu anlamak
+için çizelge betiği olarak özel bir biçimde olmak zorundadır. Şimdilik
+desteklenen biçimler <a
+href="http://wiki.phpmyadmin.net/pma/Charts#Data_formats_for_query_results_chart">viki</a>
+içinde bulunabilir.</p>
 
 <h4 id="faq6_30">
-    <a href="#faq6_30">6.30 Import: How can I import ESRI Shapefiles</a></h4>
+    <a href="#faq6_30">6.30 İçe Aktar: ESRI Şekil dosyalarını nasıl içe
+aktarabilirim?</a></h4>
 
     <p> 
-        An ESRI Shapefile is actually a set of several files, where .shp file
-contains geometry data and .dbf file contains data related to those geometry
-data.  To read data from .dbf file you need to have PHP compiled with the
-dBase extension (--enable-dbase). Otherwise only geometry data will be
-imported.
+        Aslında bir ESRI Şekil dosyası .shp dosyasının geometri verisini içeren ve
+.dbf dosyasının bu geometri verisiyle ilgili veriyi içeren çeşitli dosyalar
+grubudur. .dbf dosyasından okumak için dBase uzantısı (--enable-dbase) ile
+derlenmiş PHP'ye sahip olmanız gerekir. Yoksa sadece geometri verisi içe
+aktarılacaktır.
     </p>
 
-    <p>To upload these set of files you can use either of the following methods:</p>
+    <p>Bu dosyaların grubunu göndermek için aşağıdaki yöntemlerden birini
+kullanabilirsiniz:</p>
     <ul>
         <li>
             <p>
-            Configure upload directory with <a href="#cfg_UploadDir"
-class="configrule">$cfg['UploadDir']</a>, upload both .shp and .dbf files
-with the same filename and chose the .shp file from the import page.
+            Gönderme dizinini <a href="#cfg_UploadDir"
+class="configrule">$cfg['UploadDir']</a> ile yapılandırın, her iki .shp ve
+.dbf dosyalarını aynı dosya adı ile gönderin ve içe aktar sayfasından .shp
+dosyasını seçin.
             </p>
         </li>
         <li>
             <p>
-            Create a Zip archive with .shp and .dbf files and import it. For this to
-work, you need to set <a href="#cfg_TempDir"
-class="configrule">$cfg['TempDir']</a> to a place where the web server user
-can write (for example <tt>'./tmp'</tt>).
+            .shp ve .dbf dosyalarıyla bir Zip arşivi oluşturun ve içe aktarın. Bunun
+çalışması için, kullanıcının yazabileceği (örneğin <tt>'./tmp'</tt>) web
+sunucusunun olduğu yerde <a href="#cfg_TempDir"
+class="configrule">$cfg['TempDir']</a> dizgisini ayarlamanız gerekir.
             </p>
 
-            <p> To create the temporary directory on a UNIX-based system, you can do:</p>
+            <p> UNIX-tabanlı sistemde geçici dizin oluşturmak için yapabileceğiniz:</p>
 <pre>
 cd phpMyAdmin
 mkdir tmp
@@ -4747,7 +4756,7 @@ chmod o+rwx tmp
     </ul>
 
 <h4 id="faq6_31">
-    <a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>
+    <a href="#faq6_31">6.31 Tasarımcıda bağlantıyı nasıl oluştururum?</a></h4>
 
     <p>Bağlantı seçmek için, tıklayın :</p>
 
@@ -4757,20 +4766,21 @@ ayarlamak/ayarı kaldırmak için "Görüntülemek için sütun seçin" simgesin
 tıklayın, sonrada uygun sütun adı üzerine tıklayın.</p>
 
 <h4 id="faq6_32">
-    <a href="#faq6_32">6.32 How can I use the zoom search feature?</a></h4>
-
-    <p> The Zoom search feature is an alternative to table search feature. It allows
-you to explore a table by representing its data in a scatter plot. You can
-locate this feature by selecting a table and clicking the 'Search' tab. One
-of the sub-tabs in the 'Table Search' page is 'Zoom Search'. <br/><br/>
-
-    Consider the table REL_persons in <a href="#faq6_6"><abbr title="Frequently
-Asked Questions"> FAQ</abbr> 6.6</a> for an example. To use zoom search, two
-columns need to be selected, for example, id and town_code. The id values
-will be represented on one axis and town_code values on the other axis. Each
-row will be represented as a point in a scatter plot based on its id and
-town_code. You can include two additional search criteria apart from the two
-fields to display.<br/><br/>
+    <a href="#faq6_32">6.32 Odaklı arama özelliğini nasıl kullanabilirim?</a></h4>
+
+    <p> Odaklı arama özelliği tablo arama özelliğine bir alternatifdir. Serpme çizim
+içindeki verisini temsil eden bir tablo keşfetmenize izin verir. Bir tablo
+seçerek ve 'Ara' sekmesine tıklayarak bu özelliğin yerini
+öğrenebilirsiniz. 'Tablo Arama' sayfasındaki alt sekmelerden birisi 'Odaklı
+Arama'dır. <br/><br/>
+
+    Bir örnek için <abbr title="Sıkça Sorulan Sorular">SSS</abbr> 6.6</a>'daki
+REL_persons tablosunu göz önüne alın. Odaklı aramayı kullanmak için iki
+sütunun seçilmesi gerekir, örneğin, id ve town_code. id değerleri bir
+eksende temsil edilir ve town_code değerleri diğer eksende. Her bir satır,
+id'si ve town_code'u tabanlı serpme çizim içinde işaret edilerek temsil
+edilecektir. Görüntülemek için iki alan dışında iki ilave arama kriterini
+dahil edebilirsiniz.<br/><br/>
 
     You can choose which field should be displayed as label for each point. If a
 display column has been set for the table (see <a href="#faqdisplay"><abbr
index 3c9d15e..ec08732 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  ca-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index f96c606..823ad16 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  cs-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 31b422a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index ca469c2..14a0d44 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  da-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 0acc844..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 6e789e2..c1f7741 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  de-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 85cd1bc..58cba07 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  el-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 0acc844..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index c583f6d..7de920f 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  en_GB-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 44edfa7..f30973c 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  es-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 61d7202..6def4de 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  fi-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 9c51c71..6724f4e 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  fr-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 31b422a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index bca73da..3a1063b 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  gl-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index d9f46c6..4c322ec 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  hu-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index a4efad8..b49f082 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  hy-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 387ac34..b6ccd16 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  it-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 31b422a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index d0e2f5a..80f3bd0 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  ja-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 31b422a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 36b8bb1..91c1333 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  ka-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 2a93c93..a657979 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  lt-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 010d0f7..ecf7c61 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  mn-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 3aa3404..7df0772 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  nb-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 68c55d2..a7e38a5 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  nl-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 3071b08..eb41098 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  pl-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 31b422a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:11+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index f17fc5b..291d6cf 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  pt_BR-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index ba22adb..c069cba 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  ro-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 70d29cd..27dc275 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  sk-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 710d870..6eb4316 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  sl-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 0acc844..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:13+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index a7e8cbd..ebf613d 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  sv-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 1ed0aa6..fb1f35e 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  tr-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 92ed010..090d75f 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  zh_CN-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index 8d1c7d6..f940a44 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 "#-#-#-#-#  zh_TW-txt.pot (phpMyAdmin documentation VERSION)  #-#-#-#-#\n"
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
index e28750a..8e2d147 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-02-01 11:12+0100\n"
+"POT-Creation-Date: 2012-02-04 14:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"