The branch, master has been updated
       via  b36f2e3ca1f54c15d7b6b0236eb89cb3bbb8cdd2 (commit)
       via  b0a8c5a20d70b271bfac3875fcc7ed5c6ac80f1f (commit)
       via  d374feb9675ba835f0dce776872f3d4318b1acb8 (commit)
      from  e4bb7fdcdd3a2f214c47444ef621c10403c16c72 (commit)


- Log -----------------------------------------------------------------
commit b36f2e3ca1f54c15d7b6b0236eb89cb3bbb8cdd2
Merge: b0a8c5a e4bb7fd
Author: Michal Čihař <[email protected]>
Date:   Thu Aug 11 09:33:38 2011 +0200

    Merge remote-tracking branch 'origin/master'

commit b0a8c5a20d70b271bfac3875fcc7ed5c6ac80f1f
Author: Michal Čihař <[email protected]>
Date:   Thu Aug 11 09:33:05 2011 +0200

    Use longer text for title

commit d374feb9675ba835f0dce776872f3d4318b1acb8
Author: Michal Čihař <[email protected]>
Date:   Thu Aug 11 09:32:42 2011 +0200

    Add context to another potentionally unclear message

-----------------------------------------------------------------------

Summary of changes:
 libraries/common.lib.php |    4 ++--
 navigation.php           |    2 +-
 po/af.po                 |    1 +
 po/ar.po                 |    1 +
 po/az.po                 |    1 +
 po/be.po                 |    1 +
 po/[email protected]           |    1 +
 po/bg.po                 |    1 +
 po/bn.po                 |    1 +
 po/br.po                 |    1 +
 po/bs.po                 |    1 +
 po/ca.po                 |    1 +
 po/cs.po                 |    1 +
 po/cy.po                 |    1 +
 po/da.po                 |    1 +
 po/de.po                 |    1 +
 po/el.po                 |    1 +
 po/en_GB.po              |    1 +
 po/es.po                 |    1 +
 po/et.po                 |    1 +
 po/eu.po                 |    1 +
 po/fa.po                 |    1 +
 po/fi.po                 |    1 +
 po/fr.po                 |    1 +
 po/gl.po                 |    1 +
 po/he.po                 |    1 +
 po/hi.po                 |    1 +
 po/hr.po                 |    1 +
 po/hu.po                 |    1 +
 po/id.po                 |    1 +
 po/it.po                 |    1 +
 po/ja.po                 |    1 +
 po/ka.po                 |    1 +
 po/ko.po                 |    1 +
 po/lt.po                 |    1 +
 po/lv.po                 |    1 +
 po/mk.po                 |    1 +
 po/ml.po                 |    1 +
 po/mn.po                 |    1 +
 po/ms.po                 |    1 +
 po/nb.po                 |    1 +
 po/nl.po                 |    1 +
 po/pl.po                 |    1 +
 po/pt.po                 |    1 +
 po/pt_BR.po              |    1 +
 po/ro.po                 |    1 +
 po/ru.po                 |    1 +
 po/si.po                 |    1 +
 po/sk.po                 |    1 +
 po/sl.po                 |    1 +
 po/sq.po                 |    1 +
 po/sr.po                 |    1 +
 po/[email protected]           |    1 +
 po/sv.po                 |    1 +
 po/ta.po                 |    1 +
 po/te.po                 |    1 +
 po/th.po                 |    1 +
 po/tr.po                 |    1 +
 po/tt.po                 |    1 +
 po/ug.po                 |    1 +
 po/uk.po                 |    1 +
 po/ur.po                 |    1 +
 po/uz.po                 |    1 +
 po/[email protected]           |    1 +
 po/zh_CN.po              |    1 +
 po/zh_TW.po              |    1 +
 66 files changed, 67 insertions(+), 3 deletions(-)

diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index e5c90de..4850e41 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1213,7 +1213,7 @@ function PMA_showMessage($message, $sql_query = null, 
$type = 'notice', $is_view
                 "$('.tools form').last().after('[<a href=\"#\" title=\"" .
                 PMA_escapeJsString(__('Inline edit of this query')) .
                 "\" class=\"inline_edit_sql\">" .
-                PMA_escapeJsString(__('Inline')) .
+                PMA_escapeJsString(_pgettext('Inline edit query', 'Inline')) .
                 "</a>]');\n" .
                 "//]]>\n" .
                 "</script>";
@@ -1811,7 +1811,7 @@ function PMA_linkOrButton($url, $message, $tag_params = 
array(),
 
 
 /**
- * Splits a URL string by parameter 
+ * Splits a URL string by parameter
  *
  * @param string  $url the URL
  * @return array  the parameter/value pairs, for example [0] db=sakila
diff --git a/navigation.php b/navigation.php
index 22e4cda..dc60e22 100644
--- a/navigation.php
+++ b/navigation.php
@@ -267,7 +267,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && 
strlen($GLOBALS['db'])) {
         ?>
         <span id="NavFilter">
         <span id="clear_fast_filter" title="<?php echo __('Clear'); 
?>">X</span>
-            <input type="text" name="fast_filter" id="fast_filter" 
title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by 
name'); ?>" />
+            <input type="text" name="fast_filter" id="fast_filter" 
title="<?php echo __('Filter tables by name'); ?>" value="<?php echo __('Filter 
tables by name'); ?>" />
         </span>
         <?php
     }
diff --git a/po/af.po b/po/af.po
index 400faca..d724d91 100644
--- a/po/af.po
+++ b/po/af.po
@@ -2619,6 +2619,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/ar.po b/po/ar.po
index a2eb6ae..edb84bf 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2538,6 +2538,7 @@ msgid "Inline edit of this query"
 msgstr "تعديل سريع لهذا الإستعلام"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "مضمن"
 
diff --git a/po/az.po b/po/az.po
index 1466586..baebba6 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2650,6 +2650,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Motorlar"
 
diff --git a/po/be.po b/po/be.po
index 37b2159..c697e7e 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2716,6 +2716,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Машыны"
 
diff --git a/po/[email protected] b/po/[email protected]
index 286e26b..6fcc4eb 100644
--- a/po/[email protected]
+++ b/po/[email protected]
@@ -2727,6 +2727,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Mašyny"
 
diff --git a/po/bg.po b/po/bg.po
index 4767fe7..91e54b8 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2550,6 +2550,7 @@ msgid "Inline edit of this query"
 msgstr "Редакция на заявката на място"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "На място"
 
diff --git a/po/bn.po b/po/bn.po
index 1265984..b28c51e 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -2688,6 +2688,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "ইঞ্জিনসমূহ"
 
diff --git a/po/br.po b/po/br.po
index 596218d..43d4f69 100644
--- a/po/br.po
+++ b/po/br.po
@@ -2541,6 +2541,7 @@ msgid "Inline edit of this query"
 msgstr "Kemmañ ar reked-mañ enlinenn"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Enlinenn"
 
diff --git a/po/bs.po b/po/bs.po
index cdafb64..3bd8d18 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -2646,6 +2646,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/ca.po b/po/ca.po
index 72c47de..e179c2d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2612,6 +2612,7 @@ msgid "Inline edit of this query"
 msgstr "Editar aquesta consulta en línia"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "En línia"
 
diff --git a/po/cs.po b/po/cs.po
index 9fd305e..34a1ed1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2514,6 +2514,7 @@ msgid "Inline edit of this query"
 msgstr "Upravit tento dotaz na této stránce"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Upravit zde"
 
diff --git a/po/cy.po b/po/cy.po
index cc42899..f70b6a6 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -2634,6 +2634,7 @@ msgid "Inline edit of this query"
 msgstr "Golygu mewnol yr ymholiad hwn"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Mewnol"
 
diff --git a/po/da.po b/po/da.po
index 684dd86..7c91f3a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2575,6 +2575,7 @@ msgid "Inline edit of this query"
 msgstr "Åben linje til redigering af forespørgslen"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "I linje"
 
diff --git a/po/de.po b/po/de.po
index 3f5806a..47be5ab 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2562,6 +2562,7 @@ msgid "Inline edit of this query"
 msgstr "Inline-Bearbeiten dieses SQL-Befehls"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Inline"
 
diff --git a/po/el.po b/po/el.po
index 9993028..0da223e 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2575,6 +2575,7 @@ msgid "Inline edit of this query"
 msgstr "Εσωτερική Inline edit of this query"сто"" title="<?php echo 
__('Filter tables by name'); ?>" value="<?php echo __('Filter tables by name'); 
?>" />���d+0����� ղd+ 
���������k��d+6 
��!�!�����0����xIJ�d+ 
��������d+���d+�����`���d+��������d+u���d+��d+ش�d+���d+���d+xIJ�d+
 
���������k��d+�!�!�����0����H���d+��������d+���d+�����`���d+���������������8��d+�p�0����u���d+���d+���������k��d+GHIJKMNOP�����0����HEi�d+���������d+���d+�����0��d+u���d+в�d+�yF�d+��d+ش�d+���d+���d+HEi�d+����������k��d+8Ei�d+���������k��d+(Ei�d+�����@����k��d+Ei�d+�����p����k��d+
   
���d+u���d+���d+�������F�d+e���d+ش�d+����y�F�d+e���d+��d+@����Z�F�d+e���d+�tF�d+в�d+�yF�d+��d+�Բ�d+ش�d+���d+���d+8��d+=�d+0����pF�d+����������k��d+5678:<=>?@BD�����0�����=�d+0����u���d+��d+p����=�d+e���d+��d+�_@f�S
 
Q��l���Sޱd+0�����=�d+���������k��d+u]��
  
4Q��U^Qʉ��u������*ēv�����0����H�۱d+��d+p������y�d+��y�d+�&�d+�����0���������P����߲�d+u���d+�Բ�d+�������y�d+�������������������y�d+8����επεξεργασία
 αυτού του ερωτήματος"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Εσωτερικό"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 35e779c..2b81f5d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2525,6 +2525,7 @@ msgid "Inline edit of this query"
 msgstr "Inline edit of this query"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Inline"
 
diff --git a/po/es.po b/po/es.po
index bfaed2f..2ffd4f4 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2573,6 +2573,7 @@ msgid "Inline edit of this query"
 msgstr "Edición en linea de esta consulta"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "En línea"
 
diff --git a/po/et.po b/po/et.po
index b1aa721..157c6f8 100644
--- a/po/et.po
+++ b/po/et.po
@@ -2691,6 +2691,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Mootor"
 
diff --git a/po/eu.po b/po/eu.po
index 8098ca3..bd25245 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2650,6 +2650,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/fa.po b/po/fa.po
index 9cb7551..02771f6 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2606,6 +2606,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "موتور"
 
diff --git a/po/fi.po b/po/fi.po
index 75b4c0a..abe03a4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2603,6 +2603,7 @@ msgid "Inline edit of this query"
 msgstr "Tämän kyselyn muokkaus"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Muokkaus"
 
diff --git a/po/fr.po b/po/fr.po
index 4b6eac1..849f254 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2547,6 +2547,7 @@ msgid "Inline edit of this query"
 msgstr "Éditer cette requête en place"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "En ligne"
 
diff --git a/po/gl.po b/po/gl.po
index 4dd85d7..fb1be2e 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2745,6 +2745,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Motores"
 
diff --git a/po/he.po b/po/he.po
index 286642f..210b3e4 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2649,6 +2649,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "מנועים"
 
diff --git a/po/hi.po b/po/hi.po
index 7890556..21f30e0 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2573,6 +2573,7 @@ msgid "Inline edit of this query"
 msgstr "इस कुएरी की इनलाइन एडिट"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "इनलाइन"
 
diff --git a/po/hr.po b/po/hr.po
index a20cf3e..a39f70b 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2711,6 +2711,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Pogoni"
 
diff --git a/po/hu.po b/po/hu.po
index 7186b94..8078540 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2601,6 +2601,7 @@ msgid "Inline edit of this query"
 msgstr "lekérdezés inline szerkesztése"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Belső"
 
diff --git a/po/id.po b/po/id.po
index 5ac6eba..4d8fffd 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2579,6 +2579,7 @@ msgid "Inline edit of this query"
 msgstr "Inline edit untuk query ini"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Inline"
 
diff --git a/po/it.po b/po/it.po
index 3b24fe3..4e9df10 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2585,6 +2585,7 @@ msgid "Inline edit of this query"
 msgstr "Modifica inline di questa query"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Inline"
 
diff --git a/po/ja.po b/po/ja.po
index 28b162d..c1f626a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2527,6 +2527,7 @@ msgid "Inline edit of this query"
 msgstr "このクエリをインライン編集する"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "インライン"
 
diff --git a/po/ka.po b/po/ka.po
index 0668f77..4df1e04 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2730,6 +2730,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "ძრავები"
 
diff --git a/po/ko.po b/po/ko.po
index 6a4b04c..12559c3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2597,6 +2597,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/lt.po b/po/lt.po
index 9cd68b0..c7e17a9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2529,6 +2529,7 @@ msgid "Inline edit of this query"
 msgstr "Greitas užklausos redagavimas"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Redaguoti čia"
 
diff --git a/po/lv.po b/po/lv.po
index e4a1336..2a320e8 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -2659,6 +2659,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/mk.po b/po/mk.po
index e66b531..708132a 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -2661,6 +2661,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Складишта"
 
diff --git a/po/ml.po b/po/ml.po
index e0ffecb..35b0f04 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2451,6 +2451,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/mn.po b/po/mn.po
index 3ddf731..03f36aa 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -2675,6 +2675,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Хөдөлгүүрүүд"
 
diff --git a/po/ms.po b/po/ms.po
index ab419b4..2aa763c 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -2630,6 +2630,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/nb.po b/po/nb.po
index b1fe532..8bda938 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2604,6 +2604,7 @@ msgid "Inline edit of this query"
 msgstr "Inline redigering av denne spørringa"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Inline"
 
diff --git a/po/nl.po b/po/nl.po
index dbdcd07..e728db6 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2591,6 +2591,7 @@ msgstr "Rechtstreekse bewerking van deze query"
 # "Inline" vertaalt naar "rechtstreeks in het document", als het ware binnen
 # iets anders.
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Rechtstreeks"
 
diff --git a/po/pl.po b/po/pl.po
index d8ce281..3d70be9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2653,6 +2653,7 @@ msgstr "Szybka edycja tego zapytania"
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Mechanizmy"
 
diff --git a/po/pt.po b/po/pt.po
index 92a53c6..bd0e0a5 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2633,6 +2633,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index fbcaf3c..92979b3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2585,6 +2585,7 @@ msgid "Inline edit of this query"
 msgstr "Na linha de edição da presente consulta"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "na linha"
 
diff --git a/po/ro.po b/po/ro.po
index c0987a1..a9b72dd 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2711,6 +2711,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Motoare"
 
diff --git a/po/ru.po b/po/ru.po
index 71d9d8d..00185ab 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2578,6 +2578,7 @@ msgid "Inline edit of this query"
 msgstr "Быстрое редактирование запроса"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Быстрая правка"
 
diff --git a/po/si.po b/po/si.po
index dd0f1ed..c3eadb1 100644
--- a/po/si.po
+++ b/po/si.po
@@ -2572,6 +2572,7 @@ msgid "Inline edit of this query"
 msgstr "මෙම විමසුමේ පේළිගත සංස්කරණය"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "පේළිගත"
 
diff --git a/po/sk.po b/po/sk.po
index 3065dbd..3bee046 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2566,6 +2566,7 @@ msgid "Inline edit of this query"
 msgstr "Upraviť dopyt na tejto stránke"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Upraviť tu"
 
diff --git a/po/sl.po b/po/sl.po
index fa21860..cb8969a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2578,6 +2578,7 @@ msgid "Inline edit of this query"
 msgstr "Urejanje te poizvedbe v vrstici"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "V vrstici"
 
diff --git a/po/sq.po b/po/sq.po
index ff7a94e..08650fe 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -2659,6 +2659,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/sr.po b/po/sr.po
index b3e53ef..55023ad 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -2696,6 +2696,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Складиштења"
 
diff --git a/po/[email protected] b/po/[email protected]
index 73993bd..1076d93 100644
--- a/po/[email protected]
+++ b/po/[email protected]
@@ -2690,6 +2690,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Skladištenja"
 
diff --git a/po/sv.po b/po/sv.po
index 4f60104..3027cfb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2541,6 +2541,7 @@ msgid "Inline edit of this query"
 msgstr "Redigera denna fråga"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Infogad"
 
diff --git a/po/ta.po b/po/ta.po
index dd34385..786ff02 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -2517,6 +2517,7 @@ msgid "Inline edit of this query"
 msgstr "வினாவிற்கான உன்வரிசை மாற்றப்பகுதி "
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "உள்வரிசை"
 
diff --git a/po/te.po b/po/te.po
index 0028247..54a99bb 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2564,6 +2564,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/th.po b/po/th.po
index d76fa16..9097847 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2616,6 +2616,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/tr.po b/po/tr.po
index 77b66f2..14eec56 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2523,6 +2523,7 @@ msgid "Inline edit of this query"
 msgstr "Bu sorguyu sıralı düzenle"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Sıralı"
 
diff --git a/po/tt.po b/po/tt.po
index c2dfd93..05e1fec 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -2672,6 +2672,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Engine"
 
diff --git a/po/ug.po b/po/ug.po
index 3d7e0bc..8d92815 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -2595,6 +2595,7 @@ msgid "Inline edit of this query"
 msgstr "Inline edit of this query"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "ئىچكى بىرلىشىش"
 
diff --git a/po/uk.po b/po/uk.po
index 4cda61c..eab2163 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2542,6 +2542,7 @@ msgid "Inline edit of this query"
 msgstr ""
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr ""
 
diff --git a/po/ur.po b/po/ur.po
index cd8c00a..e06d7fb 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -2585,6 +2585,7 @@ msgid "Inline edit of this query"
 msgstr "اس طلب کی ان لائن تدوین"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "ان لائن"
 
diff --git a/po/uz.po b/po/uz.po
index 1ef3907..192317a 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -2748,6 +2748,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Жадвал турлари"
 
diff --git a/po/[email protected] b/po/[email protected]
index ab91c50..90ce961 100644
--- a/po/[email protected]
+++ b/po/[email protected]
@@ -2756,6 +2756,7 @@ msgstr ""
 #: libraries/common.lib.php:1216
 #, fuzzy
 #| msgid "Engines"
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "Jadval turlari"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 86df04a..57dc90e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2470,6 +2470,7 @@ msgid "Inline edit of this query"
 msgstr "在本页面编辑此查询"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "内联"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 9749ae4..9f69c93 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2534,6 +2534,7 @@ msgid "Inline edit of this query"
 msgstr "在本頁面編輯此查詢"
 
 #: libraries/common.lib.php:1216
+msgctxt "Inline edit query"
 msgid "Inline"
 msgstr "行間"
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to