From ac82ba0f45cf8dba05f5a452f1cd006cddcdbdda Mon Sep 17 00:00:00 2001 From: Chanaka Indrajith Dharmarathna Date: Wed, 4 Apr 2012 21:08:35 +0100 Subject: [PATCH 1/2] Fixed bug #3512565 - Missing word Rows in table list tooltip after click --- ChangeLog | 1 + libraries/Table.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94d6d833fe..579db3d0a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 3.4.11.0 (not yet released) - bug #3486970 [import] Exception on XML import - bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation +- bug #3512565 [navi] Fixed missing word "Rows" in table list tooltip after click 3.4.10.2 (2012-03-28) - [security] Fixed local path disclosure vulnerability, see PMASA-2012-2 diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 767cf64da7..168ff39958 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -265,7 +265,7 @@ class PMA_Table static public function sGetToolTip($db, $table) { return PMA_Table::sGetStatusInfo($db, $table, 'Comment') - . ' (' . PMA_Table::countRecords($db, $table) . ')'; + . ' (' . PMA_Table::countRecords($db, $table) . ' ' . __('Rows') . ')'; } /** From 8bcf7250376b279e04f7159034af9def1f6e142a Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Wed, 4 Apr 2012 22:17:02 +0200 Subject: [PATCH 2/2] Translated using Weblate. --- po/tr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/tr.po b/po/tr.po index 2aae16dc17..1cfbcf1f18 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.4.11-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-03-29 10:03+0200\n" -"PO-Revision-Date: 2012-03-31 10:17+0200\n" +"PO-Revision-Date: 2012-04-04 19:57+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: turkish \n" "Language: tr\n" @@ -2553,7 +2553,7 @@ msgstr "İlk satır içine sütun adlarını koy" #: libraries/config/messages.inc.php:246 libraries/import/csv.php:75 #: libraries/import/ldi.php:41 msgid "Columns enclosed by" -msgstr "Sütunu kapsayan:" +msgstr "Sütunu kapatan:" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:240 #: libraries/config/messages.inc.php:247 libraries/import/csv.php:80