Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin

This commit is contained in:
Madhura Jayaratne
2011-03-17 20:05:26 +05:30
2 changed files with 62 additions and 71 deletions

View File

@@ -12,7 +12,7 @@ define('PMA_COLORPICKER', true);
require_once './libraries/common.inc.php'; require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'colorpicker/js/colorpicker.js'; $GLOBALS['js_include'][] = 'colorpicker/js/colorpicker.js';
$GLOBALS['js_include'][] = 'main_custom_color.js'; //$GLOBALS['js_include'][] = 'main_custom_color.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js'; $GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js';
@@ -137,6 +137,8 @@ if ($GLOBALS['cfg']['ThemeManager']) {
echo '</li>'; echo '</li>';
// see js/main_custom_color.js // see js/main_custom_color.js
/*
* deactivated for 3.4.0-rc1
echo '<li id="li_custom_color" class="hide">'; echo '<li id="li_custom_color" class="hide">';
echo __('Background color') . ': '; echo __('Background color') . ': ';
echo '<input type="submit" name="custom_color_choose" value="' . __('Choose...') . '" />'; echo '<input type="submit" name="custom_color_choose" value="' . __('Choose...') . '" />';
@@ -146,6 +148,7 @@ if ($GLOBALS['cfg']['ThemeManager']) {
echo '<input type="submit" name="custom_color_reset" value="' . __('Reset') . '" />'; echo '<input type="submit" name="custom_color_reset" value="' . __('Reset') . '" />';
echo '</form>'; echo '</form>';
echo '</li>'; echo '</li>';
*/
} }
echo '<li id="li_select_fontsize">'; echo '<li id="li_select_fontsize">';
echo PMA_Config::getFontsizeForm(); echo PMA_Config::getFontsizeForm();

View File

@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n" "Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2011-03-16 11:54+0100\n" "POT-Creation-Date: 2011-03-16 11:54+0100\n"
"PO-Revision-Date: 2011-03-01 14:26+0200\n" "PO-Revision-Date: 2011-03-16 20:18+0200\n"
"Last-Translator: Dieter Adriaenssens <ruleant@users.sourceforge.net>\n" "Last-Translator: Dieter Adriaenssens <ruleant@users.sourceforge.net>\n"
"Language-Team: dutch <nl@li.org>\n" "Language-Team: dutch <nl@li.org>\n"
"Language: nl\n" "Language: nl\n"
@@ -121,7 +121,7 @@ msgstr "Database %1$s is aangemaakt."
#: db_datadict.php:48 db_operations.php:364 #: db_datadict.php:48 db_operations.php:364
msgid "Database comment: " msgid "Database comment: "
msgstr "Database commentaar: " msgstr "Database opmerking: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1211 #: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1211
#: libraries/tbl_properties.inc.php:725 tbl_operations.php:344 #: libraries/tbl_properties.inc.php:725 tbl_operations.php:344
@@ -183,7 +183,7 @@ msgstr "Standaardwaarde"
#: libraries/schema/Pdf_Relation_Schema.class.php:1243 #: libraries/schema/Pdf_Relation_Schema.class.php:1243
#: libraries/schema/Pdf_Relation_Schema.class.php:1264 tbl_printview.php:147 #: libraries/schema/Pdf_Relation_Schema.class.php:1264 tbl_printview.php:147
msgid "Links to" msgid "Links to"
msgstr "Gelinkt naar" msgstr "Verwijst naar"
#: db_datadict.php:177 db_printview.php:110 #: db_datadict.php:177 db_printview.php:110
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107 #: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
@@ -194,7 +194,7 @@ msgstr "Gelinkt naar"
#: libraries/schema/Pdf_Relation_Schema.class.php:1265 #: libraries/schema/Pdf_Relation_Schema.class.php:1265
#: libraries/tbl_properties.inc.php:128 tbl_printview.php:149 #: libraries/tbl_properties.inc.php:128 tbl_printview.php:149
msgid "Comments" msgid "Comments"
msgstr "Commentaar" msgstr "Opmerkingen"
#: db_datadict.php:260 js/messages.php:78 libraries/Index.class.php:358 #: db_datadict.php:260 js/messages.php:78 libraries/Index.class.php:358
#: libraries/Index.class.php:385 libraries/config.values.php:45 #: libraries/Index.class.php:385 libraries/config.values.php:45
@@ -283,7 +283,7 @@ msgstr "Verwijder database"
#: db_operations.php:445 #: db_operations.php:445
#, php-format #, php-format
msgid "Database %s has been dropped." msgid "Database %s has been dropped."
msgstr "Database %s is vervallen." msgstr "Database %s is verwijderd."
#: db_operations.php:450 #: db_operations.php:450
msgid "Drop the database (DROP)" msgid "Drop the database (DROP)"
@@ -327,7 +327,7 @@ msgstr "Voeg beperkingen toe"
#: db_operations.php:519 #: db_operations.php:519
msgid "Switch to copied database" msgid "Switch to copied database"
msgstr "Schakel naar de gekopieerde database" msgstr "Overschakelen naar de gekopieerde database"
#: db_operations.php:543 libraries/Index.class.php:447 #: db_operations.php:543 libraries/Index.class.php:447
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
@@ -345,7 +345,7 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why " "The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s." "click %shere%s."
msgstr "" msgstr ""
"De phpMyAdmin configuratie opslag is uitgeschakeld. Om te weten te komen " "De phpMyAdmin configuratie-opslag is uitgeschakeld. Om te weten te komen "
"waarom klik %shier%s." "waarom klik %shier%s."
#: db_operations.php:589 #: db_operations.php:589
@@ -424,7 +424,7 @@ msgstr "Overschakelen naar"
#: db_qbe.php:183 #: db_qbe.php:183
msgid "visual builder" msgid "visual builder"
msgstr "designer met query opbouw mogelijkheden" msgstr "visuele query opbouwer"
#: db_qbe.php:219 libraries/db_structure.lib.php:95 #: db_qbe.php:219 libraries/db_structure.lib.php:95
#: libraries/display_tbl.lib.php:868 #: libraries/display_tbl.lib.php:868
@@ -478,7 +478,7 @@ msgstr "Aanpassen"
#: db_qbe.php:603 #: db_qbe.php:603
msgid "Add/Delete criteria rows" msgid "Add/Delete criteria rows"
msgstr "Toevoegen/Verwijderen Criteria Rij" msgstr "Toevoegen/Verwijderen criterium-rijen"
#: db_qbe.php:615 #: db_qbe.php:615
msgid "Add/Delete columns" msgid "Add/Delete columns"
@@ -958,7 +958,7 @@ msgstr "Klik om te de-selecteren"
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:186 #: js/messages.php:27 libraries/import.lib.php:103 sql.php:186
msgid "\"DROP DATABASE\" statements are disabled." msgid "\"DROP DATABASE\" statements are disabled."
msgstr "\"DROP DATABASE\"-opdrachten zijn uitgeschakeld." msgstr "\"DROP DATABASE\" opdrachten zijn uitgeschakeld."
#: js/messages.php:30 libraries/mult_submits.inc.php:258 sql.php:284 #: js/messages.php:30 libraries/mult_submits.inc.php:258 sql.php:284
msgid "Do you really want to " msgid "Do you really want to "
@@ -2258,12 +2258,12 @@ msgstr "\"%s\" vereist de %s extensie"
#: libraries/config/FormDisplay.class.php:746 #: libraries/config/FormDisplay.class.php:746
#, php-format #, php-format
msgid "import will not work, missing function (%s)" msgid "import will not work, missing function (%s)"
msgstr "importeren is niet mogelijk, de functie %s ontbreekt" msgstr "importeren is niet mogelijk, functie ontbreekt (%s)"
#: libraries/config/FormDisplay.class.php:750 #: libraries/config/FormDisplay.class.php:750
#, php-format #, php-format
msgid "export will not work, missing function (%s)" msgid "export will not work, missing function (%s)"
msgstr "exporteren is niet mogelijk, de functie %s ontbreekt" msgstr "exporteren is niet mogelijk, functie ontbreekt (%s)"
#: libraries/config/FormDisplay.class.php:757 #: libraries/config/FormDisplay.class.php:757
msgid "SQL Validator is disabled" msgid "SQL Validator is disabled"
@@ -2933,8 +2933,8 @@ msgid ""
"Please note that phpMyAdmin is just a user interface and its features do not " "Please note that phpMyAdmin is just a user interface and its features do not "
"limit MySQL" "limit MySQL"
msgstr "" msgstr ""
"Bedenk dat phpMyAdmin enkel een gebruikersinterface is, en dat zijn functies " "Bedenk dat phpMyAdmin enkel een gebruikersinterface is, en dat zijn "
"niet direct MySQL beperken. " "functionaliteit MySQL niet beperkt"
#: libraries/config/messages.inc.php:195 #: libraries/config/messages.inc.php:195
msgid "Basic settings" msgid "Basic settings"
@@ -3518,8 +3518,8 @@ msgid ""
msgstr "" msgstr ""
"Schakel dit in wanneer u wil dat SQL-query historie wordt bijgehouden in een " "Schakel dit in wanneer u wil dat SQL-query historie wordt bijgehouden in een "
"database (vereist phpMyAdmin configuratie opslag). Indien uitgeschakeld " "database (vereist phpMyAdmin configuratie opslag). Indien uitgeschakeld "
"worden JS-routines gebruikt die niet bewaard worden bij het sluiten van het " "worden JS-routines gebruikt om query geschiedenis te tonen (deze gaat "
"venster." "verloren bij het sluiten van het venster)."
#: libraries/config/messages.inc.php:334 #: libraries/config/messages.inc.php:334
msgid "Permanent query history" msgid "Permanent query history"
@@ -4112,8 +4112,8 @@ msgstr "Toon SQL-queries"
#: libraries/config/messages.inc.php:452 #: libraries/config/messages.inc.php:452
msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)"
msgstr "" msgstr ""
"Maakt het mogelijk om statistieken over o.a. het ruimtegebruik van databases " "Maakt het mogelijk om statistieken van databases en tabellen te tonen (over "
"en tabellen te tonen" "o.a. het schijfgebruik)"
#: libraries/config/messages.inc.php:453 #: libraries/config/messages.inc.php:453
msgid "Show statistics" msgid "Show statistics"
@@ -4205,7 +4205,8 @@ msgid ""
"possible) or keep the text field empty" "possible) or keep the text field empty"
msgstr "" msgstr ""
"Doe (indien mogelijk) een suggestie voor de naam van de aan te maken " "Doe (indien mogelijk) een suggestie voor de naam van de aan te maken "
"database in het hiervoor bestemde formulier, anders blijft het veld leeg. " "database in het &quote;Nieuwe database aanmaken&quot; formulier, of laat het "
"veld leeg"
#: libraries/config/messages.inc.php:473 #: libraries/config/messages.inc.php:473
msgid "Suggest new database name" msgid "Suggest new database name"
@@ -4433,21 +4434,18 @@ msgstr "Er kan geen verbinding worden gemaakt met de server"
#: libraries/config/validate.lib.php:234 #: libraries/config/validate.lib.php:234
msgid "Empty username while using config authentication method" msgid "Empty username while using config authentication method"
msgstr "" msgstr "Lege gebruikersnaam bij gebruik van het authenticatie type config"
"Leeg het gebruikersnaam veld bij het gebruik van het authenticatie type [kbd]"
"config[/kbd]"
#: libraries/config/validate.lib.php:238 #: libraries/config/validate.lib.php:238
msgid "Empty signon session name while using signon authentication method" msgid "Empty signon session name while using signon authentication method"
msgstr "" msgstr ""
"Er is geen signon sessie naam opgegeven terwijl u gebruik maakt van het " "Lege signon sessie naam wanneer u gebruik maakt van het authenticatie type "
"authenticatie type [kbd]signon[/kbd]" "signon"
#: libraries/config/validate.lib.php:242 #: libraries/config/validate.lib.php:242
msgid "Empty signon URL while using signon authentication method" msgid "Empty signon URL while using signon authentication method"
msgstr "" msgstr ""
"Er is geen signon URL opgegeven terwijl u gebruik maakt van het " "Lege signon URL wanneer u gebruik maakt van het authenticatie type signon"
"authenticatie type [kbd]signon[/kbd]"
#: libraries/config/validate.lib.php:276 #: libraries/config/validate.lib.php:276
msgid "Empty phpMyAdmin control user while using pmadb" msgid "Empty phpMyAdmin control user while using pmadb"
@@ -4639,7 +4637,7 @@ msgstr "Rijen:"
#: libraries/display_export.lib.php:157 #: libraries/display_export.lib.php:157
msgid "Dump some row(s)" msgid "Dump some row(s)"
msgstr "Dump alle rijen" msgstr "Verwijder sommige rij(en)"
#: libraries/display_export.lib.php:159 #: libraries/display_export.lib.php:159
msgid "Number of rows:" msgid "Number of rows:"
@@ -5076,7 +5074,7 @@ msgstr "Lees missers"
#: libraries/engines/innodb.lib.php:246 #: libraries/engines/innodb.lib.php:246
msgid "Write waits" msgid "Write waits"
msgstr "Schrijfvertragingen (write waits)" msgstr "Schrijfvertragingen"
#: libraries/engines/innodb.lib.php:252 #: libraries/engines/innodb.lib.php:252
msgid "Read misses in %" msgid "Read misses in %"
@@ -6793,12 +6791,12 @@ msgid ""
"Displays a clickable thumbnail. The options are the maximum width and height " "Displays a clickable thumbnail. The options are the maximum width and height "
"in pixels. The original aspect ratio is preserved." "in pixels. The original aspect ratio is preserved."
msgstr "" msgstr ""
"Toont een klikbare miniatuurweergave. opties: maximale breedte en hoogte in " "Toont een klikbare miniatuurweergave. Opties zijn maximale breedte en hoogte "
"pixels (behoudt de originele verhouding)." "in pixels. De originele verhouding wordt behouden."
#: libraries/transformations/image_jpeg__link.inc.php:9 #: libraries/transformations/image_jpeg__link.inc.php:9
msgid "Displays a link to download this image." msgid "Displays a link to download this image."
msgstr "Toont een link naar deze afbeelding (directe blob download, i.e.)." msgstr "Toont een link om deze afbeelding te downloaden."
#: libraries/transformations/text_plain__dateformat.inc.php:9 #: libraries/transformations/text_plain__dateformat.inc.php:9
msgid "" msgid ""
@@ -6895,10 +6893,10 @@ msgid ""
msgstr "" msgstr ""
"Toont alleen een stuk van een string. De eerst optie is een offset om te " "Toont alleen een stuk van een string. De eerst optie is een offset om te "
"bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is " "bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is "
"een offset van de hoeveelheid tekst die terug wordt gegeven. Wanneer leeg, " "een offset van de hoeveelheid tekst die terug wordt gegeven (Standaard : tot "
"zal alle overgebleven tekst worden teruggeven. De derde optie definieert " "het einde van de string). De derde optie definieert welke karakters worden "
"welke karakters worden toegevoegd aan de output wanneer een substring wordt " "toegevoegd aan de output wanneer een substring wordt teruggegeven "
"teruggegeven (Standaard: \"...\")." "(Standaard: \"...\")."
#: libraries/user_preferences.inc.php:32 #: libraries/user_preferences.inc.php:32
msgid "Manage your settings" msgid "Manage your settings"
@@ -7311,7 +7309,7 @@ msgstr "Fout: Relatie niet toegevoegd."
#: pmd_relation_new.php:62 #: pmd_relation_new.php:62
msgid "FOREIGN KEY relation added" msgid "FOREIGN KEY relation added"
msgstr "Vreemde sleutel(FOREIGN KEY) relatie toegevoegd" msgstr "FOREIGN KEY relatie toegevoegd"
#: pmd_relation_new.php:84 #: pmd_relation_new.php:84
msgid "Internal relation added" msgid "Internal relation added"
@@ -8043,7 +8041,8 @@ msgid ""
"Now, add the following lines at the end of [mysqld] section in your my.cnf " "Now, add the following lines at the end of [mysqld] section in your my.cnf "
"and please restart the MySQL server afterwards." "and please restart the MySQL server afterwards."
msgstr "" msgstr ""
"Voeg nu de onderstaande regels aan uw my.cnf toe en herstart uw MySQL-server." "Voeg nu de onderstaande regels aan de [mysqld] sectie van uw my.cnf toe en "
"herstart uw MySQL-server."
#: server_replication.php:228 #: server_replication.php:228
msgid "" msgid ""
@@ -8450,7 +8449,7 @@ msgstr "Het aantal fsync() schrijf operaties uitgevoerd op het log bestand."
#: server_status.php:94 #: server_status.php:94
msgid "The number of pending log file fsyncs." msgid "The number of pending log file fsyncs."
msgstr "Het aantal momenteel openstaande fsync() operaties op het logbestand." msgstr "Het aantal momenteel openstaande fsync operaties op het logbestand."
#: server_status.php:95 #: server_status.php:95
msgid "Pending log file writes." msgid "Pending log file writes."
@@ -8705,7 +8704,7 @@ msgid ""
"retried transactions." "retried transactions."
msgstr "" msgstr ""
"Het totaal aantal transacties dat moest worden herhaald door de replicatie " "Het totaal aantal transacties dat moest worden herhaald door de replicatie "
"slave SQL thread, sinds het opstarten van de server." "slave SQL thread (sinds het opstarten van de server)."
#: server_status.php:140 #: server_status.php:140
msgid "This is ON if this server is a slave that is connected to a master." msgid "This is ON if this server is a slave that is connected to a master."
@@ -9452,7 +9451,7 @@ msgstr "Gevalideerde SQL"
#: sql.php:851 #: sql.php:851
#, php-format #, php-format
msgid "Problems with indexes of table `%s`" msgid "Problems with indexes of table `%s`"
msgstr "Problemen met de index(en) van de tabel `%s`" msgstr "Problemen met de indexen van de tabel `%s`"
#: sql.php:883 #: sql.php:883
msgid "Label" msgid "Label"
@@ -9856,12 +9855,12 @@ msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY " "An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists." "relation exists."
msgstr "" msgstr ""
"Een interne relatie is niet noodzakelijk wanneer er reeds een vreemde sleutel" "Een interne relatie is niet noodzakelijk wanneer er reeds een FOREIGN KEY "
"(FOREIGN KEY) relatie bestaat." "relatie bestaat."
#: tbl_relation.php:410 #: tbl_relation.php:410
msgid "Foreign key constraint" msgid "Foreign key constraint"
msgstr "Vreemde sleutel (FOREIGN KEY) beperking" msgstr "FOREIGN KEY beperking"
#: tbl_row_action.php:28 #: tbl_row_action.php:28
msgid "No rows selected" msgid "No rows selected"
@@ -9897,7 +9896,7 @@ msgstr "Voeg een primaire sleutel toe"
#: tbl_structure.php:167 tbl_structure.php:168 #: tbl_structure.php:167 tbl_structure.php:168
msgid "Add index" msgid "Add index"
msgstr "Voeg index(en) toe" msgstr "Voeg index toe"
#: tbl_structure.php:169 tbl_structure.php:170 #: tbl_structure.php:169 tbl_structure.php:170
msgid "Add unique index" msgid "Add unique index"
@@ -10146,14 +10145,3 @@ msgstr "VIEW-naam"
#: view_operations.php:91 #: view_operations.php:91
msgid "Rename view to" msgid "Rename view to"
msgstr "Hernoem view naar" msgstr "Hernoem view naar"
#, fuzzy
#~| msgid "Delete the matches for the %s table?"
#~ msgid "Delete the matches for the "
#~ msgstr "Verwijder gevonden rijen voor de tabel %s?"
#~ msgid "Show left delete link"
#~ msgstr "Toon linker edit/delete links"
#~ msgid "Show right delete link"
#~ msgstr "Toon rechter edit/delete links"