[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25815-g35d5d34
Michal Čihař
nijel at users.sourceforge.net
Thu Jan 5 16:23:51 CET 2012
The branch, master has been updated
via 35d5d344302439495fbd457f1f3ec6cc25edbcef (commit)
via 41606d48a9829418652cbe2f5f859aa663fce9b2 (commit)
via e89874ebe14fecee49f772845e9b1486f275e018 (commit)
via 04298dbf2ded2ab553b39a91c726af3b685778bc (commit)
from fc928ad7b6bf491b83713dfc8979cfeebf0dbd7f (commit)
- Log -----------------------------------------------------------------
commit 35d5d344302439495fbd457f1f3ec6cc25edbcef
Merge: e89874e 41606d4
Author: Michal Čihař <mcihar at suse.cz>
Date: Thu Jan 5 16:23:25 2012 +0100
Merge remote-tracking branch 'pootle/master'
commit 41606d48a9829418652cbe2f5f859aa663fce9b2
Author: ProUser <stefan at inkopsforum.se>
Date: Thu Jan 5 16:23:16 2012 +0100
Translation update done using Pootle.
commit e89874ebe14fecee49f772845e9b1486f275e018
Author: Yuichiro <yuichiro at pop07.odn.ne.jp>
Date: Thu Jan 5 18:26:43 2012 +0900
Add missing percent
commit 04298dbf2ded2ab553b39a91c726af3b685778bc
Author: ProUser <stefan at inkopsforum.se>
Date: Thu Jan 5 16:11:50 2012 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
libraries/advisory_rules.txt | 4 ++--
po/sv.po | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/libraries/advisory_rules.txt b/libraries/advisory_rules.txt
index f724ddf..44fb50a 100644
--- a/libraries/advisory_rules.txt
+++ b/libraries/advisory_rules.txt
@@ -282,7 +282,7 @@ rule 'Max % MyISAM key buffer ever used' [!PMA_DRIZZLE && key_buffer_size > 0]
value < 95
MyISAM key buffer (index cache) % used is low.
You may need to decrease the size of {key_buffer_size}, re-examine your tables to see if indexes have been removed, or examine queries and expectations about what indexes are being used.
- max % MyISAM key buffer ever used: %s, this value should be above 95% | round(value,1)
+ max % MyISAM key buffer ever used: %s%, this value should be above 95% | round(value,1)
# Don't fire if above rule fired - we don't need the same advice twice
rule 'Percentage of MyISAM key buffer used' [!PMA_DRIZZLE && key_buffer_size > 0 && !fired('max % MyISAM key buffer ever used')]
@@ -290,7 +290,7 @@ rule 'Percentage of MyISAM key buffer used' [!PMA_DRIZZLE && key_buffer_size > 0
value < 95
MyISAM key buffer (index cache) % used is low.
You may need to decrease the size of {key_buffer_size}, re-examine your tables to see if indexes have been removed, or examine queries and expectations about what indexes are being used.
- % MyISAM key buffer used: %s, this value should be above 95% | round(value,1)
+ % MyISAM key buffer used: %s%, this value should be above 95% | round(value,1)
rule 'Percentage of index reads from memory' [!PMA_DRIZZLE && Key_read_requests > 0]
100 - (Key_reads / Key_read_requests * 100)
diff --git a/po/sv.po b/po/sv.po
index b5b23ce..d6655f8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2012-01-02 07:46-0500\n"
-"PO-Revision-Date: 2011-12-24 10:39+0200\n"
+"PO-Revision-Date: 2012-01-05 16:11+0200\n"
"Last-Translator: ProUser <stefan at inkopsforum.se>\n"
"Language-Team: swedish <sv at li.org>\n"
+"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -2253,15 +2253,14 @@ msgstr "Vecka"
#. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
#: js/messages.php:483
msgid "calendar-month-year"
-msgstr ""
+msgstr "kalender-månad-år"
#. l10n: Year suffix for calendar, "none" is empty.
#: js/messages.php:485
-#, fuzzy
#| msgid "None"
msgctxt "Year suffix"
msgid "none"
-msgstr "Inget"
+msgstr "Ingen"
#: js/messages.php:494
msgid "Hour"
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list