Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_pluginss
This commit is contained in:
commit
012aac365b
@ -163,17 +163,13 @@ function PMA_getModuleList($modules)
|
||||
$html .= '<th rowspan="2">' . htmlspecialchars($module_name) . '</th>';
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_description'])
|
||||
. '</td>';
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_library'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_description'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_library'])
|
||||
. '</td>';
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_version'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_description'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_version'])
|
||||
. '</td>';
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_author'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_description'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_author'])
|
||||
. '</td>';
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_license'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_description'])
|
||||
$html .= '<td>' . htmlspecialchars($module['info']['module_license'])
|
||||
. '</td>';
|
||||
$html .= '</tr>';
|
||||
$html .= '<tr class="noclick ' . ($odd_row ? 'odd' : 'even') . '">';
|
||||
|
||||
15
po/da.po
15
po/da.po
@ -4,10 +4,9 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2013-06-24 16:19+0200\n"
|
||||
"PO-Revision-Date: 2013-06-13 20:03+0200\n"
|
||||
"PO-Revision-Date: 2013-06-29 18:06+0200\n"
|
||||
"Last-Translator: Aputsiaq Niels Janussen <aj@isit.gl>\n"
|
||||
"Language-Team: Danish <http://l10n.cihar.com/projects/phpmyadmin/master/da/"
|
||||
">\n"
|
||||
"Language-Team: Danish <http://l10n.cihar.com/projects/phpmyadmin/master/da/>\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -5295,10 +5294,9 @@ msgid "Use only icons, only text or both"
|
||||
msgstr "Brug kun ikoner, kun tekst eller begge"
|
||||
|
||||
#: libraries/config/messages.inc.php:325
|
||||
#, fuzzy
|
||||
#| msgid "Iconic navigation bar"
|
||||
msgid "Table navigation bar"
|
||||
msgstr "Navigationsbjælke med ikoner"
|
||||
msgstr "Tabelbaseret navigationsbjælke"
|
||||
|
||||
#: libraries/config/messages.inc.php:326
|
||||
msgid "use GZip output buffering for increased speed in HTTP transfers"
|
||||
@ -5367,14 +5365,13 @@ msgid "MySQL reserved word warning"
|
||||
msgstr "Advarsel om MySQL-reserverede ord"
|
||||
|
||||
#: libraries/config/messages.inc.php:339
|
||||
#, fuzzy
|
||||
#| msgid "Allow to display all the rows"
|
||||
msgid "How to display the menu tabs"
|
||||
msgstr "Tillad visning af alle rækker"
|
||||
msgstr "Sådan vises menufanerne"
|
||||
|
||||
#: libraries/config/messages.inc.php:341
|
||||
msgid "How to display various action links"
|
||||
msgstr ""
|
||||
msgstr "Sådan vises forskellige hændelseshenvisninger"
|
||||
|
||||
#: libraries/config/messages.inc.php:342
|
||||
msgid "Disallow BLOB and BINARY columns from editing"
|
||||
@ -9451,7 +9448,7 @@ msgstr "Vis tabellernes dimensioner"
|
||||
|
||||
#: libraries/schema/User_Schema.class.php:461
|
||||
msgid "Same width for all tables"
|
||||
msgstr ""
|
||||
msgstr "Samme bredde for alle tabeller"
|
||||
|
||||
#: libraries/schema/User_Schema.class.php:464 libraries/structure.lib.php:379
|
||||
msgid "Data Dictionary"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user