diff --git a/db_operations.php b/db_operations.php index 94f8575a5e..c5c0fc2383 100644 --- a/db_operations.php +++ b/db_operations.php @@ -69,37 +69,36 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { $GLOBALS['pma']->databases->build(); } - if (PMA_MYSQL_INT_VERSION >= 50000) { - // here I don't use DELIMITER because it's not part of the - // language; I have to send each statement one by one + // here I don't use DELIMITER because it's not part of the + // language; I have to send each statement one by one - // to avoid selecting alternatively the current and new db - // we would need to modify the CREATE definitions to qualify - // the db name - $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE'); - if ($procedure_names) { - foreach($procedure_names as $procedure_name) { - PMA_DBI_select_db($db); - $tmp_query = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name); - // collect for later display - $GLOBALS['sql_query'] .= "\n" . $tmp_query; - PMA_DBI_select_db($newname); - PMA_DBI_query($tmp_query); - } - } - - $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION'); - if ($function_names) { - foreach($function_names as $function_name) { - PMA_DBI_select_db($db); - $tmp_query = PMA_DBI_get_definition($db, 'FUNCTION', $function_name); - // collect for later display - $GLOBALS['sql_query'] .= "\n" . $tmp_query; - PMA_DBI_select_db($newname); - PMA_DBI_query($tmp_query); - } + // to avoid selecting alternatively the current and new db + // we would need to modify the CREATE definitions to qualify + // the db name + $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE'); + if ($procedure_names) { + foreach($procedure_names as $procedure_name) { + PMA_DBI_select_db($db); + $tmp_query = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name); + // collect for later display + $GLOBALS['sql_query'] .= "\n" . $tmp_query; + PMA_DBI_select_db($newname); + PMA_DBI_query($tmp_query); } } + + $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION'); + if ($function_names) { + foreach($function_names as $function_name) { + PMA_DBI_select_db($db); + $tmp_query = PMA_DBI_get_definition($db, 'FUNCTION', $function_name); + // collect for later display + $GLOBALS['sql_query'] .= "\n" . $tmp_query; + PMA_DBI_select_db($newname); + PMA_DBI_query($tmp_query); + } + } + // go back to current db, just in case PMA_DBI_select_db($db); diff --git a/po/af.po b/po/af.po index c1577c9d33..8cd1d314fa 100644 --- a/po/af.po +++ b/po/af.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal \n" "Language-Team: afrikaans \n" +"Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: af\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" @@ -45,10 +45,10 @@ msgstr "Soek" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -61,18 +61,18 @@ msgstr "Soek" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Gaan" @@ -129,9 +129,9 @@ msgstr "Tabel kommentaar" msgid "Table comments" msgstr "Tabel kommentaar" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Tabel kommentaar" msgid "Column" msgstr "Kolom name" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Kolom name" msgid "Type" msgstr "Tipe" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Skakels na" msgid "Comments" msgstr "Kommentaar" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Kommentaar" msgid "No" msgstr "Nee" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -338,8 +337,8 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -514,8 +513,8 @@ msgstr "SQL-navraag op databasis %s:" msgid "Submit Query" msgstr "Doen Navraag" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -538,74 +537,76 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL het niks teruggegee nie (dus nul rye)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL het gepraat: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Geen tabelle in databasis gevind nie." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabel %s is verwyder" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabel %s is verwyder" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Bediener weergawe" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6125,40 +6267,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Geen indeks gedefinieer!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Uniek" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Die primere sleutel is verwyder" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s is verwyder" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6171,27 +6279,6 @@ msgstr "Geen" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6432,19 +6519,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Geen tabelle" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nie OK" @@ -6830,6 +6904,63 @@ msgstr "" msgid "Target database" msgstr "Soek in databasis" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Hardloop SQL stellings op databasis %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Hardloop SQL stellings op databasis %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Kolom name" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Boekmerk hierdie SQL-stelling" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Wys hierdie navraag weer hier " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Kyk slegs" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Soek die teksleer" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6895,63 +7026,6 @@ msgstr "Ongeldige Identifiseerder" msgid "Unknown Punctuation String" msgstr "Onbekende Punktuasie String" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Hardloop SQL stellings op databasis %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Hardloop SQL stellings op databasis %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Kolom name" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Boekmerk hierdie SQL-stelling" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Wys hierdie navraag weer hier " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Kyk slegs" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Soek die teksleer" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6959,48 +7033,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabel %s is vernoem na %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7125,38 +7157,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Voeg 'n nuwe gebruiker by" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8166,8 +8166,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/ar.po b/po/ar.po index 79d52221d7..f20762bd01 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-04-21 13:56+0200\n" -"Last-Translator: \n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-24 04:50+0200\n" +"Last-Translator: Abdullah Al-Saedi \n" "Language-Team: arabic \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Pootle 2.0.5\n" @@ -18,7 +18,7 @@ msgstr "" #: browse_foreigners.php:35 browse_foreigners.php:53 #: libraries/display_tbl.lib.php:360 server_privileges.php:1583 msgid "Show all" -msgstr "شاهد الكل" +msgstr "عرض الكل" #: browse_foreigners.php:70 libraries/common.lib.php:2269 #: libraries/display_tbl.lib.php:340 libraries/export/pdf.php:135 @@ -35,23 +35,23 @@ msgid "" "parent window, or your browser's security settings are configured to block " "cross-window updates." msgstr "" -"لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك " -"يمنع التحديث عبر النوافذ بسبب إعدادات الأمان." +"لا يمكن تحديث نافذة المتصفح المستهدفة,, يبدو أنك أغلقت الرئيسية أو أن " +"مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان." #: browse_foreigners.php:151 libraries/common.lib.php:2762 #: libraries/common.lib.php:2769 libraries/common.lib.php:2951 #: libraries/common.lib.php:2952 libraries/db_links.inc.php:60 #: libraries/tbl_links.inc.php:68 msgid "Search" -msgstr "ابحث" +msgstr "بحث" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,23 +64,24 @@ msgstr "ابحث" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" -msgstr " تنفيذ " +msgstr "تنفيذ" #: browse_foreigners.php:169 browse_foreigners.php:173 #: libraries/Index.class.php:444 tbl_tracking.php:313 +#, fuzzy msgid "Keyname" msgstr "اسم المفتاح" @@ -102,25 +103,25 @@ msgstr "لايوجد خادم بث مثبت" #: bs_disp_as_mime_type.php:35 msgid "Failed to fetch headers" -msgstr "فشل لإحضار العنونه" +msgstr "فشل إحضار الترويسة" #: bs_disp_as_mime_type.php:41 msgid "Failed to open remote URL" -msgstr "فشل فتح عنوان الموقع عن بعد" +msgstr "فشل فتح الموقع البعيد" #: changelog.php:32 license.php:28 -#, fuzzy, php-format +#, php-format msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." msgstr "" -"الملف غير متوفر على هذا النظام, من فضلك قم بزيارة هذا الموقع لمزيد من " +"الملف %s غير متوفر على هذا النظام, من فضلك قم بزيارة هذا الموقع لمزيد من " "المعلوماتwww.phpmyadmin.net" #: db_create.php:58 #, php-format msgid "Database %1$s has been created." -msgstr "تم إنشاء قاعدة بيانات %1$s." +msgstr "تم إنشاء قاعدة البيانات %1$s." #: db_datadict.php:48 db_operations.php:362 msgid "Database comment: " @@ -130,27 +131,26 @@ msgstr "ملاحظة قاعدة البيانات: " #: libraries/tbl_properties.inc.php:714 tbl_operations.php:362 #: tbl_printview.php:127 msgid "Table comments" -msgstr "تعليقات على الجدول" +msgstr "تعليقات الجدول" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 #: tbl_indexes.php:188 tbl_printview.php:139 tbl_relation.php:399 #: tbl_select.php:113 tbl_tracking.php:266 tbl_tracking.php:317 -#, fuzzy #| msgid "Column names" msgid "Column" -msgstr "اسم العمود" +msgstr "عمود" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,11 +158,11 @@ msgstr "اسم العمود" #: tbl_printview.php:310 tbl_select.php:114 tbl_structure.php:205 #: tbl_structure.php:795 tbl_tracking.php:267 tbl_tracking.php:314 msgid "Type" -msgstr "النوع" +msgstr "نوع" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -179,7 +179,7 @@ msgstr "خالي" #: libraries/tbl_properties.inc.php:106 tbl_printview.php:143 #: tbl_structure.php:209 tbl_tracking.php:270 msgid "Default" -msgstr "افتراضي" +msgstr "إفتراضي" #: db_datadict.php:174 libraries/export/htmlword.php:253 #: libraries/export/latex.php:377 libraries/export/odt.php:315 @@ -200,13 +200,12 @@ msgstr "مرتبط بـ" msgid "Comments" msgstr "تعليقات" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -217,17 +216,17 @@ msgstr "تعليقات" msgid "No" msgstr "لا" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -241,7 +240,7 @@ msgstr "نعم" #: db_datadict.php:314 db_printview.php:264 tbl_printview.php:495 msgid "Print" -msgstr "اطبع" +msgstr "طباعة" #: db_export.php:30 msgid "View dump (schema) of database" @@ -250,7 +249,7 @@ msgstr "عرض بنية قاعدة البيانات" #: db_export.php:34 db_printview.php:94 db_qbe.php:101 db_tracking.php:48 #: export.php:371 navigation.php:329 msgid "No tables found in database." -msgstr "لا توجد جداول متوفره في قاعدة البيانات هذه!." +msgstr "لا توجد جداول في قاعدة البيانات هذه!." #: db_export.php:44 db_search.php:342 server_export.php:26 msgid "Select All" @@ -289,15 +288,15 @@ msgstr "حذف قاعدة البيانات" #: db_operations.php:452 #, php-format msgid "Database %s has been dropped." -msgstr "قاعدة بيانات %s محذوفه." +msgstr "تم حذف قاعدة البيانات %s ." #: db_operations.php:457 msgid "Drop the database (DROP)" -msgstr "إزاله قاعدة البيانات" +msgstr "حذف قاعدة البيانات" #: db_operations.php:487 msgid "Copy database to" -msgstr "إنسخ قاعدة البيانات إلى" +msgstr "نسخ قاعدة البيانات إلى" #: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418 msgid "Structure only" @@ -313,7 +312,7 @@ msgstr "بيانات فقط" #: db_operations.php:504 msgid "CREATE DATABASE before copying" -msgstr "إنشاء قاعدة البيانات قبل النسخ" +msgstr "إنشاء قاعدة البيانات قبل عملية النسخ" #: db_operations.php:507 libraries/config/messages.inc.php:126 #: libraries/config/messages.inc.php:127 libraries/config/messages.inc.php:129 @@ -329,14 +328,14 @@ msgstr "أضف قيمة AUTO_INCREMENT" #: db_operations.php:515 tbl_operations.php:565 msgid "Add constraints" -msgstr "أضف قيودا" +msgstr "أضف قيود" #: db_operations.php:528 msgid "Switch to copied database" -msgstr "" +msgstr "التبديل إلى قاعدة البيانات المنسوخة" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -346,7 +345,7 @@ msgid "Collation" msgstr "Collation" #: db_operations.php:565 -#, fuzzy, php-format +#, php-format #| msgid "" #| "The additional features for working with linked tables have been " #| "deactivated. To find out why click %shere%s." @@ -358,7 +357,6 @@ msgstr "" "s." #: db_operations.php:600 -#, fuzzy #| msgid "Relational schema" msgid "Edit or export relational schema" msgstr "بناء الارتباطات" @@ -371,7 +369,7 @@ msgstr "بناء الارتباطات" #: server_privileges.php:1801 server_privileges.php:2065 #: server_synchronize.php:418 server_synchronize.php:861 tbl_tracking.php:643 msgid "Table" -msgstr "الجدول" +msgstr "جدول" #: db_printview.php:103 libraries/build_html_for_db.lib.php:30 #: libraries/db_structure.lib.php:47 libraries/header_printview.inc.php:62 @@ -383,7 +381,7 @@ msgstr "صفوف" #: db_printview.php:107 libraries/db_structure.lib.php:58 tbl_indexes.php:189 msgid "Size" -msgstr "الحجم" +msgstr "حجم" #: db_printview.php:160 db_structure.php:409 libraries/export/sql.php:750 #: libraries/export/sql.php:1077 @@ -418,6 +416,10 @@ msgid "%s table" msgid_plural "%s tables" msgstr[0] "%s جدول (جداول)" msgstr[1] "%s جدول (جداول)" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" #: db_qbe.php:41 msgid "You have to choose at least one column to display" @@ -425,16 +427,16 @@ msgstr "عليك اختيار عمود واحد على الأقل للعرض" #: db_qbe.php:186 msgid "Switch to" -msgstr "" +msgstr "تحويل إلى" #: db_qbe.php:186 msgid "visual builder" -msgstr "" +msgstr "الباني المرئي" #: db_qbe.php:222 libraries/db_structure.lib.php:95 #: libraries/display_tbl.lib.php:927 msgid "Sort" -msgstr "تصنيف" +msgstr "ترتيب" #: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102 #: libraries/display_tbl.lib.php:549 libraries/display_tbl.lib.php:888 @@ -461,7 +463,7 @@ msgstr "المعايير" #: db_qbe.php:375 db_qbe.php:457 db_qbe.php:549 db_qbe.php:580 msgid "Ins" -msgstr "Ins" +msgstr "إدخال" #: db_qbe.php:379 db_qbe.php:461 db_qbe.php:546 db_qbe.php:577 msgid "And" @@ -469,7 +471,7 @@ msgstr "و" #: db_qbe.php:388 db_qbe.php:469 db_qbe.php:551 db_qbe.php:582 msgid "Del" -msgstr "Del" +msgstr "حذف" #: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575 #: server_privileges.php:307 tbl_change.php:887 tbl_indexes.php:256 @@ -482,46 +484,44 @@ msgid "Modify" msgstr "تعديل" #: db_qbe.php:606 -#, fuzzy #| msgid "Add/Delete Criteria Row" msgid "Add/Delete criteria rows" -msgstr "إضافه/حذف صف سجل" +msgstr "إضافه/حذف معايير الصفوف" #: db_qbe.php:618 -#, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add/Delete columns" -msgstr "إضافه/حذف عمود حقل" +msgstr "إضافه/حذف عمود" #: db_qbe.php:631 db_qbe.php:656 msgid "Update Query" -msgstr "تجديد استعلام" +msgstr "تجديد الإستعلام" #: db_qbe.php:639 msgid "Use Tables" -msgstr "استخدم الجدول" +msgstr "إستخدم الجداول" #: db_qbe.php:662 #, php-format msgid "SQL query on database %s:" -msgstr "في قاعدة البيانات SQL-إستعلام %s:" +msgstr "إستعلام SQL في قاعدة البيانات %s:" #: db_qbe.php:955 libraries/common.lib.php:1168 msgid "Submit Query" -msgstr "إرسال الاستعلام" +msgstr "إرسال الإستعلام" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" -msgstr "الخاص بك تم تنفيذه بنجاح SQL-استعلام" +msgstr "تم تنفيذ إستعلام SQL بنجاح" #: db_routines.php:155 -#, php-format +#, fuzzy, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" +msgstr[0] "%d تأثر بالإجراء الأخير" msgstr[1] "" msgstr[2] "" msgstr[3] "" @@ -531,98 +531,101 @@ msgstr[5] "" #: db_routines.php:165 #, php-format msgid "Execution results of routine %s" -msgstr "" +msgstr "نتائج تنفيذ الإجراء %s" #: db_routines.php:185 libraries/import.lib.php:153 sql.php:678 #: tbl_change.php:180 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." -msgstr "MySQL قام بإرجاع نتيجة إعداد فارغه (مثلا صف صفري)." +msgstr "قام MySQL بإرجاع نتيجة فارغة." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +msgid "The following query has failed: \"%s\"" +msgstr "فشل الإستعلام \"%s\"" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL قال: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 -#, fuzzy +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #| msgid "Processes" msgid "Error in processing request" -msgstr "معالَجات" +msgstr "خطأ في معالجة الطلب" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, fuzzy, php-format +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" -msgstr "لا توجد جداول متوفره في قاعدة البيانات هذه!." +msgid "No routine with name %1$s found in database %2$s" +msgstr "لا يوجد جدول بالإسم %1$s في قاعدة البيانات %2$s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "تنفيذ" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" -msgstr "" +msgstr "تصدير %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 -#, fuzzy, php-format +#: db_routines.php:288 libraries/db_routines.lib.php:960 +#, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" -msgstr "فهرس خادم غير صحيح: %s" - -#: db_routines.php:304 -msgid "Sorry, we failed to restore the dropped routine." -msgstr "" - -#: db_routines.php:305 -msgid "The backed up query was:" -msgstr "" +msgstr "نوع الإجراء غير صحيح: %s" #: db_routines.php:309 -#, fuzzy, php-format +msgid "Sorry, we failed to restore the dropped routine." +msgstr "عفواً , فشل في إستعادة الإجراء المزال" + +#: db_routines.php:310 +msgid "The backed up query was:" +msgstr "الإستعلام الإحتياطي:" + +#: db_routines.php:314 +#, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." -msgstr "جدول %s حذفت" +msgstr "تم تعديل الإجراء %1$s" -#: db_routines.php:322 -#, fuzzy, php-format +#: db_routines.php:327 +#, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." -msgstr "تم إنشاء قاعدة بيانات %1$s." +msgstr "تم إنشاء الإجراء %1$s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" -msgstr "" +msgstr "حصل خطأ أثناء معالجة طلبك: " -#: db_routines.php:374 -#, fuzzy +#: db_routines.php:379 #| msgid "Create" msgid "Create routine" -msgstr "تكوين" +msgstr "إنشاء إجراء" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" -msgstr "" +msgstr "تعديل الإجراء" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" +"انت تستخدم ملحق PHP مهمل 'mysql'، وهو ليس قادر على التعامل مع الإستعلامات " +"المتعددة. فتنفيذ بعض الإجراءات المخزنة قد تفشل! الرجاء استخدام " +"ملحق 'mysqli' لتجنب أي مشاكل." #: db_search.php:54 libraries/auth/config.auth.lib.php:83 #: libraries/auth/config.auth.lib.php:102 #: libraries/auth/cookie.auth.lib.php:641 libraries/auth/http.auth.lib.php:51 #: libraries/auth/signon.auth.lib.php:236 msgid "Access denied" -msgstr "غير مسموح" +msgstr "ممنوع الوصول" #: db_search.php:66 db_search.php:309 msgid "at least one of the words" @@ -638,15 +641,15 @@ msgstr "الجملة بالضبط" #: db_search.php:69 db_search.php:312 msgid "as regular expression" -msgstr "كصيغة مطابقة" +msgstr "كتعبير قياسي" #: db_search.php:231 #, php-format msgid "Search results for \"%s\" %s:" -msgstr "ابحث في النتائج عن \"%s\" %s:" +msgstr "نتائج البحث عن \"%s\" %s:" #: db_search.php:249 -#, fuzzy, php-format +#, php-format #| msgid "%s match(es) inside table %s" msgid "%s match inside table %s" msgid_plural "%s matches inside table %s" @@ -664,10 +667,10 @@ msgid "Browse" msgstr "استعراض" #: db_search.php:261 -#, fuzzy, php-format +#, php-format #| msgid "Dumping data for table" msgid "Delete the matches for the %s table?" -msgstr "إرجاع أو استيراد بيانات الجدول" +msgstr "حذف التشابهات لجدول %s ؟" #: db_search.php:261 libraries/display_tbl.lib.php:1323 #: libraries/display_tbl.lib.php:2351 @@ -682,23 +685,22 @@ msgid "Delete" msgstr "حذف" #: db_search.php:274 -#, fuzzy, php-format +#, php-format #| msgid "Total: %s match(es)" msgid "Total: %s match" msgid_plural "Total: %s matches" -msgstr[0] "المجموع: %sمطابقة" -msgstr[1] "المجموع: %sمطابقة" -msgstr[2] "المجموع: %sمطابقة" -msgstr[3] "المجموع: %sمطابقة" -msgstr[4] "المجموع: %sمطابقة" -msgstr[5] "المجموع: %sمطابقة" +msgstr[0] "المجموع: %sتطابق" +msgstr[1] "المجموع: %sتطابق" +msgstr[2] "المجموع: %sتطابق" +msgstr[3] "المجموع: %sتطابق" +msgstr[4] "المجموع: %sتطابق" +msgstr[5] "المجموع: %sتطابق" #: db_search.php:297 msgid "Search in database" -msgstr "ابحث في قاعدة البيانات" +msgstr "بحث في قاعدة البيانات" #: db_search.php:300 -#, fuzzy #| msgid "Word(s) or value(s) to search for (wildcard: \"%\"):" msgid "Words or values to search for (wildcard: \"%\"):" msgstr "الكلمات أو القيم المطلوب البحث عنها (wildcard: \"%\"):" @@ -709,66 +711,63 @@ msgstr "ابحث:" #: db_search.php:309 db_search.php:310 msgid "Words are separated by a space character (\" \")." -msgstr "الكلمات مفصولة بحرف مسافة (\" \")." +msgstr "الكلمات مفصولة بمسافة (\" \")." #: db_search.php:323 -#, fuzzy #| msgid "Inside table(s):" msgid "Inside tables:" -msgstr "داخل الجدول)الجداول(:" +msgstr "داخل الجداول:" #: db_search.php:353 -#, fuzzy #| msgid "Inside table(s):" msgid "Inside column:" -msgstr "داخل الجدول)الجداول(:" +msgstr "داخل العمود:" #: db_structure.php:60 -#, fuzzy #| msgid "No tables found in database." msgid "No tables found in database" -msgstr "لا توجد جداول متوفره في قاعدة البيانات هذه!." +msgstr "لا توجد جداول في قاعدة البيانات هذه!." #: db_structure.php:270 tbl_operations.php:688 #, php-format msgid "Table %s has been emptied" -msgstr "جدول %s أفرغت محتوياتها" +msgstr "تم إفراغ محتويات الجدول %s" #: db_structure.php:279 tbl_operations.php:705 #, php-format msgid "View %s has been dropped" -msgstr "" +msgstr "تم إزالة %s من العرض" #: db_structure.php:279 tbl_operations.php:705 #, php-format msgid "Table %s has been dropped" -msgstr "جدول %s حذفت" +msgstr "تم إزالة الجدول %s" #: db_structure.php:286 tbl_create.php:295 msgid "Tracking is active." -msgstr "" +msgstr "التتبع نشط." #: db_structure.php:288 tbl_create.php:297 msgid "Tracking is not active." -msgstr "" +msgstr "التتبع غير نشط." #: db_structure.php:372 libraries/display_tbl.lib.php:2235 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." -msgstr "" +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." +msgstr "هذا العرض له ما لا يقل عدد هذه الصفوف يرجى الرجوع إلى %s الوثيقة %s" #: db_structure.php:386 db_structure.php:400 libraries/header.inc.php:152 #: libraries/tbl_info.inc.php:60 tbl_structure.php:212 msgid "View" -msgstr "" +msgstr "عرض" #: db_structure.php:437 libraries/db_structure.lib.php:40 #: libraries/server_links.inc.php:90 server_replication.php:31 #: server_replication.php:162 server_status.php:271 msgid "Replication" -msgstr "" +msgstr "إستنساخ" #: db_structure.php:441 msgid "Sum" @@ -777,7 +776,7 @@ msgstr "المجموع" #: db_structure.php:448 libraries/StorageEngine.class.php:352 #, php-format msgid "%s is the default storage engine on this MySQL server." -msgstr "" +msgstr "%s هو محرك التخزين الإفتراضي لخادم MySQL" #: db_structure.php:476 db_structure.php:493 db_structure.php:494 #: libraries/display_tbl.lib.php:2376 libraries/display_tbl.lib.php:2381 @@ -785,13 +784,13 @@ msgstr "" #: server_databases.php:265 server_privileges.php:1666 tbl_structure.php:587 #: tbl_structure.php:596 msgid "With selected:" -msgstr ": على المحدد" +msgstr "مع المحدد:" #: db_structure.php:479 libraries/display_tbl.lib.php:2371 #: server_databases.php:262 server_privileges.php:583 #: server_privileges.php:1669 tbl_structure.php:590 msgid "Check All" -msgstr "اختر الكل" +msgstr "تحديد الكل" #: db_structure.php:483 libraries/display_tbl.lib.php:2372 #: libraries/replication_gui.lib.php:35 server_databases.php:264 @@ -801,7 +800,7 @@ msgstr "إلغاء تحديد الكل" #: db_structure.php:488 msgid "Check tables having overhead" -msgstr "تحقق من overhead" +msgstr "تحقق من الجداول التي تحمل عبء زائد" #: db_structure.php:496 libraries/common.lib.php:2962 #: libraries/common.lib.php:2963 libraries/config/messages.inc.php:164 @@ -821,10 +820,10 @@ msgstr "عرض نسخة للطباعة" #: db_structure.php:502 libraries/common.lib.php:2958 #: libraries/common.lib.php:2959 msgid "Empty" -msgstr "إفراغ محتوى" +msgstr "إفراغ" -#: db_structure.php:504 db_tracking.php:104 libraries/common.lib.php:2956 -#: libraries/common.lib.php:2957 libraries/Index.class.php:490 +#: db_structure.php:504 db_tracking.php:104 libraries/Index.class.php:490 +#: libraries/common.lib.php:2956 libraries/common.lib.php:2957 #: server_databases.php:266 tbl_structure.php:153 tbl_structure.php:154 #: tbl_structure.php:603 msgid "Drop" @@ -837,7 +836,7 @@ msgstr "التحقق من الجدول" #: db_structure.php:508 tbl_operations.php:653 tbl_structure.php:845 #: tbl_structure.php:847 msgid "Optimize table" -msgstr "ضغط الجدول" +msgstr "تحسين الجدول" #: db_structure.php:510 tbl_operations.php:640 msgid "Repair table" @@ -848,22 +847,19 @@ msgid "Analyze table" msgstr "تحليل الجدول" #: db_structure.php:514 -#, fuzzy #| msgid "Go to table" msgid "Add prefix to table" -msgstr "اذهب إلى الجدول" +msgstr "إضافة بادئة للجدول" #: db_structure.php:516 libraries/mult_submits.inc.php:251 -#, fuzzy #| msgid "Replace table data with file" msgid "Replace table prefix" -msgstr "استبدال بيانات الجدول بالملف" +msgstr "استبدال بادئة الجدول" #: db_structure.php:518 libraries/mult_submits.inc.php:251 -#, fuzzy #| msgid "Replace table data with file" msgid "Copy table with prefix" -msgstr "استبدال بيانات الجدول بالملف" +msgstr "نسخ الجدول مع البادئة" #: db_structure.php:560 libraries/schema/User_Schema.class.php:383 msgid "Data Dictionary" @@ -871,7 +867,7 @@ msgstr "قاموس البيانات" #: db_tracking.php:79 msgid "Tracked tables" -msgstr "" +msgstr "الجداول المتعقبة" #: db_tracking.php:84 libraries/config/messages.inc.php:491 #: libraries/export/htmlword.php:90 libraries/export/latex.php:163 @@ -888,7 +884,7 @@ msgstr "قاعدة البيانات" #: db_tracking.php:86 msgid "Last version" -msgstr "" +msgstr "آخر إصدار" #: db_tracking.php:87 tbl_tracking.php:645 msgid "Created" @@ -901,11 +897,11 @@ msgstr "محدث" #: db_tracking.php:89 libraries/server_links.inc.php:51 server_status.php:801 #: sql.php:935 tbl_tracking.php:647 msgid "Status" -msgstr "وضع" +msgstr "الحالة" -#: db_tracking.php:90 libraries/db_events.inc.php:68 -#: libraries/db_routines.lib.php:1215 libraries/db_structure.lib.php:44 -#: libraries/display_triggers.inc.php:76 libraries/Index.class.php:442 +#: db_tracking.php:90 libraries/Index.class.php:442 +#: libraries/db_events.inc.php:68 libraries/db_routines.lib.php:1215 +#: libraries/db_structure.lib.php:44 libraries/display_triggers.inc.php:76 #: server_databases.php:191 server_privileges.php:1612 #: server_privileges.php:1805 server_privileges.php:2154 tbl_structure.php:214 msgid "Action" @@ -913,7 +909,7 @@ msgstr "العملية" #: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" -msgstr "" +msgstr "حذف بيانات التتبع لهذا الجدول" #: db_tracking.php:119 tbl_tracking.php:599 tbl_tracking.php:657 msgid "active" @@ -929,49 +925,49 @@ msgstr "نسخ" #: db_tracking.php:135 tbl_tracking.php:409 tbl_tracking.php:676 msgid "Tracking report" -msgstr "" +msgstr "تقرير التتبع" #: db_tracking.php:136 tbl_tracking.php:244 tbl_tracking.php:676 msgid "Structure snapshot" -msgstr "" +msgstr "لقطة للبناء الهيكلي" #: db_tracking.php:181 msgid "Untracked tables" -msgstr "" +msgstr "الجداول الغير متتبعة" #: db_tracking.php:201 db_tracking.php:203 tbl_structure.php:664 #: tbl_structure.php:666 msgid "Track table" -msgstr "" +msgstr "تتبع الجدول" #: db_tracking.php:229 msgid "Database Log" -msgstr "" +msgstr "سجل قاعدة البيانات" #: enum_editor.php:21 libraries/tbl_properties.inc.php:773 #, php-format msgid "Values for the column \"%s\"" -msgstr "" +msgstr "قيم للعمود \"%s\"" #: enum_editor.php:22 libraries/tbl_properties.inc.php:774 msgid "Enter each value in a separate field." -msgstr "" +msgstr "أدخل كل قيمة بحقل منفصل" #: enum_editor.php:57 msgid "+ Restart insertion and add a new value" -msgstr "" +msgstr "+ أعد الإدخال و أضف قيمة جديدة" #: enum_editor.php:67 msgid "Output" -msgstr "" +msgstr "المخرجات" #: enum_editor.php:68 msgid "Copy and paste the joined values into the \"Length/Values\" field" -msgstr "" +msgstr "نسخ ولصق القيم المضمومة لحقل \"Length/Values\"" #: export.php:73 msgid "Selected export type has to be saved in file!" -msgstr "" +msgstr "نوع التصدير المحدد سيحفظ في الملف!" #: export.php:164 export.php:189 export.php:671 #, php-format @@ -982,9 +978,7 @@ msgstr "لا توجد مساحة كافية لحفظ الملف %s." #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." -msgstr "" -"المف %s موجود أصلا على الخادم. غير الاسم أو حدد خيار التسجيل على الملف " -"الموجود." +msgstr "الملف %s موجود على الخادم بالفعل , غير الاسم أو حدد خيار الكتابة عليه." #: export.php:311 export.php:315 #, php-format @@ -999,14 +993,16 @@ msgstr "تم حفظ الـDump إلى الملف %s." #: import.php:58 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" +"يبدو أنك تحاول رفع ملف كبير الحجم , فضلاً راجع المستند %sdocumentation%s لحل " +"المشكلة." #: import.php:278 import.php:331 libraries/File.class.php:501 #: libraries/File.class.php:611 msgid "File could not be read" -msgstr "لم يمكن قراءة الملف" +msgstr "لا يمكن قراءة الملف" #: import.php:286 import.php:295 import.php:314 import.php:323 #: libraries/File.class.php:681 libraries/File.class.php:689 @@ -1015,7 +1011,7 @@ msgstr "لم يمكن قراءة الملف" msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." -msgstr "" +msgstr "انت تحاول رفع ملف بصيغة ضغط غير معروفة (%s)." #: import.php:336 msgid "" @@ -1023,10 +1019,12 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." msgstr "" +"لايوجد أي بيانات لإستيرادها , إما انه لم يتم إرسال إسم الملف , أو أن حجم " +"الملف أكبر من الحجم المحدد في إعدادات PHP" #: import.php:371 libraries/display_import.lib.php:23 msgid "Could not load import plugins, please check your installation!" -msgstr "" +msgstr "لايمكن تحميل الإضافات المستوردة ,, فضلاً تحقق من عملية التنصيب ." #: import.php:396 msgid "The bookmark has been deleted." @@ -1034,7 +1032,7 @@ msgstr "لقد حذفت العلامة المرجعية." #: import.php:400 msgid "Showing bookmark" -msgstr "" +msgstr "عرض العلامة المرجعية" #: import.php:402 sql.php:970 #, php-format @@ -1044,19 +1042,23 @@ msgstr "تم إنشاء العلامة المرجعية %s" #: import.php:408 import.php:414 #, php-format msgid "Import has been successfully finished, %d queries executed." -msgstr "" +msgstr "الإستيراد إنتهى بنجاح , %d إستعلام تم تنفيذه." #: import.php:423 msgid "" "Script timeout passed, if you want to finish import, please resubmit same " "file and import will resume." msgstr "" +"إنتهى وقت التنفيذ , إذا كنت تريد إنهاء الإستيراد, أعد إرسال نفس الملف وسوف " +"يتم إستكمال الإستيراد" #: import.php:425 msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." msgstr "" +"لم يتم تحليل البيانات في العملية الأخيرة ,, هذا يعني ان phpMyAdmin لاتستطيع " +"إنهاء الإستيراد ,, يجب زيادة المدة المحددة لتنفيذ php" #: import_status.php:30 libraries/common.lib.php:650 #: libraries/schema/Export_Relation_Schema.class.php:203 user_password.php:123 @@ -1072,58 +1074,57 @@ msgstr "phpMyAdmin أكثر تفهما مع مستعرض الإطارات #: server_synchronize.php:734 server_synchronize.php:762 #: server_synchronize.php:790 server_synchronize.php:802 msgid "Click to select" -msgstr "اضغط للاختيار" +msgstr "إضغط للإختيار" #: js/messages.php:26 msgid "Click to unselect" -msgstr "" +msgstr "إضغط لإلغاء الإختيار" #: js/messages.php:27 libraries/import.lib.php:103 sql.php:214 msgid "\"DROP DATABASE\" statements are disabled." -msgstr "معطل \"حذف قاعدة بيانات\"الأمر " +msgstr "أمر \"حذف قاعدة البيانات\" معطل." #: js/messages.php:30 libraries/mult_submits.inc.php:282 sql.php:312 msgid "Do you really want to " -msgstr "هل تريد حقا " +msgstr "هل تريد حقا" #: js/messages.php:31 libraries/mult_submits.inc.php:282 sql.php:297 msgid "You are about to DESTROY a complete database!" -msgstr "" +msgstr "أنت على وشك إزالة كامل قاعدة البيانات !" #: js/messages.php:32 msgid "You are about to DESTROY a complete table!" -msgstr "" +msgstr "أنت على وشك إزالة كامل الجدول!" #: js/messages.php:33 msgid "You are about to TRUNCATE a complete table!" -msgstr "" +msgstr "أنت على وشك إفراغ كامل الجدول!" #: js/messages.php:35 -#, fuzzy #| msgid "Allows inserting and replacing data." msgid "Deleting tracking data" -msgstr "يسمح بإضافة واستبدال البيانات." +msgstr "حذف بيانات التتبع" #: js/messages.php:36 msgid "Dropping Primary Key/Index" -msgstr "" +msgstr "حذف المفتاح الرئيسي مفتاح/فهرس" #: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" -msgstr "" +msgstr "هذه العملية قد تأخذ وقت طويل , متابعة على أي حال ؟" #: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" +msgstr "أنت على وشك إلغاء مستودع BLOB!" #: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" +msgstr "هل تريد حقاً إلغاء كل مراجع BLOB في قاعدة البيانات %s ؟" #: js/messages.php:44 msgid "Missing value in the form!" -msgstr "يوجد قيمه مفقوده بالنموذج !" +msgstr "يوجد قيمة مفقودة بالنموذج !" #: js/messages.php:45 msgid "This is not a number!" @@ -1131,79 +1132,73 @@ msgstr "هذا ليس رقم!" #. l10n: Default description for the y-Axis of Charts #: js/messages.php:49 -#, fuzzy #| msgid "Total" msgid "Total count" -msgstr "مجموع كلي" +msgstr "العدد الكلي" #: js/messages.php:52 msgid "The host name is empty!" -msgstr "اسم المستضيف فارغ!" +msgstr "إسم المستضيف فارغ!" #: js/messages.php:53 msgid "The user name is empty!" -msgstr "اسم المستخدم فارغ!" +msgstr "إسم المستخدم فارغ!" #: js/messages.php:54 server_privileges.php:1221 user_password.php:64 msgid "The password is empty!" -msgstr "كلمة السر فارغة !" +msgstr "كلمة المرور فارغة !" #: js/messages.php:55 server_privileges.php:1219 user_password.php:67 msgid "The passwords aren't the same!" -msgstr "كلمتا السر غير متشابهتان !" +msgstr "كلمتا المرور غير متشابهتان !" #: js/messages.php:56 server_privileges.php:1679 server_privileges.php:1703 #: server_privileges.php:2108 server_privileges.php:2302 -#, fuzzy #| msgid "Any user" msgid "Add user" -msgstr "أي مستخدم" +msgstr "إضافة مستخدم" #: js/messages.php:57 -#, fuzzy #| msgid "Reloading the privileges" msgid "Reloading Privileges" msgstr "قيد إعادة قراءة الصلاحيات." #: js/messages.php:58 -#, fuzzy #| msgid "Remove selected users" msgid "Removing Selected Users" -msgstr "احذف المستخدمين المحددين" +msgstr "حذف المستخدمين المحددين" #: js/messages.php:59 libraries/tbl_properties.inc.php:772 #: tbl_tracking.php:244 tbl_tracking.php:409 msgid "Close" -msgstr "أغلق" +msgstr "أغلاق" -#: js/messages.php:62 js/messages.php:132 libraries/common.lib.php:594 -#: libraries/common.lib.php:1144 libraries/common.lib.php:2960 -#: libraries/common.lib.php:2961 libraries/config/messages.inc.php:471 -#: libraries/display_tbl.lib.php:1287 libraries/import.lib.php:1150 -#: libraries/import.lib.php:1174 libraries/Index.class.php:468 +#: js/messages.php:62 js/messages.php:132 libraries/Index.class.php:468 +#: libraries/common.lib.php:594 libraries/common.lib.php:1144 +#: libraries/common.lib.php:2960 libraries/common.lib.php:2961 +#: libraries/config/messages.inc.php:471 libraries/display_tbl.lib.php:1287 +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 #: libraries/schema/User_Schema.class.php:164 setup/frames/index.inc.php:137 msgid "Edit" -msgstr "تحرير" +msgstr "تعديل" #: js/messages.php:64 server_status.php:420 -#, fuzzy #| msgid "Server Choice" msgid "Live traffic chart" -msgstr "اختيار الخادم" +msgstr "خريطة التتبع المباشر" #: js/messages.php:65 server_status.php:423 msgid "Live conn./process chart" -msgstr "" +msgstr "خريطة conn./process المباشر" #: js/messages.php:66 server_status.php:445 -#, fuzzy #| msgid "SQL query" msgid "Live query chart" -msgstr "استعلام-SQL" +msgstr "خريطة الإستعلام المباشر" #: js/messages.php:68 msgid "Static data" -msgstr "" +msgstr "بيانات ثابتة" #. l10n: Total number of queries #: js/messages.php:70 libraries/build_html_for_db.lib.php:45 @@ -1216,7 +1211,7 @@ msgstr "مجموع كلي" #. l10n: Other, small valued, queries #: js/messages.php:72 server_status.php:602 msgid "Other" -msgstr "" +msgstr "آخر" #. l10n: Thousands separator #: js/messages.php:74 libraries/common.lib.php:1374 @@ -1230,74 +1225,70 @@ msgstr "." #: js/messages.php:78 msgid "KiB sent since last refresh" -msgstr "" +msgstr "كيلوبايت أرسلت منذ آخر تحديث" #: js/messages.php:79 msgid "KiB received since last refresh" -msgstr "" +msgstr "كيلوبايت أستقبلت منذ آخر تحديث" #: js/messages.php:80 -#, fuzzy #| msgid "Server Choice" msgid "Server traffic (in KiB)" -msgstr "اختيار الخادم" +msgstr "ترافيك الخادم (بالكيلو بايت)" #: js/messages.php:81 msgid "Connections since last refresh" -msgstr "" +msgstr "الإتصالات منذ آخر تحديث" #: js/messages.php:82 server_status.php:794 msgid "Processes" -msgstr "معالَجات" +msgstr "عمليات" #: js/messages.php:83 -#, fuzzy #| msgid "Connections" msgid "Connections / Processes" -msgstr "اتصالات" +msgstr "اتصالات / عمليات" #: js/messages.php:84 msgid "Issued queries since last refresh" -msgstr "" +msgstr "استعلامات صدرت منذ آخر تحديث" #: js/messages.php:85 msgid "Issued queries" -msgstr "" +msgstr "إستعلامات صادرة" #: js/messages.php:87 server_status.php:402 -#, fuzzy #| msgid "Databases statistics" msgid "Query statistics" -msgstr "إحصائيات قواعد البيانات" +msgstr "إحصائيات الإستعلام" #: js/messages.php:91 libraries/tbl_properties.inc.php:777 pmd_general.php:388 #: pmd_general.php:425 pmd_general.php:545 pmd_general.php:593 #: pmd_general.php:669 pmd_general.php:723 pmd_general.php:786 msgid "Cancel" -msgstr "ألغ" +msgstr "ألغاء" #: js/messages.php:94 msgid "Loading" -msgstr "" +msgstr "تحميل" #: js/messages.php:95 -#, fuzzy #| msgid "Processes" msgid "Processing Request" -msgstr "معالَجات" +msgstr "معالجة الطلب" #: js/messages.php:96 libraries/db_events.inc.php:39 #: libraries/display_triggers.inc.php:46 libraries/import/ods.php:80 msgid "Error in Processing Request" -msgstr "" +msgstr "خطأ في معالجة الطلب" #: js/messages.php:97 msgid "Dropping Column" -msgstr "" +msgstr "إزالة العمود" #: js/messages.php:98 msgid "Adding Primary Key" -msgstr "" +msgstr "إضافة مفتاح رئيسي" #: js/messages.php:99 libraries/relation.lib.php:87 pmd_general.php:386 #: pmd_general.php:543 pmd_general.php:591 pmd_general.php:667 @@ -1306,107 +1297,92 @@ msgid "OK" msgstr "موافق" #: js/messages.php:102 -#, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" -msgstr "أعد تسمية قاعدة البيانات ﺇﻠﻰ" +msgstr "أعادة تسمية قاعدة البيانات" #: js/messages.php:103 -#, fuzzy #| msgid "Rename database to" msgid "Reload Database" -msgstr "أعد تسمية قاعدة البيانات ﺇﻠﻰ" +msgstr "أعادة تحميل قاعدة البيانات" #: js/messages.php:104 -#, fuzzy #| msgid "Copy database to" msgid "Copying Database" -msgstr "إنسخ قاعدة البيانات إلى" +msgstr "نسخ قاعدة البيانات " #: js/messages.php:105 -#, fuzzy #| msgid "Charset" msgid "Changing Charset" -msgstr "مجموعة المحارف" +msgstr "تغيير مجموعة المحارف" #: js/messages.php:106 -#, fuzzy #| msgid "You have to choose at least one column to display" msgid "Table must have at least one column" msgstr "عليك اختيار عمود واحد على الأقل للعرض" #: js/messages.php:107 -#, fuzzy #| msgid "Create table" msgid "Create Table" msgstr "أنشئ الجدول" #: js/messages.php:112 -#, fuzzy #| msgid "Use Tables" msgid "Insert Table" -msgstr "استخدم الجدول" +msgstr "إدخال الجدول" #: js/messages.php:115 -#, fuzzy #| msgid "Search" msgid "Searching" -msgstr "ابحث" +msgstr "بحث" #: js/messages.php:116 -#, fuzzy #| msgid "in query" msgid "Hide search results" -msgstr "في الاستعلام" +msgstr "إخفاء نتائج البحث" #: js/messages.php:117 -#, fuzzy #| msgid "SQL query" msgid "Show search results" -msgstr "استعلام-SQL" +msgstr "إظهار نتائج البحث" #: js/messages.php:118 -#, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "استعراض" #: js/messages.php:119 -#, fuzzy #| msgid "Deleting %s" msgid "Deleting" -msgstr "قيد حذف %s" +msgstr "حذف" #: js/messages.php:122 msgid "The definition of a stored function must contain a RETURN statement!" -msgstr "" +msgstr "تعريف الدالة المخزنة يجب أن تحتوي جملة RETURN !" #: js/messages.php:123 -#, fuzzy #| msgid "Missing value in the form!" msgid "Value too long in the form!" -msgstr "يوجد قيمه مفقوده بالنموذج !" +msgstr "القيمة كبيرة جداً!" #: js/messages.php:126 msgid "" "Note: If the file contains multiple tables, they will be combined into one" -msgstr "" +msgstr "ملاحظة: إذا كان الملف يحتوي على جداول متعددة , فإنها سوف تتجمع في واحد" #: js/messages.php:129 -#, fuzzy #| msgid "in query" msgid "Hide query box" -msgstr "في الاستعلام" +msgstr "إخفاء صندوق الإستعلام" #: js/messages.php:130 -#, fuzzy #| msgid "SQL query" msgid "Show query box" -msgstr "استعلام-SQL" +msgstr "إظهار صندوق الإستعلام" #: js/messages.php:131 msgid "Inline Edit" -msgstr "" +msgstr "تعديل سريع" #: js/messages.php:133 libraries/config/FormDisplay.tpl.php:332 #: libraries/schema/User_Schema.class.php:313 @@ -1419,11 +1395,11 @@ msgstr "حفظ" #: js/messages.php:134 libraries/display_tbl.lib.php:637 pmd_general.php:158 #: tbl_change.php:316 tbl_change.php:322 msgid "Hide" -msgstr "أخف" +msgstr "أخفاء" #: js/messages.php:135 tbl_row_action.php:28 msgid "No rows selected" -msgstr "" +msgstr "لايوجد صفوف مختارة" #: js/messages.php:136 libraries/display_tbl.lib.php:2384 querywindow.php:114 #: querywindow.php:118 querywindow.php:121 tbl_structure.php:152 @@ -1432,16 +1408,14 @@ msgid "Change" msgstr "تغيير" #: js/messages.php:139 -#, fuzzy #| msgid "in query" msgid "Hide search criteria" -msgstr "في الاستعلام" +msgstr "إخفاء معايير البحث" #: js/messages.php:140 -#, fuzzy #| msgid "SQL query" msgid "Show search criteria" -msgstr "استعلام-SQL" +msgstr "إظهار معايير البحث" #: js/messages.php:143 tbl_change.php:304 tbl_indexes.php:203 #: tbl_indexes.php:230 @@ -1450,18 +1424,17 @@ msgstr "تجاهل" #: js/messages.php:146 msgid "Select referenced key" -msgstr "" +msgstr "إختيار المفتاح المرجع" #: js/messages.php:147 msgid "Select Foreign Key" -msgstr "" +msgstr "إختيار المفتاح الغريب" #: js/messages.php:148 msgid "Please select the primary key or a unique key" -msgstr "" +msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد" #: js/messages.php:149 pmd_general.php:87 tbl_relation.php:545 -#, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "اختر الحقل لإظهاره" @@ -1474,29 +1447,26 @@ msgstr "" #: js/messages.php:153 msgid "Add an option for column " -msgstr "" +msgstr "إضافة خيار للعمود" #: js/messages.php:156 -#, fuzzy #| msgid "Change password" msgid "Generate password" -msgstr "تغيير كلمة السر" +msgstr "توليد كلمة مرور" #: js/messages.php:157 libraries/replication_gui.lib.php:365 msgid "Generate" -msgstr "ولد" +msgstr "توليد" #: js/messages.php:158 -#, fuzzy #| msgid "Change password" msgid "Change Password" -msgstr "تغيير كلمة السر" +msgstr "تغيير كلمة المرور" #: js/messages.php:161 tbl_structure.php:497 -#, fuzzy #| msgid "Mon" msgid "More" -msgstr "الإثنين" +msgstr "أكثر" #: js/messages.php:164 setup/lib/index.lib.php:158 #, php-format @@ -1504,28 +1474,27 @@ msgid "" "A newer version of phpMyAdmin is available and you should consider " "upgrading. The newest version is %s, released on %s." msgstr "" +"يوجد إصدارأحدث من phpMyAdmin متوفر حالياً ,, ينبغى أن تعمل ترقية.أحدث " +"إصدار هو %s, released on %s." #. l10n: Latest available phpMyAdmin version #: js/messages.php:166 msgid ", latest stable version:" -msgstr "" +msgstr ", آخر إصدار مستقر:" #: js/messages.php:167 -#, fuzzy #| msgid "No databases" msgid "up to date" -msgstr "لايوجد قواعد بيانات" +msgstr "محدثة" #. l10n: Display text for calendar close link #: js/messages.php:185 -#, fuzzy #| msgid "Donate" msgid "Done" -msgstr "تبرع" +msgstr "إنتهى" #. l10n: Display text for previous month link in calendar #: js/messages.php:187 -#, fuzzy #| msgid "Previous" msgid "Prev" msgstr "سابق" @@ -1540,10 +1509,9 @@ msgstr "التالي" #. l10n: Display text for current month link in calendar #: js/messages.php:191 -#, fuzzy #| msgid "Total" msgid "Today" -msgstr "مجموع كلي" +msgstr "اليوم" #: js/messages.php:194 msgid "January" @@ -1554,13 +1522,11 @@ msgid "February" msgstr "فبراير" #: js/messages.php:196 -#, fuzzy #| msgid "Mar" msgid "March" msgstr "مارس" #: js/messages.php:197 -#, fuzzy #| msgid "Apr" msgid "April" msgstr "أبريل" @@ -1570,19 +1536,16 @@ msgid "May" msgstr "مايو" #: js/messages.php:199 -#, fuzzy #| msgid "Jun" msgid "June" msgstr "يونيو" #: js/messages.php:200 -#, fuzzy #| msgid "Jul" msgid "July" msgstr "يوليو" #: js/messages.php:201 -#, fuzzy #| msgid "Aug" msgid "August" msgstr "أغسطس" @@ -1592,7 +1555,6 @@ msgid "September" msgstr "سبتمبر" #: js/messages.php:203 -#, fuzzy #| msgid "Oct" msgid "October" msgstr "أكتوبر" @@ -1627,7 +1589,6 @@ msgstr "أبريل" #. l10n: Short month name #: js/messages.php:217 libraries/common.lib.php:1519 -#, fuzzy #| msgid "May" msgctxt "Short month name" msgid "May" @@ -1669,19 +1630,16 @@ msgid "Dec" msgstr "ديسمبر" #: js/messages.php:234 -#, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "الأحد" #: js/messages.php:235 -#, fuzzy #| msgid "Mon" msgid "Monday" msgstr "الإثنين" #: js/messages.php:236 -#, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "الثلاثاء" @@ -1695,7 +1653,6 @@ msgid "Thursday" msgstr "الخميس" #: js/messages.php:239 -#, fuzzy #| msgid "Fri" msgid "Friday" msgstr "الجمعة" @@ -1741,49 +1698,42 @@ msgstr "السبت" #. l10n: Minimal week day name #: js/messages.php:260 -#, fuzzy #| msgid "Sun" msgid "Su" msgstr "الأحد" #. l10n: Minimal week day name #: js/messages.php:262 -#, fuzzy #| msgid "Mon" msgid "Mo" msgstr "الإثنين" #. l10n: Minimal week day name #: js/messages.php:264 -#, fuzzy #| msgid "Tue" msgid "Tu" msgstr "الثلاثاء" #. l10n: Minimal week day name #: js/messages.php:266 -#, fuzzy #| msgid "Wed" msgid "We" msgstr "الأربعاء" #. l10n: Minimal week day name #: js/messages.php:268 -#, fuzzy #| msgid "Thu" msgid "Th" msgstr "الخميس" #. l10n: Minimal week day name #: js/messages.php:270 -#, fuzzy #| msgid "Fri" msgid "Fr" msgstr "الجمعة" #. l10n: Minimal week day name #: js/messages.php:272 -#, fuzzy #| msgid "Sat" msgid "Sa" msgstr "السبت" @@ -1805,9 +1755,228 @@ msgstr "الدقيقة" msgid "Second" msgstr "الثانية" +#: libraries/Config.class.php:1190 +msgid "Font size" +msgstr "حجم الخط" + +#: libraries/File.class.php:310 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "حجم الملف المرفوع يتجاوز حجم الملف المسموح به في إعدادات php" + +#: libraries/File.class.php:313 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "حجم الملف المرفوع يتجاوز حجم الملف المحدد به في نموذج HTML" + +#: libraries/File.class.php:316 +msgid "The uploaded file was only partially uploaded." +msgstr "تم رفع جزء من الملف فقط." + +#: libraries/File.class.php:319 +msgid "Missing a temporary folder." +msgstr "المجلد المؤقت مفقود." + +#: libraries/File.class.php:322 +msgid "Failed to write file to disk." +msgstr "فشلت عملية كتابة الملف على القرص." + +#: libraries/File.class.php:325 +msgid "File upload stopped by extension." +msgstr "رفع الملف إستوقف من قبل الامتداد." + +#: libraries/File.class.php:328 +msgid "Unknown error in file upload." +msgstr "خطأ غير معروف عند رفع الملف." + +#: libraries/File.class.php:559 +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" +"خطأ عند نقل الملف المرفوع , إنظر " +":[a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]" + +#: libraries/Index.class.php:430 tbl_relation.php:526 +msgid "No index defined!" +msgstr "لم يتم تعريف الفهرس!" + +#: libraries/Index.class.php:435 libraries/build_html_for_db.lib.php:40 +#: tbl_tracking.php:309 +msgid "Indexes" +msgstr "فهارس" + +#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 +#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 +#: tbl_tracking.php:315 +msgid "Unique" +msgstr "فريد" + +#: libraries/Index.class.php:447 tbl_tracking.php:316 +msgid "Packed" +msgstr "محزم" + +#: libraries/Index.class.php:449 tbl_tracking.php:318 +msgid "Cardinality" +msgstr "Cardinality" + +#: libraries/Index.class.php:452 libraries/db_routines.lib.php:777 +#: tbl_tracking.php:272 tbl_tracking.php:321 +msgid "Comment" +msgstr "تعليق" + +#: libraries/Index.class.php:474 +msgid "The primary key has been dropped" +msgstr "لقد تم حذف المفتاح الأساسي" + +#: libraries/Index.class.php:478 +#, php-format +msgid "Index %s has been dropped" +msgstr "تم حذف الفهرس %s" + +#: libraries/Index.class.php:582 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحدهما." + +#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:177 +#: libraries/server_links.inc.php:43 server_databases.php:100 +#: server_privileges.php:1740 +msgid "Databases" +msgstr "قاعدة بيانات" + +#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308 +#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:561 +#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:883 +#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60 +msgid "Error" +msgstr "خطأ" + +#: libraries/Message.class.php:260 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "%1$d صف تأثر" +msgstr[1] "%1$d صف تأثر" +msgstr[2] "%1$d صفوف تأثرت" +msgstr[3] "%1$d صفوف تأثرت" +msgstr[4] "%1$d صفوف تأثرت" +msgstr[5] "%1$d صفوف تأثرت" + +#: libraries/Message.class.php:279 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "%1$d صف حذف" +msgstr[1] "%1$d صف حذف" +msgstr[2] "%1$d صفوف حذفت" +msgstr[3] "%1$d صفوف حذفت" +msgstr[4] "%1$d صفوف حذفت" +msgstr[5] "%1$d صفوف حذفت" + +#: libraries/Message.class.php:298 +#, fuzzy, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "%1$d صف أضيف" +msgstr[1] "%1$d صف أضيف" +msgstr[2] "%1$d صفوف أضيفت" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: libraries/RecentTable.class.php:114 +msgid "Could not save recent table" +msgstr "لايستطيع حفظ الجدول الأخير" + +#: libraries/RecentTable.class.php:149 +#| msgid "Select Tables" +msgid "Recent tables" +msgstr "الجداول الأخيرة" + +#: libraries/RecentTable.class.php:155 +msgid "There are no recent tables" +msgstr "لا يوجد جداول أخيرة" + +#: libraries/StorageEngine.class.php:195 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "لايوجد معلومات تفصيلية لحالة محرك التخزين هذا." + +#: libraries/StorageEngine.class.php:355 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "%s متوفر في خادم MySQL هذا." + +#: libraries/StorageEngine.class.php:358 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "%s معطل في خادم MySQL هذا." + +#: libraries/StorageEngine.class.php:362 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "خادم MySQL هذا لايدعم محرك التخزين %s ." + +#: libraries/Table.class.php:1027 +msgid "Invalid database" +msgstr "قاعدة البيانات غير صالحة" + +#: libraries/Table.class.php:1041 tbl_get_field.php:25 +msgid "Invalid table name" +msgstr "اسم الجدول غير صالح" + +#: libraries/Table.class.php:1056 +#, php-format +msgid "Error renaming table %1$s to %2$s" +msgstr "خطأ في إعادة تسمية الجدول %1$s إلى %2$s" + +#: libraries/Table.class.php:1139 +#, php-format +msgid "Table %s has been renamed to %s" +msgstr "تم إعادة تسمية الجدول %s إلى %s" + +#: libraries/Table.class.php:1272 +msgid "Could not save table UI preferences" +msgstr "لا يمكن حفظ تفضيلات جدول UI" + +#: libraries/Theme.class.php:160 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "مسار الصورة للمظهر %s غير صحيح!" + +#: libraries/Theme.class.php:380 +msgid "No preview available." +msgstr "لاتتوفر معاينة." + +#: libraries/Theme.class.php:383 +msgid "take it" +msgstr "إعتبر" + +#: libraries/Theme_Manager.class.php:109 +#, php-format +msgid "Default theme %s not found!" +msgstr "المظهر الإفتراضي %s غير موجود!" + +#: libraries/Theme_Manager.class.php:147 +#, php-format +msgid "Theme %s not found!" +msgstr "المظهر %s غير موجود!" + +#: libraries/Theme_Manager.class.php:215 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "مسار المظهر غير موجود للمظهر %s !" + +#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 +msgid "Theme" +msgstr "مظهر" + #: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." -msgstr "" +msgstr "لايمكن الإتصال: إعدادات غير صحيحة." #: libraries/auth/config.auth.lib.php:91 #: libraries/auth/cookie.auth.lib.php:200 libraries/auth/http.auth.lib.php:64 @@ -1818,9 +1987,9 @@ msgstr "أهلا بك في %s" #: libraries/auth/config.auth.lib.php:106 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." -msgstr "" +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." +msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه." #: libraries/auth/config.auth.lib.php:115 msgid "" @@ -1847,7 +2016,7 @@ msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)" #: libraries/auth/cookie.auth.lib.php:239 #: libraries/auth/cookie.auth.lib.php:240 msgid "You can enter hostname/IP address and port separated by space." -msgstr "" +msgstr "يمكن أن تدخل عنوان المضيف والمنفذ مفصولان بالمسافة." #: libraries/auth/cookie.auth.lib.php:239 msgid "Server:" @@ -1859,7 +2028,7 @@ msgstr "اسم المستخدم:" #: libraries/auth/cookie.auth.lib.php:248 msgid "Password:" -msgstr "كلمة السر:" +msgstr "كلمة المرور:" #: libraries/auth/cookie.auth.lib.php:255 msgid "Server Choice" @@ -1874,12 +2043,14 @@ msgstr "يجب تفعيل دعم الكوكيز في هذه المرحلة." msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" +"تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة " +"(AllowNoPassword)" #: libraries/auth/cookie.auth.lib.php:643 #: libraries/auth/signon.auth.lib.php:238 #, php-format msgid "No activity within %s seconds; please log in again" -msgstr "" +msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد" #: libraries/auth/cookie.auth.lib.php:653 #: libraries/auth/cookie.auth.lib.php:655 @@ -1889,21 +2060,21 @@ msgstr "لا يمكن الدخول إلى خادم MySQL" #: libraries/auth/http.auth.lib.php:69 msgid "Wrong username/password. Access denied." -msgstr "خطأ اسم المستخدم/كلمة السر. الدخول ممنوع." +msgstr "خطأ في اسم المستخدم أو كلمة السر. الوصول ممنوع." #: libraries/auth/signon.auth.lib.php:87 msgid "Can not find signon authentication script:" -msgstr "" +msgstr "لايمكن إيجاد برنامج مصادقة التوقيع:" #: libraries/auth/swekey/swekey.auth.lib.php:118 #, php-format msgid "File %s does not contain any key id" -msgstr "" +msgstr "الملف %s لايحتوي على أي مفتاح تعريف" #: libraries/auth/swekey/swekey.auth.lib.php:157 #: libraries/auth/swekey/swekey.auth.lib.php:180 msgid "Hardware authentication failed" -msgstr "" +msgstr "فشلت المصادقة المحسوسة" #: libraries/auth/swekey/swekey.auth.lib.php:166 msgid "No valid authentication key plugged" @@ -1911,31 +2082,23 @@ msgstr "" #: libraries/auth/swekey/swekey.auth.lib.php:202 msgid "Authenticating..." -msgstr "" +msgstr "مصادقة..." #: libraries/blobstreaming.lib.php:241 msgid "PBMS error" -msgstr "" +msgstr "خطأ PBMS" #: libraries/blobstreaming.lib.php:267 msgid "PBMS connection failed:" -msgstr "" - -#: libraries/blobstreaming.lib.php:308 libraries/blobstreaming.lib.php:314 -#: libraries/common.lib.php:561 libraries/core.lib.php:232 -#: libraries/import.lib.php:136 libraries/Message.class.php:205 -#: tbl_change.php:883 tbl_operations.php:228 tbl_relation.php:287 -#: view_operations.php:60 -msgid "Error" -msgstr "خطأ" +msgstr "فشل إتصال PBMS:" #: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" -msgstr "" +msgstr "فشل جلب معلومات PBMS BLOB:" #: libraries/blobstreaming.lib.php:320 msgid "get BLOB Content-Type failed" -msgstr "" +msgstr "فشل جلب نوع محتوى BLOB:" #: libraries/blobstreaming.lib.php:347 msgid "View image" @@ -1956,11 +2119,11 @@ msgstr "نزل الملف" #: libraries/blobstreaming.lib.php:421 #, php-format msgid "Could not open file: %s" -msgstr "" +msgstr "لايمكن فتح الملف : %s" #: libraries/bookmark.lib.php:83 msgid "shared" -msgstr "" +msgstr "مشترك" #: libraries/build_html_for_db.lib.php:25 #: libraries/config/messages.inc.php:183 libraries/export/xml.php:36 @@ -1981,29 +2144,23 @@ msgstr "جداول" msgid "Data" msgstr "بيانات" -#: libraries/build_html_for_db.lib.php:40 libraries/Index.class.php:435 -#: tbl_tracking.php:309 -msgid "Indexes" -msgstr "فهارس" - #: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60 #: tbl_printview.php:333 tbl_structure.php:818 msgid "Overhead" -msgstr "الفوقي" +msgstr "الحمل الزائد" #: libraries/build_html_for_db.lib.php:93 -#, fuzzy #| msgid "No databases" msgid "Jump to database" -msgstr "لايوجد قواعد بيانات" +msgstr "قفز لقاعدة البيانات" #: libraries/build_html_for_db.lib.php:130 msgid "Not replicated" -msgstr "" +msgstr "غير مستنسخة" #: libraries/build_html_for_db.lib.php:136 msgid "Replicated" -msgstr "" +msgstr "مستنسخة" #: libraries/build_html_for_db.lib.php:150 #, php-format @@ -2016,26 +2173,26 @@ msgstr "تحقق من الصلاحيات" #: libraries/common.inc.php:587 msgid "Failed to read configuration file" -msgstr "" +msgstr "فشل قراءة ملف الإعدادات" #: libraries/common.inc.php:588 msgid "" "This usually means there is a syntax error in it, please check any errors " "shown below." -msgstr "" +msgstr "يبدو أن هناك خطأ في بناء الجملة." #: libraries/common.inc.php:595 #, php-format msgid "Could not load default configuration from: %1$s" -msgstr "" +msgstr "لا يمكن تحميل الإعدادات الإفتراضية من : %1$s" #: libraries/common.inc.php:600 msgid "" "The $cfg['PmaAbsoluteUri'] directive MUST be set in your " "configuration file!" msgstr "" -"المتغير $cfg['PmaAbsoluteUri'] يجب تعديله " -"في ملف التعريف !" +"المتغير $cfg['PmaAbsoluteUri'] يجب تعديله في " +"ملف التعريف !" #: libraries/common.inc.php:630 #, php-format @@ -2045,44 +2202,44 @@ msgstr "فهرس خادم غير صحيح: %s" #: libraries/common.inc.php:637 #, php-format msgid "Invalid hostname for server %1$s. Please review your configuration." -msgstr "" +msgstr "إسم المضيف غير صحيح للخادم %1$s." #: libraries/common.inc.php:646 libraries/config/messages.inc.php:495 #: libraries/header.inc.php:129 main.php:161 server_synchronize.php:1170 msgid "Server" msgstr "خادم" -#: libraries/common.inc.php:829 +#: libraries/common.inc.php:825 msgid "Invalid authentication method set in configuration:" -msgstr "" +msgstr "اسلوب مصادقة غير صحيح في الإعدادات:" -#: libraries/common.inc.php:932 +#: libraries/common.inc.php:928 #, php-format msgid "You should upgrade to %s %s or later." -msgstr "عليك التحديث إلى %s %s أو لاحقا." +msgstr "عليك الترقية إلى %s%s أو لاحقا." #: libraries/common.lib.php:134 #, php-format msgid "Max: %s%s" -msgstr "" +msgstr "كبير: %s%s" #. l10n: Language to use for MySQL 5.5 documentation, please use only languages which do exist in official documentation. #: libraries/common.lib.php:386 msgctxt "MySQL 5.5 documentation language" msgid "en" -msgstr "en" +msgstr "إنجليزي" #. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation. #: libraries/common.lib.php:390 msgctxt "MySQL 5.1 documentation language" msgid "en" -msgstr "en" +msgstr "إنجليزي" #. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation. #: libraries/common.lib.php:394 msgctxt "MySQL 5.0 documentation language" msgid "en" -msgstr "en" +msgstr "إنجليزي" #: libraries/common.lib.php:407 libraries/common.lib.php:409 #: libraries/common.lib.php:411 libraries/common.lib.php:426 @@ -2098,15 +2255,15 @@ msgstr "مستندات وثائقية" #: libraries/common.lib.php:573 libraries/header_printview.inc.php:60 #: server_status.php:260 server_status.php:803 msgid "SQL query" -msgstr "استعلام-SQL" +msgstr "استعلام SQL" #: libraries/common.lib.php:1078 msgid "Failed to connect to SQL validator!" -msgstr "" +msgstr "فشل الإتصال بمدقق SQL!" #: libraries/common.lib.php:1119 libraries/config/messages.inc.php:472 msgid "Explain SQL" -msgstr "اشرح SQL" +msgstr "شرح SQL" #: libraries/common.lib.php:1123 msgid "Skip Explain SQL" @@ -2123,27 +2280,27 @@ msgstr "أنشئ كود PHP" #: libraries/common.lib.php:1178 libraries/config/messages.inc.php:473 #: server_status.php:410 server_status.php:436 server_status.php:457 msgid "Refresh" -msgstr "حدث" +msgstr "تحديث" #: libraries/common.lib.php:1187 msgid "Skip Validate SQL" -msgstr "تخطي التأكد من SQL" +msgstr "تخطي تدقيق SQL" #: libraries/common.lib.php:1190 libraries/config/messages.inc.php:476 msgid "Validate SQL" -msgstr "التحقق من استعلام SQL" +msgstr "التدقيق في استعلام SQL" #: libraries/common.lib.php:1245 msgid "Inline edit of this query" -msgstr "" +msgstr "تعديل سريع لهذا الإستعلام" #: libraries/common.lib.php:1247 msgid "Inline" -msgstr "" +msgstr "مضمن" #: libraries/common.lib.php:1314 sql.php:931 msgid "Profiling" -msgstr "" +msgstr "جانبي" #. l10n: shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa+ #: libraries/common.lib.php:1334 @@ -2204,7 +2361,7 @@ msgstr "نهاية" #: libraries/common.lib.php:2384 #, php-format msgid "Jump to database "%s"." -msgstr "إذهب إلى قاعدة بيانات "%s"." +msgstr "الذهاب إلى قاعدة البيانات "%s"." #: libraries/common.lib.php:2403 #, php-format @@ -2246,7 +2403,7 @@ msgstr "عمليات" #: libraries/common.lib.php:2900 msgid "Browse your computer:" -msgstr "" +msgstr "تصفح كمبيوترك." #: libraries/common.lib.php:2916 #, fuzzy, php-format @@ -2261,89 +2418,159 @@ msgstr "الدليل الذي حددته لتحميل عملك لا يمكن ا #: libraries/common.lib.php:2936 msgid "There are no files to upload" -msgstr "" +msgstr "لايوجد أي ملفات لرفعها" #: libraries/common.lib.php:2964 libraries/common.lib.php:2965 msgid "Execute" -msgstr "" +msgstr "تنفيذ" -#: libraries/Config.class.php:1190 -msgid "Font size" -msgstr "حجم الخط" +#: libraries/config.values.php:45 libraries/config.values.php:47 +#: libraries/config.values.php:51 +msgid "Both" +msgstr "كلا" + +#: libraries/config.values.php:47 +msgid "Nowhere" +msgstr "لامكان" + +#: libraries/config.values.php:47 +msgid "Left" +msgstr "يسار" + +#: libraries/config.values.php:47 +msgid "Right" +msgstr "يمين" + +#: libraries/config.values.php:75 +msgid "Open" +msgstr "فتح" + +#: libraries/config.values.php:75 +#| msgid "Close" +msgid "Closed" +msgstr "إغلاق" + +#: libraries/config.values.php:96 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:122 libraries/export/texytext.php:24 +#: libraries/import.lib.php:1172 +msgid "structure" +msgstr "بناء" + +#: libraries/config.values.php:97 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:123 libraries/export/texytext.php:24 +msgid "data" +msgstr "بيانات" + +#: libraries/config.values.php:98 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:124 libraries/export/texytext.php:24 +#| msgid "Structure and data" +msgid "structure and data" +msgstr "البنية والبيانات" + +#: libraries/config.values.php:100 +msgid "Quick - display only the minimal options to configure" +msgstr "سريع - عرض خيارات أقل" + +#: libraries/config.values.php:101 +msgid "Custom - display all possible options to configure" +msgstr "مخصص - عرض كل الخيارات المحتملة" + +#: libraries/config.values.php:102 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "مخصص - مثل مافي الأعلى , لكن بدون الخيار سريع/مخصص" + +#: libraries/config.values.php:120 +#| msgid "Complete inserts" +msgid "complete inserts" +msgstr "إدخال كامل" + +#: libraries/config.values.php:121 +#| msgid "Extended inserts" +msgid "extended inserts" +msgstr "إدخال ممدد" + +#: libraries/config.values.php:122 +msgid "both of the above" +msgstr "كلاهما" + +#: libraries/config.values.php:123 +msgid "neither of the above" +msgstr "لاشيء منهم" #: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 msgid "Not a positive number" -msgstr "" +msgstr "ليس عدد موجب" #: libraries/config/FormDisplay.class.php:84 #: libraries/config/validate.lib.php:435 msgid "Not a non-negative number" -msgstr "" +msgstr "ليس عدد غير سالب" #: libraries/config/FormDisplay.class.php:85 #: libraries/config/validate.lib.php:409 msgid "Not a valid port number" -msgstr "" +msgstr "رقم منفذ غير صحيح" #: libraries/config/FormDisplay.class.php:86 #: libraries/config/FormDisplay.class.php:574 #: libraries/config/validate.lib.php:360 libraries/config/validate.lib.php:450 msgid "Incorrect value" -msgstr "" +msgstr "قيمة غير صحيحة" #: libraries/config/FormDisplay.class.php:87 #: libraries/config/validate.lib.php:464 #, php-format msgid "Value must be equal or lower than %s" -msgstr "" +msgstr "القيمة يجب أن تساوي أو أقل من %s" #: libraries/config/FormDisplay.class.php:538 #, php-format msgid "Missing data for %s" -msgstr "" +msgstr "بيانات مفقودة لـ %s" #: libraries/config/FormDisplay.class.php:736 #: libraries/config/FormDisplay.class.php:740 -#, fuzzy #| msgid "Variable" msgid "unavailable" -msgstr "متغير" +msgstr "غير متاح" #: libraries/config/FormDisplay.class.php:737 #: libraries/config/FormDisplay.class.php:741 #, php-format msgid "\"%s\" requires %s extension" -msgstr "" +msgstr "%s يتطلب الإمتداد %s" #: libraries/config/FormDisplay.class.php:755 #, php-format msgid "import will not work, missing function (%s)" -msgstr "" +msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة" #: libraries/config/FormDisplay.class.php:759 #, php-format msgid "export will not work, missing function (%s)" -msgstr "" +msgstr "التصدير لن يتم , الدالة (%s) مفقودة" #: libraries/config/FormDisplay.class.php:766 msgid "SQL Validator is disabled" -msgstr "" +msgstr "مدقق SQL معطل" #: libraries/config/FormDisplay.class.php:773 -#, fuzzy #| msgid "Link not found" msgid "SOAP extension not found" -msgstr "لم يمكن إيجاد الوصلة" +msgstr "الإمتداد SOAP غير موجود" #: libraries/config/FormDisplay.class.php:781 #, php-format msgid "maximum %s" -msgstr "" +msgstr "أقصى %s" #: libraries/config/FormDisplay.tpl.php:173 msgid "This setting is disabled, it will not be applied to your configuration" -msgstr "" +msgstr "هذا الإعداد معطل , لن يتم تطبيقه في التكوين" #: libraries/config/FormDisplay.tpl.php:173 libraries/relation.lib.php:89 #: libraries/relation.lib.php:96 pmd_relation_new.php:68 @@ -2353,32 +2580,31 @@ msgstr "معطل" #: libraries/config/FormDisplay.tpl.php:248 #, php-format msgid "Set value: %s" -msgstr "" +msgstr "تعيين القيمة: %s" #: libraries/config/FormDisplay.tpl.php:253 #: libraries/config/messages.inc.php:356 msgid "Restore default value" -msgstr "" +msgstr "إستعادة القيمة الإفتراضية" #: libraries/config/FormDisplay.tpl.php:269 msgid "Allow users to customize this value" -msgstr "" +msgstr "السماح للمستخدمين بتخصيص هذه القيمة" #: libraries/config/FormDisplay.tpl.php:333 #: libraries/schema/User_Schema.class.php:466 prefs_manage.php:320 #: prefs_manage.php:325 tbl_change.php:1025 msgid "Reset" -msgstr "إلغاء" +msgstr "إعادة تعيين" #: libraries/config/messages.inc.php:17 msgid "Improves efficiency of screen refresh" -msgstr "" +msgstr "تحسين كفاءة تحديث الشاشة" #: libraries/config/messages.inc.php:18 -#, fuzzy #| msgid "Enable" msgid "Enable Ajax" -msgstr "فعل" +msgstr "تفعيل الأجاكس" #: libraries/config/messages.inc.php:19 msgid "" @@ -2387,7 +2613,7 @@ msgstr "" #: libraries/config/messages.inc.php:20 msgid "Allow login to any MySQL server" -msgstr "" +msgstr "السماح بالدخول لأي خادم MySQL" #: libraries/config/messages.inc.php:21 msgid "" @@ -2395,6 +2621,8 @@ msgid "" "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting attacks" msgstr "" +"تفعيل هذا يسمح للصفحات الموجودة في أماكن مختلفة بإستدعاء phpMyAdmin داخل " +"إطار, وهذا من المحتمل ان يسبب ثغرة أمنية." #: libraries/config/messages.inc.php:22 msgid "Allow third party framing" @@ -2402,13 +2630,13 @@ msgstr "" #: libraries/config/messages.inc.php:23 msgid "Show "Drop database" link to normal users" -msgstr "" +msgstr "عرض رابط "إزالة قاعدة البيانات" للمستخدمين العاديين" #: libraries/config/messages.inc.php:24 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" -msgstr "" +msgstr "عبارة المرور السرية تستخدم لتشفير الكوكيز في المصادقة" #: libraries/config/messages.inc.php:25 msgid "Blowfish secret" @@ -2416,7 +2644,7 @@ msgstr "" #: libraries/config/messages.inc.php:26 msgid "Highlight selected rows" -msgstr "" +msgstr "توضيح الصفوف المختارة" #: libraries/config/messages.inc.php:27 msgid "Row marker" @@ -2424,21 +2652,23 @@ msgstr "" #: libraries/config/messages.inc.php:28 msgid "Highlight row pointed by the mouse cursor" -msgstr "" +msgstr "توضيح الصفوف المشار إليها بمؤشر الفأرة" #: libraries/config/messages.inc.php:29 msgid "Highlight pointer" -msgstr "" +msgstr "توضيح المؤشر" #: libraries/config/messages.inc.php:30 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" +"تفعيل ضغط [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] لعمليات التصدير " +"والإستيراد" #: libraries/config/messages.inc.php:31 msgid "Bzip2" -msgstr "" +msgstr "Bzip2" #: libraries/config/messages.inc.php:32 msgid "" @@ -2939,12 +3169,6 @@ msgstr "" msgid "LaTeX" msgstr "لاتكس" -#: libraries/config/messages.inc.php:177 libraries/List_Database.class.php:430 -#: libraries/server_links.inc.php:43 server_databases.php:100 -#: server_privileges.php:1740 -msgid "Databases" -msgstr "قاعدة بيانات" - #: libraries/config/messages.inc.php:178 msgid "Databases display options" msgstr "" @@ -4458,86 +4682,6 @@ msgstr "" msgid "Incorrect IP address: %s" msgstr "" -#: libraries/config.values.php:45 libraries/config.values.php:47 -#: libraries/config.values.php:51 -msgid "Both" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Nowhere" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Left" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Right" -msgstr "" - -#: libraries/config.values.php:75 -msgid "Open" -msgstr "" - -#: libraries/config.values.php:75 -#, fuzzy -#| msgid "Close" -msgid "Closed" -msgstr "أغلق" - -#: libraries/config.values.php:96 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:122 libraries/export/texytext.php:24 -#: libraries/import.lib.php:1172 -msgid "structure" -msgstr "" - -#: libraries/config.values.php:97 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:123 libraries/export/texytext.php:24 -msgid "data" -msgstr "" - -#: libraries/config.values.php:98 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:124 libraries/export/texytext.php:24 -#, fuzzy -#| msgid "Structure and data" -msgid "structure and data" -msgstr "البنية والبيانات" - -#: libraries/config.values.php:100 -msgid "Quick - display only the minimal options to configure" -msgstr "" - -#: libraries/config.values.php:101 -msgid "Custom - display all possible options to configure" -msgstr "" - -#: libraries/config.values.php:102 -msgid "Custom - like above, but without the quick/custom choice" -msgstr "" - -#: libraries/config.values.php:120 -#, fuzzy -#| msgid "Complete inserts" -msgid "complete inserts" -msgstr "لقد اكتمل الإدخال" - -#: libraries/config.values.php:121 -#, fuzzy -#| msgid "Extended inserts" -msgid "extended inserts" -msgstr "إدخال مدد" - -#: libraries/config.values.php:122 -msgid "both of the above" -msgstr "" - -#: libraries/config.values.php:123 -msgid "neither of the above" -msgstr "" - #. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation. #: libraries/core.lib.php:264 msgctxt "PHP documentation language" @@ -4604,23 +4748,6 @@ msgstr "" msgid "Add a new Event" msgstr "أضف مستخدم جديد" -#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 -msgid "Connection for controluser as defined in your configuration failed." -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 -#: libraries/dbi/mysqli.dbi.lib.php:395 -msgid "The server is not responding" -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 -msgid "(or the local MySQL server's socket is not correctly configured)" -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:346 -msgid "Details..." -msgstr "" - #: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 msgid "Database seems to be empty!" @@ -4693,9 +4820,9 @@ msgstr "الطول/القيمة" #: libraries/export/php_array.php:29 libraries/export/sql.php:83 #: libraries/export/texytext.php:31 libraries/export/xls.php:29 #: libraries/export/xlsx.php:29 libraries/export/xml.php:25 -#: libraries/export/yaml.php:30 libraries/import/csv.php:33 +#: libraries/export/yaml.php:30 libraries/import.lib.php:1145 +#: libraries/import.lib.php:1167 libraries/import/csv.php:33 #: libraries/import/docsql.php:35 libraries/import/ldi.php:49 -#: libraries/import.lib.php:1145 libraries/import.lib.php:1167 #: libraries/import/ods.php:32 libraries/import/sql.php:20 #: libraries/import/xls.php:28 libraries/import/xlsx.php:28 #: libraries/import/xml.php:25 tbl_select.php:231 tbl_structure.php:889 @@ -4754,11 +4881,6 @@ msgstr "نوع الاستعلام" msgid "SQL data access" msgstr "" -#: libraries/db_routines.lib.php:777 libraries/Index.class.php:452 -#: tbl_tracking.php:272 tbl_tracking.php:321 -msgid "Comment" -msgstr "تعليق" - #: libraries/db_routines.lib.php:839 libraries/db_routines.lib.php:842 msgid "Routine parameters" msgstr "" @@ -4819,6 +4941,23 @@ msgid "" "3.11[/a]" msgstr "" +#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 +#: libraries/dbi/mysqli.dbi.lib.php:395 +msgid "The server is not responding" +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 +msgid "(or the local MySQL server's socket is not correctly configured)" +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:346 +msgid "Details..." +msgstr "" + #: libraries/display_change_password.lib.php:29 main.php:94 #: user_password.php:119 user_password.php:137 msgid "Change password" @@ -4980,8 +5119,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" #: libraries/display_export.lib.php:275 @@ -5711,8 +5850,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" #: libraries/engines/pbxt.lib.php:129 @@ -6024,42 +6163,6 @@ msgstr "" msgid "Export contents" msgstr "" -#: libraries/File.class.php:310 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "" - -#: libraries/File.class.php:313 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form." -msgstr "" - -#: libraries/File.class.php:316 -msgid "The uploaded file was only partially uploaded." -msgstr "" - -#: libraries/File.class.php:319 -msgid "Missing a temporary folder." -msgstr "" - -#: libraries/File.class.php:322 -msgid "Failed to write file to disk." -msgstr "" - -#: libraries/File.class.php:325 -msgid "File upload stopped by extension." -msgstr "" - -#: libraries/File.class.php:328 -msgid "Unknown error in file upload." -msgstr "" - -#: libraries/File.class.php:559 -msgid "" -"Error moving the uploaded file, see [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "" - #: libraries/footer.inc.php:188 libraries/footer.inc.php:191 #: libraries/footer.inc.php:194 msgid "Open new phpMyAdmin window" @@ -6077,6 +6180,40 @@ msgstr "ناتج استعلام SQL" msgid "Generated by" msgstr "أنشئ بواسطة" +#: libraries/import.lib.php:1141 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "" + +#: libraries/import.lib.php:1142 +msgid "View a structure`s contents by clicking on its name" +msgstr "" + +#: libraries/import.lib.php:1143 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" +msgstr "" + +#: libraries/import.lib.php:1144 +msgid "Edit its structure by following the \"Structure\" link" +msgstr "" + +#: libraries/import.lib.php:1147 +msgid "Go to database" +msgstr "" + +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 +msgid "settings" +msgstr "" + +#: libraries/import.lib.php:1169 +msgid "Go to table" +msgstr "اذهب إلى الجدول" + +#: libraries/import.lib.php:1178 +msgid "Go to view" +msgstr "" + #: libraries/import/csv.php:38 libraries/import/ods.php:26 #: libraries/import/xls.php:25 libraries/import/xlsx.php:25 msgid "" @@ -6138,40 +6275,6 @@ msgstr "اسم العمود" msgid "This plugin does not support compressed imports!" msgstr "" -#: libraries/import.lib.php:1141 -msgid "" -"The following structures have either been created or altered. Here you can:" -msgstr "" - -#: libraries/import.lib.php:1142 -msgid "View a structure`s contents by clicking on its name" -msgstr "" - -#: libraries/import.lib.php:1143 -msgid "" -"Change any of its settings by clicking the corresponding \"Options\" link" -msgstr "" - -#: libraries/import.lib.php:1144 -msgid "Edit its structure by following the \"Structure\" link" -msgstr "" - -#: libraries/import.lib.php:1147 -msgid "Go to database" -msgstr "" - -#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 -msgid "settings" -msgstr "" - -#: libraries/import.lib.php:1169 -msgid "Go to table" -msgstr "اذهب إلى الجدول" - -#: libraries/import.lib.php:1178 -msgid "Go to view" -msgstr "" - #: libraries/import/ods.php:28 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" @@ -6194,40 +6297,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "فهرس غير معرف!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "مميز" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "لقد تم حذف المفتاح الأساسي" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "فهرسة محذوفة %s" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحدهما." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6240,27 +6309,6 @@ msgstr "لا شيء" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6505,20 +6553,6 @@ msgstr "" msgid "This format has no options" msgstr "هذا التنسيق ليس له أي خيارات" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Select Tables" -msgid "Recent tables" -msgstr "اختر الجداول" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ليس صالحا" @@ -6905,6 +6939,63 @@ msgstr "فرق" msgid "Target database" msgstr "" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "تنفيذ استعلام/استعلامات SQL على قاعدة بيانات %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "اسم العمود" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "اجعل علامة مرجعية SQL-استعلام" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "لا تخزن على هذا الاستعلام من خارج النافذة" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " عرض هذا الاستعلام هنا مرة أخرى " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "عرض فقط" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "مكان ملف نصي" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "دليل تحميل الملفات على خادم الشبكة" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6965,63 +7056,6 @@ msgstr "معرف غير صالح" msgid "Unknown Punctuation String" msgstr "نص تنقيط غير معروف" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "تنفيذ استعلام/استعلامات SQL على قاعدة بيانات %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "اسم العمود" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "اجعل علامة مرجعية SQL-استعلام" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "لا تخزن على هذا الاستعلام من خارج النافذة" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " عرض هذا الاستعلام هنا مرة أخرى " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "عرض فقط" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "مكان ملف نصي" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "دليل تحميل الملفات على خادم الشبكة" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7031,48 +7065,6 @@ msgstr "" "لم يمكن تشغيل محقق SQL. الرجاء التأكد مما إذا كنت ثبتت إضافات PHP كما هو " "مشروح في %sالتوثيق%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "قاعدة البيانات غير صالحة" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "اسم الجدول غير صالح" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "خطأ في إعادة تسمية الجدول %1$s إلى %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "تم إعادة تسمية الجدول %s إلى %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7201,38 +7193,6 @@ msgstr "" msgid "+ Add a new value" msgstr "أضف مستخدم جديد" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7535,8 +7495,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%" -"s." +"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا" +"%s." #: main.php:314 msgid "" @@ -8285,8 +8245,8 @@ msgstr "احذف قواعد البيانات التي لها نفس أسماء msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL " "مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا " @@ -10585,8 +10545,8 @@ msgstr "أعد تسمية العرض الـ" #~ "The additional features for working with linked tables have been " #~ "deactivated. To find out why click %shere%s." #~ msgstr "" -#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %" -#~ "sهنا%s." +#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط " +#~ "%sهنا%s." #~ msgid "Execute bookmarked query" #~ msgstr "نفذ استعلام محفوظ بعلامة مرجعية" diff --git a/po/az.po b/po/az.po index 206e1d2e07..e95d882342 100644 --- a/po/az.po +++ b/po/az.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -44,10 +44,10 @@ msgstr "Axtarış" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -60,18 +60,18 @@ msgstr "Axtarış" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Davam" @@ -128,9 +128,9 @@ msgstr "Baza qısa izahatı: " msgid "Table comments" msgstr "Cedvel haqqında qısa izahat" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +141,12 @@ msgstr "Cedvel haqqında qısa izahat" msgid "Column" msgstr "Sütun adları" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +156,9 @@ msgstr "Sütun adları" msgid "Type" msgstr "Tip" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +196,12 @@ msgstr "Links to" msgid "Comments" msgstr "Qısa İzahatlar" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +212,17 @@ msgstr "Qısa İzahatlar" msgid "No" msgstr "Xeyir" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -337,8 +336,8 @@ msgstr "" msgid "Switch to copied database" msgstr "Kopyalanmış cedvele keç" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -513,8 +512,8 @@ msgstr "SQL-query on database %s:" msgid "Submit Query" msgstr "Emri İcra Et" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,76 +536,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş netice çoxluğu gönderdi (ye'ni sıfır setir)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL deyir: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Prosesler" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Me'lumat bazasında cedvel yoxdur." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "%s cedveli leğv edildi" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "%s cedveli leğv edildi" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Server versiyası" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6213,40 +6355,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "İndeks te'yin edilmedi!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikal" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Birinci dereceli açar leğv edildi" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "%s indeksi leğv edildi" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6259,27 +6367,6 @@ msgstr "Heç biri" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6529,19 +6616,6 @@ msgstr "" msgid "This format has no options" msgstr "Bu formatın variantları yoxdur" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Cedvel yoxdur" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Müveffeqiyyetsiz" @@ -6934,6 +7008,63 @@ msgstr "" msgid "Target database" msgstr "Search in database" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "%s me'lumat bazasına SQL sorğusu(-ları) gönder" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "%s me'lumat bazasına SQL sorğusu(-ları) gönder" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Sütun adları" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Bu SQL sorğusunu bookmark-la" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Bu sorğunu burada yene göster " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Sadece göster" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "tekst faylından yükleyerek" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web-server upload direktoriyası" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6996,63 +7127,6 @@ msgstr "Invalid Identifer" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "%s me'lumat bazasına SQL sorğusu(-ları) gönder" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "%s me'lumat bazasına SQL sorğusu(-ları) gönder" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Sütun adları" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Bu SQL sorğusunu bookmark-la" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Bu sorğunu burada yene göster " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Sadece göster" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "tekst faylından yükleyerek" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web-server upload direktoriyası" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7062,48 +7136,6 @@ msgstr "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary php extensions as described in the %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Bu depolama motoru haqqında etrafli status me'lumatı mövcud deyildir." - -#: libraries/StorageEngine.class.php:355 -#, fuzzy, php-format -msgid "%s is available on this MySQL server." -msgstr "%s motoru bu serverde söndürülmüşdür." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s motoru bu serverde söndürülmüşdür." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Bu MySQL server %s depolama motorunu desteklememektedir." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "%s cedveli %s olaraq yeniden adlandırılmışdır" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7233,38 +7265,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Yeni İstifadeçi elave Et" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8338,8 +8338,8 @@ msgstr "İstifadeçilerle eyni adlı me'lumat bazalarını leğv et." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler " "cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin " diff --git a/po/be.po b/po/be.po index d2e73c1279..19f5516c66 100644 --- a/po/be.po +++ b/po/be.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: belarusian_cyrillic \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -47,10 +47,10 @@ msgstr "Пошук" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Пошук" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Панеслася" @@ -131,9 +131,9 @@ msgstr "Камэнтар да базы дадзеных: " msgid "Table comments" msgstr "Камэнтар да табліцы" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Камэнтар да табліцы" msgid "Column" msgstr "Назвы калёнак" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Назвы калёнак" msgid "Type" msgstr "Тып" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Зьвязаная з" msgid "Comments" msgstr "Камэнтары" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Камэнтары" msgid "No" msgstr "Не" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -337,8 +336,8 @@ msgstr "Дадаць абмежаваньні" msgid "Switch to copied database" msgstr "Перайсьці да скапіяванай базы дадзеных" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -512,8 +511,8 @@ msgstr "SQL-запыт да БД %s:" msgid "Submit Query" msgstr "Выканаць запыт" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,80 +536,82 @@ msgstr "Дазваляе выкананьне праграмаў, якія за msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Адказ MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Працэсы" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "У базе дадзеных табліц ня выяўлена." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Імпартаваць файлы" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Некарэктны індэкс сэрвэра: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Табліца %s была выдаленая" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Табліца %1$s створаная." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Стварыць сувязь" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy msgid "Edit routine" msgstr "Вэб-сэрвэр" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6398,42 +6549,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Індэкс ня вызначаны!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Унікальнае" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Сьціснутая" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Колькасьць элемэнтаў" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Першасны ключ быў выдалены" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Індэкс %s быў выдалены" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Падобна, што індэксы %1$s і %2$s зьяўляюцца аднолькавымі, а таму адзін зь " -"іх, магчыма, можна выдаліць." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6446,30 +6561,6 @@ msgstr "Няма" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, fuzzy, php-format -#| msgid "%1$d row(s) affected." -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Зьменена радкоў: %1$d." -msgstr[1] "Зьменена радкоў: %1$d." - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "%1$d row(s) deleted." -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Выдалена радкоў: %1$d." -msgstr[1] "Выдалена радкоў: %1$d." - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "%1$d row(s) inserted." -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Устаўлена радкоў: %1$d." -msgstr[1] "Устаўлена радкоў: %1$d." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6714,22 +6805,6 @@ msgstr "" msgid "This format has no options" msgstr "Гэты фармат ня мае опцыяў" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Няма табліц" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Праверыць табліцу" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "не OK" @@ -7126,6 +7201,64 @@ msgstr "" msgid "Target database" msgstr "Пошук у базе дадзеных" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Выканаць SQL-запыт(ы) на сэрвэры %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Выканаць SQL-запыт(ы) на базе дадзеных %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Каляндар" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Назвы калёнак" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Дадаць гэты SQL-запыт у закладкі" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Даць кожнаму карыстальніку доступ да гэтай закладкі" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Замяніць існую закладку з такім жа імем" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Не перазапісвайце гэты запыт у іншых вокнах" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Разьдзяляльнік" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Паказаць гэты запыт зноў " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Толькі прагляд" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Месцазнаходжаньне тэкставага файла" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "тэчка вэб-сэрвэра для загрузкі файлаў" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7190,64 +7323,6 @@ msgstr "Няправільны ідэнтыфікатар" msgid "Unknown Punctuation String" msgstr "Невядомы сымбаль пунктуацыі" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Выканаць SQL-запыт(ы) на сэрвэры %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Выканаць SQL-запыт(ы) на базе дадзеных %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Каляндар" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Назвы калёнак" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Дадаць гэты SQL-запыт у закладкі" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Даць кожнаму карыстальніку доступ да гэтай закладкі" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Замяніць існую закладку з такім жа імем" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Не перазапісвайце гэты запыт у іншых вокнах" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Разьдзяляльнік" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Паказаць гэты запыт зноў " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Толькі прагляд" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Месцазнаходжаньне тэкставага файла" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "тэчка вэб-сэрвэра для загрузкі файлаў" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7258,49 +7333,6 @@ msgstr "" "ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў %sдакумэнтацыі" "%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s даступная на гэтым MySQL-сэрвэры." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s была адключаная для рэтага MySQL-сэрвэра." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Няправільная база дадзеных" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Некарэктнае імя табліцы" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Памылка перайменаваньня табліцы %1$s у %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Табліца %s была перайменаваная ў %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Табліца — пустая!" @@ -7431,38 +7463,6 @@ msgstr "Азначэньне PARTITION" msgid "+ Add a new value" msgstr "Дадаць новага карыстальніка" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Дапушчальны шлях да малюнкаў тэмы %s ня знойдзены!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Папярэдні прагляд недаступны." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "гэтая" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Тэма па змоўчаньні %s ня знойдзеная!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Тэма %s ня знойдзеная!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Ня знойдзены шлях да тэмы %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8593,8 +8593,8 @@ msgstr "Выдаліць базы дадзеных, якія маюць такі msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц " "прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, " diff --git a/po/be@latin.po b/po/be@latin.po index 48cfd4e1da..e604843e70 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal \n" "Language-Team: belarusian_latin \n" +"Language: be@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: be@latin\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Pootle 2.0.1\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Pošuk" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Pošuk" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Paniesłasia" @@ -133,9 +133,9 @@ msgstr "Kamentar da bazy dadzienych: " msgid "Table comments" msgstr "Kamentar da tablicy" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -146,12 +146,12 @@ msgstr "Kamentar da tablicy" msgid "Column" msgstr "Nazvy kalonak" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -161,9 +161,9 @@ msgstr "Nazvy kalonak" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -201,13 +201,12 @@ msgstr "Źviazanaja z" msgid "Comments" msgstr "Kamentary" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -218,17 +217,17 @@ msgstr "Kamentary" msgid "No" msgstr "Nie" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -340,8 +339,8 @@ msgstr "Dadać abmiežavańni" msgid "Switch to copied database" msgstr "Pierajści da skapijavanaj bazy dadzienych" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -516,8 +515,8 @@ msgstr "SQL-zapyt da BD %s:" msgid "Submit Query" msgstr "Vykanać zapyt" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -542,81 +541,83 @@ msgstr "Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Adkaz MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Pracesy" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "U bazie dadzienych tablic nia vyjaŭlena." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Niekarektny indeks servera: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tablica %s była vydalenaja" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tablica %1$s stvoranaja." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Stvaryć suviaź" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Pracedury" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6375,42 +6526,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Indeks nia vyznačany!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikalnaje" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Ścisnutaja" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kolkaść elementaŭ" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Pieršasny kluč byŭ vydaleny" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s byŭ vydaleny" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Padobna, što indeksy %1$s i %2$s źjaŭlajucca adnolkavymi, a tamu adzin ź " -"ich, mahčyma, možna vydalić." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6423,30 +6538,6 @@ msgstr "Nijakaja" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, fuzzy, php-format -#| msgid "%1$d row(s) affected." -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Źmieniena radkoŭ: %1$d." -msgstr[1] "Źmieniena radkoŭ: %1$d." - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "%1$d row(s) deleted." -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Vydalena radkoŭ: %1$d." -msgstr[1] "Vydalena radkoŭ: %1$d." - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "%1$d row(s) inserted." -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Ustaŭlena radkoŭ: %1$d." -msgstr[1] "Ustaŭlena radkoŭ: %1$d." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6691,22 +6782,6 @@ msgstr "" msgid "This format has no options" msgstr "Hety farmat nia maje opcyjaŭ" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Select Tables" -msgid "Recent tables" -msgstr "Vybierycie tablicu(y)" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nie OK" @@ -7098,6 +7173,63 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Vykanać SQL-zapyt(y) na servery %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Vykanać SQL-zapyt(y) na bazie dadzienych %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nazvy kalonak" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Dadać hety SQL-zapyt u zakładki" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Dać kožnamu karystalniku dostup da hetaj zakładki" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Zamianić isnuju zakładku z takim ža imiem" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nie pierazapisvajcie hety zapyt u inšych voknach" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Raździalalnik" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Pakazać hety zapyt znoŭ " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Tolki prahlad" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Miescaznachodžańnie tekstavaha fajła" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "tečka web-servera dla zahruzki fajłaŭ" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7163,63 +7295,6 @@ msgstr "Niapravilny identyfikatar" msgid "Unknown Punctuation String" msgstr "Nieviadomy symbal punktuacyi" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Vykanać SQL-zapyt(y) na servery %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Vykanać SQL-zapyt(y) na bazie dadzienych %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nazvy kalonak" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Dadać hety SQL-zapyt u zakładki" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Dać kožnamu karystalniku dostup da hetaj zakładki" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Zamianić isnuju zakładku z takim ža imiem" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nie pierazapisvajcie hety zapyt u inšych voknach" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Raździalalnik" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Pakazać hety zapyt znoŭ " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Tolki prahlad" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Miescaznachodžańnie tekstavaha fajła" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "tečka web-servera dla zahruzki fajłaŭ" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7227,51 +7302,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "Niemahčyma prainicyjalizavać pravierku SQL. Kali łaska, praviercie, ci " -"ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %" -"sdakumentacyi%s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Dla hetaj mašyny zachavańnia dadzienych detalnaja infarmacyja nie dastupnaja." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s dastupnaja na hetym MySQL-servery." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s była adklučanaja dla retaha MySQL-servera." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Niapravilnaja baza dadzienych" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Niekarektnaje imia tablicy" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tablica %s była pierajmienavanaja ŭ %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ " +"%sdakumentacyi%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7404,38 +7436,6 @@ msgstr "Aznačeńnie PARTITION" msgid "+ Add a new value" msgstr "Dadać novaha karystalnika" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Dapuščalny šlach da malunkaŭ temy %s nia znojdzieny!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Papiaredni prahlad niedastupny." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "hetaja" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema pa zmoŭčańni %s nia znojdzienaja!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s nia znojdzienaja!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nia znojdzieny šlach da temy %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -7503,8 +7503,8 @@ msgstr "" "dadadzienyja da mietki času (pa zmoŭčańni — 0). Druhi parametar " "vykarystoŭvajcie, kab paznačyć inšy farmat daty/času. Treci parametar " "vyznačaje typ daty, jakaja budzie pakazanaja: vašaja lakalnaja data albo " -"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). U " -"zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia " +"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). " +"U zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia " "parametraŭ lakalnaj daty hladzicie dakumentacyju dla funkcyi PHP strftime(), " "a dla hrynvickaha času (parametar «utc») — dakumentacyju funkcyi gmdate()." @@ -8569,8 +8569,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic " "pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, " diff --git a/po/bg.po b/po/bg.po index 5f39ffd132..2c61ed1b29 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-22 16:50+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 14:27+0200\n" "Last-Translator: \n" "Language-Team: bulgarian \n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Търсене" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Търсене" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Изпълнение" @@ -132,9 +132,9 @@ msgstr "Коментар към БД: " msgid "Table comments" msgstr "Коментари към таблицата" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Коментари към таблицата" msgid "Column" msgstr "Kолона" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Kолона" msgid "Type" msgstr "Тип" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Свързана към" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Добавяне на ограничение" msgid "Switch to copied database" msgstr "Показване на копираната БД" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "SQL заявка към БД %s:" msgid "Submit Query" msgstr "Изпълни заявката" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,82 +522,84 @@ msgstr "Позволява стартиране на съхранени проц msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL върна празен резултат (т.е. нула редове)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL отговори: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Грешка при обработка на заявката" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "В БД няма таблици" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export as %s" msgid "Export of routine %s" msgstr "Експорт като %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Невалиден индекс на сървър: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Колоната %s беше изтрита" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Таблицата %1$s беше създадена." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create view" msgid "Create routine" msgstr "Създаване на изглед" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Редактиране" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5906,42 +6051,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Не е дефиниран индекс!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Уникално" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Кардиналност" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Главния ключ беше изтрит" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Индекса %s беше изтрит" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Индексите %1$s и %2$s изглеждат равнозначни и един от двата вероятно може да " -"бъде премахнат." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -5952,27 +6061,6 @@ msgstr "Няма" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d повлиян ред." -msgstr[1] "%1$d повлияни реда." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d ред изтрит." -msgstr[1] "%1$d реда изтрити." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d ред добавен." -msgstr[1] "%1$d реда добавени." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "От" @@ -6211,20 +6299,6 @@ msgstr "" msgid "This format has no options" msgstr "Този формат няма опции" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "Конфигурацията не може да бъде запазена" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Отваряни таблици" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Няма наскоро отваряни таблици" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "не е OK" @@ -6598,6 +6672,61 @@ msgstr "Различия" msgid "Target database" msgstr "Целева БД" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Изпълняване на SQL заявка/заявки на сървър %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Изпълнение на SQL заявка/заявки към БД %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Изчистване" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Колони" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Отбелязване SQL заявката" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Всеки потребител да има достъп до тази белязка" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Замяна белязката със същото име" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Не препокривайте тази заявка извън този прозорец" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Разделител" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Показване на заявката отново " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Само показване" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Местоположение на текстовия файл" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "директорията за upload на web сървъра" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6661,61 +6790,6 @@ msgstr "Невалиден идентификатор" msgid "Unknown Punctuation String" msgstr "Непознат пунктуационен низ" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Изпълняване на SQL заявка/заявки на сървър %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Изпълнение на SQL заявка/заявки към БД %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Изчистване" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Колони" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Отбелязване SQL заявката" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Всеки потребител да има достъп до тази белязка" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Замяна белязката със същото име" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Не препокривайте тази заявка извън този прозорец" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Разделител" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Показване на заявката отново " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Само показване" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Местоположение на текстовия файл" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "директорията за upload на web сървъра" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6723,50 +6797,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "SQL валидаторът не може да бъде инициализиран. Моля проверете дали са " -"инсталирани необходимите PHP разширения, както е описано в %sдокументацията%" -"s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Няма детайлна информация за състоянието на това хранилище на данни." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s е разрешен на този MySQL сървър." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s е изключен за този MySQL сървър." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Този MySQL сървър не поддържа хранилището на данни %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Невалидна БД" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Невалидно име на таблица" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Грешка при преименуване на таблица %1$s в %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Таблица %s беше преименувана на %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"инсталирани необходимите PHP разширения, както е описано в %sдокументацията" +"%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -6887,38 +6919,6 @@ msgstr "" msgid "+ Add a new value" msgstr "+ Добавяне на нова стойност" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Не открито изображение към тема %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Прегледът не е достъпен." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "тази ще е" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Темата по подразбиране %s не е намерена!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Тема %s не е намерена!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Не е открит път към тема %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7472,8 +7472,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" -"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез %" -"sскрипта за настройки%s." +"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез " +"%sскрипта за настройки%s." #: prefs_manage.php:302 msgid "Save to browser's storage" @@ -7923,8 +7923,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Забележка: phpMyAdmin взема потребителските права директно от таблицата с " "правата на MySQL. Съдържанието на тази таблица може да се различава от " @@ -10065,8 +10065,8 @@ msgid "" "No themes support; please check your configuration and/or your themes in " "directory %s." msgstr "" -"Няма поддръжка на теми, моля, проверете конфигурацията и/или темите в папка %" -"s." +"Няма поддръжка на теми, моля, проверете конфигурацията и/или темите в папка " +"%s." #: themes.php:41 msgid "Get more themes!" diff --git a/po/bn.po b/po/bn.po index c9783eb5f4..6b1f7a79e1 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-10-21 01:36+0200\n" "Last-Translator: Nobin নবীন \n" "Language-Team: bangla \n" +"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "খুঁজুন" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "খুঁজুন" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "যাও" @@ -130,9 +130,9 @@ msgstr "ডাটাবেজ মন্তব্যসমূহঃ" msgid "Table comments" msgstr "টেবিলের মন্তব্য সমূহ" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +141,12 @@ msgstr "টেবিলের মন্তব্য সমূহ" msgid "Column" msgstr "কলামের" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +156,9 @@ msgstr "কলামের" msgid "Type" msgstr "ধরন" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +196,12 @@ msgstr "সংযুক্তি হবে" msgid "Comments" msgstr "মন্তব্যসমূহ" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +212,17 @@ msgstr "মন্তব্যসমূহ" msgid "No" msgstr "না" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "constraints সংযুক্ত করুন" msgid "Switch to copied database" msgstr "অনুলিপি ডাটাবেজ এ পরিবর্তিত হবে" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -509,8 +508,8 @@ msgstr "SQL query on database %s:" msgid "Submit Query" msgstr "Submit Query" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -534,77 +533,79 @@ msgstr "Allows executing stored routines." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL said: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Processes" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "ডাটাবেজ এ কোন টেবিল পাওয়া যায়নি।" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "ফাইল ইম্পোর্ট কর" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Invalid server index: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Table %s has been dropped" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Table %s has been dropped" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Server version" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6320,40 +6468,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "No index defined!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unique" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "The primary key has been dropped" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "%s ইন্ডেস্ক মুছে ফেলা হয়েছে" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6366,29 +6480,6 @@ msgstr "কোনটিই নয়" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "No rows selected" -msgstr[1] "No rows selected" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "No rows selected" -msgstr[1] "No rows selected" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6631,22 +6722,6 @@ msgstr "" msgid "This format has no options" msgstr "This format has no options" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "\"%1$s\" হতে ডিফল্ট কনফিগারেশন লোড করা যায়নি" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "কোন টেবিল নাই" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "টেবিল পরীক্ষা কর" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ঠিক নাই" @@ -7040,6 +7115,64 @@ msgstr "" msgid "Target database" msgstr "ডাটাবে এ খুজুঁনSearch in database" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Run SQL query/queries on server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Run SQL query/queries on database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "ক্যালেন্ডার" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "কলামের নাম" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "এই SQL query টি বুকমার্ক করুন" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "সব ব্যাক্তিকে এই বুকমার্কটি দেখার সুযোগ দিন" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "একই নামের বর্তমান বুকমার্ক প্রতিস্থাপন করুন" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Do not overwrite this query from outside the window" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimiter" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Show this query here again " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "শুধু দেখ" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Location of the text file" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web server upload directory" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7102,64 +7235,6 @@ msgstr "Invalid Identifer" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Run SQL query/queries on server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Run SQL query/queries on database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "ক্যালেন্ডার" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "কলামের নাম" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "এই SQL query টি বুকমার্ক করুন" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "সব ব্যাক্তিকে এই বুকমার্কটি দেখার সুযোগ দিন" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "একই নামের বর্তমান বুকমার্ক প্রতিস্থাপন করুন" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Do not overwrite this query from outside the window" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimiter" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Show this query here again " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "শুধু দেখ" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Location of the text file" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web server upload directory" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7169,49 +7244,6 @@ msgstr "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"There is no detailed status information available for this storage engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s is available on this MySQL server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "MySQL সার্ভার এর জন্য %s বন্ধ করা হয়েছে ." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "এই MySQL সার্ভার %s ধরনের স্টোরেজ ইঞ্জিন সমর্থন করেনা." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Invalid database" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Invalid table name" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Error renaming table %1$s to %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Table %s has been renamed to %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7342,38 +7374,6 @@ msgstr "" msgid "+ Add a new value" msgstr "একটি নতুন ইউজার যোগ করুন" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No preview available." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "take it" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Default theme %s not found!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Theme %s not found!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Theme path not found for theme %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8488,13 +8488,13 @@ msgstr "ব্যাবহারকারীর নামে নাম এমন msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." diff --git a/po/br.po b/po/br.po index bec8aea752..2344885792 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-22 20:52+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-24 12:54+0200\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" +"Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: br\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Pootle 2.0.5\n" @@ -52,10 +52,10 @@ msgstr "Klask" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -68,18 +68,18 @@ msgstr "Klask" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Mont" @@ -136,9 +136,9 @@ msgstr "Evezhiadenn diwar-benn an diaz roadennoù : " msgid "Table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -147,12 +147,12 @@ msgstr "Evezhiadennoù diwar-benn an daolenn" msgid "Column" msgstr "Bann" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -162,9 +162,9 @@ msgstr "Bann" msgid "Type" msgstr "Seurt" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -202,13 +202,12 @@ msgstr "Liammet ouzh" msgid "Comments" msgstr "Evezhiadennoù" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -219,17 +218,17 @@ msgstr "Evezhiadennoù" msgid "No" msgstr "Ket" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -337,8 +336,8 @@ msgstr "Ouzhpennañ ar strishadurioù" msgid "Switch to copied database" msgstr "Mont d'an diaz roadennoù eilet" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -502,8 +501,8 @@ msgstr "Reked SQL ouzh an diaz roadennoù %s:" msgid "Submit Query" msgstr "Kas ar reked" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -513,89 +512,96 @@ msgstr "Sevenet eo bet ho reked SQL ervat" #, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Tizhet ez eus bet %d linenn dre embannadenn ziwezhañ an argerzh" +msgstr[1] "Tizhet ez eus bet %d linenn dre embannadenn ziwezhañ an argerzh" #: db_routines.php:165 #, php-format msgid "Execution results of routine %s" -msgstr "" +msgstr "Disoc'hoù seveniñ an argerzh %s" #: db_routines.php:185 libraries/import.lib.php:153 sql.php:678 #: tbl_change.php:180 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "Distroet ez eus un disoc'h goullo gant MySQL (linenn ebet)" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" -msgstr "C'hwitet eo bet ar reked \"%s\"" +msgid "The following query has failed: \"%s\"" +msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "respontet eo bet gant MySQL : " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "Fazi en ur seveniñ ar reked" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, php-format -msgid "No routine with name %s found in database %s" -msgstr "" +#| msgid "No tables found in database" +msgid "No routine with name %1$s found in database %2$s" +msgstr "N'eus bet kavet argerzh ebet gantañ an anv a %1$s en diaz roadennoù %2$s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "Seveniñ an argerzh" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" -msgstr "" +msgstr "Ezporzhiañ an argerzh %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" -msgstr "" - -#: db_routines.php:304 -msgid "Sorry, we failed to restore the dropped routine." -msgstr "" - -#: db_routines.php:305 -msgid "The backed up query was:" -msgstr "" +msgstr "Seurt argerzh faziek : \"%s\"" #: db_routines.php:309 +msgid "Sorry, we failed to restore the dropped routine." +msgstr "Ho tigarez, disposupl eo bet assevel an argerzh." + +#: db_routines.php:310 +msgid "The backed up query was:" +msgstr "Setu amañ ar reked a oa bet miret :" + +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." -msgstr "" +msgstr "Kemmet eo bet an argerzh %1s." -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." -msgstr "" +msgstr "Krouet eo bet an argerzh %1s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" -msgstr "" +msgstr "Ur fazi, pe meur a hini, zo bet en ur seveniñ ho koulenn :" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" -msgstr "" +msgstr "Krouiñ un argerzh" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" -msgstr "" +msgstr "Kemmañ un argerzh" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" +"Emaoc'h oc'h implijout an astenn PHP 'mysql' a zo dispredet. N'hall ket " +"merañ ar rekedoù lies. Gallout a ra ar seveniñ argerzhioù stoket zo " +"c'hwitañ ! Grit gant an astenn 'mysqli' gwellaet, kuit da gaout " +"kudennoù." #: db_search.php:54 libraries/auth/config.auth.lib.php:83 #: libraries/auth/config.auth.lib.php:102 @@ -668,7 +674,7 @@ msgstr "Klask en diaz roadennoù" #: db_search.php:300 msgid "Words or values to search for (wildcard: \"%\"):" -msgstr "" +msgstr "Gerioù pe dalvoudoù da glask (Joker: \"%\"):" #: db_search.php:305 msgid "Find:" @@ -680,7 +686,7 @@ msgstr "Dispartiet e vez ar gerioù gant un esaouenn (\" \")." #: db_search.php:323 msgid "Inside tables:" -msgstr "" +msgstr "E diabarzh an taolennoù" #: db_search.php:353 msgid "Inside column:" @@ -716,11 +722,11 @@ msgstr "N'eo ket oberiant an heuliañ." #: db_structure.php:372 libraries/display_tbl.lib.php:2235 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an %" -"steulioù titouriñ%s." +"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an " +"%steulioù titouriñ%s." #: db_structure.php:386 db_structure.php:400 libraries/header.inc.php:152 #: libraries/tbl_info.inc.php:60 tbl_structure.php:212 @@ -764,7 +770,7 @@ msgstr "Diaskañ pep tra" #: db_structure.php:488 msgid "Check tables having overhead" -msgstr "" +msgstr "Askañ an taolennoù gant dilerc'hioù" #: db_structure.php:496 libraries/common.lib.php:2962 #: libraries/common.lib.php:2963 libraries/config/messages.inc.php:164 @@ -786,8 +792,8 @@ msgstr "Stumm da voullañ" msgid "Empty" msgstr "Goullonderiñ" -#: db_structure.php:504 db_tracking.php:104 libraries/common.lib.php:2956 -#: libraries/common.lib.php:2957 libraries/Index.class.php:490 +#: db_structure.php:504 db_tracking.php:104 libraries/Index.class.php:490 +#: libraries/common.lib.php:2956 libraries/common.lib.php:2957 #: server_databases.php:266 tbl_structure.php:153 tbl_structure.php:154 #: tbl_structure.php:603 msgid "Drop" @@ -800,35 +806,35 @@ msgstr "Gwiriañ an daolenn" #: db_structure.php:508 tbl_operations.php:653 tbl_structure.php:845 #: tbl_structure.php:847 msgid "Optimize table" -msgstr "" +msgstr "Lakaat an daolenn diouzh ar gwellañ" #: db_structure.php:510 tbl_operations.php:640 msgid "Repair table" -msgstr "" +msgstr "Dresañ an daolenn" #: db_structure.php:512 tbl_operations.php:627 msgid "Analyze table" -msgstr "" +msgstr "Dielfennañ an daolenn" #: db_structure.php:514 msgid "Add prefix to table" -msgstr "" +msgstr "Ouzhpennañ ur rakger d'an daolenn" #: db_structure.php:516 libraries/mult_submits.inc.php:251 msgid "Replace table prefix" -msgstr "" +msgstr "Erlec'hiañ rakger an daolenn" #: db_structure.php:518 libraries/mult_submits.inc.php:251 msgid "Copy table with prefix" -msgstr "" +msgstr "Eilañ an daolenn enni ur rakger" #: db_structure.php:560 libraries/schema/User_Schema.class.php:383 msgid "Data Dictionary" -msgstr "" +msgstr "Geriadur roadennoù" #: db_tracking.php:79 msgid "Tracked tables" -msgstr "" +msgstr "Taolennoù heuliet-pizh" #: db_tracking.php:84 libraries/config/messages.inc.php:491 #: libraries/export/htmlword.php:90 libraries/export/latex.php:163 @@ -841,127 +847,131 @@ msgstr "" #: server_synchronize.php:1190 server_synchronize.php:1194 #: tbl_tracking.php:642 msgid "Database" -msgstr "" +msgstr "Diaz roadennoù" #: db_tracking.php:86 msgid "Last version" -msgstr "" +msgstr "Stumm diwezhañ" #: db_tracking.php:87 tbl_tracking.php:645 msgid "Created" -msgstr "" +msgstr "Krouet" #: db_tracking.php:88 tbl_tracking.php:646 msgid "Updated" -msgstr "" +msgstr "Hizivaet" #: db_tracking.php:89 libraries/server_links.inc.php:51 server_status.php:801 #: sql.php:935 tbl_tracking.php:647 msgid "Status" -msgstr "" +msgstr "Statud" -#: db_tracking.php:90 libraries/db_events.inc.php:68 -#: libraries/db_routines.lib.php:1215 libraries/db_structure.lib.php:44 -#: libraries/display_triggers.inc.php:76 libraries/Index.class.php:442 +#: db_tracking.php:90 libraries/Index.class.php:442 +#: libraries/db_events.inc.php:68 libraries/db_routines.lib.php:1215 +#: libraries/db_structure.lib.php:44 libraries/display_triggers.inc.php:76 #: server_databases.php:191 server_privileges.php:1612 #: server_privileges.php:1805 server_privileges.php:2154 tbl_structure.php:214 msgid "Action" -msgstr "" +msgstr "Oberiadenn" #: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" -msgstr "" +msgstr "Diverkañ ar roadennoù heuliañ evit an daolenn-mañ" #: db_tracking.php:119 tbl_tracking.php:599 tbl_tracking.php:657 msgid "active" -msgstr "" +msgstr "oberiant" #: db_tracking.php:121 tbl_tracking.php:601 tbl_tracking.php:659 msgid "not active" -msgstr "" +msgstr "dizoberiant" #: db_tracking.php:134 msgid "Versions" -msgstr "" +msgstr "Stummoù" #: db_tracking.php:135 tbl_tracking.php:409 tbl_tracking.php:676 msgid "Tracking report" -msgstr "" +msgstr "Danevell heuliañ" #: db_tracking.php:136 tbl_tracking.php:244 tbl_tracking.php:676 msgid "Structure snapshot" -msgstr "" +msgstr "Gwel prim eus ar framm" #: db_tracking.php:181 msgid "Untracked tables" -msgstr "" +msgstr "Taolennoù n'int ket heuliet" #: db_tracking.php:201 db_tracking.php:203 tbl_structure.php:664 #: tbl_structure.php:666 msgid "Track table" -msgstr "" +msgstr "Heuliañ an daolenn" #: db_tracking.php:229 msgid "Database Log" -msgstr "" +msgstr "Marilh an diaz roadennoù" #: enum_editor.php:21 libraries/tbl_properties.inc.php:773 #, php-format msgid "Values for the column \"%s\"" -msgstr "" +msgstr "Talvoudoù evit ar bann \"%s\"" #: enum_editor.php:22 libraries/tbl_properties.inc.php:774 msgid "Enter each value in a separate field." -msgstr "" +msgstr "Merkañ pep talvoud en ur vaezienn a-ziforc'h." #: enum_editor.php:57 msgid "+ Restart insertion and add a new value" -msgstr "" +msgstr "+ Adkregiñ gant an ensoc'hañ hag ouzhpennañ un talvoud nevez" #: enum_editor.php:67 msgid "Output" -msgstr "" +msgstr "Disoc'h" #: enum_editor.php:68 msgid "Copy and paste the joined values into the \"Length/Values\" field" -msgstr "" +msgstr "Eilañ an talvoudoù ha pegañ anezho er vaezienn \"Ment/Talvoudoù\"" #: export.php:73 msgid "Selected export type has to be saved in file!" -msgstr "" +msgstr "Ret eo enrollañ an diuzadenn ezporzhiañ en ur restr !" #: export.php:164 export.php:189 export.php:671 #, php-format msgid "Insufficient space to save the file %s." -msgstr "" +msgstr "N'eus ket egor a-walc'h evit gallout enrollañ ar restr %s." #: export.php:307 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" +"Emañ ar restr %s war ar servijer dija; cheñch an anv pe klikañ war al log " +"frikañ ar restroù zo dija." #: export.php:311 export.php:315 #, php-format msgid "The web server does not have permission to save the file %s." -msgstr "" +msgstr "N'eo ket aotreet ar servijer web da enrollañ ar restr %s." #: export.php:673 #, php-format msgid "Dump has been saved to file %s." -msgstr "" +msgstr "Enrollet eo bet ar restr ezporzhiañ e%s." #: import.php:58 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" +"Evit doare hoc'h eus klasket enrollañ ur restr re vras. Sellit ouzh an %" +"steulioù titouriñ%s evit gwelet penaos c'hoari an dro d'ar vevenn-se." #: import.php:278 import.php:331 libraries/File.class.php:501 #: libraries/File.class.php:611 msgid "File could not be read" -msgstr "" +msgstr "N'haller ket lenn ar restr" #: import.php:286 import.php:295 import.php:314 import.php:323 #: libraries/File.class.php:681 libraries/File.class.php:689 @@ -971,6 +981,9 @@ msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." msgstr "" +"Klasket hoc'h eus enporzhiañ ur restr n'eo ket skoret ar mod m'eo bet " +"gwasket (%s). Pe n'eo ket emplementet ar mod gwaskañ-se en ho kefluniadur, " +"pe eo bet diweredekaet." #: import.php:336 msgid "" @@ -978,45 +991,54 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." msgstr "" +"N'eus bet resevet roadenn ebet da vezañ enporzhiet. Pe n'eus bet pourchaset " +"anv restr ebet pe ez a ar vent anezhi dreist d'ar vent vrasañ aotreet gant " +"ho kefluniadur PHP. Gwelet [a@./Documentation.html#faq1_16@Documentation]FAQ " +"1.16[/a]." #: import.php:371 libraries/display_import.lib.php:23 msgid "Could not load import plugins, please check your installation!" -msgstr "" +msgstr "Dibosupl enporzhiañ an adveziantoù. Gwiriit ho staliadur !" #: import.php:396 msgid "The bookmark has been deleted." -msgstr "" +msgstr "Diverket eo bet ar sined." #: import.php:400 msgid "Showing bookmark" -msgstr "" +msgstr "O tiskouez ar sined" #: import.php:402 sql.php:970 #, php-format msgid "Bookmark %s created" -msgstr "" +msgstr "Krouet eo bet ar sined %s" #: import.php:408 import.php:414 #, php-format msgid "Import has been successfully finished, %d queries executed." -msgstr "" +msgstr "Enporzhiet eo bet an traoù ervat, %d reked zo bet kaset da benn." #: import.php:423 msgid "" "Script timeout passed, if you want to finish import, please resubmit same " "file and import will resume." msgstr "" +"Aet eur dreist d'ar vevenn amzer. Mar fell deoc'h kenderc'hel gant an " +"enporzhiañ, adkasit ar restr hag e kendalc'ho an argerzh." #: import.php:425 msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." msgstr "" +"Koulskoude n'eus ket bet dielfennet roadenn ebet er gasadenn ziwezhañ. " +"Peurliesañ e talvez n'hallo ket PhpMyAdmin echuiñ da enporzhiañ an traoù ma " +"ne vez ket kresket ganeoc'h bevenn amzer PHP." #: import_status.php:30 libraries/common.lib.php:650 #: libraries/schema/Export_Relation_Schema.class.php:203 user_password.php:123 msgid "Back" -msgstr "" +msgstr "Distreiñ" #: index.php:183 msgid "phpMyAdmin is more friendly with a frames-capable browser." @@ -1121,11 +1143,11 @@ msgstr "" msgid "Close" msgstr "" -#: js/messages.php:62 js/messages.php:132 libraries/common.lib.php:594 -#: libraries/common.lib.php:1144 libraries/common.lib.php:2960 -#: libraries/common.lib.php:2961 libraries/config/messages.inc.php:471 -#: libraries/display_tbl.lib.php:1287 libraries/import.lib.php:1150 -#: libraries/import.lib.php:1174 libraries/Index.class.php:468 +#: js/messages.php:62 js/messages.php:132 libraries/Index.class.php:468 +#: libraries/common.lib.php:594 libraries/common.lib.php:1144 +#: libraries/common.lib.php:2960 libraries/common.lib.php:2961 +#: libraries/config/messages.inc.php:471 libraries/display_tbl.lib.php:1287 +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 #: libraries/schema/User_Schema.class.php:164 setup/frames/index.inc.php:137 msgid "Edit" msgstr "" @@ -1652,6 +1674,210 @@ msgstr "" msgid "Second" msgstr "" +#: libraries/Config.class.php:1190 +msgid "Font size" +msgstr "" + +#: libraries/File.class.php:310 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" + +#: libraries/File.class.php:313 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" + +#: libraries/File.class.php:316 +msgid "The uploaded file was only partially uploaded." +msgstr "" + +#: libraries/File.class.php:319 +msgid "Missing a temporary folder." +msgstr "" + +#: libraries/File.class.php:322 +msgid "Failed to write file to disk." +msgstr "" + +#: libraries/File.class.php:325 +msgid "File upload stopped by extension." +msgstr "" + +#: libraries/File.class.php:328 +msgid "Unknown error in file upload." +msgstr "" + +#: libraries/File.class.php:559 +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" + +#: libraries/Index.class.php:430 tbl_relation.php:526 +msgid "No index defined!" +msgstr "" + +#: libraries/Index.class.php:435 libraries/build_html_for_db.lib.php:40 +#: tbl_tracking.php:309 +msgid "Indexes" +msgstr "" + +#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 +#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 +#: tbl_tracking.php:315 +msgid "Unique" +msgstr "" + +#: libraries/Index.class.php:447 tbl_tracking.php:316 +msgid "Packed" +msgstr "" + +#: libraries/Index.class.php:449 tbl_tracking.php:318 +msgid "Cardinality" +msgstr "" + +#: libraries/Index.class.php:452 libraries/db_routines.lib.php:777 +#: tbl_tracking.php:272 tbl_tracking.php:321 +msgid "Comment" +msgstr "" + +#: libraries/Index.class.php:474 +msgid "The primary key has been dropped" +msgstr "" + +#: libraries/Index.class.php:478 +#, php-format +msgid "Index %s has been dropped" +msgstr "" + +#: libraries/Index.class.php:582 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" + +#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:177 +#: libraries/server_links.inc.php:43 server_databases.php:100 +#: server_privileges.php:1740 +msgid "Databases" +msgstr "" + +#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308 +#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:561 +#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:883 +#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60 +msgid "Error" +msgstr "" + +#: libraries/Message.class.php:260 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "" +msgstr[1] "" + +#: libraries/Message.class.php:279 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "" +msgstr[1] "" + +#: libraries/Message.class.php:298 +#, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "" +msgstr[1] "" + +#: libraries/RecentTable.class.php:114 +msgid "Could not save recent table" +msgstr "" + +#: libraries/RecentTable.class.php:149 +msgid "Recent tables" +msgstr "" + +#: libraries/RecentTable.class.php:155 +msgid "There are no recent tables" +msgstr "" + +#: libraries/StorageEngine.class.php:195 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "" + +#: libraries/StorageEngine.class.php:355 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "" + +#: libraries/StorageEngine.class.php:358 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "" + +#: libraries/StorageEngine.class.php:362 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "" + +#: libraries/Table.class.php:1027 +msgid "Invalid database" +msgstr "" + +#: libraries/Table.class.php:1041 tbl_get_field.php:25 +msgid "Invalid table name" +msgstr "" + +#: libraries/Table.class.php:1056 +#, php-format +msgid "Error renaming table %1$s to %2$s" +msgstr "" + +#: libraries/Table.class.php:1139 +#, php-format +msgid "Table %s has been renamed to %s" +msgstr "" + +#: libraries/Table.class.php:1272 +msgid "Could not save table UI preferences" +msgstr "" + +#: libraries/Theme.class.php:160 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "" + +#: libraries/Theme.class.php:380 +msgid "No preview available." +msgstr "" + +#: libraries/Theme.class.php:383 +msgid "take it" +msgstr "" + +#: libraries/Theme_Manager.class.php:109 +#, php-format +msgid "Default theme %s not found!" +msgstr "" + +#: libraries/Theme_Manager.class.php:147 +#, php-format +msgid "Theme %s not found!" +msgstr "" + +#: libraries/Theme_Manager.class.php:215 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "" + +#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 +msgid "Theme" +msgstr "" + #: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." msgstr "" @@ -1665,8 +1891,8 @@ msgstr "" #: libraries/auth/config.auth.lib.php:106 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" #: libraries/auth/config.auth.lib.php:115 @@ -1765,14 +1991,6 @@ msgstr "" msgid "PBMS connection failed:" msgstr "" -#: libraries/blobstreaming.lib.php:308 libraries/blobstreaming.lib.php:314 -#: libraries/common.lib.php:561 libraries/core.lib.php:232 -#: libraries/import.lib.php:136 libraries/Message.class.php:205 -#: tbl_change.php:883 tbl_operations.php:228 tbl_relation.php:287 -#: view_operations.php:60 -msgid "Error" -msgstr "" - #: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" msgstr "" @@ -1825,11 +2043,6 @@ msgstr "" msgid "Data" msgstr "" -#: libraries/build_html_for_db.lib.php:40 libraries/Index.class.php:435 -#: tbl_tracking.php:309 -msgid "Indexes" -msgstr "" - #: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60 #: tbl_printview.php:333 tbl_structure.php:818 msgid "Overhead" @@ -1892,11 +2105,11 @@ msgstr "" msgid "Server" msgstr "" -#: libraries/common.inc.php:829 +#: libraries/common.inc.php:825 msgid "Invalid authentication method set in configuration:" msgstr "" -#: libraries/common.inc.php:932 +#: libraries/common.inc.php:928 #, php-format msgid "You should upgrade to %s %s or later." msgstr "" @@ -2106,8 +2319,76 @@ msgstr "" msgid "Execute" msgstr "" -#: libraries/Config.class.php:1190 -msgid "Font size" +#: libraries/config.values.php:45 libraries/config.values.php:47 +#: libraries/config.values.php:51 +msgid "Both" +msgstr "" + +#: libraries/config.values.php:47 +msgid "Nowhere" +msgstr "" + +#: libraries/config.values.php:47 +msgid "Left" +msgstr "" + +#: libraries/config.values.php:47 +msgid "Right" +msgstr "" + +#: libraries/config.values.php:75 +msgid "Open" +msgstr "" + +#: libraries/config.values.php:75 +msgid "Closed" +msgstr "" + +#: libraries/config.values.php:96 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:122 libraries/export/texytext.php:24 +#: libraries/import.lib.php:1172 +msgid "structure" +msgstr "" + +#: libraries/config.values.php:97 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:123 libraries/export/texytext.php:24 +msgid "data" +msgstr "" + +#: libraries/config.values.php:98 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:124 libraries/export/texytext.php:24 +msgid "structure and data" +msgstr "" + +#: libraries/config.values.php:100 +msgid "Quick - display only the minimal options to configure" +msgstr "" + +#: libraries/config.values.php:101 +msgid "Custom - display all possible options to configure" +msgstr "" + +#: libraries/config.values.php:102 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "" + +#: libraries/config.values.php:120 +msgid "complete inserts" +msgstr "" + +#: libraries/config.values.php:121 +msgid "extended inserts" +msgstr "" + +#: libraries/config.values.php:122 +msgid "both of the above" +msgstr "" + +#: libraries/config.values.php:123 +msgid "neither of the above" msgstr "" #: libraries/config/FormDisplay.class.php:83 @@ -2738,12 +3019,6 @@ msgstr "" msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:177 libraries/List_Database.class.php:430 -#: libraries/server_links.inc.php:43 server_databases.php:100 -#: server_privileges.php:1740 -msgid "Databases" -msgstr "" - #: libraries/config/messages.inc.php:178 msgid "Databases display options" msgstr "" @@ -4211,78 +4486,6 @@ msgstr "" msgid "Incorrect IP address: %s" msgstr "" -#: libraries/config.values.php:45 libraries/config.values.php:47 -#: libraries/config.values.php:51 -msgid "Both" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Nowhere" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Left" -msgstr "" - -#: libraries/config.values.php:47 -msgid "Right" -msgstr "" - -#: libraries/config.values.php:75 -msgid "Open" -msgstr "" - -#: libraries/config.values.php:75 -msgid "Closed" -msgstr "" - -#: libraries/config.values.php:96 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:122 libraries/export/texytext.php:24 -#: libraries/import.lib.php:1172 -msgid "structure" -msgstr "" - -#: libraries/config.values.php:97 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:123 libraries/export/texytext.php:24 -msgid "data" -msgstr "" - -#: libraries/config.values.php:98 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:124 libraries/export/texytext.php:24 -msgid "structure and data" -msgstr "" - -#: libraries/config.values.php:100 -msgid "Quick - display only the minimal options to configure" -msgstr "" - -#: libraries/config.values.php:101 -msgid "Custom - display all possible options to configure" -msgstr "" - -#: libraries/config.values.php:102 -msgid "Custom - like above, but without the quick/custom choice" -msgstr "" - -#: libraries/config.values.php:120 -msgid "complete inserts" -msgstr "" - -#: libraries/config.values.php:121 -msgid "extended inserts" -msgstr "" - -#: libraries/config.values.php:122 -msgid "both of the above" -msgstr "" - -#: libraries/config.values.php:123 -msgid "neither of the above" -msgstr "" - #. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation. #: libraries/core.lib.php:264 msgctxt "PHP documentation language" @@ -4346,23 +4549,6 @@ msgstr "" msgid "Add a new Event" msgstr "" -#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 -msgid "Connection for controluser as defined in your configuration failed." -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 -#: libraries/dbi/mysqli.dbi.lib.php:395 -msgid "The server is not responding" -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 -msgid "(or the local MySQL server's socket is not correctly configured)" -msgstr "" - -#: libraries/dbi/mysql.dbi.lib.php:346 -msgid "Details..." -msgstr "" - #: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 msgid "Database seems to be empty!" @@ -4430,9 +4616,9 @@ msgstr "" #: libraries/export/php_array.php:29 libraries/export/sql.php:83 #: libraries/export/texytext.php:31 libraries/export/xls.php:29 #: libraries/export/xlsx.php:29 libraries/export/xml.php:25 -#: libraries/export/yaml.php:30 libraries/import/csv.php:33 +#: libraries/export/yaml.php:30 libraries/import.lib.php:1145 +#: libraries/import.lib.php:1167 libraries/import/csv.php:33 #: libraries/import/docsql.php:35 libraries/import/ldi.php:49 -#: libraries/import.lib.php:1145 libraries/import.lib.php:1167 #: libraries/import/ods.php:32 libraries/import/sql.php:20 #: libraries/import/xls.php:28 libraries/import/xlsx.php:28 #: libraries/import/xml.php:25 tbl_select.php:231 tbl_structure.php:889 @@ -4479,11 +4665,6 @@ msgstr "" msgid "SQL data access" msgstr "" -#: libraries/db_routines.lib.php:777 libraries/Index.class.php:452 -#: tbl_tracking.php:272 tbl_tracking.php:321 -msgid "Comment" -msgstr "" - #: libraries/db_routines.lib.php:839 libraries/db_routines.lib.php:842 msgid "Routine parameters" msgstr "" @@ -4540,6 +4721,23 @@ msgid "" "3.11[/a]" msgstr "" +#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 +#: libraries/dbi/mysqli.dbi.lib.php:395 +msgid "The server is not responding" +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 +msgid "(or the local MySQL server's socket is not correctly configured)" +msgstr "" + +#: libraries/dbi/mysql.dbi.lib.php:346 +msgid "Details..." +msgstr "" + #: libraries/display_change_password.lib.php:29 main.php:94 #: user_password.php:119 user_password.php:137 msgid "Change password" @@ -4678,8 +4876,8 @@ msgstr "" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" #: libraries/display_export.lib.php:275 @@ -5369,8 +5567,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" #: libraries/engines/pbxt.lib.php:129 @@ -5651,42 +5849,6 @@ msgstr "" msgid "Export contents" msgstr "" -#: libraries/File.class.php:310 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "" - -#: libraries/File.class.php:313 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form." -msgstr "" - -#: libraries/File.class.php:316 -msgid "The uploaded file was only partially uploaded." -msgstr "" - -#: libraries/File.class.php:319 -msgid "Missing a temporary folder." -msgstr "" - -#: libraries/File.class.php:322 -msgid "Failed to write file to disk." -msgstr "" - -#: libraries/File.class.php:325 -msgid "File upload stopped by extension." -msgstr "" - -#: libraries/File.class.php:328 -msgid "Unknown error in file upload." -msgstr "" - -#: libraries/File.class.php:559 -msgid "" -"Error moving the uploaded file, see [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "" - #: libraries/footer.inc.php:188 libraries/footer.inc.php:191 #: libraries/footer.inc.php:194 msgid "Open new phpMyAdmin window" @@ -5704,6 +5866,40 @@ msgstr "" msgid "Generated by" msgstr "" +#: libraries/import.lib.php:1141 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "" + +#: libraries/import.lib.php:1142 +msgid "View a structure`s contents by clicking on its name" +msgstr "" + +#: libraries/import.lib.php:1143 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" +msgstr "" + +#: libraries/import.lib.php:1144 +msgid "Edit its structure by following the \"Structure\" link" +msgstr "" + +#: libraries/import.lib.php:1147 +msgid "Go to database" +msgstr "" + +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 +msgid "settings" +msgstr "" + +#: libraries/import.lib.php:1169 +msgid "Go to table" +msgstr "" + +#: libraries/import.lib.php:1178 +msgid "Go to view" +msgstr "" + #: libraries/import/csv.php:38 libraries/import/ods.php:26 #: libraries/import/xls.php:25 libraries/import/xlsx.php:25 msgid "" @@ -5763,40 +5959,6 @@ msgstr "" msgid "This plugin does not support compressed imports!" msgstr "" -#: libraries/import.lib.php:1141 -msgid "" -"The following structures have either been created or altered. Here you can:" -msgstr "" - -#: libraries/import.lib.php:1142 -msgid "View a structure`s contents by clicking on its name" -msgstr "" - -#: libraries/import.lib.php:1143 -msgid "" -"Change any of its settings by clicking the corresponding \"Options\" link" -msgstr "" - -#: libraries/import.lib.php:1144 -msgid "Edit its structure by following the \"Structure\" link" -msgstr "" - -#: libraries/import.lib.php:1147 -msgid "Go to database" -msgstr "" - -#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 -msgid "settings" -msgstr "" - -#: libraries/import.lib.php:1169 -msgid "Go to table" -msgstr "" - -#: libraries/import.lib.php:1178 -msgid "Go to view" -msgstr "" - #: libraries/import/ods.php:28 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" @@ -5819,40 +5981,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -5863,27 +5991,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "" @@ -6122,18 +6229,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6503,57 +6598,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6609,6 +6653,57 @@ msgstr "" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6616,48 +6711,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6762,38 +6815,6 @@ msgstr "" msgid "+ Add a new value" msgstr "" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7742,8 +7763,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 @@ -9866,3 +9887,6 @@ msgstr "" #: view_operations.php:91 msgid "Rename view to" msgstr "" + +#~ msgid "Query \"%s\" failed" +#~ msgstr "C'hwitet eo bet ar reked \"%s\"" diff --git a/po/bs.po b/po/bs.po index 96edac7c46..bdc5fb7625 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bosnian \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -47,10 +47,10 @@ msgstr "Pretraživanje" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Pretraživanje" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Kreni" @@ -129,9 +129,9 @@ msgstr "Komentar baze:" msgid "Table comments" msgstr "Komentari tabele" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Komentari tabele" msgid "Column" msgstr "Imena kolona" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Imena kolona" msgid "Type" msgstr "Tip" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Veze ka" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -338,8 +337,8 @@ msgstr "" msgid "Switch to copied database" msgstr "Pređi na kopiranu tabelu" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -513,8 +512,8 @@ msgstr "SQL upit na bazi %s:" msgid "Submit Query" msgstr "Izvrši SQL upit" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,76 +536,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL kaže: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procesi" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tabele nisu pronađene u bazi." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabela %s je odbačena" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabela %s je odbačena" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Verzija servera" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6196,40 +6338,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Ključ nije definisan!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Jedinstveni" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalnost" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primarni ključ je obrisan" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Ključ %s je obrisan" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6242,27 +6350,6 @@ msgstr "nema" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6511,19 +6598,6 @@ msgstr "" msgid "This format has no options" msgstr "Ne postoje opcije za ovaj format" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Nema tabela" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nije u redu" @@ -6916,6 +6990,63 @@ msgstr "" msgid "Target database" msgstr "Pretraživanje baze" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Izvrši SQL upit(e) na bazi %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Izvrši SQL upit(e) na bazi %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Imena kolona" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Obilježi SQL-upit" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Ne prepisuj ovaj upit izvan prozora" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Prikaži ponovo ovaj upit" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Vidi samo" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Lokacija tekstualne datoteke" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "direkcija za slanje web servera " + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6978,63 +7109,6 @@ msgstr "Neispravan identifikator" msgid "Unknown Punctuation String" msgstr "Nepoznat string interpunkcije" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Izvrši SQL upit(e) na bazi %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Izvrši SQL upit(e) na bazi %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Imena kolona" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Obilježi SQL-upit" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Ne prepisuj ovaj upit izvan prozora" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Prikaži ponovo ovaj upit" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Vidi samo" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Lokacija tekstualne datoteke" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "direkcija za slanje web servera " - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7044,48 +7118,6 @@ msgstr "" "SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane " "neophodne PHP ekstenzije opisane u %sdokumentaciji%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabeli %s promjenjeno ime u %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7214,38 +7246,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Dodaj novog korisnika" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8320,8 +8320,8 @@ msgstr "Odbaci baze koje se zovu isto kao korisnici." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela " "privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje " diff --git a/po/ca.po b/po/ca.po index d7c2024dbd..e1b58edc93 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-02-23 09:57+0200\n" "Last-Translator: Xavier Navarro \n" "Language-Team: catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Cerca" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Cerca" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Executa" @@ -132,9 +132,9 @@ msgstr "Comentaris de la base de dades: " msgid "Table comments" msgstr "Comentaris de la taula" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Comentaris de la taula" msgid "Column" msgstr "Columna" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Columna" msgid "Type" msgstr "Tipus" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Enllaços a" msgid "Comments" msgstr "Comentaris" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Comentaris" msgid "No" msgstr "No" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Afegeix restriccions" msgid "Switch to copied database" msgstr "Canvia a la base de dades copiada" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "Consulta SQL a la base de dades %s:" msgid "Submit Query" msgstr "Executa consulta" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,82 +522,85 @@ msgstr "Permet executar rutines enmagatzemades." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha retornat un conjunt buit (p.e. cap fila)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Les següents consultes s'han executat:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL diu: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Error a la petició de procés" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Base de dades sense taules" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Predeterminats d'exportació" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Index de servidor invàlid: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "S'ha esborrat la columna %s" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "S'ha creat la taula %1$s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Crea una relació" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Mode d'edició" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6307,42 +6459,6 @@ msgstr "" "El fitxer XML especificat era incorrecte o incomplet. Si us plau, arreglar-" "lo i torna a intentar-ho." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "No s'ha definit l'índex!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Única" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Comprimit" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalitat" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "S'ha esborrat la clau principal" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "S'ha esborrat l'índex %s" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Els indexos %1$s i %2$s semblen iguals i un d'ells possiblement es podria " -"esborrar." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6353,27 +6469,6 @@ msgstr "Cap" msgid "Convert to Kana" msgstr "Converteix a Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d fila afectada." -msgstr[1] "%1$d files afectades." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d fila esborrada." -msgstr[1] "%1$d files esborrades." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d fila inserida." -msgstr[1] "%1$d files inserides." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6616,24 +6711,6 @@ msgstr "Recarrega el marc de navegació" msgid "This format has no options" msgstr "Aquest format no té opcions" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "No es pot desar la configuració" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Comptar les taules" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "No hi ha servidors configurats" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Incorrecte" @@ -7019,6 +7096,61 @@ msgstr "Diferència" msgid "Target database" msgstr "Base de dades destinació" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Executar consulta/es SQL al servidor %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Executa consulta/s SQL a la Base de Dades %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Neteja" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Columnes" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Desa aquesta consulta SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Deixa accedir a cada usuari a aquesta consulta desada" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Reemplaça una consulta desada ja existent amb el mateix nom" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "No sobreescriure aquesta consulta des de fora de la finestra" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Separador" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Mostra aquesta consulta de nou " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Només mirar" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Ubicació de l'arxiu de text" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "directori de pujada d'arxius del servidor web" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7082,61 +7214,6 @@ msgstr "Identificador Incorrecte" msgid "Unknown Punctuation String" msgstr "Signe de puntuació desconegut" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Executar consulta/es SQL al servidor %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Executa consulta/s SQL a la Base de Dades %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Neteja" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Columnes" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Desa aquesta consulta SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Deixa accedir a cada usuari a aquesta consulta desada" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Reemplaça una consulta desada ja existent amb el mateix nom" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "No sobreescriure aquesta consulta des de fora de la finestra" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Separador" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Mostra aquesta consulta de nou " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Només mirar" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Ubicació de l'arxiu de text" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "directori de pujada d'arxius del servidor web" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7144,52 +7221,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "No s'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu " -"instal·lats els mòduls de PHP necessaris tal i com s'indica a la %" -"sdocumentació%s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"No hi ha informació detallada de l'estat disponible per a aquest motor " -"d'emmagatzematge." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s està disponible en aquest servidor MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s s'ha desactivat en aquest servidor MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Aquest servidor MySQL no suporta el motor d'emmagatzematge %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Base de dades incorrecte" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Nom de taula incorrecte" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Error reanomenant la taula %1$s a %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "La taula %s ha canviat de nom a %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"instal·lats els mòduls de PHP necessaris tal i com s'indica a la " +"%sdocumentació%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7309,38 +7342,6 @@ msgstr "Definició de PARTICIÓ" msgid "+ Add a new value" msgstr "+ Afegir un nou valor" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "El camí de les imatges del tema %s és incorrecte!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No hi ha vista prèvia disponible." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "agafa" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema per defecte %s no trobat!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s no trobat!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "No s'ha trobat el camí de les imatges del tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8388,8 +8389,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: phpMyAdmin obté els permisos de l'usuari directament de les taules de " "permisos de MySQL. El contingut d'aquestes taules pot ser diferent dels " @@ -9954,8 +9955,8 @@ msgid "" "If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin " "cookie validity%s must be set to a value less or equal to it." msgstr "" -"Si s'utilitza la autenticació per cookies i el valor de %sLogin cookie store%" -"s no és 0, %sLogin cookie validity%s ha d'establir-se a un valor menor o " +"Si s'utilitza la autenticació per cookies i el valor de %sLogin cookie store" +"%s no és 0, %sLogin cookie validity%s ha d'establir-se a un valor menor o " "igual a ell." #: setup/lib/index.lib.php:266 @@ -9983,8 +9984,8 @@ msgstr "" "Has triat el tipus d'autenticació [kbd]config[/kbd] i has inclós el nom " "d'usuari i la contrasenya per connexions automàtiques, que es una opció no " "recomanable per a servidors actius. Qualsevol que conegui la teva URL de " -"phpMyAdmin pot accedir al teu panel directament. Estableix el %" -"sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]." +"phpMyAdmin pot accedir al teu panel directament. Estableix el " +"%sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]." #: setup/lib/index.lib.php:270 #, php-format diff --git a/po/cs.po b/po/cs.po index 4fd6c2514a..85b17f5232 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-22 10:46+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-24 13:53+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: czech \n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" @@ -51,10 +51,10 @@ msgstr "Vyhledávání" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -67,18 +67,18 @@ msgstr "Vyhledávání" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Proveď" @@ -134,9 +134,9 @@ msgstr "Komentář k databázi: " msgid "Table comments" msgstr "Komentář k tabulce" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -145,12 +145,12 @@ msgstr "Komentář k tabulce" msgid "Column" msgstr "Pole" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -160,9 +160,9 @@ msgstr "Pole" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -200,13 +200,12 @@ msgstr "Odkazuje na" msgid "Comments" msgstr "Komentáře" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -217,17 +216,17 @@ msgstr "Komentáře" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -335,8 +334,8 @@ msgstr "Přidat integritní omezení" msgid "Switch to copied database" msgstr "Přepnout na zkopírovanou databázi" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -501,8 +500,8 @@ msgstr "SQL dotaz na databázi %s:" msgid "Submit Query" msgstr "Provést dotaz" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -517,92 +516,92 @@ msgstr[1] "Posledním příkazem v proceduře byly ovlivněny %d řádky" msgstr[2] "Posledním příkazem v proceduře bylo ovlivněno %d řádek" #: db_routines.php:165 -#, fuzzy, php-format +#, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" -msgstr "Umožňuje spouštět uložené procedury." +msgstr "Výsledek spuštění rutiny %s" #: db_routines.php:185 libraries/import.lib.php:153 sql.php:678 #: tbl_change.php:180 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" -msgstr "Dotaz „%s“ selhal" +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Následující dotaz selhal: „%s“" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL hlásí: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 -#, fuzzy +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Chyba při zpracování požadavku" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, fuzzy, php-format +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" -msgstr "V databázi nebyly nalezeny žádné tabulky" +msgid "No routine with name %1$s found in database %2$s" +msgstr "V databázi %2$s není žádná rutina se jménem %1$s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "Spustit rutinu" -#: db_routines.php:254 db_routines.php:258 -#, fuzzy, php-format +#: db_routines.php:259 db_routines.php:263 +#, php-format #| msgid "Export defaults" msgid "Export of routine %s" -msgstr "Výchozí nastavení exportu" +msgstr "Export rutiny %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 -#, fuzzy, php-format +#: db_routines.php:288 libraries/db_routines.lib.php:960 +#, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" -msgstr "Chybný index serveru: „%s“" +msgstr "Chybný typ rutiny: „%s“" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "Bohužel se nepodařilo obnovit odstraněnou rutinu." -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "Záložní dotaz byl:" -#: db_routines.php:309 -#, fuzzy, php-format +#: db_routines.php:314 +#, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." -msgstr "Pole %s byla odstraněno" +msgstr "Byla změněna rutina %1$s." -#: db_routines.php:322 -#, fuzzy, php-format +#: db_routines.php:327 +#, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." -msgstr "Byla vytvořena tabulka %1$s." +msgstr "Byla vytvořena rutina %1$s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "Při zpracování požadavku došlo k několika chybám:" -#: db_routines.php:374 -#, fuzzy +#: db_routines.php:379 #| msgid "Create relation" msgid "Create routine" -msgstr "Vytvořit relaci" +msgstr "Vytvořit rutinu" -#: db_routines.php:378 -#, fuzzy +#: db_routines.php:383 #| msgid "Edit mode" msgid "Edit routine" -msgstr "Režim úprav" +msgstr "Upravit rutinu" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6170,42 +6311,6 @@ msgstr "" "Zadaný XML soubor je buď poškozený nebo nekompletní. Prosím opravte ho a " "zkuste to znovu." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Není definován žádný index!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikátní" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Zabaleno" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Mohutnost" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primární klíč byl odstraněn" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s byl odstraněn" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Indexy %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být " -"odstraněn." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6216,30 +6321,6 @@ msgstr "Žádná" msgid "Convert to Kana" msgstr "Převést na Kanu" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Ovlivněn %1$d řádek." -msgstr[1] "Ovlivněny %1$d řádky." -msgstr[2] "Ovlivněno %1$d řádek." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Smazán %1$d řádek." -msgstr[1] "Smazány %1$d řádky." -msgstr[2] "Smazáno %1$d řádek." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Vložen %1$d řádek." -msgstr[1] "Vloženy %1$d řádky." -msgstr[2] "Vloženo %1$d řádek." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Z" @@ -6478,18 +6559,6 @@ msgstr "Znovu nahrát navigační rám" msgid "This format has no options" msgstr "Tento formát nemá žádná nastavení" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Nepodařilo se uložit nedávnou tabulku" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Nedávné tabulky" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Nebyly nalezeny žádné nedávné tabulky" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "není v pořádku" @@ -6874,6 +6943,61 @@ msgstr "Rozdíly" msgid "Target database" msgstr "Cílová databáze" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Spustit SQL dotaz(y) na serveru %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Spustit SQL dotaz(y) na databázi %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Vyčistit" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Pole" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Přidat tento SQL dotaz do oblíbených" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Umožnit všem uživatelům používat tuto oblíbenou položku" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Přepsat existující oblíbený dotaz stejného jména" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nepřepisovat tento dotaz z hlavního okna" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Oddělovač" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Zobrazit zde tento dotaz znovu " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Zobrazit" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "textový soubor" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "soubor z adresáře pro upload" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6936,61 +7060,6 @@ msgstr "Chybný identifikátor" msgid "Unknown Punctuation String" msgstr "Neznámé interpunkční znaménko" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Spustit SQL dotaz(y) na serveru %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Spustit SQL dotaz(y) na databázi %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Vyčistit" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Pole" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Přidat tento SQL dotaz do oblíbených" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Umožnit všem uživatelům používat tuto oblíbenou položku" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Přepsat existující oblíbený dotaz stejného jména" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nepřepisovat tento dotaz z hlavního okna" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Oddělovač" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Zobrazit zde tento dotaz znovu " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Zobrazit" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "textový soubor" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "soubor z adresáře pro upload" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7000,48 +7069,6 @@ msgstr "" "Kontrolování SQL nemohlo být spušteno. Prosím ověřte, jestli máte požadovaná " "rozšíření PHP, jak je popsáno v %sdokumentaci%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Nejsou dostupné podrobnější informace o tomto úložišti." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Úložiště %s je dostupné na tomto MySQL serveru." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Úložiště %s je vypnuté na tomto MySQL serveru." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Tento MySQL server nepodporuje úložiště %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Chybná databáze" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Chybné jméno tabulky" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Chyba při přejmenování tabulky %1$s na %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabulka %s byla přejmenována na %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Nepodařilo se uložit nastavení prohlížení tabulky" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabulka se zdá být prázdná!" @@ -7083,8 +7110,8 @@ msgid "" "For a list of available transformation options and their MIME type " "transformations, click on %stransformation descriptions%s" msgstr "" -"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %" -"spopisy transformací%s" +"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na " +"%spopisy transformací%s" #: libraries/tbl_properties.inc.php:144 msgid "Transformation options" @@ -7135,8 +7162,8 @@ msgid "" "No description is available for this transformation.
Please ask the " "author what %s does." msgstr "" -"Pro tuto transformaci není dostupný žádný popis.
Zeptejte se autora co %" -"s dělá." +"Pro tuto transformaci není dostupný žádný popis.
Zeptejte se autora co " +"%s dělá." #: libraries/tbl_properties.inc.php:606 tbl_structure.php:678 #, php-format @@ -7160,38 +7187,6 @@ msgstr "Definice PARTITION" msgid "+ Add a new value" msgstr "+ Přidat novou hodnotu" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Nebyla nalezena platná cesta k obrázkům pro vzhled %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Náhled není k dispozici." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "zvolit" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Výchozí vzhled %s nebyl nalezen!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Vzhled %s nebyl nalezen!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nebyla nalezena platná cesta k vzhledu %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Vzhled" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7782,8 +7777,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" -"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %" -"sNastavovacího skriptu%s." +"Více věcí můžete nastavit úpravou config.inc.php, např. použitím " +"%sNastavovacího skriptu%s." #: prefs_manage.php:302 msgid "Save to browser's storage" @@ -8226,8 +8221,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto " "tabulek se může lišit od oprávnění, která server právě používá, pokud byly " @@ -9747,8 +9742,8 @@ msgid "" "If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin " "cookie validity%s must be set to a value less or equal to it." msgstr "" -"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie%" -"s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší " +"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie" +"%s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší " "hodnotu než je tato." #: setup/lib/index.lib.php:266 @@ -9759,8 +9754,8 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %" -"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení " +"Pokud to považujete za nutné, použijte další možnosti zabezpečení - " +"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení " "založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa " "dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli." @@ -10561,6 +10556,9 @@ msgstr "Jméno pohledu" msgid "Rename view to" msgstr "Přejmenovat pohled na" +#~ msgid "Query \"%s\" failed" +#~ msgstr "Dotaz „%s“ selhal" + #~ msgid "" #~ "phpMyAdmin was unable to read your configuration file!
This might " #~ "happen if PHP finds a parse error in it or PHP cannot find the file.
\n" "Language-Team: Welsh \n" +"Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Generator: Pootle 2.0.5\n" @@ -51,10 +51,10 @@ msgstr "Chwilio" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -67,18 +67,18 @@ msgstr "Chwilio" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Ewch" @@ -135,9 +135,9 @@ msgstr "Sylw cronfa ddata:" msgid "Table comments" msgstr "Sylwadau tabl" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -146,12 +146,12 @@ msgstr "Sylwadau tabl" msgid "Column" msgstr "Colofn" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -161,9 +161,9 @@ msgstr "Colofn" msgid "Type" msgstr "Math" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -201,13 +201,12 @@ msgstr "Cysylltu i" msgid "Comments" msgstr "Sylwadau" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -218,17 +217,17 @@ msgstr "Sylwadau" msgid "No" msgstr "Na" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -336,8 +335,8 @@ msgstr "Ychwanegwch cyfyngiadau" msgid "Switch to copied database" msgstr "Newidiwch i'r gronfa ddata a gopïwyd" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -501,8 +500,8 @@ msgstr "Ymholiad SQL ar gronfa ddata %s:" msgid "Submit Query" msgstr "Cyflwyno Ymholiad" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,82 +524,84 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Dywedodd MySQL:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Prosesau" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export as %s" msgid "Export of routine %s" msgstr "Allforio fel %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Indecs gweinydd annilys: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "View %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Cafodd golwg %s ei ollwng" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "Cafodd y gronfa ddata %1$s ei chreu." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Crëwch berthynas" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit server" msgid "Edit routine" msgstr "Golygu gweinydd" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6170,42 +6318,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Dim indecs wedi'i ddiffinio!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unigryw" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Paciwyd" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Cafodd yr allwedd gynradd ei gollwng" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Cafodd indecs %s ei ollwng" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Mae'n edrych fel bod yr indecsau %1$s a %2$s yn hafal. Gallwch chi dynnu un " -"ohonyn nhw." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6216,27 +6328,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d rhes wedi'i heffeithio." -msgstr[1] "%1$d rhes wedi'u heffeithio." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d rhes wedi'i dileu." -msgstr[1] "%1$d rhes wedi'u dileu." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d rhes wedi'i hychwanegu." -msgstr[1] "%1$d rhes wedi'u hychwanegu." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6477,22 +6568,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Cyfrifwch y tablau" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Nid oes unrhyw gweinyddion a ffurfweddwyd" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6874,57 +6949,6 @@ msgstr "Gwahaniaeth" msgid "Target database" msgstr "Cronfa ddata targed" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "BEGIN CUT" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "END CUT" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "BEGIN RAW" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "END RAW" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6980,6 +7004,57 @@ msgstr "Lleoliad y ffeil destun" msgid "web server upload directory" msgstr "cyfeiriadur lanlwytho y gweinydd gwe" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "BEGIN CUT" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "END CUT" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "BEGIN RAW" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "END RAW" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6987,49 +7062,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Does dim gwybodaeth statws fanwl ar gael ar gyfer y peiriant storio hwn." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Mae %s ar gael ar y gweinydd MySQL hwn." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Cafodd %s ei analluogi ar y gweinydd MySQL hwn." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Dyw'r gweinydd MySQL hwn ddim yn cynnal y peiriant storio %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Crofna ddata annilys" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Enw tabl annilys" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Gwall wrth ailenwi tabl %1$s i %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Cafodd y tabl %s ei ailenwi i %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7136,38 +7168,6 @@ msgstr "Diffiniad PARTITION" msgid "+ Add a new value" msgstr "Ychwanegwch weinydd newydd" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Dim llwybr delwedd dilys ar gael ar gyfer thema %s." - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Dim rhagolwg ar gael" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "cymerwch e" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Thema diofyn %s heb ei darganfod!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Heb ddarganfod thema ddiofyn %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Heb ddarganfod llwybr thema ar gyfer thema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8159,8 +8159,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/da.po b/po/da.po index de2531040d..9ed01681f2 100644 --- a/po/da.po +++ b/po/da.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-03-07 01:17+0200\n" "Last-Translator: \n" "Language-Team: danish \n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Søg" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Søg" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Udfør" @@ -131,9 +131,9 @@ msgstr "Databasekommentar: " msgid "Table comments" msgstr "Tabel kommentarer" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Tabel kommentarer" msgid "Column" msgstr "Kolonnenavn" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Kolonnenavn" msgid "Type" msgstr "Datatype" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Linker til" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Kommentarer" msgid "No" msgstr "Nej" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -332,8 +331,8 @@ msgstr "Tilføj begrænsninger" msgid "Switch to copied database" msgstr "Skift til den kopierede database" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -496,8 +495,8 @@ msgstr "SQL-forespørgsel til database %s:" msgid "Submit Query" msgstr "Send forespørgsel" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -521,82 +520,84 @@ msgstr "Tillader udførelse af gemte rutiner." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerede ingen data (fx ingen rækker)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL returnerede: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Felj i udførsel af forespørgsel" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Ingen tabeller fundet i databasen" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Standardindstillinger for eksport" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Server indekset %s er ugyldigt" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabel %s er slettet" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "Database %1$s er oprettet," -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Opret relation" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redigeringstilstand" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6171,42 +6316,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Intet indeks defineret!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unik" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Pakket" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalitet" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primærnøglen er slettet" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s er blevet slettet" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Indeks %1$s ser ud til at være identisk med indeks %2$s, så et af dem kan " -"sikkert fjernes" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6219,27 +6328,6 @@ msgstr "Ingen" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d række påvirket" -msgstr[1] "%1$d rækker påvirket" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d række slettet" -msgstr[1] "%1$d rækker slettet" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d række sat ind" -msgstr[1] "%1$d rækker sat ind" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6482,18 +6570,6 @@ msgstr "" msgid "This format has no options" msgstr "Dette format har ingen indstillinger" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Kunne ikke gemme seneste tabel" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Seneste tabeller" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Der er ingen nye tabeller" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ikke OK" @@ -6883,6 +6959,63 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Kør SQL-forespørgsel/forespørgsler på server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Kør SQL-forspørgsel(er) på database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Kolonnenavne" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Lav bogmærke til denne SQL-forespørgsel" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Lad alle brugere bruge dette bogmærke" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Erstat eksisterende bogmærke af samme navn" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Overskriv ikke denne forespørgsel fra udenfor vinduet" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Adskiller" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Vis forespørgslen her igen " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Kun oversigt" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Tekstfilens placering" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "webserver upload-mappe" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6947,63 +7080,6 @@ msgstr "Ugyldig identifikator" msgid "Unknown Punctuation String" msgstr "Ukendt tegnsætnings-streng" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Kør SQL-forespørgsel/forespørgsler på server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Kør SQL-forspørgsel(er) på database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Kolonnenavne" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Lav bogmærke til denne SQL-forespørgsel" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Lad alle brugere bruge dette bogmærke" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Erstat eksisterende bogmærke af samme navn" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Overskriv ikke denne forespørgsel fra udenfor vinduet" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Adskiller" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Vis forespørgslen her igen " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Kun oversigt" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Tekstfilens placering" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "webserver upload-mappe" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7013,50 +7089,6 @@ msgstr "" "SQL-validatoren kunne ikke initialiseres. Check venligst at du har de " "nødvendige PHP-udvidelser installeret som beskrevet i %sdokumentationen%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Der er ingen detaljerede statusinformationer tilgængelige for dette " -"datalager." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s er tilgængelig på denne MySQL-server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s er slået fra på denne MySQL-server." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Denne MySQL-server understøtter ikke %s datalager." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Ugyldig database" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Ugyldigt tabelnavn" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Fejl ved omdøbning af tabel %1$s til %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabellen %s er nu omdøbt til %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Kunne ikke gemme brugerindstillinger for tabel" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabel ser ud til at være tom" @@ -7188,38 +7220,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Tilføj en ny bruger" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Ingen gyldig billedsti for tema %s fundet!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Intet billede til rådighed." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "Vælg dette" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Standardtema %s ikke fundet!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s ikke fundet!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Sti til tema ikke fundet for tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8339,14 +8339,14 @@ msgstr "Drop databaser der har samme navne som brugernes." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs " "privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra " "privilegierne serveren i øjeblikket bruger hvis der er lavet manuelle " -"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne%" -"s før du fortsætter." +"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne" +"%s før du fortsætter." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." diff --git a/po/de.po b/po/de.po index cbb8234136..325c729d4f 100644 --- a/po/de.po +++ b/po/de.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-04-23 04:28+0200\n" "Last-Translator: Dominik Geyer \n" "Language-Team: german \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Suche" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Suche" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "OK" @@ -132,9 +132,9 @@ msgstr "Datenbankkommentar: " msgid "Table comments" msgstr "Tabellen-Kommentar" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Tabellen-Kommentar" msgid "Column" msgstr "Spalte" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Spalte" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Verweise" msgid "Comments" msgstr "Kommentare" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Kommentare" msgid "No" msgstr "Nein" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Constraints hinzufügen" msgid "Switch to copied database" msgstr "Zu kopierter Datenbank wechseln" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -349,8 +348,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier%" -"s um herauszufinden warum." +"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier" +"%s um herauszufinden warum." #: db_operations.php:600 msgid "Edit or export relational schema" @@ -498,8 +497,8 @@ msgstr "SQL-Befehl in der Datenbank %s:" msgid "Submit Query" msgstr "SQL-Befehl ausführen" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,82 +522,85 @@ msgstr "Erlaubt das Ausführen von Routinen." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Die folgenden Abfragen wurden ausgeführt:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL meldet: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Fehler beim Bearbeiten der Anfrage" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Diese Datenbank enthält keine Tabellen." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Voreinstellung für Export" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Ungültige Server-Nummer: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Spalte %s wurde gelöscht" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Die Tabelle %1$s wurde erzeugt." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Erzeuge Verknüpfung" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Bearbeitungsmodus" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6311,42 +6462,6 @@ msgstr "" "Die angegebene XML-Datei war entweder fehlerhaft oder unvollständig. Bitte " "korrigieren und erneut versuchen." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Kein Index definiert!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unique" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Gepackt" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalität" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Der Primärschlüssel wurde gelöscht." - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s wurde entfernt." - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Die Indizes %1$s und %2$s scheinen gleich zu sein und einer könnte " -"möglicherweise entfernt werden." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6357,27 +6472,6 @@ msgstr "keine" msgid "Convert to Kana" msgstr "Nach Kana konvertieren" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d Zeile betroffen." -msgstr[1] "%1$d Zeilen betroffen." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d Zeile gelöscht." -msgstr[1] "%1$d Zeilen gelöscht." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d Zeile eingefügt." -msgstr[1] "%1$d Zeilen eingefügt." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6620,24 +6714,6 @@ msgstr "Navigations-Frame aktualisieren" msgid "This format has no options" msgstr "Für dieses Format sind keine Optionen vorhanden" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "Fehler beim Speichern der Konfiguration" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Zähle Tabellen" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Es sind keine Server konfiguriert" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "fehlerhaft" @@ -7027,6 +7103,61 @@ msgstr "Unterschied" msgid "Target database" msgstr "Ziel-Datenbank" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "SQL-Befehl(e) auf Server %s ausführen" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "SQL-Befehl(e) in Datenbank %s ausführen" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Werte löschen" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Spalten" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "SQL-Abfrage speichern" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Überschreibe gleichnamiges Bookmark" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Abfrage vor Änderungen außerhalb des Fensters schützen" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Begrenzer" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Diese Abfrage hier wieder anzeigen" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Nur zeigen" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Datei" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Upload-Verzeichnis auf dem Webserver" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7092,61 +7223,6 @@ msgstr "Ungültiger Bezeichner" msgid "Unknown Punctuation String" msgstr "Unbekannte Interpunktion" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "SQL-Befehl(e) auf Server %s ausführen" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "SQL-Befehl(e) in Datenbank %s ausführen" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Werte löschen" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Spalten" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "SQL-Abfrage speichern" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Überschreibe gleichnamiges Bookmark" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Abfrage vor Änderungen außerhalb des Fensters schützen" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Begrenzer" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Diese Abfrage hier wieder anzeigen" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Nur zeigen" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Datei" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Upload-Verzeichnis auf dem Webserver" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7157,48 +7233,6 @@ msgstr "" "überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-" "Erweiterungen installiert haben." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Für dieses Tabellenformat sind keine Statusinformationen verfügbar" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s ist auf diesem MySQL-Server verfügbar." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s wurde auf diesem MySQL-Server deaktiviert." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Dieser MySQL-Server unterstützt %s nicht." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "ungültige Datenbank" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "ungültiger Tabellenname" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Fehler beim umbenennen von Tabelle %1$s nach %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabelle %s wurde umbenannt in %s." - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Die Tabelle scheint leer zu sein!" @@ -7293,8 +7327,8 @@ msgid "" "author what %s does." msgstr "" "Für diese Umwandlung ist keine Beschreibung verfügbar.
Für weitere " -"Informationen wenden Sie sich bitte an den Autoren der Funktion "%" -"s"." +"Informationen wenden Sie sich bitte an den Autoren der Funktion "" +"%s"." #: libraries/tbl_properties.inc.php:606 tbl_structure.php:678 #, php-format @@ -7318,39 +7352,6 @@ msgstr "PARTITION Definition" msgid "+ Add a new value" msgstr "+ Neuen Wert hinzufügen" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" -"Keinen gültiges Pfad für Grafiken des Oberflächendesigns \"%s\" gefunden!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Keine Vorschau verfügbar." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "auswählen" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Standard-Oberflächendesign \"%s\" nicht gefunden!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Oberflächendesign \"%s\" nicht gefunden!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Pfad für das Oberflächendesign \"%s\" nicht gefunden!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8414,8 +8415,8 @@ msgstr "Die gleichnamigen Datenbanken löschen." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-" "Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzerprofilen, " @@ -10029,8 +10030,8 @@ msgstr "" "Sie haben die [kbd]config[/kbd] Authentifizierung gewählt und einen " "Benutzernamen und Passwort für Auto-Login eingegeben, was für Server im " "Internet nicht wünschenswert ist. Jeder, der Ihre phpMyAdmin-URL kennt oder " -"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den %" -"sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]." +"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den " +"%sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]." #: setup/lib/index.lib.php:270 #, php-format diff --git a/po/el.po b/po/el.po index d4cebfe663..958ac356bb 100644 --- a/po/el.po +++ b/po/el.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-22 23:27+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 10:24+0200\n" "Last-Translator: Panagiotis Papazoglou \n" "Language-Team: greek \n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Αναζήτηση" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Αναζήτηση" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Εκτέλεση" @@ -132,9 +132,9 @@ msgstr "Σχόλιο βάσης: " msgid "Table comments" msgstr "Σχόλια Πίνακα" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Σχόλια Πίνακα" msgid "Column" msgstr "Στήλη" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Στήλη" msgid "Type" msgstr "Τύπος" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Σύνδεση με" msgid "Comments" msgstr "Σχόλια" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Σχόλια" msgid "No" msgstr "Όχι" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Προσθήκη περιορισμών" msgid "Switch to copied database" msgstr "Αλλαγή στο αντίγραφο της βάσης δεδομένων" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "Εντολή SQL στη βάση δεδομένων %s:" msgid "Submit Query" msgstr "Υποβολή ερωτήματος" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -509,8 +508,8 @@ msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς" #, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d εγγραφή επηρεάστηκε από την τελευταία δήλωση μέσα στη διαδικασία " +msgstr[1] "%d εγγραφές επηρεάστηκαν από την τελευταία δήλωση μέσα στη διαδικασία" #: db_routines.php:165 #, php-format @@ -523,76 +522,86 @@ msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" "Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Το ερώτημα «%s» απέτυχε" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Η MySQL επέστρεψε το μήνυμα: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "Σφάλμα στην προώθηση αιτημάτος" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, php-format -msgid "No routine with name %s found in database %s" +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, fuzzy, php-format +#| msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Καμιά ρουτίνα με την ονομασία %s δεν βρέθηκε στη βάση δεδομένων %s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "Εκτέλεση ρουτίνας" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "Εξαγωγή της ρουτίνας %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Μη έγκυρος τύπος ρουτίνας: «%s»" -#: db_routines.php:304 -msgid "Sorry, we failed to restore the dropped routine." -msgstr "" - -#: db_routines.php:305 -msgid "The backed up query was:" -msgstr "" - #: db_routines.php:309 +msgid "Sorry, we failed to restore the dropped routine." +msgstr "Συγνώμη, αποτύχαμε να επαναφέρουμε τη διαγραμμένη ρουτίνα." + +#: db_routines.php:310 +msgid "The backed up query was:" +msgstr "Το εφεδρικό ερώτημα ήταν:" + +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "Η ρουτίνα %1$s έχει αλλαχτεί." -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "Η ρουτίνα %1$s έχει δημιουργηθεί." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" +"Ένα ή περισσότερα σφάλματα έλαβαν χώρα κατά την προώθηση του αιτήματός " +"σας:" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "Δημιουργία ρουτίνας" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "Επεξεργασία ρουτίνας" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" +"Χρησιμοποιείτε την μη υποστηριζόμενη πλέον επέκταση «mysql» της PHP, η οποία " +"δεν μπορεί να διαχειριστεί πολλαπλά ερωτήματα. Η εκτέλεση ορισμένων " +"αποθηκευμένων ερωτημάτων ίσως αποτύχουν! Χρησιμοποιήστε τη βελτιωμένη " +"επέκταση «mysqli» για να αποφύγετε προβλήματα." #: db_search.php:54 libraries/auth/config.auth.lib.php:83 #: libraries/auth/config.auth.lib.php:102 @@ -664,10 +673,9 @@ msgid "Search in database" msgstr "Αναζήτηση στη βάση δεδπμένων" #: db_search.php:300 -#, fuzzy #| msgid "Word(s) or value(s) to search for (wildcard: \"%\"):" msgid "Words or values to search for (wildcard: \"%\"):" -msgstr "Όροι ή τιμές για αναζήτηση (μπαλαντέρ: «%»):" +msgstr "Λέξεις ή τιμές για αναζήτηση (μπαλαντέρ: «%»):" #: db_search.php:305 msgid "Find:" @@ -678,7 +686,6 @@ msgid "Words are separated by a space character (\" \")." msgstr "Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (« »)." #: db_search.php:323 -#, fuzzy #| msgid "Inside table(s):" msgid "Inside tables:" msgstr "Μέσα στους πίνακες:" @@ -717,11 +724,11 @@ msgstr "Η παρακολούθηση δεν είναι ενεργοποιημέ #: db_structure.php:372 libraries/display_tbl.lib.php:2235 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην %" -"sτεκμηρίωση%s." +"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην " +"%sτεκμηρίωση%s." #: db_structure.php:386 db_structure.php:400 libraries/header.inc.php:152 #: libraries/tbl_info.inc.php:60 tbl_structure.php:212 @@ -788,8 +795,8 @@ msgstr "Εμφάνιση για εκτύπωση" msgid "Empty" msgstr "Άδειασμα" -#: db_structure.php:504 db_tracking.php:104 libraries/common.lib.php:2956 -#: libraries/common.lib.php:2957 libraries/Index.class.php:490 +#: db_structure.php:504 db_tracking.php:104 libraries/Index.class.php:490 +#: libraries/common.lib.php:2956 libraries/common.lib.php:2957 #: server_databases.php:266 tbl_structure.php:153 tbl_structure.php:154 #: tbl_structure.php:603 msgid "Drop" @@ -862,9 +869,9 @@ msgstr "Ενημερώθηκε" msgid "Status" msgstr "Κατάσταση" -#: db_tracking.php:90 libraries/db_events.inc.php:68 -#: libraries/db_routines.lib.php:1215 libraries/db_structure.lib.php:44 -#: libraries/display_triggers.inc.php:76 libraries/Index.class.php:442 +#: db_tracking.php:90 libraries/Index.class.php:442 +#: libraries/db_events.inc.php:68 libraries/db_routines.lib.php:1215 +#: libraries/db_structure.lib.php:44 libraries/display_triggers.inc.php:76 #: server_databases.php:191 server_privileges.php:1612 #: server_privileges.php:1805 server_privileges.php:2154 tbl_structure.php:214 msgid "Action" @@ -958,11 +965,11 @@ msgstr "Το αρχείο εξόδου αποθηκεύτηκε ως %s." #: import.php:58 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" -"Πιθανόν προσπαθείτε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην %" -"sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού." +"Πιθανόν προσπαθείτε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην " +"%sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού." #: import.php:278 import.php:331 libraries/File.class.php:501 #: libraries/File.class.php:611 @@ -1142,11 +1149,11 @@ msgstr "Διαγραφή των επιλεγμένων χρηστών" msgid "Close" msgstr "Κλείσιμο" -#: js/messages.php:62 js/messages.php:132 libraries/common.lib.php:594 -#: libraries/common.lib.php:1144 libraries/common.lib.php:2960 -#: libraries/common.lib.php:2961 libraries/config/messages.inc.php:471 -#: libraries/display_tbl.lib.php:1287 libraries/import.lib.php:1150 -#: libraries/import.lib.php:1174 libraries/Index.class.php:468 +#: js/messages.php:62 js/messages.php:132 libraries/Index.class.php:468 +#: libraries/common.lib.php:594 libraries/common.lib.php:1144 +#: libraries/common.lib.php:2960 libraries/common.lib.php:2961 +#: libraries/config/messages.inc.php:471 libraries/display_tbl.lib.php:1287 +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 #: libraries/schema/User_Schema.class.php:164 setup/frames/index.inc.php:137 msgid "Edit" msgstr "Επεξεργασία" @@ -1310,12 +1317,13 @@ msgstr "Διαγραφή" #: js/messages.php:122 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" +"Ο ορισμός μιας αποθηκευμένης συνάρτησης πρέπει να περιέχει μια δήλωση " +"RETURN!" #: js/messages.php:123 -#, fuzzy #| msgid "Missing value in the form!" msgid "Value too long in the form!" -msgstr "Ελλειπής τιμή στο πεδίο !" +msgstr "Η τιμή είναι πολύ επιμήκης στη φόρμα!" #: js/messages.php:126 msgid "" @@ -1679,6 +1687,220 @@ msgstr "Λεπτό" msgid "Second" msgstr "Δευτερόλεπτο" +#: libraries/Config.class.php:1190 +msgid "Font size" +msgstr "Μέγεθος γραμματοσειράς" + +#: libraries/File.class.php:310 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" +"Το προς αποστολή αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php." +"ini." + +#: libraries/File.class.php:313 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"Το προς αποστολή αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE όπως ορίστηκε " +"στη φόρμα HTML." + +#: libraries/File.class.php:316 +msgid "The uploaded file was only partially uploaded." +msgstr "Το απεσταλμένο αρχείο εστάλει μόνο μερικώς." + +#: libraries/File.class.php:319 +msgid "Missing a temporary folder." +msgstr "Χάθηκε ένας προσωρινός φάκελος." + +#: libraries/File.class.php:322 +msgid "Failed to write file to disk." +msgstr "Αποτυχία εγγραφής του αρχείου στο δίσκο." + +#: libraries/File.class.php:325 +msgid "File upload stopped by extension." +msgstr "Η αποστολή του αρχείου σταμάτησε λόγω επέκτασης." + +#: libraries/File.class.php:328 +msgid "Unknown error in file upload." +msgstr "Άγνωστο σφάλμα στην αποστολή αρχείου." + +#: libraries/File.class.php:559 +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" +"Σφάλμα μετακίνησης του αρχείου αποστολής. Δείτε τις [a@./Documentation." +"html#faq1_11@Documentation]ΣΑΕ 1.11[/a]" + +#: libraries/Index.class.php:430 tbl_relation.php:526 +msgid "No index defined!" +msgstr "Δεν ορίστηκε ευρετήριο!" + +#: libraries/Index.class.php:435 libraries/build_html_for_db.lib.php:40 +#: tbl_tracking.php:309 +msgid "Indexes" +msgstr "Ευρετήρια" + +#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 +#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 +#: tbl_tracking.php:315 +msgid "Unique" +msgstr "Μοναδικό" + +#: libraries/Index.class.php:447 tbl_tracking.php:316 +msgid "Packed" +msgstr "Συμπιεσμένο" + +#: libraries/Index.class.php:449 tbl_tracking.php:318 +msgid "Cardinality" +msgstr "Μοναδικότητα" + +#: libraries/Index.class.php:452 libraries/db_routines.lib.php:777 +#: tbl_tracking.php:272 tbl_tracking.php:321 +msgid "Comment" +msgstr "Σχόλιο" + +#: libraries/Index.class.php:474 +msgid "The primary key has been dropped" +msgstr "Το πρωτεύον κλειδί διεγράφη" + +#: libraries/Index.class.php:478 +#, php-format +msgid "Index %s has been dropped" +msgstr "Το ευρετήριο %s διεγράφη" + +#: libraries/Index.class.php:582 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" +"Τα ευρετήρια %1$s και %2$s φαίνεται να είναι ίσα και ένα από αυτά μπορεί να " +"απομακρυνθεί." + +#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:177 +#: libraries/server_links.inc.php:43 server_databases.php:100 +#: server_privileges.php:1740 +msgid "Databases" +msgstr "Βάσεις Δεδομένων" + +#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308 +#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:561 +#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:883 +#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60 +msgid "Error" +msgstr "Λάθος" + +#: libraries/Message.class.php:260 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "Επηρεάστηκε %1$d γραμμή." +msgstr[1] "Επηρεάστηκαν %1$d γραμμές." + +#: libraries/Message.class.php:279 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "Διαγράφτηκε %1$d γραμμή." +msgstr[1] "Διαγράφτηκαν %1$d γραμμές." + +#: libraries/Message.class.php:298 +#, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "Εισήχθηκε %1$d γραμμή." +msgstr[1] "Εισήχθηκαν %1$d γραμμές." + +#: libraries/RecentTable.class.php:114 +msgid "Could not save recent table" +msgstr "Αδύνατη η αποθήκευση πρόσφατου πίνακα" + +#: libraries/RecentTable.class.php:149 +msgid "Recent tables" +msgstr "Πρόσφατοι πίνακες" + +#: libraries/RecentTable.class.php:155 +msgid "There are no recent tables" +msgstr "Δεν υπάρχουν πρόσφατοι πίνακες" + +#: libraries/StorageEngine.class.php:195 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "" +"Δεν υπάρχουν λεπτομερείς πληροφορίες κατάστασης για αυτή τη μηχανή " +"αποθήκευσης." + +#: libraries/StorageEngine.class.php:355 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "Η %s είναι διαθέσιμη σε αυτό το διακομιστή MySQL." + +#: libraries/StorageEngine.class.php:358 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "Η %s έχει απενεργοποιήθεί σε αυτό το διακομιστή MySQL." + +#: libraries/StorageEngine.class.php:362 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "Αύτος ο διακομιστής MySQL δεν υποστηρίζει τη μηχανή αποθήκευσης %s." + +#: libraries/Table.class.php:1027 +msgid "Invalid database" +msgstr "Μη έγκυρη βάση δεδομένων" + +#: libraries/Table.class.php:1041 tbl_get_field.php:25 +msgid "Invalid table name" +msgstr "Μη έγκυρο όνομα πίνακα" + +#: libraries/Table.class.php:1056 +#, php-format +msgid "Error renaming table %1$s to %2$s" +msgstr "Σφάλμα μετονομασίας του πίνακα %1$s σε %2$s" + +#: libraries/Table.class.php:1139 +#, php-format +msgid "Table %s has been renamed to %s" +msgstr "Ο Πίνακας %s μετονομάσθηκε σε %s" + +#: libraries/Table.class.php:1272 +msgid "Could not save table UI preferences" +msgstr "Αδύνατη η αποθήκευση των ρυθμίσεων πίνακα για το περιβάλλον χρήστη" + +#: libraries/Theme.class.php:160 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "Βρέθηκε μη έγκυρη διαδρομή εικόνας για το θέμα %s!" + +#: libraries/Theme.class.php:380 +msgid "No preview available." +msgstr "Προεπισκόπηση μη διαθέσιμη." + +#: libraries/Theme.class.php:383 +msgid "take it" +msgstr "πάρτε το" + +#: libraries/Theme_Manager.class.php:109 +#, php-format +msgid "Default theme %s not found!" +msgstr "Το προεπιλεγμένο θέμα %s δεν βρέθηκε!" + +#: libraries/Theme_Manager.class.php:147 +#, php-format +msgid "Theme %s not found!" +msgstr "Το θέμα %s δεν βρέθηκε!" + +#: libraries/Theme_Manager.class.php:215 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "Η διαδρομή θέματος δεν βρέθηκε για το θέμα %s!" + +#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 +msgid "Theme" +msgstr "Θέμα" + #: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." msgstr "Αδύνατη η σύνδεση: άκυρες ρυθμίσεις." @@ -1692,8 +1914,8 @@ msgstr "Καλωσήρθατε στο %s" #: libraries/auth/config.auth.lib.php:106 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Πιθανή αιτία για αυτό είναι η μη δημιουργία αρχείου προσαρμογής. Ίσως θέλετε " "να χρησιμοποιήσετε τον %1$sκώδικα εγκατάστασηςt%2$s για να δημιουργήσετε ένα." @@ -1804,14 +2026,6 @@ msgstr "Σφάλμα PBMS" msgid "PBMS connection failed:" msgstr "Η σύνδεση PBMS απέτυχε" -#: libraries/blobstreaming.lib.php:308 libraries/blobstreaming.lib.php:314 -#: libraries/common.lib.php:561 libraries/core.lib.php:232 -#: libraries/import.lib.php:136 libraries/Message.class.php:205 -#: tbl_change.php:883 tbl_operations.php:228 tbl_relation.php:287 -#: view_operations.php:60 -msgid "Error" -msgstr "Λάθος" - #: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" msgstr "Η λήψη πληροφοριών BLOB από την PBMS απέτυχε:" @@ -1864,11 +2078,6 @@ msgstr "Πίνακες" msgid "Data" msgstr "Δεδομένα" -#: libraries/build_html_for_db.lib.php:40 libraries/Index.class.php:435 -#: tbl_tracking.php:309 -msgid "Indexes" -msgstr "Ευρετήρια" - #: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60 #: tbl_printview.php:333 tbl_structure.php:818 msgid "Overhead" @@ -1896,16 +2105,17 @@ msgid "Check Privileges" msgstr "Έλεγχος Δικαιωμάτων" #: libraries/common.inc.php:587 -#, fuzzy #| msgid "Could not save configuration" msgid "Failed to read configuration file" -msgstr "Αδύνατη η αποθήκευση ρυθμίσεων" +msgstr "Αδύνατη η ανάγνωση του αρχείου ρυθμίσεων" #: libraries/common.inc.php:588 msgid "" "This usually means there is a syntax error in it, please check any errors " "shown below." msgstr "" +"Αυτό σημαίνει, συνήθως, ότι υπάρχει συντακτικό λάθος. Ελέγξτε τα σφάλματα " +"που εμφανίζονται παρακάτω." #: libraries/common.inc.php:595 #, php-format @@ -1937,11 +2147,11 @@ msgstr "" msgid "Server" msgstr "Διακομιστής" -#: libraries/common.inc.php:829 +#: libraries/common.inc.php:825 msgid "Invalid authentication method set in configuration:" msgstr "Ορίστηκε εσφαλμένη μέθοδος πιστοποίησης στη ρύθμιση:" -#: libraries/common.inc.php:932 +#: libraries/common.inc.php:928 #, php-format msgid "You should upgrade to %s %s or later." msgstr "Πρέπει να αναβαθμίσετε σε %s %s ή νεότερη." @@ -2150,11 +2360,80 @@ msgstr "Δεν υπάρχουν αρχεία προς αποστολή" #: libraries/common.lib.php:2964 libraries/common.lib.php:2965 msgid "Execute" -msgstr "" +msgstr "Εκτέλεση" -#: libraries/Config.class.php:1190 -msgid "Font size" -msgstr "Μέγεθος γραμματοσειράς" +#: libraries/config.values.php:45 libraries/config.values.php:47 +#: libraries/config.values.php:51 +msgid "Both" +msgstr "Και τα δύο" + +#: libraries/config.values.php:47 +msgid "Nowhere" +msgstr "Πουθενά" + +#: libraries/config.values.php:47 +msgid "Left" +msgstr "Αριστερά" + +#: libraries/config.values.php:47 +msgid "Right" +msgstr "Δεξιά" + +#: libraries/config.values.php:75 +msgid "Open" +msgstr "Άνοιγμα" + +#: libraries/config.values.php:75 +msgid "Closed" +msgstr "Κλεισμένο" + +#: libraries/config.values.php:96 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:122 libraries/export/texytext.php:24 +#: libraries/import.lib.php:1172 +msgid "structure" +msgstr "δομή" + +#: libraries/config.values.php:97 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:123 libraries/export/texytext.php:24 +msgid "data" +msgstr "δεδομένα" + +#: libraries/config.values.php:98 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:124 libraries/export/texytext.php:24 +msgid "structure and data" +msgstr "δομή και δεδομένα" + +#: libraries/config.values.php:100 +msgid "Quick - display only the minimal options to configure" +msgstr "Γρήγορο - προβολή μονό των ελάχιστων επιλογών για ρύθμιση" + +#: libraries/config.values.php:101 +msgid "Custom - display all possible options to configure" +msgstr "Προσαρμογή - προβολή όλων των πιθανών επιλογών για ρύθμιση" + +#: libraries/config.values.php:102 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "" +"Προσαρμογή - όπως παραπάνω αλλά χωρίς την επιλογή γρήγορου/προσαρμοσμένου" + +#: libraries/config.values.php:120 +msgid "complete inserts" +msgstr "πλήρεις εντολές εισαγωγής (Insert)" + +#: libraries/config.values.php:121 +msgid "extended inserts" +msgstr "Εκτεταμένες εντολές εισαγωγής (Insert)" + +#: libraries/config.values.php:122 +msgid "both of the above" +msgstr "αμφότερα τα παραπάνω" + +#: libraries/config.values.php:123 +msgid "neither of the above" +msgstr "κανένα από τα παραπάνω" #: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 @@ -2814,12 +3093,6 @@ msgstr "Ορισμός φακέλων εισαγωγής-εξαγωγής και msgid "LaTeX" msgstr "Έγγραφο LaTeX" -#: libraries/config/messages.inc.php:177 libraries/List_Database.class.php:430 -#: libraries/server_links.inc.php:43 server_databases.php:100 -#: server_privileges.php:1740 -msgid "Databases" -msgstr "Βάσεις Δεδομένων" - #: libraries/config/messages.inc.php:178 msgid "Databases display options" msgstr "Επιλογές προβολής βάσεων δεδομένων" @@ -4481,79 +4754,6 @@ msgstr "" msgid "Incorrect IP address: %s" msgstr "Εσφαλμένη διεύθυνση IP: %s" -#: libraries/config.values.php:45 libraries/config.values.php:47 -#: libraries/config.values.php:51 -msgid "Both" -msgstr "Και τα δύο" - -#: libraries/config.values.php:47 -msgid "Nowhere" -msgstr "Πουθενά" - -#: libraries/config.values.php:47 -msgid "Left" -msgstr "Αριστερά" - -#: libraries/config.values.php:47 -msgid "Right" -msgstr "Δεξιά" - -#: libraries/config.values.php:75 -msgid "Open" -msgstr "Άνοιγμα" - -#: libraries/config.values.php:75 -msgid "Closed" -msgstr "Κλεισμένο" - -#: libraries/config.values.php:96 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:122 libraries/export/texytext.php:24 -#: libraries/import.lib.php:1172 -msgid "structure" -msgstr "δομή" - -#: libraries/config.values.php:97 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:123 libraries/export/texytext.php:24 -msgid "data" -msgstr "δεδομένα" - -#: libraries/config.values.php:98 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:124 libraries/export/texytext.php:24 -msgid "structure and data" -msgstr "δομή και δεδομένα" - -#: libraries/config.values.php:100 -msgid "Quick - display only the minimal options to configure" -msgstr "Γρήγορο - προβολή μονό των ελάχιστων επιλογών για ρύθμιση" - -#: libraries/config.values.php:101 -msgid "Custom - display all possible options to configure" -msgstr "Προσαρμογή - προβολή όλων των πιθανών επιλογών για ρύθμιση" - -#: libraries/config.values.php:102 -msgid "Custom - like above, but without the quick/custom choice" -msgstr "" -"Προσαρμογή - όπως παραπάνω αλλά χωρίς την επιλογή γρήγορου/προσαρμοσμένου" - -#: libraries/config.values.php:120 -msgid "complete inserts" -msgstr "πλήρεις εντολές εισαγωγής (Insert)" - -#: libraries/config.values.php:121 -msgid "extended inserts" -msgstr "Εκτεταμένες εντολές εισαγωγής (Insert)" - -#: libraries/config.values.php:122 -msgid "both of the above" -msgstr "αμφότερα τα παραπάνω" - -#: libraries/config.values.php:123 -msgid "neither of the above" -msgstr "κανένα από τα παραπάνω" - #. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation. #: libraries/core.lib.php:264 msgctxt "PHP documentation language" @@ -4566,22 +4766,22 @@ msgid "The %s extension is missing. Please check your PHP configuration." msgstr "Η επέκταση %s λείπει. Δείτε τις ρυθμίσεις της PHP." #: libraries/db_events.inc.php:30 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event %s" -msgstr "Εξαγωγή περιεχομένων" +msgstr "Εξαγωγή του συμβάντος %s" #: libraries/db_events.inc.php:34 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event \"%s\"" -msgstr "Εξαγωγή περιεχομένων" +msgstr "Εξαγωγή του συμβάντος «%s»" #: libraries/db_events.inc.php:40 -#, fuzzy, php-format +#, php-format #| msgid "No tables found in database" msgid "No event with name %s found in database %s" -msgstr "Δεν βρέθηκαν Πίνακες στη βάση δεδομένων." +msgstr "Κανένα συμβάν με ονομασία %s δεν βρέθηκε στη βάση δεδομένων %s" #: libraries/db_events.inc.php:56 libraries/db_links.inc.php:101 #: libraries/export/sql.php:609 @@ -4589,10 +4789,9 @@ msgid "Events" msgstr "Συμβάντα" #: libraries/db_events.inc.php:58 libraries/db_events.inc.php:60 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no events to display." -msgstr "Δεν υπάρχουν αρχεία προς αποστολή" +msgstr "Δεν υπάρχουν συμβάντα για εμφάνιση." #: libraries/db_events.inc.php:67 libraries/db_routines.lib.php:690 #: libraries/db_routines.lib.php:846 libraries/db_routines.lib.php:1214 @@ -4604,42 +4803,24 @@ msgstr "Όνομα" #: libraries/db_events.inc.php:129 msgid "The event scheduler is enabled" -msgstr "" +msgstr "Ο προγραμματισμός συμβάντων είναι ενεργοποιημένος" #: libraries/db_events.inc.php:129 msgid "The event scheduler is disabled" -msgstr "" +msgstr "Ο προγραμματισμός συμβάντων είναι απενεργοποιημένος" #: libraries/db_events.inc.php:131 msgid "Turn it on" -msgstr "" +msgstr "Ενεργοποιήστε τον" #: libraries/db_events.inc.php:131 msgid "Turn it off" -msgstr "" +msgstr "Απενεργοποιήστε τον" #: libraries/db_events.inc.php:141 -#, fuzzy #| msgid "Add a new server" msgid "Add a new Event" -msgstr "Προσθήκη ενός νέου διακομιστή" - -#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 -msgid "Connection for controluser as defined in your configuration failed." -msgstr "Ανεπιτυχής σύνδεση του χρήστη ελέγχου όπως ορίστηκε στη ρύθμισή σας." - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 -#: libraries/dbi/mysqli.dbi.lib.php:395 -msgid "The server is not responding" -msgstr "Ο διακομιστής δεν αποκρίνεται" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 -msgid "(or the local MySQL server's socket is not correctly configured)" -msgstr "(ή η τοπική υποδοχή του διακομιστή MySQL δεν έχει ρυθμιστεί σωστά)" - -#: libraries/dbi/mysql.dbi.lib.php:346 -msgid "Details..." -msgstr "Λεπτομέρειες..." +msgstr "Προσθήκη ενός νέου Συμβάντος" #: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 @@ -4675,32 +4856,29 @@ msgid "Triggers" msgstr "Δείκτες" #: libraries/db_routines.lib.php:659 -#, fuzzy #| msgid "Details..." msgid "Details" -msgstr "Λεπτομέρειες..." +msgstr "Λεπτομέρειες" #: libraries/db_routines.lib.php:662 -#, fuzzy #| msgid "Routines" msgid "Routine name" -msgstr "Εργασίες" +msgstr "Όνομα ρουτίνας" #: libraries/db_routines.lib.php:679 -#, fuzzy, php-format +#, php-format #| msgid "Change" msgid "Change to %s" -msgstr "Αλλαγή" +msgstr "Αλλαγή σε %s" #: libraries/db_routines.lib.php:684 msgid "Parameters" -msgstr "" +msgstr "Παράμετροι" #: libraries/db_routines.lib.php:689 -#, fuzzy #| msgid "Direct links" msgid "Direction" -msgstr "Άμεσοι σύνδεσμοι" +msgstr "Κατεύθυνση" #: libraries/db_routines.lib.php:692 libraries/tbl_properties.inc.php:105 msgid "Length/Values" @@ -4715,9 +4893,9 @@ msgstr "Μήκος/Τιμές*" #: libraries/export/php_array.php:29 libraries/export/sql.php:83 #: libraries/export/texytext.php:31 libraries/export/xls.php:29 #: libraries/export/xlsx.php:29 libraries/export/xml.php:25 -#: libraries/export/yaml.php:30 libraries/import/csv.php:33 +#: libraries/export/yaml.php:30 libraries/import.lib.php:1145 +#: libraries/import.lib.php:1167 libraries/import/csv.php:33 #: libraries/import/docsql.php:35 libraries/import/ldi.php:49 -#: libraries/import.lib.php:1145 libraries/import.lib.php:1167 #: libraries/import/ods.php:32 libraries/import/sql.php:20 #: libraries/import/xls.php:28 libraries/import/xlsx.php:28 #: libraries/import/xml.php:25 tbl_select.php:231 tbl_structure.php:889 @@ -4725,71 +4903,59 @@ msgid "Options" msgstr "Επιλογές" #: libraries/db_routines.lib.php:707 -#, fuzzy #| msgid "Add prefix" msgid "Add parameter" -msgstr "Προσθήκη προθέματος" +msgstr "Προσθήκη παραμέτρου" #: libraries/db_routines.lib.php:710 -#, fuzzy #| msgid "Remove database" msgid "Remove last parameter" -msgstr "Μετακίνηση βάσης δεδομένων σε" +msgstr "Μετακίνηση τελευταίας παραμέτρου" #: libraries/db_routines.lib.php:715 libraries/db_routines.lib.php:1217 msgid "Return type" msgstr "Τύπος επιστροφής" #: libraries/db_routines.lib.php:721 -#, fuzzy #| msgid "Length/Values" msgid "Return length/values" -msgstr "Μήκος/Τιμές*" +msgstr "Μήκος/Τιμές επιστροφής" #: libraries/db_routines.lib.php:726 -#, fuzzy #| msgid "Table options" msgid "Return options" -msgstr "Επιλογές πίνακα" +msgstr "Επιλογές επιστροφής" #: libraries/db_routines.lib.php:745 -#, fuzzy #| msgid "Description" msgid "Definition" -msgstr "Περιγραφή" +msgstr "Προσδιορισμός" #: libraries/db_routines.lib.php:749 msgid "Is deterministic" -msgstr "" +msgstr "Είναι προσδιοριστικό" #: libraries/db_routines.lib.php:753 msgid "Definer" -msgstr "" +msgstr "Προσδιοριστής" #: libraries/db_routines.lib.php:758 -#, fuzzy #| msgid "Security" msgid "Security type" -msgstr "Ασφάλεια" +msgstr "Τύπος ασφάλειας" #: libraries/db_routines.lib.php:765 msgid "SQL data access" -msgstr "" - -#: libraries/db_routines.lib.php:777 libraries/Index.class.php:452 -#: tbl_tracking.php:272 tbl_tracking.php:321 -msgid "Comment" -msgstr "Σχόλιο" +msgstr "Πρόσβαση δεδομένων SQL" #: libraries/db_routines.lib.php:839 libraries/db_routines.lib.php:842 -#, fuzzy #| msgid "Routines" msgid "Routine parameters" -msgstr "Εργασίες" +msgstr "Παράμετροι ρουτίνας" #: libraries/db_routines.lib.php:849 tbl_change.php:284 tbl_change.php:322 msgid "Function" -msgstr "Έλεγχος" +msgstr "Συνάρτηση" #: libraries/db_routines.lib.php:851 libraries/replication_gui.lib.php:117 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 @@ -4800,44 +4966,44 @@ msgstr "Τιμή" #: libraries/db_routines.lib.php:965 msgid "You must provide a routine name" -msgstr "" +msgstr "Πρέπει να δώσετε ένα όνομα στη ρουτίνα" #: libraries/db_routines.lib.php:984 #, php-format msgid "Invalid direction \"%s\" given for parameter." -msgstr "" +msgstr "Εσφαλμένη κατεύθυνση «%s» δόθηκε για την παράμετρο." #: libraries/db_routines.lib.php:995 libraries/db_routines.lib.php:1036 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" +"Πρέπει να δώσετε μήκος/τιμές για τις παραμέτρους της ρουτίνας του τύπου " +"ENUM, SET, VARCHAR και VARBINARY." #: libraries/db_routines.lib.php:1020 msgid "You must provide a name and a type for each routine parameter." msgstr "" +"Πρέπει να δώσετε ένα όνομα και ένα τύπο για κάθε παράμετρος της ρουτίνας." #: libraries/db_routines.lib.php:1077 msgid "You must provide a routine definition." -msgstr "" +msgstr "Πρέπει να δώσετε ένα προσδιορισμό ρουτίνας." #: libraries/db_routines.lib.php:1209 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no routines to display." -msgstr "Δεν υπάρχουν αρχεία προς αποστολή" +msgstr "Δεν υπάρχουν ρουτίνες για εμφάνιση." #: libraries/db_routines.lib.php:1253 -#, fuzzy #| msgid "Add index" msgid "Add routine" -msgstr "Προσθήκη ευρετηρίου" +msgstr "Προσθήκη ρουτίνας" #: libraries/db_routines.lib.php:1256 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create a new routine" -msgstr "Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!" +msgstr "Δεν έχετε τα απαραίτητα δικαιώματα για να δημιουργήσετε μια νέα ρουτίνα" #: libraries/db_structure.lib.php:48 libraries/display_tbl.lib.php:2121 msgid "" @@ -4847,6 +5013,23 @@ msgstr "" "Ίσως είναι κατά προσέγγιση. Δείτε τις [a@./Documentation." "html#faq3_11@Documentation]ΣΑΕ 3.11[/a]" +#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "Ανεπιτυχής σύνδεση του χρήστη ελέγχου όπως ορίστηκε στη ρύθμισή σας." + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 +#: libraries/dbi/mysqli.dbi.lib.php:395 +msgid "The server is not responding" +msgstr "Ο διακομιστής δεν αποκρίνεται" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 +msgid "(or the local MySQL server's socket is not correctly configured)" +msgstr "(ή η τοπική υποδοχή του διακομιστή MySQL δεν έχει ρυθμιστεί σωστά)" + +#: libraries/dbi/mysql.dbi.lib.php:346 +msgid "Details..." +msgstr "Λεπτομέρειες..." + #: libraries/display_change_password.lib.php:29 main.php:94 #: user_password.php:119 user_password.php:137 msgid "Change password" @@ -4985,8 +5168,8 @@ msgstr ", το @TABLE@ θα γίνει το όνομα του πίνακα" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Αυτή η τιμή μετατρέπεται με χρήση της συνάρτησης %1$sstrftime%2$s, έτσι " "μπορείτε να χρησιμοποιήσετε φράσεις μορφής χρόνου. Επιπρόσθετα, θα γίνουν " @@ -5221,15 +5404,15 @@ msgstr "Μετατροπή περιηγητή" #: libraries/display_tbl.lib.php:642 msgid "Geometry" -msgstr "" +msgstr "Γεωμετρία" #: libraries/display_tbl.lib.php:643 msgid "Well Known Text" -msgstr "" +msgstr "Καλά Γνωστό Κείμενο" #: libraries/display_tbl.lib.php:644 msgid "Well Known Binary" -msgstr "" +msgstr "Καλά Γνωστό Δυαδικό" #: libraries/display_tbl.lib.php:1288 msgid "Copy" @@ -5275,7 +5458,7 @@ msgstr "Εμφάνιση διαγράμματος" #: libraries/display_tbl.lib.php:2548 msgid "Visualize GIS data" -msgstr "" +msgstr "Οπτικοποίηση δεδομένων ΓΠΣ" #: libraries/display_tbl.lib.php:2568 msgid "Create view" @@ -5286,27 +5469,26 @@ msgid "Link not found" msgstr "Δεν βρέθηκε η σύνδεση" #: libraries/display_triggers.inc.php:35 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of trigger %s" -msgstr "Εξαγωγή περιεχομένων" +msgstr "Εξαγωγή της ενέργειας %s" #: libraries/display_triggers.inc.php:39 #, php-format msgid "Export of trigger \"%s\"" -msgstr "" +msgstr "Εξαγωγή της ενέργειας «%s»" #: libraries/display_triggers.inc.php:47 -#, fuzzy, php-format +#, php-format #| msgid "No valid image path for theme %s found!" msgid "No trigger with name %s found" -msgstr "Βρέθηκε μη έγκυρη διαδρομή εικόνας για το θέμα %s!" +msgstr "Δεν βρέθηκε ενέργεια με το όνομα %s" #: libraries/display_triggers.inc.php:64 libraries/display_triggers.inc.php:66 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no triggers to display." -msgstr "Δεν υπάρχουν αρχεία προς αποστολή" +msgstr "Δεν υπάρχουν ενέργειες για εμφάνιση" #: libraries/display_triggers.inc.php:77 server_status.php:800 sql.php:936 msgid "Time" @@ -5317,10 +5499,9 @@ msgid "Event" msgstr "Συμβάν" #: libraries/display_triggers.inc.php:120 -#, fuzzy #| msgid "Add a new server" msgid "Add a new Trigger" -msgstr "Προσθήκη ενός νέου διακομιστή" +msgstr "Προσθήκη μιας νέας Ενέργειας" #: libraries/engines/bdb.lib.php:20 main.php:211 msgid "Version information" @@ -5605,8 +5786,8 @@ msgid "" "Documentation and further information about PBMS can be found on %sThe " "PrimeBase Media Streaming home page%s." msgstr "" -"Τεκμηρίωση και περισσότερες πληροφορίες για το PBMS μπορεί να βρεθεί στην %" -"sΙστοσελίδα του PrimeBase Media Streaming%s." +"Τεκμηρίωση και περισσότερες πληροφορίες για το PBMS μπορεί να βρεθεί στην " +"%sΙστοσελίδα του PrimeBase Media Streaming%s." #: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127 msgid "Related Links" @@ -5775,11 +5956,11 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" -"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην %" -"sΙστοσελίδα του PrimeBase XT%s." +"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην " +"%sΙστοσελίδα του PrimeBase XT%s." #: libraries/engines/pbxt.lib.php:129 msgid "The PrimeBase XT Blog by Paul McCullagh" @@ -6085,58 +6266,15 @@ msgstr "Προβολές" msgid "Export contents" msgstr "Εξαγωγή περιεχομένων" -#: libraries/File.class.php:310 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "" -"Το προς αποστολή αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php." -"ini." - -#: libraries/File.class.php:313 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form." -msgstr "" -"Το προς αποστολή αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE όπως ορίστηκε " -"στη φόρμα HTML." - -#: libraries/File.class.php:316 -msgid "The uploaded file was only partially uploaded." -msgstr "Το απεσταλμένο αρχείο εστάλει μόνο μερικώς." - -#: libraries/File.class.php:319 -msgid "Missing a temporary folder." -msgstr "Χάθηκε ένας προσωρινός φάκελος." - -#: libraries/File.class.php:322 -msgid "Failed to write file to disk." -msgstr "Αποτυχία εγγραφής του αρχείου στο δίσκο." - -#: libraries/File.class.php:325 -msgid "File upload stopped by extension." -msgstr "Η αποστολή του αρχείου σταμάτησε λόγω επέκτασης." - -#: libraries/File.class.php:328 -msgid "Unknown error in file upload." -msgstr "Άγνωστο σφάλμα στην αποστολή αρχείου." - -#: libraries/File.class.php:559 -msgid "" -"Error moving the uploaded file, see [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "" -"Σφάλμα μετακίνησης του αρχείου αποστολής. Δείτε τις [a@./Documentation." -"html#faq1_11@Documentation]ΣΑΕ 1.11[/a]" - #: libraries/footer.inc.php:188 libraries/footer.inc.php:191 #: libraries/footer.inc.php:194 msgid "Open new phpMyAdmin window" msgstr "Άνοιγμα νέου παραθύρου phpMyAdmin" #: libraries/gis_visualization.lib.php:129 -#, fuzzy #| msgid "No data found for the chart." msgid "No data found for GIS visualization." -msgstr "Δεν βρέθηκαν δεδομένα για το διάγραμμα." +msgstr "Δεν βρέθηκαν δεδομένα για την οπτικοποίηση ΓΠΣ." #: libraries/header_printview.inc.php:49 libraries/header_printview.inc.php:54 msgid "SQL result" @@ -6146,6 +6284,40 @@ msgstr "αποτέλεσμα SQL" msgid "Generated by" msgstr "Δημιουργήθηκε από:" +#: libraries/import.lib.php:1141 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "Οι ακόλουθες δομές δημιουργήθηκαν ή αλλάχτηκαν. Εδώ μπορείτε να:" + +#: libraries/import.lib.php:1142 +msgid "View a structure`s contents by clicking on its name" +msgstr "Δείτε τα περιεχόμενα δομής πατώντας στο όνομα" + +#: libraries/import.lib.php:1143 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" +msgstr "Αλλάξτε τις ρυθμίσεις πατώντας τον αντίστοιχο σύνδεσμο «Επιλογές»" + +#: libraries/import.lib.php:1144 +msgid "Edit its structure by following the \"Structure\" link" +msgstr "Επεξεργαστεί τη δομή από τον σύνδεσμο «Δομή»" + +#: libraries/import.lib.php:1147 +msgid "Go to database" +msgstr "Μετάβαση στη βάση δεδομένων" + +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 +msgid "settings" +msgstr "ρυθμίσεις" + +#: libraries/import.lib.php:1169 +msgid "Go to table" +msgstr "Μετάβαση στον πίνακα" + +#: libraries/import.lib.php:1178 +msgid "Go to view" +msgstr "Μετάβαση στην προβολή" + #: libraries/import/csv.php:38 libraries/import/ods.php:26 #: libraries/import/xls.php:25 libraries/import/xlsx.php:25 msgid "" @@ -6212,40 +6384,6 @@ msgstr "Ονόματα στηλών" msgid "This plugin does not support compressed imports!" msgstr "Αυτό το πρόσθετο δεν υποστηρίζει συμπιεσμένες εισαγωγές!" -#: libraries/import.lib.php:1141 -msgid "" -"The following structures have either been created or altered. Here you can:" -msgstr "Οι ακόλουθες δομές δημιουργήθηκαν ή αλλάχτηκαν. Εδώ μπορείτε να:" - -#: libraries/import.lib.php:1142 -msgid "View a structure`s contents by clicking on its name" -msgstr "Δείτε τα περιεχόμενα δομής πατώντας στο όνομα" - -#: libraries/import.lib.php:1143 -msgid "" -"Change any of its settings by clicking the corresponding \"Options\" link" -msgstr "Αλλάξτε τις ρυθμίσεις πατώντας τον αντίστοιχο σύνδεσμο «Επιλογές»" - -#: libraries/import.lib.php:1144 -msgid "Edit its structure by following the \"Structure\" link" -msgstr "Επεξεργαστεί τη δομή από τον σύνδεσμο «Δομή»" - -#: libraries/import.lib.php:1147 -msgid "Go to database" -msgstr "Μετάβαση στη βάση δεδομένων" - -#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 -msgid "settings" -msgstr "ρυθμίσεις" - -#: libraries/import.lib.php:1169 -msgid "Go to table" -msgstr "Μετάβαση στον πίνακα" - -#: libraries/import.lib.php:1178 -msgid "Go to view" -msgstr "Μετάβαση στην προβολή" - #: libraries/import/ods.php:28 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "Εισαγωγή ποσοστών ως κανονικά δεκαδικά (π.χ. 12.00% αντί .12)" @@ -6270,42 +6408,6 @@ msgstr "" "Το αρχείο XML που ορίστηκε ήταν σε λανθασμένη μορφή ή ανεπαρκές. Διορθώστε " "το θέμα και δοκιμάστε ξανά." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Δεν ορίστηκε ευρετήριο!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Μοναδικό" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Συμπιεσμένο" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Μοναδικότητα" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Το πρωτεύον κλειδί διεγράφη" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Το ευρετήριο %s διεγράφη" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Τα ευρετήρια %1$s και %2$s φαίνεται να είναι ίσα και ένα από αυτά μπορεί να " -"απομακρυνθεί." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6316,27 +6418,6 @@ msgstr "Καμία" msgid "Convert to Kana" msgstr "Μετατροπή σε Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Επηρεάστηκε %1$d γραμμή." -msgstr[1] "Επηρεάστηκαν %1$d γραμμές." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Διαγράφτηκε %1$d γραμμή." -msgstr[1] "Διαγράφτηκαν %1$d γραμμές." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Εισήχθηκε %1$d γραμμή." -msgstr[1] "Εισήχθηκαν %1$d γραμμές." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Από" @@ -6575,18 +6656,6 @@ msgstr "Επαναφόρτωση πλαισίου πλοήγησης" msgid "This format has no options" msgstr "Αυτή η μορφή δεν έχει επιλογές" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Αδύνατη η αποθήκευση πρόσφατου πίνακα" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Πρόσφατοι πίνακες" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Δεν υπάρχουν πρόσφατοι πίνακες" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ΛΑΘΟΣ" @@ -6973,6 +7042,61 @@ msgstr "Διαφορά" msgid "Target database" msgstr "Βάση δεδομένων προορισμού" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Εκτέλεση ερωτήματος/ερωτημάτων SQL στο διακομιστή «%s»" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Καθάρισμα" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Στήλες" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Αποθήκευση αυτού του ερωτήματος SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Δικαίωμα πρόσβασης στο σελίδοδείκτη σε κάθε χρήστη" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Αντικατάσταση υπάρχοντος σελιδοδείκτη με το ίδιο όνομα" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Να μην αλλάξει το ερώτημα από εξωτερική πηγή" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Διαχωριστικό" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Επανεμφάνιση αυτού του ερώτηματος εδώ" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Μόνο ανάγνωση" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Τοποθεσία του αρχείου κειμένου" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Υποκατάλογος αποθήκευσης αρχείων διακομιστή" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7036,61 +7160,6 @@ msgstr "Άγνωστο Αναγνωριστικό" msgid "Unknown Punctuation String" msgstr "Άγνωστο σημείο στίξης" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Εκτέλεση ερωτήματος/ερωτημάτων SQL στο διακομιστή «%s»" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Καθάρισμα" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Στήλες" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Αποθήκευση αυτού του ερωτήματος SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Δικαίωμα πρόσβασης στο σελίδοδείκτη σε κάθε χρήστη" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Αντικατάσταση υπάρχοντος σελιδοδείκτη με το ίδιο όνομα" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Να μην αλλάξει το ερώτημα από εξωτερική πηγή" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Διαχωριστικό" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Επανεμφάνιση αυτού του ερώτηματος εδώ" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Μόνο ανάγνωση" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Τοποθεσία του αρχείου κειμένου" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Υποκατάλογος αποθήκευσης αρχείων διακομιστή" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7100,50 +7169,6 @@ msgstr "" "Ο επικυρωτής SQL δεν μπόρεσε να ξεκινήσει. Ελέγξτε ότι έχετε εγκαταστήσει " "της απαραίτητες επεκτάσεις της php όπως περιγράφεται στην %sτεκμηρίωση%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Δεν υπάρχουν λεπτομερείς πληροφορίες κατάστασης για αυτή τη μηχανή " -"αποθήκευσης." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Η %s είναι διαθέσιμη σε αυτό το διακομιστή MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Η %s έχει απενεργοποιήθεί σε αυτό το διακομιστή MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Αύτος ο διακομιστής MySQL δεν υποστηρίζει τη μηχανή αποθήκευσης %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Μη έγκυρη βάση δεδομένων" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Μη έγκυρο όνομα πίνακα" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Σφάλμα μετονομασίας του πίνακα %1$s σε %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Ο Πίνακας %s μετονομάσθηκε σε %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Αδύνατη η αποθήκευση των ρυθμίσεων πίνακα για το περιβάλλον χρήστη" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Ο πίνακας φαίνεται να είναι άδειος!" @@ -7262,38 +7287,6 @@ msgstr "Ορισμός ΚΑΤΑΤΜΗΣΗΣ (PARTITION)" msgid "+ Add a new value" msgstr "+ Προσθήκη νέας τιμής" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Βρέθηκε μη έγκυρη διαδρομή εικόνας για το θέμα %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Προεπισκόπηση μη διαθέσιμη." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "πάρτε το" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Το προεπιλεγμένο θέμα %s δεν βρέθηκε!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Το θέμα %s δεν βρέθηκε!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Η διαδρομή θέματος δεν βρέθηκε για το θέμα %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Θέμα" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7612,8 +7605,8 @@ msgid "" "extended features have been deactivated. To find out why click %shere%s." msgstr "" "Η αποθήκευση ρυθμίσεων του phpMyAdmin δεν έχει ρυθμιστεί πλήρως. Μερικά " -"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε %" -"sεδώ%s." +"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε " +"%sεδώ%s." #: main.php:314 msgid "" @@ -8356,8 +8349,8 @@ msgstr "Διαγραφή βάσεων δεδομένων που έχουν ίδ msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Σημείωση: Το phpMyAdmin διαβάζει τα δικαιώματα των χρηστών κατευθείαν από " "τους πίνακες δικαιωμάτων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί " @@ -8743,10 +8736,9 @@ msgid "All status variables" msgstr "Όλες οι μεταβλητές κατάστασης" #: server_status.php:413 server_status.php:439 -#, fuzzy #| msgid "Refresh rate" msgid "Refresh rate:" -msgstr "Ρυθμός ανανέωσης" +msgstr "Ρυθμός ανανέωσης:" #: server_status.php:462 msgid "Containing the word:" @@ -9686,7 +9678,7 @@ msgstr "" #: server_variables.php:58 msgid "Setting variable failed" -msgstr "" +msgstr "Ο ορισμός της μεταβλητής απέτυχε" #: server_variables.php:77 msgid "Server variables and settings" @@ -9936,8 +9928,8 @@ msgid "" "(currently %d)." msgstr "" "Αν η %sεγκυρότητα Σύνδεσης cookie%s είναι μεγαλύτερη από 1440 δευτερόλεπτα " -"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime%" -"s είναι μικρότερο από την τιμή της (τρέχουσα: %d)." +"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime" +"%s είναι μικρότερο από την τιμή της (τρέχουσα: %d)." #: setup/lib/index.lib.php:262 #, php-format @@ -10199,10 +10191,9 @@ msgid "View dump (schema) of table" msgstr "Εμφάνιση σχήματος του πίνακα" #: tbl_gis_visualization.php:111 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "Προβολή επιλογής διακομιστών" +msgstr "Εμφάνιση Οπτικοποίησης ΓΠΣ" #: tbl_gis_visualization.php:157 msgid "Width" @@ -10213,42 +10204,37 @@ msgid "Height" msgstr "Ύψος" #: tbl_gis_visualization.php:165 -#, fuzzy #| msgid "Textarea columns" msgid "Label column" -msgstr "Στήλες περιοχής κειμένου (textarea)" +msgstr "Στήλη ετικέτας" #: tbl_gis_visualization.php:167 -#, fuzzy #| msgid "- none -" msgid "-- None --" -msgstr "- καμία -" +msgstr "-- Τίποτα --" #: tbl_gis_visualization.php:180 -#, fuzzy #| msgid "Total count" msgid "Spatial column" -msgstr "Συνολικό πλήθος" +msgstr "Χωρική στήλη" #: tbl_gis_visualization.php:201 msgid "Use OpenStreetMaps as Base Layer" -msgstr "" +msgstr "Χρήση του OpenStreetMaps ως Βασικό Επίπεδο" #: tbl_gis_visualization.php:204 msgid "Redraw" msgstr "Επανασχεδίαση" #: tbl_gis_visualization.php:206 -#, fuzzy #| msgid "Save as file" msgid "Save to file" -msgstr "Αποστολή" +msgstr "Αποθήκευση σε αρχείο" #: tbl_gis_visualization.php:207 -#, fuzzy #| msgid "Table name" msgid "File name" -msgstr "Ονομασία πίνακας" +msgstr "Ονομασία αρχείου" #: tbl_indexes.php:66 msgid "The name of the primary key must be \"PRIMARY\"!" @@ -10495,7 +10481,7 @@ msgstr "Σειρά εμφάνισης:" #: tbl_structure.php:158 tbl_structure.php:163 tbl_structure.php:611 msgid "Spatial" -msgstr "" +msgstr "Χωρική" #: tbl_structure.php:165 tbl_structure.php:169 msgid "Browse distinct values" @@ -10514,10 +10500,9 @@ msgid "Add unique index" msgstr "Προσθήκη μοναδικού ευρετηρίου" #: tbl_structure.php:176 tbl_structure.php:177 -#, fuzzy #| msgid "Add index" msgid "Add SPATIAL index" -msgstr "Προσθήκη ευρετηρίου" +msgstr "Προσθήκη ευρετηρίου SPATIAL" #: tbl_structure.php:178 tbl_structure.php:179 msgid "Add FULLTEXT index" diff --git a/po/en_GB.po b/po/en_GB.po index 70631b9f7f..d05aace21d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-23 00:01+0200\n" "Last-Translator: Robert Readman \n" "Language-Team: english-gb \n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Search" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Search" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Go" @@ -132,9 +132,9 @@ msgstr "Database comment: " msgid "Table comments" msgstr "Table comments" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Table comments" msgid "Column" msgstr "Column" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Column" msgid "Type" msgstr "Type" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Links to" msgid "Comments" msgstr "Comments" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Comments" msgid "No" msgstr "No" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Add constraints" msgid "Switch to copied database" msgstr "Switch to copied database" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "SQL query on database %s:" msgid "Submit Query" msgstr "Submit Query" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,71 +521,75 @@ msgstr "Execution results of routine %s" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "Query \"%s\" failed" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "The following queries have been executed:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL said: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "Error in processing request" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, php-format -msgid "No routine with name %s found in database %s" +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, fuzzy, php-format +#| msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "No routine with name %s found in database %s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "Execute routine" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "Export of routine %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Invalid routine type: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "Sorry, we failed to restore the dropped routine." -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "The backed up query was:" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "Routine %1$s has been modified." -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "Routine %1$s has been created." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "One or more errors have occurred while processing your request:" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "Create routine" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "Edit routine" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "Import percentages as proper decimals (ex. 12.00% to .12)" @@ -6140,42 +6286,6 @@ msgstr "" "The XML file specified was either malformed or incomplete. Please correct " "the issue and try again." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "No index defined!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unique" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Packed" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "The primary key has been dropped" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s has been dropped" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6186,27 +6296,6 @@ msgstr "None" msgid "Convert to Kana" msgstr "Convert to Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d row affected." -msgstr[1] "%1$d rows affected." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d row deleted." -msgstr[1] "%1$d rows deleted." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d row inserted." -msgstr[1] "%1$d rows inserted." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "From" @@ -6445,18 +6534,6 @@ msgstr "Reload navigation frame" msgid "This format has no options" msgstr "This format has no options" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Could not save recent table" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Recent tables" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "There are no recent tables" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "not OK" @@ -6838,6 +6915,61 @@ msgstr "Difference" msgid "Target database" msgstr "Target database" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Run SQL query/queries on server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Run SQL query/queries on database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Clear" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Columns" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Bookmark this SQL query" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Let every user access this bookmark" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Replace existing bookmark of same name" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Do not overwrite this query from outside the window" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimiter" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Show this query here again " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "View only" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Location of the text file" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web server upload directory" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6900,61 +7032,6 @@ msgstr "Invalid Identifer" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Run SQL query/queries on server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Run SQL query/queries on database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Clear" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Columns" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Bookmark this SQL query" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Let every user access this bookmark" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Replace existing bookmark of same name" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Do not overwrite this query from outside the window" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimiter" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Show this query here again " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "View only" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Location of the text file" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web server upload directory" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6964,49 +7041,6 @@ msgstr "" "The SQL validator could not be initialised. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"There is no detailed status information available for this storage engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s is available on this MySQL server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s has been disabled for this MySQL server." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "This MySQL server does not support the %s storage engine." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Invalid database" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Invalid table name" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Error renaming table %1$s to %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Table %s has been renamed to %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Could not save table UI preferences" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Table seems to be empty!" @@ -7125,38 +7159,6 @@ msgstr "PARTITION definition" msgid "+ Add a new value" msgstr "+ Add a new value" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No preview available." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "take it" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Default theme %s not found!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Theme %s not found!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Theme path not found for theme %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Theme" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8193,13 +8195,13 @@ msgstr "Drop the databases that have the same names as the users." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." @@ -10516,6 +10518,9 @@ msgstr "VIEW name" msgid "Rename view to" msgstr "Rename view to" +#~ msgid "Query \"%s\" failed" +#~ msgstr "Query \"%s\" failed" + #~ msgid "" #~ "phpMyAdmin was unable to read your configuration file!
This might " #~ "happen if PHP finds a parse error in it or PHP cannot find the file.
\n" "Language-Team: spanish \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Buscar" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Buscar" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Continuar" @@ -132,9 +132,9 @@ msgstr "Comentario de la base de datos: " msgid "Table comments" msgstr "Comentarios de la tabla" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Comentarios de la tabla" msgid "Column" msgstr "Columna" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Columna" msgid "Type" msgstr "Tipo" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Enlaces a" msgid "Comments" msgstr "Comentarios" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Comentarios" msgid "No" msgstr "No" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Añadir restricciones" msgid "Switch to copied database" msgstr "Seleccionar la base de datos copiada" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -500,8 +499,8 @@ msgstr "Consulta a la base de datos %s:" msgid "Submit Query" msgstr "Ejecutar la consulta" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,71 +524,75 @@ msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" "MySQL ha devuelto un conjunto de valores vacío (es decir: cero columnas)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "Falló la consulta \"%s\"" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Se ejecutaron las siguentes consultas:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL ha dicho: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "Error al procesar la petición" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, php-format -msgid "No routine with name %s found in database %s" +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, fuzzy, php-format +#| msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "No se encontró rutina con nombre %s en la base de datos %s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "Ejecutar rutina" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "Exportar la rutina %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Tipo de rutina inválido: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "Pedimos disculpas por no haber podido recuperar la rutina eliminada." -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "La consulta respaldada era:" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "Se modificó la rutina %1$s." -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "Se creó la rutina %1$s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "Ocurrieron uno o más errores al procesar el pedido:" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "Crear rutina" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "Editar rutina" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6274,42 +6422,6 @@ msgstr "" "El archivo XML especificado estaba incompleto o mal formado. Por favor " "corrija el problema e intente nuevamente." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "¡No se ha definido ningún índice!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Único" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Empaquetado" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalidad" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "La clave primaria ha sido eliminada" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "El índice %s ha sido eliminado" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Los índices %1$s y %2$s parecen ser iguales y posiblemente se puede eliminar " -"uno." - # male gender due to referring to encoding modes #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" @@ -6321,27 +6433,6 @@ msgstr "Ninguno" msgid "Convert to Kana" msgstr "Convertir a Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d fila afectada." -msgstr[1] "%1$d filas afectadas." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d fila eliminada." -msgstr[1] "%1$d filas eliminadas." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d fila insertada." -msgstr[1] "%1$d filas insertadas." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "De" @@ -6580,18 +6671,6 @@ msgstr "Recargar el marco de navegación" msgid "This format has no options" msgstr "Este formato no tiene opciones" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "No se pudo guardar la tabla reciente" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Tablas recientes" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "No existen tablas recientes" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "no recibió el OK" @@ -6976,6 +7055,61 @@ msgstr "Diferencia" msgid "Target database" msgstr "Base de datos objetivo" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Ejecute la o las consultas SQL en el servidor %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Ejecutar la(s) consulta(s) SQL en la base de datos %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Limpiar" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Columnas" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Guardar esta consulta en favoritos" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Permitir que todo usuario pueda acceder a este favorito" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Reemplazar el favorito existente que tenga el mismo nombre" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "No sobreescribir esta consulta desde fuera de la ventana" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimitador" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Mostrar esta consulta otra vez " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Solamente ver" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Localización del archivo de texto" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "directorio en el servidor web para subir los archivos" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7041,61 +7175,6 @@ msgstr "El identificador no es válido" msgid "Unknown Punctuation String" msgstr "Signo de puntuación desconocido" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Ejecute la o las consultas SQL en el servidor %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Ejecutar la(s) consulta(s) SQL en la base de datos %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Limpiar" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Columnas" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Guardar esta consulta en favoritos" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Permitir que todo usuario pueda acceder a este favorito" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Reemplazar el favorito existente que tenga el mismo nombre" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "No sobreescribir esta consulta desde fuera de la ventana" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimitador" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Mostrar esta consulta otra vez " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Solamente ver" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Localización del archivo de texto" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "directorio en el servidor web para subir los archivos" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7105,51 +7184,6 @@ msgstr "" "El validador de SQL no pudo inicializarse. Por favor revise si ha instalado " "las extensiones php necesarias, como están descritas en la %sdocumentación%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"No existe información detallada acerca de las condiciones en que se " -"encuentra este motor de almacenamiento." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s está disponible en este servidor MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s ha sido deshabilitado para este motor de almacenamiento." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" -"Este servidor MySQL no es compatible con el motor de almacenamiento %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "La base de datos no es válida" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "El nombre de la tabla no es válido" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Error al cambiar el nombre de la tabla %1$s a %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabla %s ahora se llama %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "No se pudieron guardar las preferencias de interfaz" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "La tabla, ¡parece estar vacía!" @@ -7271,38 +7305,6 @@ msgstr "definición de la PARTICIÓN" msgid "+ Add a new value" msgstr "+ Agregar un nuevo valor" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "¡No se halló la ruta de imágenes para el tema %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No existe una previsualización disponible." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "tómelo" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "¡No se halló el tema predeterminado %s!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "¡No se halló el tema %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "¡No se halló la ruta del tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Tema" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7621,8 +7623,8 @@ msgid "" "extended features have been deactivated. To find out why click %shere%s." msgstr "" "El almacenamiento de configuración phpMyAdmin no está completamente " -"configurado, algunas funcionalidades extendidas fueron deshabilitadas. %" -"sPulsa aquí para averiguar por qué%s." +"configurado, algunas funcionalidades extendidas fueron deshabilitadas. " +"%sPulsa aquí para averiguar por qué%s." #: main.php:314 msgid "" @@ -8372,8 +8374,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: phpMyAdmin obtiene los privilegios de los usuarios 'directamente de " "las tablas de privilegios MySQL'. El contenido de estas tablas puede diferir " @@ -10764,6 +10766,9 @@ msgstr "VER nombre" msgid "Rename view to" msgstr "Cambiar el nombre de la vista a" +#~ msgid "Query \"%s\" failed" +#~ msgstr "Falló la consulta \"%s\"" + #~ msgid "" #~ "phpMyAdmin was unable to read your configuration file!
This might " #~ "happen if PHP finds a parse error in it or PHP cannot find the file.
\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -47,10 +47,10 @@ msgstr "Otsi" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Otsi" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Mine" @@ -129,9 +129,9 @@ msgstr "Andmebaasi kommentaar: " msgid "Table comments" msgstr "Tabeli kommentaarid" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Tabeli kommentaarid" msgid "Column" msgstr "Väljade nimed" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Väljade nimed" msgid "Type" msgstr "Tüüp" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Lingib " msgid "Comments" msgstr "Kommentaarid" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Kommentaarid" msgid "No" msgstr "Ei" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -335,8 +334,8 @@ msgstr "Lisa piirangud" msgid "Switch to copied database" msgstr "Mine kopeeritud andmebaasile" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -510,8 +509,8 @@ msgstr "SQL-päring andmebaasist %s:" msgid "Submit Query" msgstr "Lae päring" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -535,78 +534,80 @@ msgstr "Lubab salvestatud rutiinide käivituse." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL tagastas tühja tulemuse (s.t. null rida)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL ütles: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Protsessid" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Andmebaasist ei leitud tabeleid." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Importige failid" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Vigane serveri indeks: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabel %s kustutatud" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabel %s kustutatud" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Suhte loomine (relation)" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6324,40 +6471,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Indeksit pole defineeritud!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikaalne" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kasulikkus" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primaarne võti kustutatud" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s kustutatud" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6370,29 +6483,6 @@ msgstr "Pole" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Ridu pole valitud" -msgstr[1] "Ridu pole valitud" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Ridu pole valitud" -msgstr[1] "Ridu pole valitud" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6637,22 +6727,6 @@ msgstr "" msgid "This format has no options" msgstr "Sellel formaadil pole seadeid" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Pole võimalik laadida vaikimisi seadete faili: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Pole tabeleid" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Kontrolli tabelit" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Ei ole korras" @@ -7044,6 +7118,64 @@ msgstr "" msgid "Target database" msgstr "Otsi andmebaasist" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Käivita SQL käsk/käsud Masinas %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Päri SQL päring(uid) andmebaasist %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalender" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Väljade nimed" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Lisa see SQL päring järjehoidjasse" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Anna kõikidele kasutajatele juurdepääs sellele järjehodjale" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Kirjuta samanimeline järjehoidja üle" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Antud päringut mitte muuta väljaspool akent." + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Eraldaja" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Näita päringut siin uuesti " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Vaata ainult" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "tekstifaili asukoht" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "webiserveri üleslaadimiskataloogi" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7107,64 +7239,6 @@ msgstr "Vigane identifikaator" msgid "Unknown Punctuation String" msgstr "Tundmatu suunav tekst" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Käivita SQL käsk/käsud Masinas %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Päri SQL päring(uid) andmebaasist %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalender" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Väljade nimed" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Lisa see SQL päring järjehoidjasse" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Anna kõikidele kasutajatele juurdepääs sellele järjehodjale" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Kirjuta samanimeline järjehoidja üle" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Antud päringut mitte muuta väljaspool akent." - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Eraldaja" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Näita päringut siin uuesti " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Vaata ainult" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "tekstifaili asukoht" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "webiserveri üleslaadimiskataloogi" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7174,48 +7248,6 @@ msgstr "" "SQL-i valideerijat ei suudetud avada. Palun kontrollige, et te olete " "installinud vastavad php moodulid nagu on kirjeldatud %sdokumentatsioonis%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Detailne seisuinformatsioon antud varundusmootori kohta puudub." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s on saadaval selles MySQL serveris." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s on keelatud selles MySQL serveris." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "See MySQL server ei toeta %s varundusmootorit." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Vigane andmebaas" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Vigane tabeli nimi" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Viga tabeli nime %1$s muutimsel %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabel %s on ümber nimetatud %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabel tundub olevat tühi!" @@ -7347,38 +7379,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Lisa uus kasutaja" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Ei leia pildi kataloogi teemale %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Eelvaade pole saadaval." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "võta see" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Ei leia vaikimisi teemat %s!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Ei leia teemat %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Ei leia kataloogi teemale %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8487,8 +8487,8 @@ msgstr "Kustuta andmebaasid millel on samad nimed nagu kasutajatel." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges " "tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda " diff --git a/po/eu.po b/po/eu.po index 0ddf445184..e58fe618a1 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-21 14:53+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: basque \n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" @@ -48,10 +48,10 @@ msgstr "Bilatu" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Bilatu" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Joan" @@ -130,9 +130,9 @@ msgstr "Datu-basearen iruzkina: " msgid "Table comments" msgstr "Taularen iruzkinak" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Taularen iruzkinak" msgid "Column" msgstr "Zutabe izenak" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Zutabe izenak" msgid "Type" msgstr "Mota" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Estekak honi:" msgid "Comments" msgstr "Iruzkinak" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Iruzkinak" msgid "No" msgstr "Ez" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -339,8 +338,8 @@ msgstr "Murrizketak gehitu" msgid "Switch to copied database" msgstr "Kopiatutako taulara aldatu" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -514,8 +513,8 @@ msgstr "SQL-kontsulta %s datu-basean:" msgid "Submit Query" msgstr "Kontsulta bidali" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -538,76 +537,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL-ek zera dio: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Prozesuak" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Ez da taularik aurkitu datu-basean." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "%s taula ezabatu egin da" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "%s taula ezabatu egin da" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Zerbitzariaren bertsioa" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6200,40 +6342,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Ez dago indizerik definituta!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Bakarra" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalitatea" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Lehen mailako gakoa ezabatu da" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "%s indizea ezabatu da" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6246,27 +6354,6 @@ msgstr "Batez" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6513,19 +6600,6 @@ msgstr "" msgid "This format has no options" msgstr "Formato honek ez du aukerarik" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Taularik ez" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Okerra" @@ -6919,6 +6993,63 @@ msgstr "" msgid "Target database" msgstr "Datu-basean bilatu" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "SQL kontsulta(k) exekutatu %s datu-basean" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "SQL kontsulta(k) exekutatu %s datu-basean" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Zutabe izenak" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Kontsulta hau gogokoetan gorde" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri " + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Kontsulta hau ez idatzi gainean leihotik kanpo" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Kontsulta hau hemen berriz erakutsi" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Soilik ikusi" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Testu-fitxategiaren kokapena" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6982,63 +7113,6 @@ msgstr "Indentifikatzaile okerra" msgid "Unknown Punctuation String" msgstr "Puntuazio ikurra ezezaguna" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "SQL kontsulta(k) exekutatu %s datu-basean" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "SQL kontsulta(k) exekutatu %s datu-basean" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Zutabe izenak" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Kontsulta hau gogokoetan gorde" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri " - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Kontsulta hau ez idatzi gainean leihotik kanpo" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Kontsulta hau hemen berriz erakutsi" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Soilik ikusi" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Testu-fitxategiaren kokapena" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7049,48 +7123,6 @@ msgstr "" "beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s " "azaltzen den moduan." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "%s taula %s-(e)ra berrizendatua izan da" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7222,38 +7254,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Erabiltzaile berria gehitu" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8342,8 +8342,8 @@ msgstr "Erabiltzaileen izen berdina duten datu-baseak ezabatu." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak' zuzenean MySQL-ren " "pribilegioen taulatik' eskuratzen ditu. Taula hauen edukiak, tartean eskuz " diff --git a/po/fa.po b/po/fa.po index 65af2c976c..ead8084fcd 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n" "Last-Translator: \n" "Language-Team: persian \n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" @@ -45,10 +45,10 @@ msgstr "جستجو" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -61,18 +61,18 @@ msgstr "جستجو" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "تاييد" @@ -129,9 +129,9 @@ msgstr "توضيحات پایگاه داده:" msgid "Table comments" msgstr "توضيحات جدول" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -140,12 +140,12 @@ msgstr "توضيحات جدول" msgid "Column" msgstr "ستون" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -155,9 +155,9 @@ msgstr "ستون" msgid "Type" msgstr "نوع" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -195,13 +195,12 @@ msgstr "پيوند به" msgid "Comments" msgstr "توضيحات" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -212,17 +211,17 @@ msgstr "توضيحات" msgid "No" msgstr "خير" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -330,8 +329,8 @@ msgstr "اعمال محدودیت ها" msgid "Switch to copied database" msgstr "تعویض به پایگاه داده ی کپی شده" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "پرس و جوي SQL از پايگاه داده %s:" msgid "Submit Query" msgstr "Submit Query" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,74 +521,76 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL يك نتيجه خالي داد. (مثلا 0 سطر)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "پيغام MySQL :" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "در پايگاه داده هيچ جدولي یافت نشد." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "جدول %s حذف گرديد" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "جدول %s حذف گرديد" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "نسخه سرور" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6109,40 +6251,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "هيچ فهرستي تعريف‌نشده‌است!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "يكتا" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "كليد اصلي حذف گرديد" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "فهرست %s حذف گرديد" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6155,27 +6263,6 @@ msgstr "خير" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6419,19 +6506,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "No tables" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "not OK" @@ -6820,57 +6894,6 @@ msgstr "" msgid "Target database" msgstr "جستجو در پايگاه‌داده" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "BEGIN CUT" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "END CUT" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "BEGIN RAW" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "END RAW" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -6929,6 +6952,57 @@ msgstr "محل پرونده متني" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "BEGIN CUT" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "END CUT" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "BEGIN RAW" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "END RAW" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6936,48 +7010,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "جدول %s به %s تغيير نام داده‌شد" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7002,9 +7034,9 @@ msgid "" msgstr "" "اگر نوع ستون \"enum\" يا \"set\" مي‌باشد ، لطفا براي ورود مقادير از اين قالب " "استفاده نماييد : 'a','b','c'...
اگر احتياج داشتيد كه از علامت مميز " -"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده نماييد " -"، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' يا 'a" -"\\'b')" +"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده " +"نماييد ، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' " +"يا 'a\\'b')" #: libraries/tbl_properties.inc.php:106 msgid "" @@ -7039,9 +7071,9 @@ msgid "" msgstr "" "اگر نوع ستون \"enum\" يا \"set\" مي‌باشد ، لطفا براي ورود مقادير از اين قالب " "استفاده نماييد : 'a','b','c'...
اگر احتياج داشتيد كه از علامت مميز " -"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده نماييد " -"، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' يا 'a" -"\\'b')" +"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده " +"نماييد ، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' " +"يا 'a\\'b')" #: libraries/tbl_properties.inc.php:352 msgid "ENUM or SET data too long?" @@ -7104,38 +7136,6 @@ msgstr "" msgid "+ Add a new value" msgstr "افزودن يك كاربر جديد" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "پش دید موجود نمی باشد" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7338,8 +7338,8 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" "پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با " -"حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود " -"، و شما بايد اين حفره امنيتي را ذرست كنيد." +"حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز " +"مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد." #: main.php:251 msgid "" @@ -8134,8 +8134,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/fi.po b/po/fi.po index 9e6bb3a658..96999c31e3 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-11-26 21:29+0200\n" "Last-Translator: \n" "Language-Team: finnish \n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Etsi" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Etsi" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Siirry" @@ -132,9 +132,9 @@ msgstr "Tietokannan kommentti: " msgid "Table comments" msgstr "Taulun kommentit" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Taulun kommentit" msgid "Column" msgstr "Sarake" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Sarake" msgid "Type" msgstr "Tyyppi" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Linkitys sarakkeeseen:" msgid "Comments" msgstr "Kommentit" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Kommentit" msgid "No" msgstr "Ei" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Lisää rajoitteet" msgid "Switch to copied database" msgstr "Siirry kopioituun tietokantaan" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "Suorita SQL-kysely tietokannassa %s:" msgid "Submit Query" msgstr "Suorita" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,82 +522,85 @@ msgstr "Sallii talletettujen rutiinien suorittamisen." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL palautti tyhjän tulosjoukon (siis nolla riviä)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Seuraavat kyselyt on suoritettu:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL ilmoittaa: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Virhe pyynnön käsittelyssä" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tietokannassa ei ole tauluja." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Vie oletusarvot" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Virheellinen palvelimen indeksi: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Taulu %s on poistettu" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Taulu %1$s on luotu." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Luo relaatio" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Muokkaustila" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!\n" "Language-Team: french \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -49,10 +49,10 @@ msgstr "Rechercher" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Rechercher" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Exécuter" @@ -133,9 +133,9 @@ msgstr "Commentaire sur la base de données: " msgid "Table comments" msgstr "Commentaires sur la table" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Commentaires sur la table" msgid "Column" msgstr "Colonne" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Colonne" msgid "Type" msgstr "Type" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Relié à" msgid "Comments" msgstr "Commentaires" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Commentaires" msgid "No" msgstr "Non" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Inclure les contraintes de clés étrangères" msgid "Switch to copied database" msgstr "Aller à la base de données copiée" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "Requête SQL sur la base %s: " msgid "Submit Query" msgstr "Exécuter la requête" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -510,101 +509,108 @@ msgstr "Votre requête SQL a été exécutée avec succès" #, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d ligne a été affectée par le dernier énoncé de la procédure" +msgstr[1] "%d lignes ont été affectées par le dernier énoncé de la procédure" #: db_routines.php:165 -#, fuzzy, php-format +#, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" -msgstr "Permission d'exécuter des procédures stockées." +msgstr "Résultats de l'exécution de la procédure %s" #: db_routines.php:185 libraries/import.lib.php:153 sql.php:678 #: tbl_change.php:180 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a retourné un résultat vide (aucune ligne)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "La requête «%s» a échoué" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL a répondu: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 -#, fuzzy +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Erreur dans le traitement de la requête" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, fuzzy, php-format +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" -msgstr "Aucune table n'a été trouvée dans cette base." +msgid "No routine with name %1$s found in database %2$s" +msgstr "" +"Aucune procédure portant le nom %1$s n'a été trouvée dans la base de données %" +"2$s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "Exécuter la procédure" -#: db_routines.php:254 db_routines.php:258 -#, fuzzy, php-format +#: db_routines.php:259 db_routines.php:263 +#, php-format #| msgid "Export defaults" msgid "Export of routine %s" -msgstr "Valeurs par défaut pour exportation" +msgstr "Exporter la procédure %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 -#, fuzzy, php-format +#: db_routines.php:288 libraries/db_routines.lib.php:960 +#, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" -msgstr "Indice de serveur invalide: %s" - -#: db_routines.php:304 -msgid "Sorry, we failed to restore the dropped routine." -msgstr "" - -#: db_routines.php:305 -msgid "The backed up query was:" -msgstr "" +msgstr "Type de procédure invalide : «%s»" #: db_routines.php:309 -#, fuzzy, php-format +msgid "Sorry, we failed to restore the dropped routine." +msgstr "Désolé, il a été impossible de restaurer la procédure." + +#: db_routines.php:310 +msgid "The backed up query was:" +msgstr "La requête conservée est :" + +#: db_routines.php:314 +#, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." -msgstr "La colonne %s a été effacée" +msgstr "La procédure %1$s a été modifiée." -#: db_routines.php:322 -#, fuzzy, php-format +#: db_routines.php:327 +#, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." -msgstr "La table %1$s a été créée." +msgstr "La procédure %1$s a été créée." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" +"Au moins une erreur s'est produite lors du traitement de la requête :" -#: db_routines.php:374 -#, fuzzy +#: db_routines.php:379 #| msgid "Create relation" msgid "Create routine" -msgstr "Nouvelle relation" +msgstr "Créer une procédure" -#: db_routines.php:378 -#, fuzzy +#: db_routines.php:383 #| msgid "Edit mode" msgid "Edit routine" -msgstr "Mode édition" +msgstr "Modifier une procédure" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" +"Vous utilisez l'extension PHP «mysql» qui est désuète et ne peut traiter les " +"requêtes multiples. L'exécution de certaines procédures stockées peut " +"échouer!Veuillez utiliser l'extension «mysqli» pour éviter ces " +"problèmes." #: db_search.php:54 libraries/auth/config.auth.lib.php:83 #: libraries/auth/config.auth.lib.php:102 @@ -676,7 +682,6 @@ msgid "Search in database" msgstr "Effectuer une nouvelle recherche dans la base de données" #: db_search.php:300 -#, fuzzy #| msgid "Word(s) or value(s) to search for (wildcard: \"%\"):" msgid "Words or values to search for (wildcard: \"%\"):" msgstr "Mot(s) ou valeur(s) à rechercher (passe-partout: «%») :" @@ -690,10 +695,9 @@ msgid "Words are separated by a space character (\" \")." msgstr "Séparer les mots par un espace (« »)." #: db_search.php:323 -#, fuzzy #| msgid "Inside table(s):" msgid "Inside tables:" -msgstr "Dans la(les) table(s) :" +msgstr "Dans les tables :" #: db_search.php:353 msgid "Inside column:" @@ -729,11 +733,11 @@ msgstr "Le suivi n'est pas activé." #: db_structure.php:372 libraries/display_tbl.lib.php:2235 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "" -"Cette vue contient au moins ce nombre de lignes. Veuillez référer à %" -"sdocumentation%s." +"Cette vue contient au moins ce nombre de lignes. Veuillez référer à " +"%sdocumentation%s." #: db_structure.php:386 db_structure.php:400 libraries/header.inc.php:152 #: libraries/tbl_info.inc.php:60 tbl_structure.php:212 @@ -799,8 +803,8 @@ msgstr "Version imprimable" msgid "Empty" msgstr "Vider" -#: db_structure.php:504 db_tracking.php:104 libraries/common.lib.php:2956 -#: libraries/common.lib.php:2957 libraries/Index.class.php:490 +#: db_structure.php:504 db_tracking.php:104 libraries/Index.class.php:490 +#: libraries/common.lib.php:2956 libraries/common.lib.php:2957 #: server_databases.php:266 tbl_structure.php:153 tbl_structure.php:154 #: tbl_structure.php:603 msgid "Drop" @@ -873,9 +877,9 @@ msgstr "Mis à jour" msgid "Status" msgstr "État" -#: db_tracking.php:90 libraries/db_events.inc.php:68 -#: libraries/db_routines.lib.php:1215 libraries/db_structure.lib.php:44 -#: libraries/display_triggers.inc.php:76 libraries/Index.class.php:442 +#: db_tracking.php:90 libraries/Index.class.php:442 +#: libraries/db_events.inc.php:68 libraries/db_routines.lib.php:1215 +#: libraries/db_structure.lib.php:44 libraries/display_triggers.inc.php:76 #: server_databases.php:191 server_privileges.php:1612 #: server_privileges.php:1805 server_privileges.php:2154 tbl_structure.php:214 msgid "Action" @@ -971,8 +975,8 @@ msgstr "Le fichier d'exportation a été sauvegardé sous %s." #: import.php:58 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Vous avez probablement tenté de télécharger un fichier trop volumineux. " "Veuillez vous référer à la %sdocumentation%s pour des façons de contourner " @@ -1158,11 +1162,11 @@ msgstr "Effacement des utilisateurs sélectionnés" msgid "Close" msgstr "Fermer" -#: js/messages.php:62 js/messages.php:132 libraries/common.lib.php:594 -#: libraries/common.lib.php:1144 libraries/common.lib.php:2960 -#: libraries/common.lib.php:2961 libraries/config/messages.inc.php:471 -#: libraries/display_tbl.lib.php:1287 libraries/import.lib.php:1150 -#: libraries/import.lib.php:1174 libraries/Index.class.php:468 +#: js/messages.php:62 js/messages.php:132 libraries/Index.class.php:468 +#: libraries/common.lib.php:594 libraries/common.lib.php:1144 +#: libraries/common.lib.php:2960 libraries/common.lib.php:2961 +#: libraries/config/messages.inc.php:471 libraries/display_tbl.lib.php:1287 +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 #: libraries/schema/User_Schema.class.php:164 setup/frames/index.inc.php:137 msgid "Edit" msgstr "Modifier" @@ -1325,13 +1329,12 @@ msgstr "Destruction en cours" #: js/messages.php:122 msgid "The definition of a stored function must contain a RETURN statement!" -msgstr "" +msgstr "La définition d'une fonction doit comporter un énoncé RETURN!" #: js/messages.php:123 -#, fuzzy #| msgid "Missing value in the form!" msgid "Value too long in the form!" -msgstr "Formulaire incomplet !" +msgstr "Valeur trop longue dans le formulaire!" #: js/messages.php:126 msgid "" @@ -1695,6 +1698,220 @@ msgstr "Minute" msgid "Second" msgstr "Seconde" +#: libraries/Config.class.php:1190 +msgid "Font size" +msgstr "Taille du texte" + +#: libraries/File.class.php:310 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" +"La taille du fichier téléchargé dépasse la limite permise par la directive " +"upload_max_filesize de php.ini." + +#: libraries/File.class.php:313 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"La taille du fichier téléchargé dépasse la limite permise par la directive " +"MAX_FILE_SIZE présente dans le formulaire HTML." + +#: libraries/File.class.php:316 +msgid "The uploaded file was only partially uploaded." +msgstr "Le fichier n'a été que partiellement téléchargé." + +#: libraries/File.class.php:319 +msgid "Missing a temporary folder." +msgstr "Répertoire temporaire manquant." + +#: libraries/File.class.php:322 +msgid "Failed to write file to disk." +msgstr "Erreur lors de l'écriture du fichier sur disque." + +#: libraries/File.class.php:325 +msgid "File upload stopped by extension." +msgstr "Téléchargement arrêté par l'extension." + +#: libraries/File.class.php:328 +msgid "Unknown error in file upload." +msgstr "Erreur inconnue durant le téléchargement." + +#: libraries/File.class.php:559 +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" +"Erreur lors du déplacement du fichier téléchargé, voir [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" + +#: libraries/Index.class.php:430 tbl_relation.php:526 +msgid "No index defined!" +msgstr "Aucun index n'est défini !" + +#: libraries/Index.class.php:435 libraries/build_html_for_db.lib.php:40 +#: tbl_tracking.php:309 +msgid "Indexes" +msgstr "Index" + +#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 +#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 +#: tbl_tracking.php:315 +msgid "Unique" +msgstr "Unique" + +#: libraries/Index.class.php:447 tbl_tracking.php:316 +msgid "Packed" +msgstr "Compressé" + +#: libraries/Index.class.php:449 tbl_tracking.php:318 +msgid "Cardinality" +msgstr "Cardinalité" + +#: libraries/Index.class.php:452 libraries/db_routines.lib.php:777 +#: tbl_tracking.php:272 tbl_tracking.php:321 +msgid "Comment" +msgstr "Commentaire" + +#: libraries/Index.class.php:474 +msgid "The primary key has been dropped" +msgstr "La clé primaire a été effacée" + +#: libraries/Index.class.php:478 +#, php-format +msgid "Index %s has been dropped" +msgstr "L'index %s a été effacé" + +#: libraries/Index.class.php:582 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" +"Les index %1$s et %2$s semblent identiques et l'un d'eux pourrait être " +"supprimé." + +#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:177 +#: libraries/server_links.inc.php:43 server_databases.php:100 +#: server_privileges.php:1740 +msgid "Databases" +msgstr "Bases de données" + +#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308 +#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:561 +#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:883 +#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60 +msgid "Error" +msgstr "Erreur" + +#: libraries/Message.class.php:260 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "%1$d ligne affectée." +msgstr[1] "%1$d lignes affectées." + +#: libraries/Message.class.php:279 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "%1$d ligne supprimée." +msgstr[1] "%1$d lignes supprimées." + +#: libraries/Message.class.php:298 +#, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "%1$d ligne insérée." +msgstr[1] "%1$d lignes insérées." + +#: libraries/RecentTable.class.php:114 +msgid "Could not save recent table" +msgstr "Impossible de sauvegarder l'historique des tables récentes" + +#: libraries/RecentTable.class.php:149 +msgid "Recent tables" +msgstr "Tables récentes" + +#: libraries/RecentTable.class.php:155 +msgid "There are no recent tables" +msgstr "Il n'y a pas de tables récentes" + +#: libraries/StorageEngine.class.php:195 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "" +"Aucune information détaillée sur l'état n'est disponible pour ce moteur de " +"stockage." + +#: libraries/StorageEngine.class.php:355 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "%s est disponible sur ce serveur MySQL." + +#: libraries/StorageEngine.class.php:358 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "%s a été désactivé sur ce serveur MySQL." + +#: libraries/StorageEngine.class.php:362 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "Ce serveur MySQL ne supporte pas le moteur de stockage %s." + +#: libraries/Table.class.php:1027 +msgid "Invalid database" +msgstr "Nom de base de données invalide" + +#: libraries/Table.class.php:1041 tbl_get_field.php:25 +msgid "Invalid table name" +msgstr "Nom de table invalide" + +#: libraries/Table.class.php:1056 +#, php-format +msgid "Error renaming table %1$s to %2$s" +msgstr "Erreur lors du renommage de %1$s en %2$s" + +#: libraries/Table.class.php:1139 +#, php-format +msgid "Table %s has been renamed to %s" +msgstr "La table %s se nomme maintenant %s" + +#: libraries/Table.class.php:1272 +msgid "Could not save table UI preferences" +msgstr "Impossible de sauvegarder les préférences d'interface de tables" + +#: libraries/Theme.class.php:160 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "Chemin des images inexistant pour le thème %s !" + +#: libraries/Theme.class.php:380 +msgid "No preview available." +msgstr "Prévisualisation non disponible." + +#: libraries/Theme.class.php:383 +msgid "take it" +msgstr "utiliser celui-ci" + +#: libraries/Theme_Manager.class.php:109 +#, php-format +msgid "Default theme %s not found!" +msgstr "Thème par défaut %s inexistant !" + +#: libraries/Theme_Manager.class.php:147 +#, php-format +msgid "Theme %s not found!" +msgstr "Thème %s inexistant !" + +#: libraries/Theme_Manager.class.php:215 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "Chemin non trouvé pour le thème %s !" + +#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 +msgid "Theme" +msgstr "Thème" + #: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." msgstr "Connexion impossible: paramètres incorrects." @@ -1708,8 +1925,8 @@ msgstr "Bienvenue sur %s" #: libraries/auth/config.auth.lib.php:106 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "La raison probable est que vous n'avez pas créé de fichier de configuration. " "Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but." @@ -1818,14 +2035,6 @@ msgstr "Erreur PBMS" msgid "PBMS connection failed:" msgstr "La connexion PBMS a échoué :" -#: libraries/blobstreaming.lib.php:308 libraries/blobstreaming.lib.php:314 -#: libraries/common.lib.php:561 libraries/core.lib.php:232 -#: libraries/import.lib.php:136 libraries/Message.class.php:205 -#: tbl_change.php:883 tbl_operations.php:228 tbl_relation.php:287 -#: view_operations.php:60 -msgid "Error" -msgstr "Erreur" - #: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" msgstr "L'accès aux informations BLOB de PBMS a échoué :" @@ -1878,11 +2087,6 @@ msgstr "Tables" msgid "Data" msgstr "Données" -#: libraries/build_html_for_db.lib.php:40 libraries/Index.class.php:435 -#: tbl_tracking.php:309 -msgid "Indexes" -msgstr "Index" - #: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60 #: tbl_printview.php:333 tbl_structure.php:818 msgid "Overhead" @@ -1910,10 +2114,9 @@ msgid "Check Privileges" msgstr "Vérifier les privilèges" #: libraries/common.inc.php:587 -#, fuzzy #| msgid "Could not save configuration" msgid "Failed to read configuration file" -msgstr "Impossible de sauvegarder la configuration" +msgstr "Impossible de lire le fichier de configuration" #: libraries/common.inc.php:588 msgid "" @@ -1952,12 +2155,12 @@ msgstr "" msgid "Server" msgstr "Serveur" -#: libraries/common.inc.php:829 +#: libraries/common.inc.php:825 msgid "Invalid authentication method set in configuration:" msgstr "" "Le fichier de configuration contient un type d'authentification invalide :" -#: libraries/common.inc.php:932 +#: libraries/common.inc.php:928 #, php-format msgid "You should upgrade to %s %s or later." msgstr "Vous devriez utiliser %s en version %s ou plus récente." @@ -2166,11 +2369,79 @@ msgstr "Aucun fichier n'est disponible pour le transfert" #: libraries/common.lib.php:2964 libraries/common.lib.php:2965 msgid "Execute" -msgstr "" +msgstr "Exécuter" -#: libraries/Config.class.php:1190 -msgid "Font size" -msgstr "Taille du texte" +#: libraries/config.values.php:45 libraries/config.values.php:47 +#: libraries/config.values.php:51 +msgid "Both" +msgstr "Les deux" + +#: libraries/config.values.php:47 +msgid "Nowhere" +msgstr "Nulle part" + +#: libraries/config.values.php:47 +msgid "Left" +msgstr "À gauche" + +#: libraries/config.values.php:47 +msgid "Right" +msgstr "À droite" + +#: libraries/config.values.php:75 +msgid "Open" +msgstr "Ouvert" + +#: libraries/config.values.php:75 +msgid "Closed" +msgstr "Fermé" + +#: libraries/config.values.php:96 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:122 libraries/export/texytext.php:24 +#: libraries/import.lib.php:1172 +msgid "structure" +msgstr "structure" + +#: libraries/config.values.php:97 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:123 libraries/export/texytext.php:24 +msgid "data" +msgstr "données" + +#: libraries/config.values.php:98 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:124 libraries/export/texytext.php:24 +msgid "structure and data" +msgstr "structure et données" + +#: libraries/config.values.php:100 +msgid "Quick - display only the minimal options to configure" +msgstr "Rapide - n'afficher qu'un minimum d'options à configurer" + +#: libraries/config.values.php:101 +msgid "Custom - display all possible options to configure" +msgstr "Personnalisée - afficher toutes les options possibles" + +#: libraries/config.values.php:102 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "Personnalisée - comme ci-haut mais sans les choix rapide/personnalisée" + +#: libraries/config.values.php:120 +msgid "complete inserts" +msgstr "Insertions complètes" + +#: libraries/config.values.php:121 +msgid "extended inserts" +msgstr "Insertions étendues" + +#: libraries/config.values.php:122 +msgid "both of the above" +msgstr "tous les choix ci-haut" + +#: libraries/config.values.php:123 +msgid "neither of the above" +msgstr "aucun des choix ci-haut" #: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 @@ -2831,12 +3102,6 @@ msgstr "" msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:177 libraries/List_Database.class.php:430 -#: libraries/server_links.inc.php:43 server_databases.php:100 -#: server_privileges.php:1740 -msgid "Databases" -msgstr "Bases de données" - #: libraries/config/messages.inc.php:178 msgid "Databases display options" msgstr "Options d'affichage des bases de données" @@ -4469,78 +4734,6 @@ msgstr "Le controlpass est vide" msgid "Incorrect IP address: %s" msgstr "Adresse IP incorrecte : %s" -#: libraries/config.values.php:45 libraries/config.values.php:47 -#: libraries/config.values.php:51 -msgid "Both" -msgstr "Les deux" - -#: libraries/config.values.php:47 -msgid "Nowhere" -msgstr "Nulle part" - -#: libraries/config.values.php:47 -msgid "Left" -msgstr "À gauche" - -#: libraries/config.values.php:47 -msgid "Right" -msgstr "À droite" - -#: libraries/config.values.php:75 -msgid "Open" -msgstr "Ouvert" - -#: libraries/config.values.php:75 -msgid "Closed" -msgstr "Fermé" - -#: libraries/config.values.php:96 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:122 libraries/export/texytext.php:24 -#: libraries/import.lib.php:1172 -msgid "structure" -msgstr "structure" - -#: libraries/config.values.php:97 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:123 libraries/export/texytext.php:24 -msgid "data" -msgstr "données" - -#: libraries/config.values.php:98 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:124 libraries/export/texytext.php:24 -msgid "structure and data" -msgstr "structure et données" - -#: libraries/config.values.php:100 -msgid "Quick - display only the minimal options to configure" -msgstr "Rapide - n'afficher qu'un minimum d'options à configurer" - -#: libraries/config.values.php:101 -msgid "Custom - display all possible options to configure" -msgstr "Personnalisée - afficher toutes les options possibles" - -#: libraries/config.values.php:102 -msgid "Custom - like above, but without the quick/custom choice" -msgstr "Personnalisée - comme ci-haut mais sans les choix rapide/personnalisée" - -#: libraries/config.values.php:120 -msgid "complete inserts" -msgstr "Insertions complètes" - -#: libraries/config.values.php:121 -msgid "extended inserts" -msgstr "Insertions étendues" - -#: libraries/config.values.php:122 -msgid "both of the above" -msgstr "tous les choix ci-haut" - -#: libraries/config.values.php:123 -msgid "neither of the above" -msgstr "aucun des choix ci-haut" - #. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation. #: libraries/core.lib.php:264 msgctxt "PHP documentation language" @@ -4553,22 +4746,22 @@ msgid "The %s extension is missing. Please check your PHP configuration." msgstr "Il manque l'extension %s. Veuillez vérifier votre configuration PHP." #: libraries/db_events.inc.php:30 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event %s" -msgstr "Exporter le contenu" +msgstr "Exporter l'évènement %s" #: libraries/db_events.inc.php:34 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event \"%s\"" -msgstr "Exporter le contenu" +msgstr "Exporter l'évènement «%s»" #: libraries/db_events.inc.php:40 -#, fuzzy, php-format +#, php-format #| msgid "No tables found in database" msgid "No event with name %s found in database %s" -msgstr "Aucune table n'a été trouvée dans cette base." +msgstr "Aucun évènement nommé %s n'a été trouvé dans la base de données %s" #: libraries/db_events.inc.php:56 libraries/db_links.inc.php:101 #: libraries/export/sql.php:609 @@ -4576,10 +4769,9 @@ msgid "Events" msgstr "Événements" #: libraries/db_events.inc.php:58 libraries/db_events.inc.php:60 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no events to display." -msgstr "Aucun fichier n'est disponible pour le transfert" +msgstr "Aucun évènement à afficher." #: libraries/db_events.inc.php:67 libraries/db_routines.lib.php:690 #: libraries/db_routines.lib.php:846 libraries/db_routines.lib.php:1214 @@ -4591,19 +4783,19 @@ msgstr "Nom" #: libraries/db_events.inc.php:129 msgid "The event scheduler is enabled" -msgstr "" +msgstr "Le planificateur d'évènements est activé" #: libraries/db_events.inc.php:129 msgid "The event scheduler is disabled" -msgstr "" +msgstr "Le planificateur d'évènements est désactivé" #: libraries/db_events.inc.php:131 msgid "Turn it on" -msgstr "" +msgstr "L'activer" #: libraries/db_events.inc.php:131 msgid "Turn it off" -msgstr "" +msgstr "Le désactiver" #: libraries/db_events.inc.php:141 #, fuzzy @@ -4611,26 +4803,6 @@ msgstr "" msgid "Add a new Event" msgstr "Ajouter un serveur" -#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 -msgid "Connection for controluser as defined in your configuration failed." -msgstr "" -"La connexion au controluser tel que défini dans votre configuration a échoué." - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 -#: libraries/dbi/mysqli.dbi.lib.php:395 -msgid "The server is not responding" -msgstr "Le serveur ne répond pas" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 -msgid "(or the local MySQL server's socket is not correctly configured)" -msgstr "" -"(ou l'interface de connexion vers le serveur MySQL local n'est pas " -"correctement configurée)" - -#: libraries/dbi/mysql.dbi.lib.php:346 -msgid "Details..." -msgstr "Détails..." - #: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 msgid "Database seems to be empty!" @@ -4665,32 +4837,29 @@ msgid "Triggers" msgstr "Déclencheurs" #: libraries/db_routines.lib.php:659 -#, fuzzy #| msgid "Details..." msgid "Details" -msgstr "Détails..." +msgstr "Détails" #: libraries/db_routines.lib.php:662 -#, fuzzy #| msgid "Routines" msgid "Routine name" -msgstr "Procédures stockées" +msgstr "Nom de la procédure" #: libraries/db_routines.lib.php:679 -#, fuzzy, php-format +#, php-format #| msgid "Change" msgid "Change to %s" -msgstr "Modifier" +msgstr "Changer pour %s" #: libraries/db_routines.lib.php:684 msgid "Parameters" -msgstr "" +msgstr "Paramètres" #: libraries/db_routines.lib.php:689 -#, fuzzy #| msgid "Direct links" msgid "Direction" -msgstr "Liens directs" +msgstr "Direction" #: libraries/db_routines.lib.php:692 libraries/tbl_properties.inc.php:105 msgid "Length/Values" @@ -4705,9 +4874,9 @@ msgstr "Taille/Valeurs*" #: libraries/export/php_array.php:29 libraries/export/sql.php:83 #: libraries/export/texytext.php:31 libraries/export/xls.php:29 #: libraries/export/xlsx.php:29 libraries/export/xml.php:25 -#: libraries/export/yaml.php:30 libraries/import/csv.php:33 +#: libraries/export/yaml.php:30 libraries/import.lib.php:1145 +#: libraries/import.lib.php:1167 libraries/import/csv.php:33 #: libraries/import/docsql.php:35 libraries/import/ldi.php:49 -#: libraries/import.lib.php:1145 libraries/import.lib.php:1167 #: libraries/import/ods.php:32 libraries/import/sql.php:20 #: libraries/import/xls.php:28 libraries/import/xlsx.php:28 #: libraries/import/xml.php:25 tbl_select.php:231 tbl_structure.php:889 @@ -4715,67 +4884,55 @@ msgid "Options" msgstr "Options" #: libraries/db_routines.lib.php:707 -#, fuzzy #| msgid "Add prefix" msgid "Add parameter" -msgstr "Ajouter un préfixe" +msgstr "Ajouter un paramètre" #: libraries/db_routines.lib.php:710 -#, fuzzy #| msgid "Remove database" msgid "Remove last parameter" -msgstr "Supprimer la base de données" +msgstr "Supprimer le dernier paramètre" #: libraries/db_routines.lib.php:715 libraries/db_routines.lib.php:1217 msgid "Return type" msgstr "Type retourné" #: libraries/db_routines.lib.php:721 -#, fuzzy #| msgid "Length/Values" msgid "Return length/values" -msgstr "Taille/Valeurs*" +msgstr "Taille/Valeurs à retourner" #: libraries/db_routines.lib.php:726 -#, fuzzy #| msgid "Table options" msgid "Return options" -msgstr "Options pour cette table" +msgstr "Options de retour" #: libraries/db_routines.lib.php:745 -#, fuzzy #| msgid "Description" msgid "Definition" -msgstr "Description" +msgstr "Définition" #: libraries/db_routines.lib.php:749 msgid "Is deterministic" -msgstr "" +msgstr "Est déterministe" #: libraries/db_routines.lib.php:753 msgid "Definer" -msgstr "" +msgstr "Créateur" #: libraries/db_routines.lib.php:758 -#, fuzzy #| msgid "Security" msgid "Security type" -msgstr "Sécurité" +msgstr "Type de sécurité" #: libraries/db_routines.lib.php:765 msgid "SQL data access" -msgstr "" - -#: libraries/db_routines.lib.php:777 libraries/Index.class.php:452 -#: tbl_tracking.php:272 tbl_tracking.php:321 -msgid "Comment" -msgstr "Commentaire" +msgstr "Accès aux données SQL" #: libraries/db_routines.lib.php:839 libraries/db_routines.lib.php:842 -#, fuzzy #| msgid "Routines" msgid "Routine parameters" -msgstr "Procédures stockées" +msgstr "Paramètres de procédure" #: libraries/db_routines.lib.php:849 tbl_change.php:284 tbl_change.php:322 msgid "Function" @@ -4790,44 +4947,43 @@ msgstr "Valeur" #: libraries/db_routines.lib.php:965 msgid "You must provide a routine name" -msgstr "" +msgstr "Vous devez fournir un nom pour la procédure" #: libraries/db_routines.lib.php:984 #, php-format msgid "Invalid direction \"%s\" given for parameter." -msgstr "" +msgstr "La direction «%s» fournie pour le paramètre est invalide." #: libraries/db_routines.lib.php:995 libraries/db_routines.lib.php:1036 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" +"Vous devez fournir une longueur ou une valeur pour les paramètres de type " +"ENUM, SET, VARCHAR et VARBINARY." #: libraries/db_routines.lib.php:1020 msgid "You must provide a name and a type for each routine parameter." -msgstr "" +msgstr "Vous devez fournir un nom et un type pour chacun des paramètres." #: libraries/db_routines.lib.php:1077 msgid "You must provide a routine definition." -msgstr "" +msgstr "Vous devez fournir une définition pour la procédure." #: libraries/db_routines.lib.php:1209 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no routines to display." -msgstr "Aucun fichier n'est disponible pour le transfert" +msgstr "Il n'y a aucune procédure à afficher." #: libraries/db_routines.lib.php:1253 -#, fuzzy #| msgid "Add index" msgid "Add routine" -msgstr "Ajouter un index" +msgstr "Ajouter une procédure" #: libraries/db_routines.lib.php:1256 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create a new routine" -msgstr "Vous n'êtes pas autorisé à accéder à cette page" +msgstr "Vous n'avez pas les privilèges nécessaires pour créer une procédure" #: libraries/db_structure.lib.php:48 libraries/display_tbl.lib.php:2121 msgid "" @@ -4837,6 +4993,26 @@ msgstr "" "Peut être approximatif. Voir [a@./Documentation.html#faq3_11@Documentation]" "FAQ 3.11[/a]" +#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "" +"La connexion au controluser tel que défini dans votre configuration a échoué." + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 +#: libraries/dbi/mysqli.dbi.lib.php:395 +msgid "The server is not responding" +msgstr "Le serveur ne répond pas" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 +msgid "(or the local MySQL server's socket is not correctly configured)" +msgstr "" +"(ou l'interface de connexion vers le serveur MySQL local n'est pas " +"correctement configurée)" + +#: libraries/dbi/mysql.dbi.lib.php:346 +msgid "Details..." +msgstr "Détails..." + #: libraries/display_change_password.lib.php:29 main.php:94 #: user_password.php:119 user_password.php:137 msgid "Change password" @@ -4975,8 +5151,8 @@ msgstr ", @TABLE@ sera remplacé par le nom de la table" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc " "utiliser des chaînes de format d'heure. Ces transformations additionnelles " @@ -5209,15 +5385,15 @@ msgstr "Transformation" #: libraries/display_tbl.lib.php:642 msgid "Geometry" -msgstr "" +msgstr "Géométrie" #: libraries/display_tbl.lib.php:643 msgid "Well Known Text" -msgstr "" +msgstr "Well Known Text" #: libraries/display_tbl.lib.php:644 msgid "Well Known Binary" -msgstr "" +msgstr "Well Known Binary" #: libraries/display_tbl.lib.php:1288 msgid "Copy" @@ -5263,7 +5439,7 @@ msgstr "Afficher le graphique" #: libraries/display_tbl.lib.php:2548 msgid "Visualize GIS data" -msgstr "" +msgstr "Visualiser les données GIS" #: libraries/display_tbl.lib.php:2568 msgid "Create view" @@ -5274,27 +5450,26 @@ msgid "Link not found" msgstr "Lien absent" #: libraries/display_triggers.inc.php:35 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of trigger %s" -msgstr "Exporter le contenu" +msgstr "Exporter le déclencheur %s" #: libraries/display_triggers.inc.php:39 #, php-format msgid "Export of trigger \"%s\"" -msgstr "" +msgstr "Exporter le déclencheur «%s»" #: libraries/display_triggers.inc.php:47 -#, fuzzy, php-format +#, php-format #| msgid "No valid image path for theme %s found!" msgid "No trigger with name %s found" -msgstr "Chemin des images inexistant pour le thème %s !" +msgstr "Déclencheur %s non trouvé" #: libraries/display_triggers.inc.php:64 libraries/display_triggers.inc.php:66 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no triggers to display." -msgstr "Aucun fichier n'est disponible pour le transfert" +msgstr "Aucun déclencheur à afficher." #: libraries/display_triggers.inc.php:77 server_status.php:800 sql.php:936 msgid "Time" @@ -5764,8 +5939,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "La documentation de PBXT et des informations additionnelles sont disponibles " "sur %sle site de PrimeBase XT%s." @@ -5915,7 +6090,8 @@ msgstr "" #: libraries/export/sql.php:43 msgid "Additional custom header comment (\\n splits lines):" -msgstr "Commentaires mis en en-tête (séparer les lignes par «\\» suivi de «n») :" +msgstr "" +"Commentaires mis en en-tête (séparer les lignes par «\\» suivi de «n») :" #: libraries/export/sql.php:48 msgid "" @@ -6073,58 +6249,15 @@ msgstr "Vues" msgid "Export contents" msgstr "Exporter le contenu" -#: libraries/File.class.php:310 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "" -"La taille du fichier téléchargé dépasse la limite permise par la directive " -"upload_max_filesize de php.ini." - -#: libraries/File.class.php:313 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form." -msgstr "" -"La taille du fichier téléchargé dépasse la limite permise par la directive " -"MAX_FILE_SIZE présente dans le formulaire HTML." - -#: libraries/File.class.php:316 -msgid "The uploaded file was only partially uploaded." -msgstr "Le fichier n'a été que partiellement téléchargé." - -#: libraries/File.class.php:319 -msgid "Missing a temporary folder." -msgstr "Répertoire temporaire manquant." - -#: libraries/File.class.php:322 -msgid "Failed to write file to disk." -msgstr "Erreur lors de l'écriture du fichier sur disque." - -#: libraries/File.class.php:325 -msgid "File upload stopped by extension." -msgstr "Téléchargement arrêté par l'extension." - -#: libraries/File.class.php:328 -msgid "Unknown error in file upload." -msgstr "Erreur inconnue durant le téléchargement." - -#: libraries/File.class.php:559 -msgid "" -"Error moving the uploaded file, see [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "" -"Erreur lors du déplacement du fichier téléchargé, voir [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" - #: libraries/footer.inc.php:188 libraries/footer.inc.php:191 #: libraries/footer.inc.php:194 msgid "Open new phpMyAdmin window" msgstr "Ouvrir une nouvelle fenêtre phpMyAdmin" #: libraries/gis_visualization.lib.php:129 -#, fuzzy #| msgid "No data found for the chart." msgid "No data found for GIS visualization." -msgstr "Données non disponibles pour le graphique." +msgstr "Données non disponibles pour visualisation GIS." #: libraries/header_printview.inc.php:49 libraries/header_printview.inc.php:54 msgid "SQL result" @@ -6134,6 +6267,42 @@ msgstr "Résultat de la requête SQL" msgid "Generated by" msgstr "Généré par" +#: libraries/import.lib.php:1141 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "" +"Les structures suivanates ont été créées ou modifiées. Ici vous pouvez :" + +#: libraries/import.lib.php:1142 +msgid "View a structure`s contents by clicking on its name" +msgstr "Consulter le contenu d'une structure en cliquant sur son nom" + +#: libraries/import.lib.php:1143 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" +msgstr "" +"Modifiez l'un des paramètres en cliquant le lien «Options» correspondant" + +#: libraries/import.lib.php:1144 +msgid "Edit its structure by following the \"Structure\" link" +msgstr "Modifier sa structure via le lien «Structure»" + +#: libraries/import.lib.php:1147 +msgid "Go to database" +msgstr "Aller à la base de données" + +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 +msgid "settings" +msgstr "paramètres" + +#: libraries/import.lib.php:1169 +msgid "Go to table" +msgstr "Aller à la table" + +#: libraries/import.lib.php:1178 +msgid "Go to view" +msgstr "Aller à la vue" + #: libraries/import/csv.php:38 libraries/import/ods.php:26 #: libraries/import/xls.php:25 libraries/import/xlsx.php:25 msgid "" @@ -6202,42 +6371,6 @@ msgstr "Nom des colonnes" msgid "This plugin does not support compressed imports!" msgstr "Ce greffon ne supporte pas les importations en format comprimé !" -#: libraries/import.lib.php:1141 -msgid "" -"The following structures have either been created or altered. Here you can:" -msgstr "" -"Les structures suivanates ont été créées ou modifiées. Ici vous pouvez :" - -#: libraries/import.lib.php:1142 -msgid "View a structure`s contents by clicking on its name" -msgstr "Consulter le contenu d'une structure en cliquant sur son nom" - -#: libraries/import.lib.php:1143 -msgid "" -"Change any of its settings by clicking the corresponding \"Options\" link" -msgstr "" -"Modifiez l'un des paramètres en cliquant le lien «Options» correspondant" - -#: libraries/import.lib.php:1144 -msgid "Edit its structure by following the \"Structure\" link" -msgstr "Modifier sa structure via le lien «Structure»" - -#: libraries/import.lib.php:1147 -msgid "Go to database" -msgstr "Aller à la base de données" - -#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 -msgid "settings" -msgstr "paramètres" - -#: libraries/import.lib.php:1169 -msgid "Go to table" -msgstr "Aller à la table" - -#: libraries/import.lib.php:1178 -msgid "Go to view" -msgstr "Aller à la vue" - #: libraries/import/ods.php:28 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" @@ -6263,42 +6396,6 @@ msgstr "" "Le fichier XML spécifié était mal formé ou incomplet. Veuillez le corriger " "et essayer à nouveau." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Aucun index n'est défini !" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unique" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Compressé" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalité" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "La clé primaire a été effacée" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "L'index %s a été effacé" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Les index %1$s et %2$s semblent identiques et l'un d'eux pourrait être " -"supprimé." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6309,27 +6406,6 @@ msgstr "Aucune" msgid "Convert to Kana" msgstr "Conversion en kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d ligne affectée." -msgstr[1] "%1$d lignes affectées." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d ligne supprimée." -msgstr[1] "%1$d lignes supprimées." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d ligne insérée." -msgstr[1] "%1$d lignes insérées." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Depuis" @@ -6568,18 +6644,6 @@ msgstr "Actualiser" msgid "This format has no options" msgstr "Ce format ne comporte pas d'options" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Impossible de sauvegarder l'historique des tables récentes" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Tables récentes" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Il n'y a pas de tables récentes" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "en erreur" @@ -6965,6 +7029,61 @@ msgstr "Différence" msgid "Target database" msgstr "Base de données cible" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Exécuter une ou des requêtes SQL sur le serveur %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Exécuter une ou des requêtes SQL sur la base %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Vider" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Colonnes" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Conserver cette requête SQL dans les signets" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Signet visible pour les autres utilisateurs" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Remplacer un signet existant du même nom" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Ne pas écraser cette requête depuis une autre fenêtre" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Délimiteur" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Afficher à nouveau la requête après exécution" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Voir uniquement" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Emplacement du fichier texte" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "répertoire de transfert du serveur web" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7027,61 +7146,6 @@ msgstr "Identificateur invalide" msgid "Unknown Punctuation String" msgstr "Ponctuation invalide" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Exécuter une ou des requêtes SQL sur le serveur %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Exécuter une ou des requêtes SQL sur la base %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Vider" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Colonnes" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Conserver cette requête SQL dans les signets" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Signet visible pour les autres utilisateurs" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Remplacer un signet existant du même nom" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Ne pas écraser cette requête depuis une autre fenêtre" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Délimiteur" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Afficher à nouveau la requête après exécution" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Voir uniquement" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Emplacement du fichier texte" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "répertoire de transfert du serveur web" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7089,52 +7153,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "Le validateur SQL n'a pas pu être initialisé. Vérifiez que les extensions " -"PHP nécessaires ont bien été installées tel que décrit dans la %" -"sdocumentation%s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Aucune information détaillée sur l'état n'est disponible pour ce moteur de " -"stockage." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s est disponible sur ce serveur MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s a été désactivé sur ce serveur MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ce serveur MySQL ne supporte pas le moteur de stockage %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Nom de base de données invalide" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Nom de table invalide" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Erreur lors du renommage de %1$s en %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "La table %s se nomme maintenant %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Impossible de sauvegarder les préférences d'interface de tables" +"PHP nécessaires ont bien été installées tel que décrit dans la " +"%sdocumentation%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7254,38 +7274,6 @@ msgstr "Définition de PARTITION" msgid "+ Add a new value" msgstr "+ Ajouter une valeur" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Chemin des images inexistant pour le thème %s !" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Prévisualisation non disponible." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "utiliser celui-ci" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Thème par défaut %s inexistant !" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Thème %s inexistant !" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Chemin non trouvé pour le thème %s !" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Thème" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8353,8 +8341,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin obtient la liste des privilèges directement à partir des " "tables MySQL. Le contenu de ces tables peut être différent des privilèges " @@ -8735,10 +8723,9 @@ msgid "All status variables" msgstr "Toutes les variables d'état" #: server_status.php:413 server_status.php:439 -#, fuzzy #| msgid "Refresh rate" msgid "Refresh rate:" -msgstr "Taux de rafraîchissement" +msgstr "Taux de rafraîchissement :" #: server_status.php:462 msgid "Containing the word:" @@ -9643,7 +9630,7 @@ msgstr "" #: server_variables.php:58 msgid "Setting variable failed" -msgstr "" +msgstr "Échec de mise à jour de la variable" #: server_variables.php:77 msgid "Server variables and settings" @@ -9833,8 +9820,8 @@ msgid "" msgstr "" "Cette %soption%s ne devrait pas être activée car elle permet à un attaquant " "de tenter de forcer l'entrée sur tout serveur MySQL. Si vous en avez " -"réellement besoin, utilisez la %sliste des serveurs mandataires de confiance%" -"s." +"réellement besoin, utilisez la %sliste des serveurs mandataires de confiance" +"%s." #: setup/lib/index.lib.php:252 msgid "" @@ -9886,8 +9873,8 @@ msgid "" msgstr "" "Le paramètre %sLogin cookie validity%s avec une valeur de plus de 1440 " "secondes peut causer des interruptions de la session de travail si le " -"paramètre %ssession.gc_maxlifetime%s a une plus petite valeur (actuellement %" -"d)." +"paramètre %ssession.gc_maxlifetime%s a une plus petite valeur (actuellement " +"%d)." #: setup/lib/index.lib.php:262 #, php-format @@ -9906,8 +9893,8 @@ msgid "" "cookie validity%s must be set to a value less or equal to it." msgstr "" "Si vous utilisez l'authentification cookie et que le paramètre %sLogin " -"cookie store%s n'a pas une valeur de 0, le paramètre %sLogin cookie validity%" -"s doit avoir une valeur plus petite ou égale à celui-ci." +"cookie store%s n'a pas une valeur de 0, le paramètre %sLogin cookie validity" +"%s doit avoir une valeur plus petite ou égale à celui-ci." #: setup/lib/index.lib.php:266 #, php-format @@ -9917,8 +9904,8 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Si vous l'estimez nécessaire, utilisez des paramètres de protection - %" -"sauthentification du serveur%s et %sserveurs mandataires de confiance%s. " +"Si vous l'estimez nécessaire, utilisez des paramètres de protection - " +"%sauthentification du serveur%s et %sserveurs mandataires de confiance%s. " "Cependant, la protection par adresse IP peut ne pas être fiable si votre IP " "appartient à un fournisseur via lequel des milliers d'utilisateurs, vous y " "compris, sont connectés." @@ -10148,10 +10135,9 @@ msgid "View dump (schema) of table" msgstr "Afficher le schéma de la table" #: tbl_gis_visualization.php:111 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "Affiche la liste des serveurs" +msgstr "Visualiser en GIS" #: tbl_gis_visualization.php:157 msgid "Width" @@ -10162,10 +10148,9 @@ msgid "Height" msgstr "Hauteur" #: tbl_gis_visualization.php:165 -#, fuzzy #| msgid "Textarea columns" msgid "Label column" -msgstr "Taille horizontale pour une zone de texte" +msgstr "Colonne pour étiquette" #: tbl_gis_visualization.php:167 #, fuzzy @@ -10174,30 +10159,27 @@ msgid "-- None --" msgstr "- aucun -" #: tbl_gis_visualization.php:180 -#, fuzzy #| msgid "Total count" msgid "Spatial column" -msgstr "Nombre total" +msgstr "Colonne pour donnée spatiale" #: tbl_gis_visualization.php:201 msgid "Use OpenStreetMaps as Base Layer" -msgstr "" +msgstr "Utiliser OpenStreetMaps comme couche de base" #: tbl_gis_visualization.php:204 msgid "Redraw" msgstr "Dessiner à nouveau" #: tbl_gis_visualization.php:206 -#, fuzzy #| msgid "Save as file" msgid "Save to file" -msgstr "Transmettre" +msgstr "Sauvegarder dans un fichier" #: tbl_gis_visualization.php:207 -#, fuzzy #| msgid "Table name" msgid "File name" -msgstr "Nom de la table" +msgstr "Nom du fichier" #: tbl_indexes.php:66 msgid "The name of the primary key must be \"PRIMARY\"!" @@ -10442,7 +10424,7 @@ msgstr "Ordre d'affichage :" #: tbl_structure.php:158 tbl_structure.php:163 tbl_structure.php:611 msgid "Spatial" -msgstr "" +msgstr "Spatial" #: tbl_structure.php:165 tbl_structure.php:169 msgid "Browse distinct values" @@ -10461,10 +10443,9 @@ msgid "Add unique index" msgstr "Ajouter un index unique" #: tbl_structure.php:176 tbl_structure.php:177 -#, fuzzy #| msgid "Add index" msgid "Add SPATIAL index" -msgstr "Ajouter un index" +msgstr "Ajouter un index SPATIAL" #: tbl_structure.php:178 tbl_structure.php:179 msgid "Add FULLTEXT index" diff --git a/po/gl.po b/po/gl.po index 3de11ef3a5..22df69f8e0 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-21 14:50+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: galician \n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" @@ -49,10 +49,10 @@ msgstr "Procurar" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Procurar" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Executar" @@ -133,9 +133,9 @@ msgstr "Comentario da base de datos: " msgid "Table comments" msgstr "Comentarios da táboa" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -146,12 +146,12 @@ msgstr "Comentarios da táboa" msgid "Column" msgstr "Nomes das columnas" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -161,9 +161,9 @@ msgstr "Nomes das columnas" msgid "Type" msgstr "Tipo" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -201,13 +201,12 @@ msgstr "Vincúlase con" msgid "Comments" msgstr "Comentarios" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -218,17 +217,17 @@ msgstr "Comentarios" msgid "No" msgstr "Non" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -340,8 +339,8 @@ msgstr "Engadir limitacións" msgid "Switch to copied database" msgstr "Pasar á base de datos copiada" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -515,8 +514,8 @@ msgstr "Procura tipo SQL na base de datos %s:" msgid "Submit Query" msgstr "Enviar esta procura" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -540,82 +539,85 @@ msgstr "Permite executar rutinas almacenadas." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornou un conxunto vacío (ex. cero rexistros)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Executáronse as procuras seguintes:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Mensaxes do MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procesos" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Non se achou ningunha táboa na base de datos" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export functions" msgid "Export of routine %s" msgstr "Exportar as funcións" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "O índice do servidor non é válido: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Eliminouse a táboa %s" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Creouse a táboa %1$s." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Crear relación" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Modo de edición" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!\n" "Language-Team: hebrew \n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -45,10 +45,10 @@ msgstr "חיפוש" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -61,18 +61,18 @@ msgstr "חיפוש" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "סע" @@ -127,9 +127,9 @@ msgstr "הערה על מאגר הנתונים: " msgid "Table comments" msgstr "הערות טבלה" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -140,12 +140,12 @@ msgstr "הערות טבלה" msgid "Column" msgstr "שמות עמודה" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -155,9 +155,9 @@ msgstr "שמות עמודה" msgid "Type" msgstr "סוג" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -195,13 +195,12 @@ msgstr "קישורים אל" msgid "Comments" msgstr "הערות" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -212,17 +211,17 @@ msgstr "הערות" msgid "No" msgstr "לא" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "הוספת הגבלות" msgid "Switch to copied database" msgstr "מעבר למאגר נתונים שהועתק" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -507,8 +506,8 @@ msgstr "" msgid "Submit Query" msgstr "שליחת שאילתה" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -531,76 +530,78 @@ msgstr "מאפשר יצירת שגרות מאוחסנות." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL אמר: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "תהליכים" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "לא נמצאו טבלאות במאגר נתונים." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "טבלה %s נמחקה" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "טבלה %s נמחקה" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "גרסת שרת" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6208,40 +6352,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "אין אינדקסים מוגדרים!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "ייחודי" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "מספור" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "המפתח הראשי הוסר" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "אינדקס %s הוסר" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6254,29 +6364,6 @@ msgstr "ללא" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "לא נבחרו שורות" -msgstr[1] "לא נבחרו שורות" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "לא נבחרו שורות" -msgstr[1] "לא נבחרו שורות" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6521,19 +6608,6 @@ msgstr "" msgid "This format has no options" msgstr "לתבנית זאת אין אפשרויות" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "אין טבלאות" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "לא בסדר" @@ -6922,57 +6996,6 @@ msgstr "" msgid "Target database" msgstr "חפש במסד הנתונים" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "התחלת חיתוך" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "END CUT" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "התחלת RAW" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "END RAW" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -7032,6 +7055,57 @@ msgstr "מיקום של קובץ טקסט" msgid "web server upload directory" msgstr "שמירת שרת בתוך תיקיית %s" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "התחלת חיתוך" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "END CUT" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "התחלת RAW" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "END RAW" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7039,48 +7113,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "אין מידע מצב מפורט על מנוע אחסון זה." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s זמין על שרת MySQL זה." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s מובטל על שרת MySQL זה." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "שרת MySQL לא תומך במנוע אחסון %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "טבלה %s שונתה אל %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7209,38 +7241,6 @@ msgstr "" msgid "+ Add a new value" msgstr "הוספת משתמש חדש" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "קח זאת" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8264,8 +8264,8 @@ msgstr "הסרת מאגרי נתונים שיש להם שמות דומים כמ msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של " "הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן " diff --git a/po/hi.po b/po/hi.po index 7537d0a1f1..a390d1ef49 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-05-06 09:13+0200\n" "Last-Translator: \n" "Language-Team: hindi \n" +"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "खोजें" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "खोजें" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "आगे" @@ -131,9 +131,9 @@ msgstr "डाटाबेस टिप्पणि: " msgid "Table comments" msgstr " टेबल टिप्पणि:" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr " टेबल टिप्पणि:" msgid "Column" msgstr "कोलम" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "कोलम" msgid "Type" msgstr "टाइप" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "के लिए लिंक" msgid "Comments" msgstr "टिप्पणी" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "टिप्पणी" msgid "No" msgstr "नहीं" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -332,8 +331,8 @@ msgstr "शर्तें जोडें" msgid "Switch to copied database" msgstr "नक़ल किये गए डाटाबेस पर जायें" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -348,8 +347,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया हैक्यों ये किया गया है, जानने के लिए %" -"shere%s पर क्लिक करें." +"phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया हैक्यों ये किया गया है, जानने के लिए " +"%shere%s पर क्लिक करें." #: db_operations.php:600 msgid "Edit or export relational schema" @@ -497,8 +496,8 @@ msgstr "डेटाबेस %s पर SQL क्वरी:" msgid "Submit Query" msgstr "क्वरी प्रस्तुत करें" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,82 +521,85 @@ msgstr "संग्रहीत दिनचर्या को क्रिय msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ने एक खाली परिणाम सेट लोताया" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "निम्नलिखित क्वरीों क्रियान्वित किया गया है" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL ने कहा: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "याचिका प्रसंस्करणमें त्रुटि" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "डाटाबेस में कोई टेबल नहीं।" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "निर्यात डिफ़ॉल्ट" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "अवैध सर्वर सूचकांक: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr " टेबल %s को रद्द किया गया है." -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s टेबल बना दिया गया है" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "संबंध बनायें" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "संपादन मोड" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "प्रतिशत को उचित दशमलव के रूप में आयात करें" @@ -6042,40 +6190,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "परिभाषित सूचकांक नहीं पाए गए!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "अद्वितीय" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "जमा" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "प्रमुखता" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "प्राथमिक कुंजी गिरा दी गयी है" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "सूचकांक %s गिरा दिया गया है" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "सूचकांक %1s और %2s बराबर लगने के कारन उनमें से संभवतः हटाया जा सकता है." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "No" @@ -6088,27 +6202,6 @@ msgstr "कोई एन्कोडिंग नहीं" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "एकवचन %1$d रोव प्रभावित" -msgstr[1] "बहुवचन%1$d रोवस प्रभावित" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "एकवचन%1$d रोव नष्ट" -msgstr[1] "बहुवचन%1$d रोवस नष्ट" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "एकवचन%1$d रोव डाला" -msgstr[1] "बहुवचन%1$d रोवस डाला" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6351,24 +6444,6 @@ msgstr "नेविगेशन फ्रेम पुनः लोड" msgid "This format has no options" msgstr "इस प्रारूप के कोई विकल्प नहीं है" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "विन्यास सहेज नहीं सकते" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "टेबल गणना" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "कोई कॉन्फ़िगर सर्वर मौजूद नहीं है" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ठीक नहीं है" @@ -6755,57 +6830,6 @@ msgstr "अंतर" msgid "Target database" msgstr "लक्ष्य डेटाबेस" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "BEGIN कट" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "BEGIN रॉ" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "अवैध पहचानकर्ता" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "अज्ञात विराम स्ट्रिंग" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6863,6 +6887,57 @@ msgstr "पाठ फ़ाइल का स्थान" msgid "web server upload directory" msgstr "वेब सर्वर अपलोड निर्देशिका" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "BEGIN कट" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "BEGIN रॉ" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "अवैध पहचानकर्ता" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "अज्ञात विराम स्ट्रिंग" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6870,48 +6945,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "इस भंडारण इंजन स्थिति के लिए कोई विस्तृत जानकारी उपलब्ध नहीं है." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s इस MySQL सर्वर पर उपलब्ध है." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s इस MySQL सर्वर के लिए निष्क्रिय कर दिया गया है." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "यह MySQL सर्वर %s भंडारण इंजन का समर्थन नहीं करता है." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "अमान्य डेटाबेस" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "अवैध टेबल नाम" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "टेबल का नाम %1$s से %2$s में बदलने में त्रुटि." - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "टेबल %s का नाम बदल कर %s रखा गया है." - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "टेबल खली लग रही है" @@ -7023,38 +7056,6 @@ msgstr "" msgid "+ Add a new value" msgstr "नयी वलुए जोडें" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "विषय %s के लिए कोई वैध छवि पथ नहीं पाया है!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "पूर्वावलोकन उपलब्ध नहीं." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "इसे ले लो" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "डिफ़ॉल्ट विषयवस्तु %s नहीं मिला है!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "विषयवस्तु %s नहीं मिला है!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "विषय %s के लिए थीम पथ नहीं मिला है!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8056,8 +8057,8 @@ msgstr "Drop the databases that have the same names as the users." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/hr.po b/po/hr.po index 0ed09f8f39..4461cbd1f3 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-21 14:54+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: croatian \n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.1\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Traži" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Traži" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Kreni" @@ -133,9 +133,9 @@ msgstr "Komentar baze podataka: " msgid "Table comments" msgstr "Komentari tablice" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -146,12 +146,12 @@ msgstr "Komentari tablice" msgid "Column" msgstr "Nazivi stupaca" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -161,9 +161,9 @@ msgstr "Nazivi stupaca" msgid "Type" msgstr "Vrsta" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -201,13 +201,12 @@ msgstr "Povezano s" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -218,17 +217,17 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -339,8 +338,8 @@ msgstr "Dodaj prisile" msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu podataka" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -514,8 +513,8 @@ msgstr "SQL upit nad bazom podataka %s:" msgid "Submit Query" msgstr "Podnesi upit" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -540,80 +539,82 @@ msgstr "Dopušta pokretanje pohranjenih rutina." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan komplet rezultata (npr. nula redova)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL je poručio: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procesi" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "U bazi podataka nisu pronađene tablice." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Uvezi datoteke" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Neispravan indeks poslužitelja: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tablica %s je odbačen" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tablica %1$s je izrađena." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Izradi relaciju" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy msgid "Edit routine" msgstr "Web poslužitelj" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6378,41 +6527,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nema definiranog indeksa!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Jedinstveno" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Pakirano" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Najvažnije" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primarni ključ je odbačen" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s je odbačen" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6425,30 +6539,6 @@ msgstr "bez kompresije" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, fuzzy, php-format -#| msgid "%1$d row(s) affected." -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Zahvaćeno redaka: %1$d." -msgstr[1] "Zahvaćeno redaka: %1$d." - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "%1$d row(s) deleted." -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Izbrisano redaka: %1$d." -msgstr[1] "Izbrisano redaka: %1$d." - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "%1$d row(s) inserted." -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Umetnuto redaka: %1$d." -msgstr[1] "Umetnuto redaka: %1$d." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6691,22 +6781,6 @@ msgstr "" msgid "This format has no options" msgstr "Ovaj oblik nema raspoložive opcije" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Nema tablica" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Provjeri tablicu" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nije OK" @@ -7100,6 +7174,64 @@ msgstr "" msgid "Target database" msgstr "Traži u bazi podataka" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Pokreni SQL upit na poslužitelju %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Pokreni SQL upit na bazi podataka %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalendar" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nazivi stupaca" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Favoriziraj ovaj SQL upit" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Neka svi korisnici imaju pristup ovom favoritu" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Zamijeni postojećim favoritom istog naziva" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Ne prepisuj ovaj upit iz vanjskog prozora" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Razgraničavanje" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Ovaj upit ponovno prikaži ovdje" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Samo prikaz" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Lokacija tekstualne datoteke" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "mapa učitavanja web poslužitelja" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7162,64 +7294,6 @@ msgstr "Neispravna ID oznaka" msgid "Unknown Punctuation String" msgstr "Nepoznat niz interpunkcija" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Pokreni SQL upit na poslužitelju %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Pokreni SQL upit na bazi podataka %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalendar" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nazivi stupaca" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Favoriziraj ovaj SQL upit" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Neka svi korisnici imaju pristup ovom favoritu" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Zamijeni postojećim favoritom istog naziva" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Ne prepisuj ovaj upit iz vanjskog prozora" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Razgraničavanje" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Ovaj upit ponovno prikaži ovdje" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Samo prikaz" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Lokacija tekstualne datoteke" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "mapa učitavanja web poslužitelja" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7229,48 +7303,6 @@ msgstr "" "SQL validator nije bilo moguće pokrenuti. Provjerite jeste li instalirali " "potrebna PHP proširenja, na način opisan u %sdokumentaciji%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Za ovaj pogon pohranjivanje ne postoje raspoloživi podaci." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s je raspoloživ na ovom MySQL poslužitelju." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s je onemogućen za ovaj MySQL poslužitelj." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Neispravna baza podataka" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Neispravan naziv tablice" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Pogreška tijekom preimenovanja tablice %1$s u %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tablica %s preimenovana je u %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tablica izgleda praznom!" @@ -7401,38 +7433,6 @@ msgstr "Definicija PARTICIJE" msgid "+ Add a new value" msgstr "Dodaj novog korisnika" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Valjana putanja slika za temu %s nije pronađena!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Nema raspoloživog pregleda." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "Dodijeli" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Zadana tema %s nije pronađena!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s nije pronađena!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Za temu %s nije pronađena putanje tema!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8560,8 +8560,8 @@ msgstr "Ispusti baze podataka koje imaju iste nazive i korisnike." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Napomena: phpMyAdmin preuzima korisničke privilegije izravno iz MySQL " "tablica privilegija. U slučaju da su ručno mijenjane, sadržaj ovih tablica " @@ -11131,8 +11131,8 @@ msgstr "Preimenuj prikaz u" #~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] " #~ "extension. Please check your PHP configuration." #~ msgstr "" -#~ "Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation][em]%1" -#~ "$s[/em][/a] . Provjerite svoju PHP konfiguraciju." +#~ "Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation]" +#~ "[em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju." #~ msgid "" #~ "Couldn't load the iconv or recode extension needed for charset " diff --git a/po/hu.po b/po/hu.po index ef3f1379b9..e6d10c55c8 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-05-27 18:52+0200\n" "Last-Translator: \n" "Language-Team: hungarian \n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Keresés" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Keresés" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Indítás" @@ -132,9 +132,9 @@ msgstr "Megjegyzés az adatbázishoz: " msgid "Table comments" msgstr "Tábla megjegyzése" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Tábla megjegyzése" msgid "Column" msgstr "Oszlop" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Oszlop" msgid "Type" msgstr "Típus" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Hivatkozások:" msgid "Comments" msgstr "Megjegyzések" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Megjegyzések" msgid "No" msgstr "Nem" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Megszorítás hozzáadása" msgid "Switch to copied database" msgstr "A másolt adatbázisra váltás" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "SQL-lekérdezés a(z) %s adatbázison:" msgid "Submit Query" msgstr "Lekérdezés indítása" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,82 +522,84 @@ msgstr "Engedélyezi a tárolt eljárások végrehajtását." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "A MySQL mondta: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Hiba a kérés feldolgozásában" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Nem található tábla az adatbázisban." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Exportálás alapértelmezései" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Érvénytelen szerverindex: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "A(z) %s oszlop eldobása megtörtént" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "A(z) %1$s tábla elkészült." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Kapcsolat létrehozása" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Szerkesztő mód" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6308,42 +6458,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nincs meghatározott index!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Egyedi" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Csomagolt" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Számosság" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Az elsődleges kulcs eldobása megtörtént" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "A(z) %s index eldobása megtörtént" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"A(z) %1$s és a(z) %2$s egyenlőnek tűnik, és egyikük valószínűleg " -"eltávolítható." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6356,27 +6470,6 @@ msgstr "Nincs" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d sor érintett." -msgstr[1] "%1$d sor érintett." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "A(z) %1$d sor törlése megtörtént." -msgstr[1] "A(z) %1$d sor törlése megtörtént." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "A(z) %1$d sor beszúrása megtörtént." -msgstr[1] "A(z) %1$d sor beszúrása megtörtént." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6620,24 +6713,6 @@ msgstr "A navigációs keret testreszabása" msgid "This format has no options" msgstr "Ennek a formátumnak nincsenek beállításai" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Cannot load or save configuration" -msgid "Could not save recent table" -msgstr "A beállítások nem tölthetők be vagy menthetők" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Táblák megszámolása" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Nincsenek konfigurált szerverek" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Nincs rendben" @@ -7034,6 +7109,65 @@ msgstr "" msgid "Target database" msgstr "Keresés az adatbázisban" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "A(z) %s szerveren lefuttatandó SQL lekérdezés(ek)" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "SQL lekérdezés(ek) futtatása a(z) %s adatbázison" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Törlés" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Oszlopnevek" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Az SQL-lekérdezés hozzáadása a könyvjelzőkhöz" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" +"A hozzáférés ehhez a könyvjelzőhöz az összes felhasználó számára " +"engedélyezett" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Az ugyanazon nevű könyvjelző kicserélése" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nem írja felül ezt a lekérdezést az ablakon kívülről" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Elválasztó" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " A fenti lekérdezés megjelenítése itt újra " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Csak megtekinthető" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "A szövegfájl helye" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "webszerver feltöltési könyvtár" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7098,118 +7232,16 @@ msgstr "Érvénytelen azonosító" msgid "Unknown Punctuation String" msgstr "Ismeretlen írásjeleket tartalmazó karakterlánc" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "A(z) %s szerveren lefuttatandó SQL lekérdezés(ek)" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "SQL lekérdezés(ek) futtatása a(z) %s adatbázison" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Törlés" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Oszlopnevek" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Az SQL-lekérdezés hozzáadása a könyvjelzőkhöz" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" -"A hozzáférés ehhez a könyvjelzőhöz az összes felhasználó számára " -"engedélyezett" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Az ugyanazon nevű könyvjelző kicserélése" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nem írja felül ezt a lekérdezést az ablakon kívülről" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Elválasztó" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " A fenti lekérdezés megjelenítése itt újra " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Csak megtekinthető" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "A szövegfájl helye" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "webszerver feltöltési könyvtár" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -"Nem lehetett inicializálni az SQL ellenőrzőt. Ellenőrizze, hogy a %" -"sdokumentációban%s leírtak szerint telepítette-e a szükséges PHP-" +"Nem lehetett inicializálni az SQL ellenőrzőt. Ellenőrizze, hogy a " +"%sdokumentációban%s leírtak szerint telepítette-e a szükséges PHP-" "kiterjesztést." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Erről a tárolómotorról részletes állapot-információ nem áll rendelkezésre." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "A(z) %s motor elérhető ezen a MySQL szerveren." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s letiltott ezen a MySQL szerveren." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ez a MySQL szerver nem támogatja a(z) %s tárolómotort." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Érvénytelen adatbázis" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Érvénytelen táblanév" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Hiba történt a(z) %1$s tábla %2$s névre történő átnevezésekor" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "A(z) %s tábla átnevezése %s névre megtörtént" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Üresnek tűnik a tábla!" @@ -7341,38 +7373,6 @@ msgstr "PARTITION definíció" msgid "+ Add a new value" msgstr "Új szerver hozzáadása" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Nincs érvényes kép elérési útja a(z) %s témának!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Nincs előnézet." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "csináld" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "A(z) %s alapértelmezett téma nem található!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Nem található a(z) %s téma!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nem található a(z) %s téma téma elérési útja!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8530,13 +8530,13 @@ msgstr "A felhasználókéval azonos nevű adatbázisok eldobása." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Megjegyzés: a phpMyAdmin a felhasználók jogait közvetlenül a MySQL " "privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver által " -"használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben %" -"stöltse be újra a jogokat%s a folytatás előtt." +"használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben " +"%stöltse be újra a jogokat%s a folytatás előtt." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." @@ -10142,9 +10142,9 @@ msgstr "" #| "You set the [kbd]config[/kbd] authentication type and included username " #| "and password for auto-login, which is not a desirable option for live " #| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1" -#| "$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" -#| "kbd]." +#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +#| "%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http" +#| "[/kbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " diff --git a/po/id.po b/po/id.po index 7bbbaca6c0..8ba8a0a1c0 100644 --- a/po/id.po +++ b/po/id.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-18 11:34+0200\n" "Last-Translator: \n" "Language-Team: indonesian \n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Cari" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Cari" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Go" @@ -132,9 +132,9 @@ msgstr "Komentar Database: " msgid "Table comments" msgstr "Komentar tabel" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Komentar tabel" msgid "Column" msgstr "Kolom" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Kolom" msgid "Type" msgstr "Jenis" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Link ke" msgid "Comments" msgstr "Komentar" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Komentar" msgid "No" msgstr "Tidak" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Menambahkan pembatas" msgid "Switch to copied database" msgstr "Pindah ke database yang disalin" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -497,8 +496,8 @@ msgstr "Pencarian SQL dalam database %s:" msgid "Submit Query" msgstr "Jalankan Pencarian SQL" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -521,79 +520,81 @@ msgstr "Mengizinkan eksekusi Routines yang tersimpan." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL balikkan hasil kosong (a.k. baris yang kosong)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL menyatakan: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Error dalam memproses permintaan" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tidak ada tabel dalam database." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export contents" msgid "Export of routine %s" msgstr "Ekspor isi" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Indeks server tidak sah: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabel %s telah dihapus" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabel %s telah dihapus" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Buat relasi" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6163,42 +6310,6 @@ msgstr "" "File XML yang ditentukan cacat atau tidak lengkap. Mohon perbaiki dan coba " "lagi." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Indeks belum ditentukan!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unik" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Dipadatkan" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Bilangan Pokok" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Kunci utama telah dihapus" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s telah dihapus" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Index %1$s dan %2$s sepertinya sama dan salah satu dari mereka memungkinkan " -"untuk dibuang." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6211,30 +6322,6 @@ msgstr "tanpa" msgid "Convert to Kana" msgstr "" -# No difference between singular and plural in this case for Indonesian -# language. -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d baris terpengaruh." - -# No difference between singular and plural in this case for Indonesian -# language. -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d baris telah dihapus." - -# No difference between singular and plural in this case for Indonesian -# language. -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d baris disisipkan." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6477,18 +6564,6 @@ msgstr "" msgid "This format has no options" msgstr "Format ini tidak ada pilihannya" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Tidak dapat menyimpan tabel terakhir: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Tabel terakhir" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Tidak ada tabel terakhir" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "tidak oke" @@ -6878,6 +6953,64 @@ msgstr "Perbedaan" msgid "Target database" msgstr "Database target" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Melaksanakan perintah SQL pada database %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Melaksanakan perintah SQL pada database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalender" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nama kolom" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Simpan pencarian SQL ini" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Izinkan semua pengguna untuk mengakses simpanan ini" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Jangan timpahkan pencarian ini dari jendela luar" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Pembatas" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Tampilkan ulang perintah SQL " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Hanya melihat" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "dari File" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "direktori upload pada web-server" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6943,64 +7076,6 @@ msgstr "Identifer tidak valid" msgid "Unknown Punctuation String" msgstr "Punctation String tidak dikenali" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Melaksanakan perintah SQL pada database %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Melaksanakan perintah SQL pada database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalender" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nama kolom" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Simpan pencarian SQL ini" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Izinkan semua pengguna untuk mengakses simpanan ini" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Jangan timpahkan pencarian ini dari jendela luar" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Pembatas" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Tampilkan ulang perintah SQL " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Hanya melihat" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "dari File" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "direktori upload pada web-server" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7010,49 +7085,6 @@ msgstr "" "Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP " "yang diperlukan seperti yang tercatat dalam %sdokumentasi%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s siap untuk digunakan pada server MySQL ini." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s dimatikan untuk server MySQL ini." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Server MySQL ini tidak mendukung mesin penyimpan %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Basisdata tidak valid" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Nama tabel tidak valid" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Kesalahan mengganti nama table %1$s ke %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Nama tabel %s telah diubah menjadi %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Tidak dapat menyimpan preferensi UI tabel" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7183,38 +7215,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Menambahkan pengguna baru" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Lokasi citra yang benar untuk tema %s tidak ditemukan!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Tidak ada preview yang tersedia." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "ambil ini" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema %s bawaan tidak ditemukan!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s tidak ditemukan!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "\"Path\" untuk tema tidak ditemukan untuk tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Tema" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8329,8 +8329,8 @@ msgstr "Hapus database yang memiliki nama yang sama dengan pengguna." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari " "tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil " diff --git a/po/it.po b/po/it.po index 5f2590d400..94356e7e49 100644 --- a/po/it.po +++ b/po/it.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-05-25 22:43+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 11:55+0200\n" "Last-Translator: Rouslan Placella \n" "Language-Team: italian \n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -49,10 +49,10 @@ msgstr "Cerca" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Cerca" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Esegui" @@ -133,9 +133,9 @@ msgstr "Commento del database: " msgid "Table comments" msgstr "Commenti alla tabella" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Commenti alla tabella" msgid "Column" msgstr "Campo" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Campo" msgid "Type" msgstr "Tipo" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Collegamenti a" msgid "Comments" msgstr "Commenti" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Commenti" msgid "No" msgstr "No" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Aggiungi vincoli" msgid "Switch to copied database" msgstr "Passa al database copiato" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "SQL-query sul database %s:" msgid "Submit Query" msgstr "Invia Query" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -524,82 +523,85 @@ msgstr "Permette l'esecuzione di routines memorizzate." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha restituito un insieme vuoto (i.e. zero righe)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Le seguenti query sono state eseguite:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Messaggio di MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Errore nel processare la richiesta" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Non ci sono tabelle nel database" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Esporta i predefiniti" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Indice server non valido: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Il campo %s è stato eliminato" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "La tabella %1$s è stata creata." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Crea relazioni" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Modalitá di modifica" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6326,42 +6475,6 @@ msgstr "" "Il file XML specificato era malformato o incompleto. Correggi questo " "problema e prova ancora." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nessun indice definito!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unica" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Compresso" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalità" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "La chiave primaria è stata eliminata" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "L'indice %s è stato eliminato" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Sembra che gli indici %1$s e %2$s sono uguali ed uno di questi potrebbe, " -"possibilmente, essere rimosso." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6372,27 +6485,6 @@ msgstr "Nessuno" msgid "Convert to Kana" msgstr "Converti a Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d riga modificata." -msgstr[1] "%1$d righe modificate." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d riga cancellata." -msgstr[1] "%1$d righe cancellate." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d riga inserita." -msgstr[1] "%1$d righe inserite." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Da" @@ -6631,22 +6723,6 @@ msgstr "Ricarica la frame di navigazione" msgid "This format has no options" msgstr "Questo formato non ha opzioni" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "Impossibile salvare la configurazione" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Conta tabelle" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Non ci sono server configurati" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "non OK" @@ -7031,6 +7107,61 @@ msgstr "Differenza" msgid "Target database" msgstr "Database di destinazione" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Eseguendo query SQL sul server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Esegui la/e query SQL sul database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Cancella" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Campi" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Aggiungi ai preferiti questa query SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Permetti ad ogni utente di accedere a questo bookmark" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Sostituisci segnalibro esistente se con lo stesso nome" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Non sovrascrivere questa query da fuori della finestra" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimitatori" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Mostra di nuovo questa query " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Visualizza solo" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Percorso del file" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "directory di upload del web-server" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7095,61 +7226,6 @@ msgstr "Identificatore Non Valido" msgid "Unknown Punctuation String" msgstr "Stringa di Punctuation Sconosciuta" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Eseguendo query SQL sul server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Esegui la/e query SQL sul database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Cancella" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Campi" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Aggiungi ai preferiti questa query SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Permetti ad ogni utente di accedere a questo bookmark" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Sostituisci segnalibro esistente se con lo stesso nome" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Non sovrascrivere questa query da fuori della finestra" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimitatori" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Mostra di nuovo questa query " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Visualizza solo" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Percorso del file" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "directory di upload del web-server" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7160,50 +7236,6 @@ msgstr "" "installato le estensioni php necessarie come descritto nella %sdocumentazione" "%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Non è disponibile nessuna informazione dettagliata sullo stato di questo " -"motore di memorizzazione." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s è disponibile su questo server MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s è stato disabilitato su questo server MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Questo server MySQL non supporta il motore di memorizzazione %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Database non valido" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Nome tabella non valido" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Errore nel rinominare la tabella %1$s in %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "La tabella %s è stata rinominata %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "La tabella sembra essere vuota!" @@ -7322,39 +7354,6 @@ msgstr "Definizione PARTITION" msgid "+ Add a new value" msgstr "+ Aggiungi un nuovo valore" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" -"Non è stato trovato nessun percorso per l'immagine valido per il tema %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Nessuna anteprima disponibile." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "prendilo" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema di default %s non trovato!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s non trovato!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Percorso per il tema non trovato %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7701,8 +7700,8 @@ msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " "issues." msgstr "" -"Sul server è in esecuzione Suhosin. Controlla la documentazione: %" -"sdocumentation%s per possibili problemi." +"Sul server è in esecuzione Suhosin. Controlla la documentazione: " +"%sdocumentation%s per possibili problemi." #: navigation.php:213 server_databases.php:281 server_synchronize.php:1202 msgid "No databases" @@ -8410,8 +8409,8 @@ msgstr "Elimina i databases gli stessi nomi degli utenti." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella " "dei privilegi di MySQL. Il contenuto di questa tabella può differire dai " @@ -10008,10 +10007,10 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Se credi che é necessario, usa delle ulteriori impostazioni di protezione - %" -"saimpostazioni di autenticazione dei host%s e %slista di proxy di fiducia%s. " -"Comunque, la protezione a base di IP potrebbe non essere affidabile se il " -"tuo IP appartiene ad un ISP dove migliaia di utenti, incluso te, sono " +"Se credi che é necessario, usa delle ulteriori impostazioni di protezione - " +"%saimpostazioni di autenticazione dei host%s e %slista di proxy di fiducia" +"%s. Comunque, la protezione a base di IP potrebbe non essere affidabile se " +"il tuo IP appartiene ad un ISP dove migliaia di utenti, incluso te, sono " "connessi." #: setup/lib/index.lib.php:268 @@ -10026,8 +10025,8 @@ msgstr "" "Hai impostato il tipo di autenticazione [kbd]config[/kbd] e hai inclusi il " "nome utente e la parola chiave per l'auto-login, questo non è desiderato per " "gli host in uso live. Chiunque che conosce o indovina il tuo URL di " -"phpMyAdmin potrá direttamente accedere al pannello di phpMyAdmin. Imposta %" -"sil tipo di autenticazione%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]." +"phpMyAdmin potrá direttamente accedere al pannello di phpMyAdmin. Imposta " +"%sil tipo di autenticazione%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]." #: setup/lib/index.lib.php:270 #, php-format diff --git a/po/ja.po b/po/ja.po index 3e5e678471..3699a7dcac 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-22 12:41+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 12:13+0200\n" "Last-Translator: Yuichiro \n" "Language-Team: japanese \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "検索" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "検索" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "実行する" @@ -132,9 +132,9 @@ msgstr "データベースのコメント" msgid "Table comments" msgstr "テーブルのコメント" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "テーブルのコメント" msgid "Column" msgstr "カラム" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "カラム" msgid "Type" msgstr "種別" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "リンク先" msgid "Comments" msgstr "コメント" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "コメント" msgid "No" msgstr "いいえ" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "制約を追加する" msgid "Switch to copied database" msgstr "コピーしたデータベースに切り替える" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -497,8 +496,8 @@ msgstr "データベース %s のSQL:" msgid "Submit Query" msgstr "クエリを実行する" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -520,71 +519,75 @@ msgstr "ルーチン %s の実行結果" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "返り値が空でした(行数0)" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "次のクエリが実行されます:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQLのメッセージ: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "要求処理中でのエラー" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, php-format -msgid "No routine with name %s found in database %s" +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, fuzzy, php-format +#| msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "データベース %2$s に %1$s という名前のルーチンはありません" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "ルーチンを実行する" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "ルーチン %s のエクスポート" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "ルーチンタイプが不正です: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "ルーチン %1$s を変更しました。" -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "ルーチン %1$s を作成しました。" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "リクエストの処理中に 1 つ以上のエラーが発生しました:" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "ルーチンを作成する" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "ルーチンを編集する" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "パーセントは適切な小数に変換する(例:12.00% を .12)" @@ -6144,42 +6284,6 @@ msgstr "" "指定された XML ファイルは、不完全もしくはフォーマットが正しくありません。問題" "を修正して再度試してみてください。" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "インデックスが定義されていません!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "ユニーク" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "圧縮" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "一意な値の数" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "主キーを削除しました" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "インデックス %s を削除しました" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"インデックス %1$s と %2$s は同一のもののようです。一方は削除してもよいかもし" -"れません。" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6190,24 +6294,6 @@ msgstr "なし" msgid "Convert to Kana" msgstr "全角カナへ変換する" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d 行変更しました。" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d 行削除しました。" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d 行挿入しました。" - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "付け替え元" @@ -6446,18 +6532,6 @@ msgstr "ナビゲーションフレームの再読み込み" msgid "This format has no options" msgstr "この書式にはオプションはありません" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "最近使用したテーブルが保存できません" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "最近使用したテーブル" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "最近使用したテーブルはありません" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Not OK" @@ -6837,6 +6911,61 @@ msgstr "差分" msgid "Target database" msgstr "対象先のデータベース" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "サーバ %s 上でクエリを実行する" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "データベース %s 上でクエリを実行する" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "クリア" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "カラム" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "この SQL をブックマークする" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "すべてのユーザがこのブックマークを利用できるようにする" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "同名のブックマークは差し替える" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "別ウインドウからのクエリの上書きを禁止する" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "デリミタ" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " 実行したクエリをここに表示する" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "表示のみ" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "テキストファイルの位置" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "ウェブサーバ上のアップロードディレクトリ" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6899,61 +7028,6 @@ msgstr "不正な識別子です" msgid "Unknown Punctuation String" msgstr "無効な句読点文字です" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "サーバ %s 上でクエリを実行する" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "データベース %s 上でクエリを実行する" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "クリア" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "カラム" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "この SQL をブックマークする" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "すべてのユーザがこのブックマークを利用できるようにする" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "同名のブックマークは差し替える" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "別ウインドウからのクエリの上書きを禁止する" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "デリミタ" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " 実行したクエリをここに表示する" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "表示のみ" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "テキストファイルの位置" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "ウェブサーバ上のアップロードディレクトリ" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6963,48 +7037,6 @@ msgstr "" "SQL の検証機能を初期化できません。%sドキュメント%s の記載通りに必要な PHP 拡" "張がインストールされているか確認してください" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "このストレージエンジンにはステータスの詳細情報はありません" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s は有効になっています" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s は無効になっています" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "この MySQL サーバは %s ストレージエンジンをサポートしていません" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "不正なデータベースです" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "テーブル名が不正です" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "テーブルを %1$s から %2$s にリネームするときにエラーが発生しました" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "テーブル %s を %s にリネームしました" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "テーブルにユーザ設定が保存できません" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "テーブルが空のようです!" @@ -7121,38 +7153,6 @@ msgstr "パーティションの定義" msgid "+ Add a new value" msgstr "+ 新しい値を追加する" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "テーマ %s の画像パスが無効です!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "プレビューは利用できません" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "これにする" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "デフォルトテーマ %s が見つかりません!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "テーマ %s が見つかりません!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "テーマ %s のテーマパスが見つかりません!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "テーマ" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8190,8 +8190,8 @@ msgstr "ユーザと同名のデータベースを削除する" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手" "作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの" @@ -9719,10 +9719,11 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"それでも、[kbd]config[/kbd] 認証が必要であると思われる場合、追加の保護設定(%" -"sホスト認証%s設定および%s信頼されたプロキシのリスト%s)を使用してください。し" -"かしながら、ユーザが数千人もいるような ISP に所属している、含まれている、接続" -"されている場合には、IP アドレスを基にした保護は信頼性が高いとはいえません。" +"それでも、[kbd]config[/kbd] 認証が必要であると思われる場合、追加の保護設定" +"(%sホスト認証%s設定および%s信頼されたプロキシのリスト%s)を使用してくださ" +"い。しかしながら、ユーザが数千人もいるような ISP に所属している、含まれてい" +"る、接続されている場合には、IP アドレスを基にした保護は信頼性が高いとはいえま" +"せん。" #: setup/lib/index.lib.php:268 #, php-format @@ -9947,10 +9948,9 @@ msgid "View dump (schema) of table" msgstr "テーブルのダンプ(スキーマ)表示" #: tbl_gis_visualization.php:111 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "サーバ選択を表示する" +msgstr "視覚化した空間情報" #: tbl_gis_visualization.php:157 msgid "Width" @@ -9961,42 +9961,37 @@ msgid "Height" msgstr "高さ" #: tbl_gis_visualization.php:165 -#, fuzzy #| msgid "Textarea columns" msgid "Label column" -msgstr "textarea の 1 行の文字数" +msgstr "ラベルカラム" #: tbl_gis_visualization.php:167 -#, fuzzy #| msgid "- none -" msgid "-- None --" -msgstr "- 無し -" +msgstr "-- なし --" #: tbl_gis_visualization.php:180 -#, fuzzy #| msgid "Log file count" msgid "Spatial column" -msgstr "ログファイル数" +msgstr "空間情報カラム" #: tbl_gis_visualization.php:201 msgid "Use OpenStreetMaps as Base Layer" -msgstr "" +msgstr "ベースレイヤーに OpenStreetMap を使用する" #: tbl_gis_visualization.php:204 msgid "Redraw" msgstr "再描画" #: tbl_gis_visualization.php:206 -#, fuzzy #| msgid "Save as file" msgid "Save to file" -msgstr "ファイルに保存する" +msgstr "ファイルに保存" #: tbl_gis_visualization.php:207 -#, fuzzy #| msgid "Table name" msgid "File name" -msgstr "テーブル名" +msgstr "ファイル名" #: tbl_indexes.php:66 msgid "The name of the primary key must be \"PRIMARY\"!" diff --git a/po/ka.po b/po/ka.po index e969e96634..886e27969f 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: georgian \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -47,10 +47,10 @@ msgstr "ძებნა" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "ძებნა" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "გადასვლა" @@ -131,9 +131,9 @@ msgstr "მონაცემთა ბაზის კომენტარი: msgid "Table comments" msgstr "ცხრილის კომენტარები" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "ცხრილის კომენტარები" msgid "Column" msgstr "სვეტების სახელები" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "სვეტების სახელები" msgid "Type" msgstr "ტიპი" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Links to" msgid "Comments" msgstr "კომენტარები" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "კომენტარები" msgid "No" msgstr "არა" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -337,8 +336,8 @@ msgstr "Add constraints" msgid "Switch to copied database" msgstr "Switch to copied database" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -512,8 +511,8 @@ msgstr "SQL query on database %s:" msgid "Submit Query" msgstr "მოთხოვნის გაგზავნა" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,82 +536,84 @@ msgstr "Allows executing stored routines." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL-მა თქვა: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "პროცესები" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "No tables found in database." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export functions" msgid "Export of routine %s" msgstr "Export defaults" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Invalid server index: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Table %s has been dropped" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Table %1$s has been created." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Create relation" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "რედაქტირების რეჟიმი" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6566,42 +6719,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "ინდექსი არაა განსაზღვრული!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "უნიკალური" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "შეკუმშული" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "The primary key has been dropped" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s has been dropped" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6614,30 +6731,6 @@ msgstr "არაა" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, fuzzy, php-format -#| msgid "%1$d row(s) affected." -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d row(s) affected." -msgstr[1] "%1$d row(s) affected." - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "%1$d row(s) deleted." -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "წაიშალა %1$d სტრიქონი." -msgstr[1] "წაიშალა %1$d სტრიქონი." - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "%1$d row(s) inserted." -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "ჩაისვა %1$d სტრიქონი." -msgstr[1] "ჩაისვა %1$d სტრიქონი." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6883,24 +6976,6 @@ msgstr "Customize navigation frame" msgid "This format has no options" msgstr "ამ ფორმატს არ აქვს პარამეტრები" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Cannot load or save configuration" -msgid "Could not save recent table" -msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "ცხრილების დათვლა" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "There are no configured servers" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "not OK" @@ -7299,6 +7374,63 @@ msgstr "" msgid "Target database" msgstr "მონაცემთა ბაზაში ძებნა" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Run SQL query/queries on server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Run SQL query/queries on database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "გაწმენდა" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "სვეტების სახელები" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Bookmark this SQL query" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Let every user access this bookmark" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Replace existing bookmark of same name" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Do not overwrite this query from outside the window" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "გამყოფი" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Show this query here again " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "View only" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Location of the text file" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web server upload directory" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7361,63 +7493,6 @@ msgstr "Invalid Identifer" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Run SQL query/queries on server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Run SQL query/queries on database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "გაწმენდა" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "სვეტების სახელები" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Bookmark this SQL query" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Let every user access this bookmark" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Replace existing bookmark of same name" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Do not overwrite this query from outside the window" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "გამყოფი" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Show this query here again " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "View only" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Location of the text file" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web server upload directory" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7427,49 +7502,6 @@ msgstr "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"There is no detailed status information available for this storage engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s ხელმისაწვდომია ამ MySQL სერვერზე." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s გათიშულია ამ MySQL სერვერზე." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "ამ MySQL სერვერს არ აქვს %s ძრავის მხარდაჭერა." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "არასწორი მონაცემთა ბაზა" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "ცხრილის არასწორი სახელი" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Error renaming table %1$s to %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Table %s has been renamed to %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "როგორც ჩანს ცხრილი ცარიელია!" @@ -7601,38 +7633,6 @@ msgstr "PARTITION definition" msgid "+ Add a new value" msgstr "ახალი სერვერის დამატება" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No preview available." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "take it" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Default theme %s not found!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Theme %s not found!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Theme path not found for theme %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8780,13 +8780,13 @@ msgstr "Drop the databases that have the same names as the users." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." @@ -10373,9 +10373,9 @@ msgstr "" #| "You set the [kbd]config[/kbd] authentication type and included username " #| "and password for auto-login, which is not a desirable option for live " #| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1" -#| "$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" -#| "kbd]." +#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +#| "%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http" +#| "[/kbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " diff --git a/po/ko.po b/po/ko.po index fe9e97efb8..70630ef24e 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-06-16 18:18+0200\n" "Last-Translator: \n" "Language-Team: korean \n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" @@ -47,10 +47,10 @@ msgstr "검색" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "검색" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "실행" @@ -131,9 +131,9 @@ msgstr "데이터베이스 설명:" msgid "Table comments" msgstr "테이블 설명" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "테이블 설명" msgid "Column" msgstr "컬럼명" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "컬럼명" msgid "Type" msgstr "종류" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "링크 대상:" msgid "Comments" msgstr "설명(코멘트)" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "설명(코멘트)" msgid "No" msgstr " 아니오 " -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -335,8 +334,8 @@ msgstr "제약조건 추가" msgid "Switch to copied database" msgstr "복사한 테이블로 옮겨감" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -354,8 +353,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"링크 테이블을 처리하는 추가 기능이 비활성화되어 있습니다. 원인을 확인하려면 %" -"s여기를 클릭%s하십시오." +"링크 테이블을 처리하는 추가 기능이 비활성화되어 있습니다. 원인을 확인하려면 " +"%s여기를 클릭%s하십시오." #: db_operations.php:600 msgid "Edit or export relational schema" @@ -502,8 +501,8 @@ msgstr "데이터베이스 %s에 SQL 질의:" msgid "Submit Query" msgstr "질의 실행" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,76 +524,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "결과값이 없습니다. (빈 레코드 리턴.)" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL 메시지: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "프로세스 목록" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "데이터베이스에 테이블이 없습니다." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "테이블 %s 을 제거했습니다." -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "테이블 %s 을 제거했습니다." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "서버 버전" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6132,40 +6274,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "인덱스가 설정되지 않았습니다!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "고유값" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "기본 키를 제거했습니다" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "인덱스 %s 를 제거했습니다" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6178,27 +6286,6 @@ msgstr "없음" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6441,19 +6528,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "테이블이 없습니다" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6841,59 +6915,6 @@ msgstr "" msgid "Target database" msgstr "데이터베이스 검색" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" -"SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. " -"이것이 문제를 진단하는데 도움이 될 것입니다." - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "따옴표(quote)가 닫히지 않았음" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "잘못된 식별자(Identifer)" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, fuzzy, php-format msgid "Run SQL query/queries on server %s" @@ -6951,6 +6972,59 @@ msgstr "SQL 텍스트파일의 위치" msgid "web server upload directory" msgstr "웹서버 업로드 디렉토리" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" +"SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. " +"이것이 문제를 진단하는데 도움이 될 것입니다." + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "따옴표(quote)가 닫히지 않았음" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "잘못된 식별자(Identifer)" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6960,48 +7034,6 @@ msgstr "" "SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했" "는지 확인해보십시오." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "이 MySQL 서버는 %s 스토리지 엔진을 지원하지 않습니다." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "테이블 %s을(를) %s(으)로 변경하였습니다." - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7124,38 +7156,6 @@ msgstr "" msgid "+ Add a new value" msgstr "새 사용자 추가" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7411,8 +7411,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -"링크 테이블을 처리하는 추가 기능이 비활성화되어 있습니다. 원인을 확인하려면 %" -"s여기를 클릭%s하십시오." +"링크 테이블을 처리하는 추가 기능이 비활성화되어 있습니다. 원인을 확인하려면 " +"%s여기를 클릭%s하십시오." #: main.php:314 msgid "" @@ -8168,8 +8168,8 @@ msgstr "사용자명과 같은 이름의 데이터베이스를 삭제" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/lt.po b/po/lt.po index 8b6c28fbea..7a1cad084a 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-04-05 15:52+0200\n" "Last-Translator: Kęstutis \n" "Language-Team: lithuanian \n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" -"100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -48,10 +48,10 @@ msgstr "Paieška" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Paieška" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Vykdyti" @@ -132,9 +132,9 @@ msgstr "Duomenų bazės komentaras: " msgid "Table comments" msgstr "Lentelės komentarai" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Lentelės komentarai" msgid "Column" msgstr "Stulpelis" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Stulpelis" msgid "Type" msgstr "Tipas" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Sąryšis su" msgid "Comments" msgstr "Komentarai" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Komentarai" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Pridėti apribojimą" msgid "Switch to copied database" msgstr "Pereiti į nukopijuotą duomenų bazę" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "SQL-užklausa duomenų bazėje %s:" msgid "Submit Query" msgstr "Vykdyti užklausą" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -524,82 +523,85 @@ msgstr "Leisti įvykdyti saugomas programas (stored routines)." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gražino tuščią rezultatų rinkinį (nėra eilučių)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Sekančios užklausos buvo įvykdytos:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL atsakymas: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Klaida vykdant užklausą" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Duomenų bazėje nerasta jokių lentelių." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Eksportuoti numatytąsias reikšmes" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Blogas serverio indeksas: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Stulpelis %s panaikintas" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Sukurta %1$s lentelė." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Sukurti sąryšį" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redagavimo režimas" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6161,41 +6313,6 @@ msgstr "" "XML failo specifikacija yra neteisinga arba neišbaigta. Prašome pataisyti " "klaidas ir bandyti dar kartą." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nėra aprašytų indeksų!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikalus" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Suspausta" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Elementų skaičius" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Panaikintas pirminis raktas" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeksas %s ištrintas" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Žurnalai %1$s ir %2$s atrodo vienodi ir vienas iš jų gali būti pašalintas." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6208,30 +6325,6 @@ msgstr "Nėra" msgid "Convert to Kana" msgstr "Konvertuoti į Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Pakeista %1$d eilutė." -msgstr[1] "Pakeistos %1$d eilutės." -msgstr[2] "Pakeista %1$d eilučių." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Ištrinta %1$d eilutė." -msgstr[1] "Ištrintos %1$d eilutės." -msgstr[2] "Ištrinta %1$d eilučių." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Įterpta %1$d eilutė." -msgstr[1] "Įterptos %1$d eilutės." -msgstr[2] "Įterpta %1$d eilučių." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6474,24 +6567,6 @@ msgstr "Atsiųsti iš naujo navigacijos rėmelį" msgid "This format has no options" msgstr "Šis formatas neturi nustatymų" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "Nepavyko išsaugoti konfigūracijos" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Suskaičiuoti lenteles" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Nėra jokių sukonfigūruotų serverių" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Negerai" @@ -6879,6 +6954,63 @@ msgstr "Skirtumas" msgid "Target database" msgstr "Į duomenų bazę" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Vykdyti SQL sakinius serveryje %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Vykdyti SQL sakinius duomenų bazėje %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Išvalyti" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Stulpelių vardai" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Šios SQL užklausą pasižymėti kaip" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Leisti kitiems vartotojams naudotis šia žyme" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Pakeisti jau egzistuojančią žymę tuo pačiu vardu" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nekeisti šios užklausos už aktyvaus lango ribų." + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Skyriklis" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Rodyti šią užklausą vėl " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Peržiūra" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Tekstinio failo vieta" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web serverio katalogas atsiuntimams" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6941,63 +7073,6 @@ msgstr "Klaidingas vardas" msgid "Unknown Punctuation String" msgstr "Klaidinga skyryba" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Vykdyti SQL sakinius serveryje %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Vykdyti SQL sakinius duomenų bazėje %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Išvalyti" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Stulpelių vardai" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Šios SQL užklausą pasižymėti kaip" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Leisti kitiems vartotojams naudotis šia žyme" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Pakeisti jau egzistuojančią žymę tuo pačiu vardu" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nekeisti šios užklausos už aktyvaus lango ribų." - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Skyriklis" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Rodyti šią užklausą vėl " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Peržiūra" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Tekstinio failo vieta" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web serverio katalogas atsiuntimams" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7007,48 +7082,6 @@ msgstr "" "Neveikia SQL interpretatorius. Prašome patikrinkite ar yra suinstaliuoti " "visi privalomi php moduliai, nurodyti %sdokumentacijoje%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Apie šio Saugojimo Variklio būseną nėra išsamios informacijos." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s galimas šiame MySQL serveryje." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s šiame MySQL serveryje yra išjungtas." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Šis MySQL serveris nepalaiko %s saugojimo variklio." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Neteisingas duomenų bazės vardas" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Neteisingas lentelės vardas" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Klaida pervadinant lentelę iš %1$s į %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Lentelė %s pervadinta į %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Lentelė atrodo tuščia!" @@ -7172,38 +7205,6 @@ msgstr "SKAIDINIO (PARTITION) apibrėžimas" msgid "+ Add a new value" msgstr "Pridėti naują serverį" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Nerasta tinkamo paveiksliukų kelio temai %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Peržiūra negalima." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "pasirinkti" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Standartinė tema %s nerasta!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s nerasta!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Kelias iki temos nerastas temai %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8293,8 +8294,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų " "lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų " @@ -9786,9 +9787,9 @@ msgstr "" #| "You set the [kbd]config[/kbd] authentication type and included username " #| "and password for auto-login, which is not a desirable option for live " #| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1" -#| "$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" -#| "kbd]." +#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +#| "%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http" +#| "[/kbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " diff --git a/po/lv.po b/po/lv.po index fda3512792..bac199b33b 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: latvian \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -47,10 +47,10 @@ msgstr "Meklēt" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Meklēt" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Aiziet!" @@ -129,9 +129,9 @@ msgstr "Datubāzes komentārs: " msgid "Table comments" msgstr "Komentārs tabulai" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Komentārs tabulai" msgid "Column" msgstr "Kolonnu nosaukumi" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Kolonnu nosaukumi" msgid "Type" msgstr "Tips" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Linki uz" msgid "Comments" msgstr "Komentāri" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Komentāri" msgid "No" msgstr "Nē" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -335,8 +334,8 @@ msgstr "Pievienot ierobežojumus" msgid "Switch to copied database" msgstr "Pārslēgties uz nokopēto datubāzi" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -510,8 +509,8 @@ msgstr "SQL vaicājums uz datubāzes %s:" msgid "Submit Query" msgstr "Izpildīt vaicājumu" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -534,76 +533,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL atgrieza tukšo rezultātu (0 rindas)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL teica: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procesi" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tabulas nav atrastas šajā datubāzē." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabula %s tika izdzēsta" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabula %s tika izdzēsta" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Servera versija" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6222,40 +6366,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nav definēti indeksi!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikālais" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalitāte" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primārā atslēga tika izdzēsta" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indekss %s tika izdzēsts" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6268,29 +6378,6 @@ msgstr "Nav" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Rindas nav iezīmētas" -msgstr[1] "Rindas nav iezīmētas" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Rindas nav iezīmētas" -msgstr[1] "Rindas nav iezīmētas" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6535,19 +6622,6 @@ msgstr "" msgid "This format has no options" msgstr "Šim formātam nav opciju" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Nav tabulu" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nav OK" @@ -6938,6 +7012,64 @@ msgstr "" msgid "Target database" msgstr "Meklēt datubāzē" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Izpildīt SQL vaicājumu(s) uz datubāzes %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Izpildīt SQL vaicājumu(s) uz datubāzes %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalendārs" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Kolonnu nosaukumi" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Saglabāt šo SQL vaicājumu" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Dot ikvienam lietotājam pieeju šai grāmatzīmei" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nepārrakstīt šo vaicājumu ārpus šī loga" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Rādīt šo vaicājumu šeit atkal " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Tikai apskatīt" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Teksta faila atrašanās vieta" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web servera augšupielādes direktorija" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7001,64 +7133,6 @@ msgstr "Nederīgs identifikators" msgid "Unknown Punctuation String" msgstr "Nezināmā punktuācijas zīme" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Izpildīt SQL vaicājumu(s) uz datubāzes %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Izpildīt SQL vaicājumu(s) uz datubāzes %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalendārs" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Kolonnu nosaukumi" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Saglabāt šo SQL vaicājumu" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Dot ikvienam lietotājam pieeju šai grāmatzīmei" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nepārrakstīt šo vaicājumu ārpus šī loga" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Rādīt šo vaicājumu šeit atkal " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Tikai apskatīt" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Teksta faila atrašanās vieta" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web servera augšupielādes direktorija" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7068,48 +7142,6 @@ msgstr "" "Nevar inicializēt SQL pārbaudītāju. Lūdzu pārbaudiet, vai esat uzinstalējuši " "nepieciešamos PHP paplašinājumus, kā aprakstīts %sdokumentācijā%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabula %s tika pārsaukta par %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7238,38 +7270,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Pievienot jaunu lietotāju" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "izmantot šo stilu" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8356,13 +8356,13 @@ msgstr "Dzēst datubāzes, kurām ir tādi paši vārdi, kā lietotājiem." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Piezīme: phpMyAdmin saņem lietotāju privilēģijas pa taisno no MySQL " "privilēģiju tabilām. Šo tabulu saturs var atšķirties no privilēģijām, ko " -"lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams %" -"spārlādēt privilēģijas%s pirms Jūs turpināt." +"lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams " +"%spārlādēt privilēģijas%s pirms Jūs turpināt." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." diff --git a/po/mk.po b/po/mk.po index f3756cffa9..0d6684f849 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-05-19 17:04+0200\n" "Last-Translator: \n" "Language-Team: macedonian_cyrillic \n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Пребарување" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Пребарување" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "OK" @@ -130,9 +130,9 @@ msgstr "Коментар на базата на податоци:" msgid "Table comments" msgstr "Коментар на табелата" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Коментар на табелата" msgid "Column" msgstr "Имиња на колони" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Имиња на колони" msgid "Type" msgstr "Тип" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Врски кон" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Додади ограничувања" msgid "Switch to copied database" msgstr "Префрли се на копираната база на податоци" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -509,8 +508,8 @@ msgstr "SQL упит на базата на податоци %s:" msgid "Submit Query" msgstr "Изврши SQL" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -534,77 +533,79 @@ msgstr "Дозволува извршување на stored рутини." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL врати празен резултат (нула записи)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL порака: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy msgid "Error in processing request" msgstr "Листа на процеси" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Табелите не се пронајдени во базата на податоци." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Табелата %s е избришана" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Табелата %s е избришана" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Верзија на серверот" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Рутини" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6258,40 +6402,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Клучот не е дефиниран!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Единствен" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Кардиналност" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Примарниот клуч е избришан" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Клучот %s е избиршан" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6304,29 +6414,6 @@ msgstr "нема" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Нема селектирани записи" -msgstr[1] "Нема селектирани записи" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Нема селектирани записи" -msgstr[1] "Нема селектирани записи" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6571,19 +6658,6 @@ msgstr "" msgid "This format has no options" msgstr "Не постојат опции за овој формат" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Нема табела" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "не е како што треба" @@ -6975,6 +7049,64 @@ msgstr "" msgid "Target database" msgstr "Пребарување низ базата на податоци" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Изврши SQL упит(и) на базата %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Изврши SQL упит(и) на базата %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Календар" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Имиња на колони" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Запамти SQL упит" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "дади дозвола на секој корисник да пристапува на овој упит." + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Не го препишувај овој упит надвор од овој прозорец" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Прикажи го повторно овој упит" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Види само" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Локација на текстуалната податотека" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "директориум за праќање на веб серверот " + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7037,64 +7169,6 @@ msgstr "Неисправен идентификатор" msgid "Unknown Punctuation String" msgstr "Непознат стринг за интерпункција" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Изврши SQL упит(и) на базата %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Изврши SQL упит(и) на базата %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Календар" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Имиња на колони" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Запамти SQL упит" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "дади дозвола на секој корисник да пристапува на овој упит." - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Не го препишувај овој упит надвор од овој прозорец" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Прикажи го повторно овој упит" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Види само" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Локација на текстуалната податотека" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "директориум за праќање на веб серверот " - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7104,48 +7178,6 @@ msgstr "" "SQL валидаторот не можеше да биде стартуван. Проверете да ли се инсталирани " "неопходните PHP екстензии опишане во %sдокументацијата%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Нема детални информации за статусот на овој вид на складиште." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s е достапен на овој MySQL сервер." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s е оневозможен на овој MySQL сервер." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Овој MySQL сервер не подржува %s вид на складиште." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Табелата %s е преименувана во %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7275,38 +7307,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Додади нов корисник" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "превземи" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8420,8 +8420,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Напомена: phpMyAdmin ги зема привилегиите на корисникот директно од MySQL " "табелата на привилегии. Содржината на оваа табела табела може да се " diff --git a/po/ml.po b/po/ml.po index 323e60d696..2ae138dae9 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,14 +5,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-02-10 14:03+0100\n" "Last-Translator: Michal Čihař \n" "Language-Team: Malayalam \n" +"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" "X-Generator: Translate Toolkit 1.7.0\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -46,10 +46,10 @@ msgstr "" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -62,18 +62,18 @@ msgstr "" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "" @@ -128,9 +128,9 @@ msgstr "" msgid "Table comments" msgstr "" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -139,12 +139,12 @@ msgstr "" msgid "Column" msgstr "" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -154,9 +154,9 @@ msgstr "" msgid "Type" msgstr "" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -194,13 +194,12 @@ msgstr "" msgid "Comments" msgstr "" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -211,17 +210,17 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -329,8 +328,8 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -492,8 +491,8 @@ msgstr "" msgid "Submit Query" msgstr "" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -516,71 +515,73 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, php-format -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5807,40 +5948,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -5851,27 +5958,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "" @@ -6110,18 +6196,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6491,57 +6565,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6597,6 +6620,57 @@ msgstr "" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6604,48 +6678,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6750,38 +6782,6 @@ msgstr "" msgid "+ Add a new value" msgstr "" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7730,8 +7730,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/mn.po b/po/mn.po index 2c7564d890..2b5f671d7f 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: mongolian \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -46,10 +46,10 @@ msgstr "Хайх" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -62,18 +62,18 @@ msgstr "Хайх" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Яв" @@ -128,9 +128,9 @@ msgstr "ӨС-ийн тайлбар: " msgid "Table comments" msgstr "Хүснэгтийн тайлбар" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +141,12 @@ msgstr "Хүснэгтийн тайлбар" msgid "Column" msgstr "Баганын нэрс" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +156,9 @@ msgstr "Баганын нэрс" msgid "Type" msgstr "Төрөл" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +196,12 @@ msgstr "Холбоос" msgid "Comments" msgstr "Тайлбар" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +212,17 @@ msgstr "Тайлбар" msgid "No" msgstr "Үгүй" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -335,8 +334,8 @@ msgstr "Тогтмол нэмэх" msgid "Switch to copied database" msgstr "Хуулагдсан ӨС руу шилжих" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -510,8 +509,8 @@ msgstr "ӨС %s дахь SQL-асуулт:" msgid "Submit Query" msgstr "Асуултыг илгээх" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -535,79 +534,81 @@ msgstr "Хадгалагдсан заншлыг ажиллуулахыг зөв msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL хэлэх нь: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Процессууд" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "ӨС-д хүснэгт олдсонгүй." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Сервэрийн буруу индекс нь: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Хүснэгт %s нь устгагдлаа" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been created." msgstr "Хүснэгт %s нь устгагдлаа" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Холбоо үүсгэх" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6252,40 +6399,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Индекс тодорхойлогдоогүй!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Үл давтагдах" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Ерөнхий" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Үндсэн түлхүүр устгагдлаа" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Индекс %s нь устгагдсан" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6298,29 +6411,6 @@ msgstr "Байхгүй" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Сонгогдсон мөргүй" -msgstr[1] "Сонгогдсон мөргүй" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Сонгогдсон мөргүй" -msgstr[1] "Сонгогдсон мөргүй" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6565,22 +6655,6 @@ msgstr "" msgid "This format has no options" msgstr "Энэ тогтнол сонголтгүй" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Select Tables" -msgid "Recent tables" -msgstr "Хүснэгтүүд сонго" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Бэлэн биш" @@ -6969,6 +7043,63 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "%s сервэр дээр SQL асуудал/асуудлууд ажиллуулах" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Баганын нэрс" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Энэ SQL-асуулт-ыг тэмдэглэх" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Өмнөх адил нэртэй тэмдэглэлийг солих" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Цонхны гаднаас энэ асуултыг давхарлахгүй байх" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Зааглагч" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Уг асуултыг энд дахин харуулах " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Зөвхөн харах" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Бичвэрфайлын байрлал" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web-сервэр түлхэх хавтас" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7031,63 +7162,6 @@ msgstr "Буруу тодорхойлогч" msgid "Unknown Punctuation String" msgstr "Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "%s сервэр дээр SQL асуудал/асуудлууд ажиллуулах" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Баганын нэрс" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Энэ SQL-асуулт-ыг тэмдэглэх" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Өмнөх адил нэртэй тэмдэглэлийг солих" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Цонхны гаднаас энэ асуултыг давхарлахгүй байх" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Зааглагч" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Уг асуултыг энд дахин харуулах " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Зөвхөн харах" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Бичвэрфайлын байрлал" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web-сервэр түлхэх хавтас" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7097,48 +7171,6 @@ msgstr "" "SQL баталгаажуулагч эхлэгдсэнгүй. Хэрэв PHP өргөтгөл суугдсан бол шалгана " "уу, %sбаримтжуулалд%s тодорхойлогдсон." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Энд уг агуулах хөдөлгүүрийн дэлгэрэнгүй төлвийн мэдээлэл алга." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s нь уг MySQL сервэрт идэвхтэй байна." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s нь уг MySQL сервэр дээр хаалттай байна." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Буруу өгөгдлийн сан" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Хүснэгтийн буруу нэр" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Хүснэг хоосон үзэгдэж байна!" @@ -7268,38 +7300,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Шинэ хэрэглэгч нэмэх" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Сэдэв %s-д олдсон зургийн зам буруу байна!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Боломжит харагдац байхгүй байна." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "авах" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Анхдагч сэдэв %s байхгүй байна!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Сэдэв %s олдсонгүй!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Сэдэв %s сэдвийн зам олдохгүй байна!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8384,8 +8384,8 @@ msgstr "Хэрэглэгчтэй адил нэртэй өгөгдлийн сан msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн " "онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн " @@ -10766,8 +10766,8 @@ msgstr "" #~ "The additional features for working with linked tables have been " #~ "deactivated. To find out why click %shere%s." #~ msgstr "" -#~ "Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%" -#~ "s дарж шалгах." +#~ "Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд" +#~ "%s дарж шалгах." #~ msgid "Ignore duplicate rows" #~ msgstr "Давхардсан мөрүүдийг алгасах" diff --git a/po/ms.po b/po/ms.po index d092cb4398..9cc34ffdb7 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: malay \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -44,10 +44,10 @@ msgstr "Cari" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -60,18 +60,18 @@ msgstr "Cari" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Pergi" @@ -129,9 +129,9 @@ msgstr "Komen jadual" msgid "Table comments" msgstr "Komen jadual" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Komen jadual" msgid "Column" msgstr "Nama Kolum" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Nama Kolum" msgid "Type" msgstr "Jenis" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Pautan ke" msgid "Comments" msgstr "Komen" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Komen" msgid "No" msgstr "Tidak" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -337,8 +336,8 @@ msgstr "" msgid "Switch to copied database" msgstr "Tukar kepada pengkalan data yang di salin" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -513,8 +512,8 @@ msgstr "SQL- kueri pada pangkalan data %s:" msgid "Submit Query" msgstr "Hantar Kueri" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,76 +536,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memulangkan set hasil kosong (i.e. sifar baris)" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL berkata: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Proses-proses" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tiada jadual dijumpai pada pangkalan data." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Jadual %s telah digugurkan" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Jadual %s telah digugurkan" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Versi Pelayan" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6154,40 +6296,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Tiada indeks ditafrifkan!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unik" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinaliti" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Kekunci utama telah digugurkan" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s telah digugurkan" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6200,27 +6308,6 @@ msgstr "Tiada" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6462,19 +6549,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Tiada Jadual" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "tidak OK" @@ -6862,6 +6936,63 @@ msgstr "" msgid "Target database" msgstr "Cari di pangkalan data" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Laksana kueri SQL pada pangkalan data %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Laksana kueri SQL pada pangkalan data %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nama Kolum" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "andabuku kueri-SQL ini" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Papar kueri ini di sini lagi " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Paparan sahaja" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Lokasi bagi fail teks" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "direktori muatnaik pelayan-web" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6925,63 +7056,6 @@ msgstr "Pengenalan TidakSah" msgid "Unknown Punctuation String" msgstr "TandaBaca tidak dikenali" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Laksana kueri SQL pada pangkalan data %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Laksana kueri SQL pada pangkalan data %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nama Kolum" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "andabuku kueri-SQL ini" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Papar kueri ini di sini lagi " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Paparan sahaja" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Lokasi bagi fail teks" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "direktori muatnaik pelayan-web" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6991,48 +7065,6 @@ msgstr "" "Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang " "sambungan php seperti yang tercatit di %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Jadual %s telah ditukarnama ke %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7157,38 +7189,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Tambah Pengguna Baru" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8204,8 +8204,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/nb.po b/po/nb.po index 8235a73baa..41bee06d43 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-03-07 11:21+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: norwegian \n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "Søk" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Søk" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Utfør" @@ -131,9 +131,9 @@ msgstr "Database kommentar: " msgid "Table comments" msgstr "Tabellkommentarer" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Tabellkommentarer" msgid "Column" msgstr "Kolonne" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Kolonne" msgid "Type" msgstr "Type" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Linker til" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Kommentarer" msgid "No" msgstr "Nei" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -332,8 +331,8 @@ msgstr "Legg til begrensninger" msgid "Switch to copied database" msgstr "Bytt til kopiert database" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -496,8 +495,8 @@ msgstr "SQL-spørring i database %s:" msgid "Submit Query" msgstr "Kjør spørring" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -521,82 +520,85 @@ msgstr "Tillater utføring av lagrede rutiner." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerte ett tomt resultat (m.a.o. ingen rader)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Følgende spørringer har blitt utført:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL sa: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Feil i prosesseringsforespørsel" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Ingen tabeller funnet i databasen" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Eksportinnstillinger" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Ugyldig tjenerindeks: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Kolonne %s har blitt slettet" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabellen %1$s har blitt opprettet." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Opprett relasjon" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redigeringsmodus" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!\n" "Language-Team: dutch \n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "Zoeken" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Zoeken" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Start" @@ -131,9 +131,9 @@ msgstr "Database opmerking: " msgid "Table comments" msgstr "Tabelopmerkingen" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Tabelopmerkingen" msgid "Column" msgstr "Kolom" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Kolom" msgid "Type" msgstr "Type" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Verwijst naar" msgid "Comments" msgstr "Opmerkingen" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Opmerkingen" msgid "No" msgstr "Nee" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -332,8 +331,8 @@ msgstr "Voeg beperkingen toe" msgid "Switch to copied database" msgstr "Overschakelen naar de gekopieerde database" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -497,8 +496,8 @@ msgstr "SQL-query op database %s:" msgid "Submit Query" msgstr "Query uitvoeren" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,82 +521,85 @@ msgstr "Maakt het mogelijk om stored routines uit te voeren." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gaf een lege resultaat set terug (0 rijen)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "De volgende queries zijn uitgevoerd:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL retourneerde: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Fout tijdens het verwerken van de opdracht" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Geen tabellen gevonden in de database" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Export standaarden" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Ongeldige serverindex: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Kolom %s is verwijderd" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabel %1$s is aangemaakt." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Maak relatie" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Wijzig-mode" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "Percentages als decimalen importeren (12.00% naar ,12)" @@ -6282,42 +6428,6 @@ msgstr "" "Het XML-bestand was beschadigd of onvolledig. Repareer het bestand en " "probeer opnieuw." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Geen index gedefinieerd!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unieke waarde" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Gecomprimeerd" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinaliteit" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "De primaire sleutel is vervallen" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s is vervallen" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"De indexen %1$s en %2$s lijken hetzelfde, mogelijk kan een van beide worden " -"verwijderd." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6329,27 +6439,6 @@ msgstr "Geen" msgid "Convert to Kana" msgstr "Zet om naar Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d rij bijgewerkt." -msgstr[1] "%1$d rijen bijgewerkt." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d rij verwijderd." -msgstr[1] "%1$d rijen verwijderd." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d rij toegevoegd." -msgstr[1] "%1$d rijen toegevoegd." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Van" @@ -6589,18 +6678,6 @@ msgstr "Navigatievenster herladen" msgid "This format has no options" msgstr "Dit format heeft geen opties" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Recente tabel kon niet opgeslagen worden" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Recente tabellen" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Er zijn geen recente tabellen" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Niet Goed" @@ -6986,6 +7063,61 @@ msgstr "Verschil" msgid "Target database" msgstr "Doel database" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Voer SQL query/queries uit op de server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Draai SQL query/queries op database %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Clear" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Kolommen" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Sla deze SQL-query op" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Geef elke gebruiker toegang tot deze bookmark" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Bookmark met dezelfde naam overschrijven" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Overschrijf deze query niet vanuit een ander scherm" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Scheidingsteken" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Laat deze query hier zien " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Alleen bekijken" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Locatie van het tekstbestand" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web-server upload directory" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7049,61 +7181,6 @@ msgstr "Ongeldig herkenningsteken" msgid "Unknown Punctuation String" msgstr "Onbekende Punctuatie String" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Voer SQL query/queries uit op de server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Draai SQL query/queries op database %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Clear" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Kolommen" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Sla deze SQL-query op" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Geef elke gebruiker toegang tot deze bookmark" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Bookmark met dezelfde naam overschrijven" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Overschrijf deze query niet vanuit een ander scherm" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Scheidingsteken" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Laat deze query hier zien " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Alleen bekijken" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Locatie van het tekstbestand" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web-server upload directory" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7113,50 +7190,6 @@ msgstr "" "De SQL-validatie kon niet worden geïnitialiseerd. Controleer of u de nodige " "PHP-extensies heeft geïnstalleerd, zoals beschreven in de %sdocumentatie%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Er is geen gedetailleerde status informatie beschikbaar voor deze opslag " -"engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s is beschikbaar op deze MySQL-server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s is uitgeschakeld op deze MySQL-server." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Deze MySQL-server ondersteund de %s storage engine niet." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Ongeldige database" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Ongeldige tabel naam" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Fout bij het hernoemen van de tabel %1$s naar %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabel %s is hernoemd naar %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "UI tabel voorkeuren konden niet worden opgeslagen" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabel lijkt leeg!" @@ -7276,38 +7309,6 @@ msgstr "PARTITION definitie" msgid "+ Add a new value" msgstr "+ Een nieuwe waarde toevoegen" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Geen geldig afbeeldingen pad voor thema %s gevonden!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Geen preview beschikbaar." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "neem het" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Standaard thema %s niet gevonden!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Thema %s niet gevonden!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Thema pad niet gevonden voor thema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8372,8 +8373,8 @@ msgstr "Verwijder de databases die dezelfde naam hebben als de gebruikers." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL " "privileges tabel. De content van deze tabel kan verschillen met de rechten " diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index cd2bf2dcec..b9a27427d6 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -48,10 +49,10 @@ msgstr "" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +65,18 @@ msgstr "" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "" @@ -130,9 +131,9 @@ msgstr "" msgid "Table comments" msgstr "" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +142,12 @@ msgstr "" msgid "Column" msgstr "" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +157,9 @@ msgstr "" msgid "Type" msgstr "" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +197,12 @@ msgstr "" msgid "Comments" msgstr "" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +213,17 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -331,8 +331,8 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -494,8 +494,8 @@ msgstr "" msgid "Submit Query" msgstr "" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -518,71 +518,73 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, possible-php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, possible-php-format -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, possible-php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, possible-php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, possible-php-format msgid "Routine %1$s has been modified." msgstr "" -#: db_routines.php:322 +#: db_routines.php:327 #, possible-php-format msgid "Routine %1$s has been created." msgstr "" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5809,40 +5951,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "" - -#: libraries/Index.class.php:478 -#, possible-php-format -msgid "Index %s has been dropped" -msgstr "" - -#: libraries/Index.class.php:582 -#, possible-php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -5853,27 +5961,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, possible-php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, possible-php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, possible-php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "" @@ -6112,18 +6199,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6493,57 +6568,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, possible-php-format msgid "Run SQL query/queries on server %s" @@ -6599,6 +6623,57 @@ msgstr "" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, possible-php-format msgid "" @@ -6606,48 +6681,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, possible-php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, possible-php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, possible-php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, possible-php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, possible-php-format -msgid "Table %s has been renamed to %s" -msgstr "" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6752,38 +6785,6 @@ msgstr "" msgid "+ Add a new value" msgstr "" -#: libraries/Theme.class.php:160 -#, possible-php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, possible-php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, possible-php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, possible-php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7732,8 +7733,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/pl.po b/po/pl.po index 23f0255c37..df26318d35 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-02-24 16:21+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" @@ -49,10 +49,10 @@ msgstr "Szukaj" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Szukaj" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Wykonaj" @@ -133,9 +133,9 @@ msgstr "Komentarz bazy danych: " msgid "Table comments" msgstr "Komentarze tabeli" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Komentarze tabeli" msgid "Column" msgstr "Kolumna" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Kolumna" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Łącze" msgid "Comments" msgstr "Komentarze" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Komentarze" msgid "No" msgstr "Nie" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Dodaj ograniczenia" msgid "Switch to copied database" msgstr "Przełącz do przekopiowanej bazy danych" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -505,8 +504,8 @@ msgstr "Zapytanie SQL dla bazy danych %s:" msgid "Submit Query" msgstr "Wykonaj zapytania" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -531,82 +530,85 @@ msgstr "Pozwól wykonywać procedury składowane." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL zwrócił pusty wynik (zero rekordów)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Wykonane zostały następujące zapytania:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL zwrócił komunikat: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Błąd przetwarzania wywołania" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Nie znaleziono żadnych tabel w bazie danych." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Domyślne opcje eksportu" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Niewłaściwy numer serwera: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabela %s została usunięta" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabela %1$s została utworzona." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Utwórz relację" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Tryb edycji" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6453,42 +6607,6 @@ msgstr "" "Plik XML ma nieprawidłową strukturę lub jest niekompletny. Proszę skorygować " "problem i spróbować ponownie." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Brak zdefiniowanego indeksu!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Jednoznaczny" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Spakowany" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Moc" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Klucz podstawowy został usunięty" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Klucz %s został usunięty" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Indeksy %1$s i %2$s wyglądają na identyczne i jeden z nich mógłby zostać " -"usunięty." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6501,30 +6619,6 @@ msgstr "Brak" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Zmodyfikowanych rekordów: %1$d." -msgstr[1] "Zmodyfikowanych rekordów: %1$d." -msgstr[2] "Zmodyfikowanych rekordów: %1$d." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Usuniętych rekordów: %1$d." -msgstr[1] "Usuniętych rekordów: %1$d." -msgstr[2] "Usuniętych rekordów: %1$d." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Wstawionych rekordów: %1$d." -msgstr[1] "Wstawionych rekordów: %1$d." -msgstr[2] "Wstawionych rekordów: %1$d." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6768,24 +6862,6 @@ msgstr "Indywidualizacja ramki nawigacyjnej" msgid "This format has no options" msgstr "Ten format nie ma żadnych opcji" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Cannot load or save configuration" -msgid "Could not save recent table" -msgstr "Nie udało się załadować lub zapisać konfiguracji" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Zliczaj tabele" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "Brak skonfigurowanych serwerów" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "błąd" @@ -7187,6 +7263,63 @@ msgstr "Różnica" msgid "Target database" msgstr "Docelowa baza danych" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Uruchom zapytanie/zapytania SQL na serwerze %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Wykonanie zapytania/zapytań SQL do bazy danych %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Wyczyść" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nazwy kolumn" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Pamiętaj zapytanie SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Pozwól na dostęp wszystkim użytkownikom" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Zamień istniejące zapamiętane zapytanie o tej samej nazwie" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Nie nadpisuj tego zapytania spoza okna" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Separator" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Wywołaj ponownie zapytanie " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Tylko pokaż" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Lokalizacja pliku tekstowego" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "katalog serwera WWW do przesyłania plików" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7251,63 +7384,6 @@ msgstr "Nieprawidłowy identyfikator" msgid "Unknown Punctuation String" msgstr "Nieznany znak przestankowy" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Uruchom zapytanie/zapytania SQL na serwerze %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Wykonanie zapytania/zapytań SQL do bazy danych %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Wyczyść" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nazwy kolumn" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Pamiętaj zapytanie SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Pozwól na dostęp wszystkim użytkownikom" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Zamień istniejące zapamiętane zapytanie o tej samej nazwie" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Nie nadpisuj tego zapytania spoza okna" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Separator" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Wywołaj ponownie zapytanie " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Tylko pokaż" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Lokalizacja pliku tekstowego" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "katalog serwera WWW do przesyłania plików" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7315,50 +7391,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "Analizator składni SQL nie mógł zostać zainicjowany. Sprawdź, czy " -"zainstalowane są niezbędne rozszerzenia PHP, tak jak zostało to opisane w %" -"sdokumentacji%s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Brak szczegółowych informacji o tym mechanizmie składowania" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s jest dostępny na tym serwerze MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Mechanizm %s został wyłączony w tym serwerze MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ten serwer MySQL nie obsługuje mechanizmu składowania %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Niewłaściwa baza danych" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Niewłaściwa nazwa tabeli" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Błąd podczas zmiany nazwy tabeli z %1$s na %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabela %s ma nazwę zmienioną na %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"zainstalowane są niezbędne rozszerzenia PHP, tak jak zostało to opisane w " +"%sdokumentacji%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7408,8 +7442,8 @@ msgid "" "For a list of available transformation options and their MIME type " "transformations, click on %stransformation descriptions%s" msgstr "" -"Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %" -"sopisy transformacji%s" +"Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij " +"%sopisy transformacji%s" #: libraries/tbl_properties.inc.php:144 msgid "Transformation options" @@ -7490,39 +7524,6 @@ msgstr "Definicja partycji" msgid "+ Add a new value" msgstr "Dodaj nowy serwer" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" -"Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Podgląd niedostępny." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "użyj" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Nie znaleziono domyślnego motywu graficznego %s!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Nie znaleziono motywu graficznego %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nie znaleziono ścieżki do motywu %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -7921,8 +7922,8 @@ msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " "issues." msgstr "" -"Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja%" -"s." +"Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja" +"%s." #: navigation.php:213 server_databases.php:281 server_synchronize.php:1202 msgid "No databases" @@ -8669,8 +8670,8 @@ msgstr "Usuń bazy danych o takich samych nazwach jak użytkownicy." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Uwaga: phpMyAdmin pobiera uprawnienia użytkowników wprost z tabeli uprawnień " "MySQL-a. Zawartość tej tabeli, jeśli zostały w niej dokonane ręczne zmiany, " @@ -10285,8 +10286,8 @@ msgid "" "of users, including you, are connected to." msgstr "" "Jeżeli wydaje się to konieczne, można użyć dodatkowych ustawień " -"bezpieczeństwa — [a@?page=servers&mode=edit&id=%1" -"$d#tab_Server_config]uwierzytelniania na podstawie hosta[/a] i [a@?" +"bezpieczeństwa — [a@?page=servers&mode=edit&id=" +"%1$d#tab_Server_config]uwierzytelniania na podstawie hosta[/a] i [a@?" "page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/" "a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli " "używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników." @@ -10297,9 +10298,9 @@ msgstr "" #| "You set the [kbd]config[/kbd] authentication type and included username " #| "and password for auto-login, which is not a desirable option for live " #| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1" -#| "$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" -#| "kbd]." +#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +#| "%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http" +#| "[/kbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " diff --git a/po/pt.po b/po/pt.po index a03d3bf449..6712c121b6 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-03-26 03:23+0200\n" "Last-Translator: \n" "Language-Team: portuguese \n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -49,10 +49,10 @@ msgstr "Pesquisar" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Pesquisar" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Executa" @@ -133,9 +133,9 @@ msgstr "Comentário da Base de Dados: " msgid "Table comments" msgstr "Comentários da tabela" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Comentários da tabela" msgid "Column" msgstr "Coluna" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Coluna" msgid "Type" msgstr "Tipo" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Links para" msgid "Comments" msgstr "Comentários" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Comentários" msgid "No" msgstr "Não" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Adicionar restrições (constraints)" msgid "Switch to copied database" msgstr "Mudar para a Base de Dados copiada" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "Comando SQL na base de dados %s:" msgid "Submit Query" msgstr "Executar Comando SQL" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,76 +522,78 @@ msgstr "Permite criar novas tabelas." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL não retornou nenhum registo." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Mensagens do MySQL : " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Erro a Processar Pedido" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Não foram encontradas tabelas na base de dados" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Importar" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "A tabela %s foi eliminada" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "A tabela %s foi eliminada" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Versão do servidor" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6197,40 +6341,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nenhum indíce definido!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Único" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Quantidade" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "A chave primária foi eliminada" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "O Índice %s foi eliminado" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6243,27 +6353,6 @@ msgstr "Nenhum" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6510,21 +6599,6 @@ msgstr "" msgid "This format has no options" msgstr "Este formato não tem opções" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Sem tablelas" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "Tracked tables" -msgid "There are no recent tables" -msgstr "Tabelas em tracking" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "não está OK" @@ -6915,6 +6989,63 @@ msgstr "" msgid "Target database" msgstr "Pesquisar na Base de Dados" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Executa comando(s) SQL na base de dados %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Executa comando(s) SQL na base de dados %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nome dos Campos" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Marcar este comando SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Deixar todos os utilizadores acederem a este marcador" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Não alterar esta pesquisa de fora da janela" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Mostrar de novo aqui este comando " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Ver apenas" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Localização do arquivo de texto" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Directoria no servidor web para fazer upload" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6979,63 +7110,6 @@ msgstr "Identificador inválido" msgid "Unknown Punctuation String" msgstr "Pontuação desconhecida" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Executa comando(s) SQL na base de dados %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Executa comando(s) SQL na base de dados %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nome dos Campos" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Marcar este comando SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Deixar todos os utilizadores acederem a este marcador" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Não alterar esta pesquisa de fora da janela" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Mostrar de novo aqui este comando " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Ver apenas" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Localização do arquivo de texto" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Directoria no servidor web para fazer upload" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7043,48 +7117,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabela %s renomeada para %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7212,38 +7244,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Acrescenta um utilizador" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8278,8 +8278,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da " "tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos " diff --git a/po/pt_BR.po b/po/pt_BR.po index e446ba9e23..e692b32640 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-15 13:55+0200\n" "Last-Translator: Jose Ivan Bezerra Vilarouca Filho \n" "Language-Team: brazilian_portuguese \n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Procurar" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Procurar" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Executar" @@ -132,9 +132,9 @@ msgstr "Comentário do Banco de Dados: " msgid "Table comments" msgstr "Comentários da tabela" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Comentários da tabela" msgid "Column" msgstr "Coluna" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Coluna" msgid "Type" msgstr "Tipo" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Links para" msgid "Comments" msgstr "Comentários" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Comentários" msgid "No" msgstr "Não" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Adicionar restrições" msgid "Switch to copied database" msgstr "Mudar para o Banco de Dados copiado" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -500,8 +499,8 @@ msgstr "Consulta SQL ao Banco de Dados %s:" msgid "Submit Query" msgstr "Enviar consulta SQL" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,81 +524,84 @@ msgstr "Permitir executar stored routines." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornou um conjunto vazio (ex. zero registros)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "As seguintes consultas foram executadas:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Mensagens do MySQL : " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Erro no processamento da requisição" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Nenhuma tabela encontrada no banco de dados" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Importar arquivos" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Índice de servidor inválido: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabela %s foi eliminada" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "A tabela %1$s foi criada." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Criar relacionamento" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit server" msgid "Edit routine" msgstr "Editar servidor" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6204,42 +6350,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nenhum índice definido!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Único" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Pacote" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalidade" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "A chave primária foi deletada" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Índice %s foi eliminado" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"A indexação %1$s e %2$s parecem ser iguais ou uma delas pode ter sido " -"removida." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6252,27 +6362,6 @@ msgstr "Nenhum" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d linha afetada." -msgstr[1] "%1$d linha(s) afetadas." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d linhas excluída." -msgstr[1] "%1$d linhas(s) excluídas." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d linha inserida." -msgstr[1] "%1$d linha(s) inseridas." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6517,18 +6606,6 @@ msgstr "" msgid "This format has no options" msgstr "Esse formato não tem opções" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Não foi possível salvar a tabela recente" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "tabelas recentes" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Não existem tabelas recentes" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "não está OK" @@ -6923,6 +7000,63 @@ msgstr "" msgid "Target database" msgstr "Procurar no Banco de Dados" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Rodar consulta(s) SQL no servidor %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Fazer consulta SQL no Banco de Dados %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Limpar" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Nome das colunas" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Gravar essa consulta SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Deixar qualquer usuário acessar esse marcador" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Substituir marcador de mesmo nome existente" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Não sobrescrever esta consulta fora desta janela" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimitadores" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Mostrar esta consulta SQL novamente " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Apenas visualizar" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Localização do arquivo texto" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Servidor web subiu o diretório" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6986,63 +7120,6 @@ msgstr "Identificador inválido" msgid "Unknown Punctuation String" msgstr "String de pontuação desconhecida" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Rodar consulta(s) SQL no servidor %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Fazer consulta SQL no Banco de Dados %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Limpar" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Nome das colunas" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Gravar essa consulta SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Deixar qualquer usuário acessar esse marcador" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Substituir marcador de mesmo nome existente" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Não sobrescrever esta consulta fora desta janela" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimitadores" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Mostrar esta consulta SQL novamente " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Apenas visualizar" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Localização do arquivo texto" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Servidor web subiu o diretório" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7052,50 +7129,6 @@ msgstr "" "O Validador SQL não pode ser inicializado. Verifique se você instalou a " "extenção necessária do php conforme está escrito em %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Não há nenhuma informação detalhada do status disponível para esta storage " -"engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s está disponível neste servidor MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s está desabilitado neste servidor MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Esse servidor MySQL não suporta o stored engine %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Banco de Dados inválido" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Nome de tabela inválida" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Erro ao renomear tabela %1$s para %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabela %s renomeada para %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Não foi possível salvar as preferências da tabela" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabela para estar vazia!" @@ -7226,38 +7259,6 @@ msgstr "Definição da PARTIÇÃO" msgid "+ Add a new value" msgstr "Adicionar novo usuário" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Encontrado caminho inválido para imagens para o tema %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Nenhuma pré-visualização disponível." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "tome" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema padrão %s não encontrado!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s não encontrado!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Encontrado caminho inválido para o tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8380,8 +8381,8 @@ msgstr "Eliminar o Banco de Dados que possui o mesmo nome dos usuários." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela " "de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos " diff --git a/po/ro.po b/po/ro.po index bdc36aeeed..9682b1a62d 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-22 02:28+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: romanian \n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2);;\n" "X-Generator: Pootle 2.0.1\n" @@ -49,10 +49,10 @@ msgstr "Caută" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Caută" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Execută" @@ -133,9 +133,9 @@ msgstr "Comentarii referitoare la baza de date: " msgid "Table comments" msgstr "Comentarii tabel" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -146,12 +146,12 @@ msgstr "Comentarii tabel" msgid "Column" msgstr "Denumirile coloanelor" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -161,9 +161,9 @@ msgstr "Denumirile coloanelor" msgid "Type" msgstr "Tip" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -201,13 +201,12 @@ msgstr "Trimitere la" msgid "Comments" msgstr "Comentarii" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -218,17 +217,17 @@ msgstr "Comentarii" msgid "No" msgstr "Nu" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -339,8 +338,8 @@ msgstr "Adaugă constrângeri" msgid "Switch to copied database" msgstr "Schimbă la tabela copiată" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -515,8 +514,8 @@ msgstr "Comandă SQL pe baza de date %s:" msgid "Submit Query" msgstr "Trimite comanda" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -541,81 +540,83 @@ msgstr "Permite executarea rutinelor stocate." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a dat un set de rezultate gol (zero linii)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL zice: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procese" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Nu s-a găsit nici un tabel în baza de date." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Import fișiere" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Index de server nevalid: „%s”" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabelul %s a fost aruncat" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabelul %1$s a fost creat." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Creare relație" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Regim de redactare" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6379,40 +6532,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Index nu este definit!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unic" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Împachetat" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinalitate" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Cheia primară a fost aruncată" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indexul %s a fost aruncat" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6425,33 +6544,6 @@ msgstr "Nici unul(a)" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, fuzzy, php-format -#| msgid "%1$d row(s) affected." -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d rînd(uri) afectat(e)." -msgstr[1] "%1$d rînd(uri) afectat(e)." -msgstr[2] "%1$d rînd(uri) afectat(e)." - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "%1$d row(s) deleted." -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d rînd(uri) șters(e)." -msgstr[1] "%1$d rînd(uri) șters(e)." -msgstr[2] "%1$d rînd(uri) șters(e)." - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "%1$d row(s) inserted." -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d rînd(uri) inserat(e)." -msgstr[1] "%1$d rînd(uri) inserat(e)." -msgstr[2] "%1$d rînd(uri) inserat(e)." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6695,22 +6787,6 @@ msgstr "Personalizează cadrul principal" msgid "This format has no options" msgstr "Acest format nu are opțiuni" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Nu s-a putut încărca configurația implicită din: „%1$s”" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Nu există tabele" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Tabelele urmărite" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Nu este bine" @@ -7106,6 +7182,64 @@ msgstr "" msgid "Target database" msgstr "Caută în baza de date" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Execută interogare/interogări SQL pe serverul %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Execută interogare SQL asupra bazei de date %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Calendar" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Denumirile coloanelor" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Pune semn de carte la această comandă SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Permite tuturor utilizatorilor să acceseze acest semn de carte" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Înlocuiește semnul de carte cu același nume" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "A nu se suprascrie peste această interogare din cealaltă fereastră" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Delimitator" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Afișează această comandă din nou aici " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Numai vizualizare" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Locația fișierului textual" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "director de încărcare al serverului Web" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7167,64 +7301,6 @@ msgstr "Identificator nevalid" msgid "Unknown Punctuation String" msgstr "Înșiruire de punctuație necunoscută" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Execută interogare/interogări SQL pe serverul %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Execută interogare SQL asupra bazei de date %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Calendar" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Denumirile coloanelor" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Pune semn de carte la această comandă SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Permite tuturor utilizatorilor să acceseze acest semn de carte" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Înlocuiește semnul de carte cu același nume" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "A nu se suprascrie peste această interogare din cealaltă fereastră" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Delimitator" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Afișează această comandă din nou aici " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Numai vizualizare" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Locația fișierului textual" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "director de încărcare al serverului Web" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7234,50 +7310,6 @@ msgstr "" "Validatorul SQL nu poate fi inițializat. Verificați dacă e instalată " "extesnsia necesară PHP, așa cum e descris în %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Nu există informații detaliate de stare disponibile pentru motorul de " -"stocare." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s este disponibil pentru acest server MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s a fost dezactivat pentru acest server MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Acest server MySQL nu susține motorul de stocare %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Bază de date nevalidă" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Denumire de tabel nevalidă" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Eroare la redenumirea tabelului %1$s în %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabelului %s i s-a dat un numele de %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabelul pare a fi gol!" @@ -7409,38 +7441,6 @@ msgstr "Definiție PARTIȚIE" msgid "+ Add a new value" msgstr "Adaugă un server nou" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Nici o previzualizare disponibilă." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "alege" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Tema implicită %s nu a fost găsită!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s nu a fost găsită!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Calea temei nu a fost găsită pentru tema %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8574,8 +8574,8 @@ msgstr "Aruncă baza de date care are același nume ca utilizatorul." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de " "privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. " diff --git a/po/ru.po b/po/ru.po index 0d30ca377c..12a2267b95 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-16 22:26+0200\n" "Last-Translator: Victor Volkov \n" "Language-Team: russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Поиск" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Поиск" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "OK" @@ -133,9 +133,9 @@ msgstr "Комментарий к базе данных:" msgid "Table comments" msgstr "Комментарий к таблице" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Комментарий к таблице" msgid "Column" msgstr "Поле" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Поле" msgid "Type" msgstr "Тип" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Связи" msgid "Comments" msgstr "Комментарии" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Комментарии" msgid "No" msgstr "Нет" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Добавить ограничения" msgid "Switch to copied database" msgstr "Переключиться на скопированную базу данных" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -501,8 +500,8 @@ msgstr "SQL-запрос к базе данных %s:" msgid "Submit Query" msgstr "Выполнить запрос" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -527,82 +526,85 @@ msgstr "Разрешает выполнение хранимых процеду msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вернула пустой результат (т.е. ноль строк)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Выполнены следующие запросы:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Ответ MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Ошибка при обработке запроса" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Таблиц в базе данных не найдено" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Экспорт" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Неверный индекс сервера: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Поле %s было удалено" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Таблица %1$s была создана." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Создать связь" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Редакция" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6283,40 +6429,6 @@ msgstr "" "Выбранный XML файл некорректен, либо неполон. Проверьте возможные ошибки и " "попробуйте ещё раз." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Индекс не определен!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Уникальный" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Упакован" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Уникальных элементов" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Первичный ключ был удален" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Индекс %s был удален" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "Индексы %1$s и %2$s равнозначны и один из них может быть удалён." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6327,30 +6439,6 @@ msgstr "Нет" msgid "Convert to Kana" msgstr "Конвертировать в Кану" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Затронута %1$d строка." -msgstr[1] "Затронуто %1$d строки." -msgstr[2] "Затронуто %1$d строк." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Удалена %1$d строка." -msgstr[1] "Удалено %1$d строки." -msgstr[2] "Удалено %1$d строк." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Добавлена %1$d строка." -msgstr[1] "Добавлено %1$d строки." -msgstr[2] "Добавлено %1$d строк." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "От" @@ -6589,18 +6677,6 @@ msgstr "Обновить фрейм навигации" msgid "This format has no options" msgstr "Для этого формата нет настраиваемых параметров" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Не удалось сохранить последнюю таблицу" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Недавние таблицы" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Отсутствуют недавние таблицы" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Не готово" @@ -6984,6 +7060,61 @@ msgstr "Различие" msgid "Target database" msgstr "Целевая база данных" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Выполнить SQL-запрос(ы) на сервере %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Выполнить SQL-запрос(ы) к базе данных %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Очистить" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Столбцы" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Создание закладки" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Доступна для всех пользователей" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Заменить существующую с таким же именем" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Заблокировать содержимое окна запросов" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Разделитель" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Показать данный запрос снова" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Просмотр" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Выбор файла" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Из каталога загрузки" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7046,61 +7177,6 @@ msgstr "Неправильный идентификатор" msgid "Unknown Punctuation String" msgstr "Неизвестная пунктуация" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Выполнить SQL-запрос(ы) на сервере %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Выполнить SQL-запрос(ы) к базе данных %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Очистить" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Столбцы" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Создание закладки" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Доступна для всех пользователей" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Заменить существующую с таким же именем" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Заблокировать содержимое окна запросов" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Разделитель" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Показать данный запрос снова" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Просмотр" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Выбор файла" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Из каталога загрузки" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7110,49 +7186,6 @@ msgstr "" "Проверка синтаксиса SQL не осуществима. Проверьте, установлены ли " "необходимые модули расширений для PHP, описанные в %sдокументации%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Дополнительная информация о состоянии данного типа таблиц - отсутствует." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Данный MySQL-сервер поддерживает таблицы типа %s." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Тип таблиц %s был отключен на данном MySQL сервере." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Данный сервер MySQL не поддерживает тип таблиц %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Некорректная база данных" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Неправильное имя таблицы" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Ошибка при переименовании таблицы %1$s в %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Таблица %s была переименована в %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Не получилось сохранить настройки интерфейса таблицы" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Таблица - пуста!" @@ -7271,38 +7304,6 @@ msgstr "Определение разделов (PARTITION)" msgid "+ Add a new value" msgstr "+ Добавить новое значение" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Не найден правильный путь к изображениям для темы %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Предпросмотр не доступен." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "Применить" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Тема по-умолчанию %s не найдена!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Тема %s не найдена!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Путь к файлам темы %s не найден!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8353,8 +8354,8 @@ msgstr "Удалить базы данных, имена которых совп msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Примечание: phpMyAdmin получает информацию о пользовательских привилегиях " "непосредственно из таблиц привилегий MySQL. Содержимое этих таблиц может " @@ -9943,8 +9944,8 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"При необходимости используйте дополнительные настройки безопасности - %" -"sидентификация по хосту%s и %sсписок доверенных прокси серверов%s. Однако, " +"При необходимости используйте дополнительные настройки безопасности - " +"%sидентификация по хосту%s и %sсписок доверенных прокси серверов%s. Однако, " "защита по IP может быть ненадежной, если ваш IP не является выделенным и " "кроме вас принадлежит тысячам пользователей того же Интернет Провайдера." @@ -10710,8 +10711,8 @@ msgid "" "No themes support; please check your configuration and/or your themes in " "directory %s." msgstr "" -"Поддержка тем не работает, проверьте конфигурацию и наличие тем в каталоге %" -"s." +"Поддержка тем не работает, проверьте конфигурацию и наличие тем в каталоге " +"%s." #: themes.php:41 msgid "Get more themes!" diff --git a/po/si.po b/po/si.po index c97c64dcc4..1b9d4fefa1 100644 --- a/po/si.po +++ b/po/si.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-04 15:35+0200\n" "Last-Translator: Madhura Jayaratne \n" "Language-Team: sinhala \n" +"Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "සෙවීම" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "සෙවීම" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "යන්න" @@ -129,9 +129,9 @@ msgstr "දත්තගබඩා විස්තර: " msgid "Table comments" msgstr "වගු විස්තර" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -140,12 +140,12 @@ msgstr "වගු විස්තර" msgid "Column" msgstr "තීර" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -155,9 +155,9 @@ msgstr "තීර" msgid "Type" msgstr "වර්ගය" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -195,13 +195,12 @@ msgstr "Links to" msgid "Comments" msgstr "විස්තරය" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -212,17 +211,17 @@ msgstr "විස්තරය" msgid "No" msgstr "නැත" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -330,8 +329,8 @@ msgstr "සීමා බාධවන් එක් කරන්න" msgid "Switch to copied database" msgstr "පිටපත් කරන ලද දත්තගබඩාව වෙත මාරු වන්න" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -495,8 +494,8 @@ msgstr "%s දත්තගබඩාව මත SQL විමසුම:" msgid "Submit Query" msgstr "විමසුම ඉදිරිපත් කරන්න" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -520,81 +519,84 @@ msgstr "Allows executing stored routines." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "පහත විමසුම් ක්‍රියාත්මක කරන ලදි:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL said: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "ඉල්ලීම පිරිසැකසීමේදී දෝශ ඇතිවිය" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "දත්තගබඩාවේ වගු කිසිවක් සොයා ගැනීමට නොමැත" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "අපනයන පෙරනිමි" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "අවලංගු සේවාදායක සුචිය: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "%s තීරුව හලන ලදි" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s වගුව සාදන ලදි." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "සර්වරයේ සංස්කරණය" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "සංස්කරණ ප්‍රකාරය" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "ප්‍රතිශත පූර්ණ සංඛ්‍යා ලෙස ආනයනය කරන්න (උදා. 12.00%, 12 ලෙස)" @@ -6053,40 +6196,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "No index defined!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "අනන්‍ය" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "අහුරන ලද" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "ප්‍රාථමික මූලය හලන ලදි" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "%s සූචිය හලන ලදි" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එකක් ඉවත් කල හැක." - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6099,27 +6208,6 @@ msgstr "කිසිවක් නැත" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "පේළියකට බලපෑවේය." -msgstr[1] "පේළි %1$dකට බලපෑවේය." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "පේළි %1$d ක් ඉවත් කෙරුනි." -msgstr[1] "පේළි %1$d ක් ඉවත් කෙරුනි." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "පේළි %1$d ක් ඇතුල් කෙරුනි." -msgstr[1] "පේළි %1$d ක් ඇතුල් කෙරුනි." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6362,18 +6450,6 @@ msgstr "" msgid "This format has no options" msgstr "මෙම ආකෘතියේ ආකෘති-විශේෂී තෝරා ගැනීම් කිසිවක් නැත" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "නූතන වගු සුරැකීම අසමත් විය" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "නූතන වගු" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "නූතන වගු කිසිවක් නොමැත" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "OK නැත" @@ -6757,6 +6833,64 @@ msgstr "" msgid "Target database" msgstr "දත්තගබඩාවේ සොයන්න" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "SQL විමසුමක් සිදු කරන්න/%s සේවාදායකය මත විමසුම්" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "SQL විමසුමක් සිදු කරන්න/%s දත්තගබඩාව මත විමසුම්" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "දින දර්ශනය" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "තීර නම්" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "මෙම SQL විමසුම පොත් සලකුණුගත කරන්න" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "සියලු භාවිතා කරන්නනට මෙම පොත් සලකුණට පිවිසීමට ඉඩ දෙන්න" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "එකම නම ඇති පොත් සලකුණ ප්‍රතිස්ථාපනය කරන්න" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Do not overwrite this query from outside the window" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "පරිසීමකය" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " මෙම විමසුම මෙහි නැවත පෙන්වන්න " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "දර්ශනය කිරීම පමණි" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "පාඨ ගොනුවෙහි පිහිටුම" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "වෙබ් සේවාදායකයේ උඩුගත ඩිරෙක්ටරිය" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6819,64 +6953,6 @@ msgstr "වලංගු නොවන හඳුන්වනය" msgid "Unknown Punctuation String" msgstr "නොදන්නා විරාම අකුරු වැල" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "SQL විමසුමක් සිදු කරන්න/%s සේවාදායකය මත විමසුම්" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "SQL විමසුමක් සිදු කරන්න/%s දත්තගබඩාව මත විමසුම්" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "දින දර්ශනය" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "තීර නම්" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "මෙම SQL විමසුම පොත් සලකුණුගත කරන්න" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "සියලු භාවිතා කරන්නනට මෙම පොත් සලකුණට පිවිසීමට ඉඩ දෙන්න" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "එකම නම ඇති පොත් සලකුණ ප්‍රතිස්ථාපනය කරන්න" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Do not overwrite this query from outside the window" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "පරිසීමකය" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " මෙම විමසුම මෙහි නැවත පෙන්වන්න " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "දර්ශනය කිරීම පමණි" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "පාඨ ගොනුවෙහි පිහිටුම" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "වෙබ් සේවාදායකයේ උඩුගත ඩිරෙක්ටරිය" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6886,49 +6962,6 @@ msgstr "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"There is no detailed status information available for this storage engine." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s is available on this MySQL server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s has been disabled for this MySQL server." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "This MySQL server does not support the %s storage engine." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "වලංගු නොවන දත්තගබඩාව" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "වලංගු නොවන වගු නම" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "%1$s සිට %2$s දක්වා වගුවේ නම් වෙනස් කිරීමේ දෝෂයක් ඇත" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "%s වගුව %s බවට නම වෙනස් කරන ලදි" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "වගු පරිශීලක අතුරුමුහුණත් සඳහා අභිමතයන් සුරැකීම අසමත් විය" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7055,38 +7088,6 @@ msgstr "" msgid "+ Add a new value" msgstr "+ නව භාවිතා කරන්නෙක් එක් කරන්න" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "No preview available." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "take it" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "‍%s පෙරනිමි තේමාව සොයාගැනීමට නොමැත!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Theme %s not found!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Theme path not found for theme %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -7254,8 +7255,8 @@ msgid "" "Your preferences will be saved for current session only. Storing them " "permanently requires %sphpMyAdmin configuration storage%s." msgstr "" -"මෙම සැසිය සඳහා පමණක් ඔබගේ තෝරාගැනීම් සුරැකේ. තෝරාගැනීම් ස්ථාවරව සුරැකීම සඳහා %" -"sphpMyAdmin වින්‍යාස ගබඩාව%s අවශ්‍යය." +"මෙම සැසිය සඳහා පමණක් ඔබගේ තෝරාගැනීම් සුරැකේ. තෝරාගැනීම් ස්ථාවරව සුරැකීම සඳහා " +"%sphpMyAdmin වින්‍යාස ගබඩාව%s අවශ්‍යය." #: libraries/user_preferences.lib.php:142 msgid "Could not save configuration" @@ -8142,8 +8143,8 @@ msgstr "භාවිතා කරන්නන් හා සමාන නම් msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "සටහන: phpMyAdmin භාවිත කරන්නන්ගේ වරප්‍රසාද ලබාගනුයේ MySQL හි වරප්‍රසාද වගුවෙනි. " "සේවාදායකයේ වරප්‍රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්‍රසාද වලට " diff --git a/po/sk.po b/po/sk.po index 6acb1762ec..a522a7fa84 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-03 14:53+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: slovak \n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Hľadať" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Hľadať" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Vykonaj" @@ -132,9 +132,9 @@ msgstr "Komentár k databáze: " msgid "Table comments" msgstr "Komentár k tabuľke" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Komentár k tabuľke" msgid "Column" msgstr "Stĺpce" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Stĺpce" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Linkovať na" msgid "Comments" msgstr "Komentáre" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Komentáre" msgid "No" msgstr "Nie" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Pridať obmedzenia" msgid "Switch to copied database" msgstr "Prepnúť na skopírovanú databázu" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "SQL dopyt v databáze %s:" msgid "Submit Query" msgstr "Odošli dopyt" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,82 +524,84 @@ msgstr "Umožňuje spúšťať uložené procedúry." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdny výsledok (tj. nulový počet riadkov)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL hlási: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Chyba pri spracovanie požiadavku" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "V tejto databáze neboli nájdené žiadne tabuľky" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Východzie nastavenia exportu" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Chybný index servera: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Stĺpec %s bol odstránený" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabuľka %1$s bola vytvorená." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Vytvoriť relaciu" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Režim úprav" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6132,42 +6283,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Nebol definovaný žiadny index!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unikátny" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Zabalené" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Mohutnosť" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primárny kľúč bol zrušený" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index pre %s bol odstránený" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Indexy %1$s a %2$s vyzerajú rovnaké a jeden z nich môže byť pravdepodobne " -"odstránený." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6178,30 +6293,6 @@ msgstr "Žiadny" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Ovplyvnený bol %1$d riadok." -msgstr[1] "Ovplyvnené boli %1$d riadky." -msgstr[2] "Ovplyvnených bolo %1$d riadkov." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Bol zmazaný %1$d riadok." -msgstr[1] "Boli zmazané %1$d riadky." -msgstr[2] "Bolo zmazaných %1$d riadkov." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Bol vložený %1$d riadok." -msgstr[1] "Boli vložené %1$d riadky." -msgstr[2] "Bolo vložených %1$d riadkov." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Z" @@ -6441,22 +6532,6 @@ msgstr "" msgid "This format has no options" msgstr "Tento formát nemá žiadne nastavenia" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Nepodarilo sa uložiť najnovšíu tabuľku" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "Počítať tabuľky" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no files to upload" -msgid "There are no recent tables" -msgstr "Žiadny súbor pre nahrávanie" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "chyba" @@ -6837,6 +6912,61 @@ msgstr "" msgid "Target database" msgstr "Cieľová databáza" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Spustiť SQL príkaz(y) na serveri %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Spustiť SQL dopyt/dopyty na databázu %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Vyčistiť" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Stĺpce" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Pridať tento SQL dopyt do obľúbených" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Dovoliť používať túto položku všetkým používateľom" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Prepísať existujúci príkaz s rovnakým menom" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Neprepisovať tento dopyt z hlavného okna" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Oddeľovač" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Zobraziť tento dopyt znovu " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Iba prezrieť" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Umiestnenie textového súboru" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "upload adresár web serveru" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6899,61 +7029,6 @@ msgstr "Neplatný identifikátor" msgid "Unknown Punctuation String" msgstr "Neznámy interpunkčný reťazec" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Spustiť SQL príkaz(y) na serveri %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Spustiť SQL dopyt/dopyty na databázu %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Vyčistiť" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Stĺpce" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Pridať tento SQL dopyt do obľúbených" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Dovoliť používať túto položku všetkým používateľom" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Prepísať existujúci príkaz s rovnakým menom" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Neprepisovať tento dopyt z hlavného okna" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Oddeľovač" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Zobraziť tento dopyt znovu " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Iba prezrieť" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Umiestnenie textového súboru" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "upload adresár web serveru" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6961,51 +7036,8 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" "SQL validator nemohol byť inicializovaný. Prosím skontrolujte, či sú " -"nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %" -"sdocumentation%s." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Úložný systém %s je dostupný na tomto MySQL serveri." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Úložný systém %s bol zakázaný na tomto MySQL serveri." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Tento MySQL server nepodporuje úložný systém %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Chybná databáza" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Chybné meno tabuľky" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Chyba pri premenovaní tabuľky %1$s na %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabuľka %s bola premenovaná na %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v " +"%sdocumentation%s." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7126,38 +7158,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Pridať nového používateľa" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Nebola nájdená platná cesta k obrázkom pre vzhľad %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Náhľad nie je dostupný." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "zvoliť" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Predvolený vzhľad %s nebol nájdený!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Vzhľad %s nebol nájdený!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nebola nájdená platná cesta ku vzhľadu %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7731,8 +7731,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" -"Ďalšie nastavenia môžete urobiť úpravou config.inc.php, napr. použitím %" -"sNastavovacieho skriptu%s." +"Ďalšie nastavenia môžete urobiť úpravou config.inc.php, napr. použitím " +"%sNastavovacieho skriptu%s." #: prefs_manage.php:302 msgid "Save to browser's storage" @@ -8176,13 +8176,13 @@ msgstr "Odstrániť databázy s rovnakým menom ako majú používatelia." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Poznámka: phpMyAdmin získava práva používateľov priamo z tabuliek MySQL. " "Obsah týchto tabuliek sa môže líšiť od práv, ktoré používa server, ak boli " -"tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať %" -"sznovunačítanie práv%s predtým ako budete pokračovať." +"tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať " +"%sznovunačítanie práv%s predtým ako budete pokračovať." #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." @@ -10681,8 +10681,8 @@ msgstr "Premenovať pohľad na" #~ msgid "Imported file compression will be automatically detected from: %s" #~ msgstr "" -#~ "Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %" -#~ "s" +#~ "Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: " +#~ "%s" #~ msgid "Add into comments" #~ msgstr "Pridať do komentárov" diff --git a/po/sl.po b/po/sl.po index b00af22f9f..4a5a7d6b38 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-16 22:33+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 23:03+0200\n" "Last-Translator: Domen \n" "Language-Team: slovenian \n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -48,10 +48,10 @@ msgstr "Iskanje" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Iskanje" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Izvedi" @@ -132,9 +132,9 @@ msgstr "Pripomba zbirke podatkov: " msgid "Table comments" msgstr "Pripomba tabele" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Pripomba tabele" msgid "Column" msgstr "Stolpec" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Stolpec" msgid "Type" msgstr "Vrsta" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Povezave z" msgid "Comments" msgstr "Pripombe" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Pripombe" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Dodaj omejitve" msgid "Switch to copied database" msgstr "Preklopi na kopirano zbirko podatkov" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -500,8 +499,8 @@ msgstr "Poizvedba SQL na zbirki podatkov %s:" msgid "Submit Query" msgstr "Izvedi poizvedbo" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -511,103 +510,107 @@ msgstr "Poizvedba SQL je bila uspešno izvedena" #, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Zadnja izjava znotraj procedure je spremenila %d vrstico" +msgstr[1] "Zadnja izjava znotraj procedure je spremenila %d vrstici" +msgstr[2] "Zadnja izjava znotraj procedure je spremenila %d vrstice" +msgstr[3] "Zadnja izjava znotraj procedure je spremenila %d vrstic" #: db_routines.php:165 -#, fuzzy, php-format +#, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" -msgstr "Omogoča izvajanje shranjenih rutin." +msgstr "Rezultati izvedbe rutine %s" #: db_routines.php:185 libraries/import.lib.php:153 sql.php:678 #: tbl_change.php:180 tbl_get_field.php:34 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Poizvedba \"%s\" je spodletela" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL je vrnil: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 -#, fuzzy +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Napaka v obdelovanju zahteve" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, fuzzy, php-format +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" -msgstr "V zbirki podatkov ni mogoče najti tabel" +msgid "No routine with name %1$s found in database %2$s" +msgstr "Rutine imenovane %1$s ni mogoče najti v zbirki podatkov %2$s" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "Izvedi rutino" -#: db_routines.php:254 db_routines.php:258 -#, fuzzy, php-format +#: db_routines.php:259 db_routines.php:263 +#, php-format #| msgid "Export defaults" msgid "Export of routine %s" -msgstr "Privzete možnosti izvoza" +msgstr "Izvoz rutine %s" -#: db_routines.php:283 libraries/db_routines.lib.php:960 -#, fuzzy, php-format +#: db_routines.php:288 libraries/db_routines.lib.php:960 +#, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" -msgstr "Neveljaven indeks strežnika: %s" - -#: db_routines.php:304 -msgid "Sorry, we failed to restore the dropped routine." -msgstr "" - -#: db_routines.php:305 -msgid "The backed up query was:" -msgstr "" +msgstr "Neveljavna vrsta rutine: \"%s\"" #: db_routines.php:309 -#, fuzzy, php-format +msgid "Sorry, we failed to restore the dropped routine." +msgstr "Oprostite, zavržene rutine nam ni uspelo obnoviti." + +#: db_routines.php:310 +msgid "The backed up query was:" +msgstr "Varnostno kopirana poizvedba je bila:" + +#: db_routines.php:314 +#, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." -msgstr "Stolpec %s je zavržen" +msgstr "Rutina %1$s je bila spremenjena." -#: db_routines.php:322 -#, fuzzy, php-format +#: db_routines.php:327 +#, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." -msgstr "Tabela %1$s je ustvarjena." +msgstr "Rutina %1$s je bila ustvarjena." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" -msgstr "" +msgstr "Med obdelovanjem vaše zahteve je prišlo do ene ali več napak:" -#: db_routines.php:374 -#, fuzzy +#: db_routines.php:379 #| msgid "Create relation" msgid "Create routine" -msgstr "Ustvari razmerje" +msgstr "Ustvari rutino" -#: db_routines.php:378 -#, fuzzy +#: db_routines.php:383 #| msgid "Edit mode" msgid "Edit routine" -msgstr "Način urejanja" +msgstr "Uredi rutino" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail! Please use the improved 'mysqli' extension to avoid any problems." msgstr "" +"Uporabljate nepriporočljivo razširitev PHP 'mysql', ki ni zmožna upravljati " +"z več poizvedbami. Izvedba nekaterih shranjenih rutin lahko spodleti! " +"Prosimo, uporabljajte izboljšano razširitev 'mysqli' v izogib morebitnim " +"težavam." #: db_search.php:54 libraries/auth/config.auth.lib.php:83 #: libraries/auth/config.auth.lib.php:102 @@ -683,10 +686,9 @@ msgid "Search in database" msgstr "Išči v zbirki podatkov" #: db_search.php:300 -#, fuzzy #| msgid "Word(s) or value(s) to search for (wildcard: \"%\"):" msgid "Words or values to search for (wildcard: \"%\"):" -msgstr "Iskane besede ali vrednosti (nadomestni znak: \"%\"):" +msgstr "Išči besede ali vrednosti (nadomestni znak: \"%\"):" #: db_search.php:305 msgid "Find:" @@ -697,10 +699,9 @@ msgid "Words are separated by a space character (\" \")." msgstr "Besede so ločene s presledkom (\" \")." #: db_search.php:323 -#, fuzzy #| msgid "Inside table(s):" msgid "Inside tables:" -msgstr "V tabelah:" +msgstr "Znotraj tabel:" #: db_search.php:353 msgid "Inside column:" @@ -736,8 +737,8 @@ msgstr "Sledenje ni aktivno." #: db_structure.php:372 libraries/display_tbl.lib.php:2235 #, php-format msgid "" -"This view has at least this number of rows. Please refer to %sdocumentation%" -"s." +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." msgstr "Pogled ima vsaj toliko vrstic. Prosimo, oglejte si %sdokumentacijo%s." #: db_structure.php:386 db_structure.php:400 libraries/header.inc.php:152 @@ -804,8 +805,8 @@ msgstr "Pogled za tiskanje" msgid "Empty" msgstr "Izprazni" -#: db_structure.php:504 db_tracking.php:104 libraries/common.lib.php:2956 -#: libraries/common.lib.php:2957 libraries/Index.class.php:490 +#: db_structure.php:504 db_tracking.php:104 libraries/Index.class.php:490 +#: libraries/common.lib.php:2956 libraries/common.lib.php:2957 #: server_databases.php:266 tbl_structure.php:153 tbl_structure.php:154 #: tbl_structure.php:603 msgid "Drop" @@ -878,9 +879,9 @@ msgstr "Posodobljeno" msgid "Status" msgstr "Stanje" -#: db_tracking.php:90 libraries/db_events.inc.php:68 -#: libraries/db_routines.lib.php:1215 libraries/db_structure.lib.php:44 -#: libraries/display_triggers.inc.php:76 libraries/Index.class.php:442 +#: db_tracking.php:90 libraries/Index.class.php:442 +#: libraries/db_events.inc.php:68 libraries/db_routines.lib.php:1215 +#: libraries/db_structure.lib.php:44 libraries/display_triggers.inc.php:76 #: server_databases.php:191 server_privileges.php:1612 #: server_privileges.php:1805 server_privileges.php:2154 tbl_structure.php:214 msgid "Action" @@ -974,8 +975,8 @@ msgstr "Dump je shranjen v datoteko %s." #: import.php:58 #, php-format msgid "" -"You probably tried to upload too large file. Please refer to %sdocumentation%" -"s for ways to workaround this limit." +"You probably tried to upload too large file. Please refer to %sdocumentation" +"%s for ways to workaround this limit." msgstr "" "Najverjetneje ste poskušali naložiti preveliko datoteko. Prosimo, oglejte si " "%sdokumentacijo%s za načine, kako obiti to omejitev." @@ -1156,11 +1157,11 @@ msgstr "Odstranjevanje izbranih uporabnikov" msgid "Close" msgstr "Zapri" -#: js/messages.php:62 js/messages.php:132 libraries/common.lib.php:594 -#: libraries/common.lib.php:1144 libraries/common.lib.php:2960 -#: libraries/common.lib.php:2961 libraries/config/messages.inc.php:471 -#: libraries/display_tbl.lib.php:1287 libraries/import.lib.php:1150 -#: libraries/import.lib.php:1174 libraries/Index.class.php:468 +#: js/messages.php:62 js/messages.php:132 libraries/Index.class.php:468 +#: libraries/common.lib.php:594 libraries/common.lib.php:1144 +#: libraries/common.lib.php:2960 libraries/common.lib.php:2961 +#: libraries/config/messages.inc.php:471 libraries/display_tbl.lib.php:1287 +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 #: libraries/schema/User_Schema.class.php:164 setup/frames/index.inc.php:137 msgid "Edit" msgstr "Uredi" @@ -1206,41 +1207,38 @@ msgstr "," #: js/messages.php:78 msgid "KiB sent since last refresh" -msgstr "" +msgstr "KiB poslanih od zadnje osvežitve" #: js/messages.php:79 msgid "KiB received since last refresh" -msgstr "" +msgstr "KiB prejetih od zadnje osvežitve" #: js/messages.php:80 -#, fuzzy #| msgid "Server traffic" msgid "Server traffic (in KiB)" -msgstr "Promet strežnika" +msgstr "Promet strežnika (v KiB)" #: js/messages.php:81 msgid "Connections since last refresh" -msgstr "" +msgstr "Povezav od zadnje osvežitve" #: js/messages.php:82 server_status.php:794 msgid "Processes" msgstr "Procesi" #: js/messages.php:83 -#, fuzzy #| msgid "Connections" msgid "Connections / Processes" -msgstr "Povezave" +msgstr "Povezave / Procesi" #: js/messages.php:84 msgid "Issued queries since last refresh" -msgstr "" +msgstr "Izdane poizvedbe od zadnje osvežitve" #: js/messages.php:85 -#, fuzzy #| msgid "SQL queries" msgid "Issued queries" -msgstr "Poizvedbe SQL" +msgstr "Izdane poizvedbe" #: js/messages.php:87 server_status.php:402 msgid "Query statistics" @@ -1329,13 +1327,12 @@ msgstr "Brisanje" #: js/messages.php:122 msgid "The definition of a stored function must contain a RETURN statement!" -msgstr "" +msgstr "Opredelitev shranjene funkcije mora vsebovati izjavo RETURN!" #: js/messages.php:123 -#, fuzzy #| msgid "Missing value in the form!" msgid "Value too long in the form!" -msgstr "V obliki manjka vrednost!" +msgstr "Vrednost je predolga v obrazcu!" #: js/messages.php:126 msgid "" @@ -1699,6 +1696,223 @@ msgstr "Minuta" msgid "Second" msgstr "Sekunda" +#: libraries/Config.class.php:1190 +msgid "Font size" +msgstr "Velikost pisave" + +#: libraries/File.class.php:310 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "Naložena datotek presega napotek upload_max_filesize v php.ini." + +#: libraries/File.class.php:313 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"Naložena datotek presega napotek MAX_FILE_SIZE, ki je bil določen v obrazcu " +"HTML." + +#: libraries/File.class.php:316 +msgid "The uploaded file was only partially uploaded." +msgstr "Naložena datoteka je bila naložena samo delno." + +#: libraries/File.class.php:319 +msgid "Missing a temporary folder." +msgstr "Manjka začasna mapa." + +#: libraries/File.class.php:322 +msgid "Failed to write file to disk." +msgstr "Pisanje datoteke na disk je spodletelo." + +#: libraries/File.class.php:325 +msgid "File upload stopped by extension." +msgstr "Nalaganje datoteke je ustavila razširitev." + +#: libraries/File.class.php:328 +msgid "Unknown error in file upload." +msgstr "Neznana napaka pri nalaganju datoteke." + +#: libraries/File.class.php:559 +msgid "" +"Error moving the uploaded file, see [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" +msgstr "" +"Napaka pri premikanju naložene datoteke, glej [a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]" + +#: libraries/Index.class.php:430 tbl_relation.php:526 +msgid "No index defined!" +msgstr "Ni definiranega indeksa!" + +#: libraries/Index.class.php:435 libraries/build_html_for_db.lib.php:40 +#: tbl_tracking.php:309 +msgid "Indexes" +msgstr "Indeksi" + +#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 +#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 +#: tbl_tracking.php:315 +msgid "Unique" +msgstr "Edinstven" + +#: libraries/Index.class.php:447 tbl_tracking.php:316 +msgid "Packed" +msgstr "Stisnjeno" + +#: libraries/Index.class.php:449 tbl_tracking.php:318 +msgid "Cardinality" +msgstr "Kardinalnost" + +#: libraries/Index.class.php:452 libraries/db_routines.lib.php:777 +#: tbl_tracking.php:272 tbl_tracking.php:321 +msgid "Comment" +msgstr "Pripomba" + +#: libraries/Index.class.php:474 +msgid "The primary key has been dropped" +msgstr "Primarni ključ je zavržen" + +#: libraries/Index.class.php:478 +#, php-format +msgid "Index %s has been dropped" +msgstr "Indeks %s je zavržen" + +#: libraries/Index.class.php:582 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" +"Kaže, da sta indeksa %1$s in %2$s enaka, zato se enega od njiju morda lahko " +"odstrani." + +#: libraries/List_Database.class.php:430 libraries/config/messages.inc.php:177 +#: libraries/server_links.inc.php:43 server_databases.php:100 +#: server_privileges.php:1740 +msgid "Databases" +msgstr "Zbirke podatkov" + +#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308 +#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:561 +#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:883 +#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60 +msgid "Error" +msgstr "Napaka" + +#: libraries/Message.class.php:260 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "Spremenjena je %1$d vrstica." +msgstr[1] "Spremenjeni sta %1$d vrstici." +msgstr[2] "Spremenjene so %1$d vrstice." +msgstr[3] "Spremenjenih je %1$d vrstic." + +#: libraries/Message.class.php:279 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "Izbrisana je %1$d vrstica." +msgstr[1] "Izbrisani sta %1$d vrstici." +msgstr[2] "Izbrisane so %1$d vrstice." +msgstr[3] "Izbrisanih je %1$d vrstic." + +#: libraries/Message.class.php:298 +#, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "Vstavljena je %1$d vrstica." +msgstr[1] "Vstavljeni sta %1$d vrstici." +msgstr[2] "Vstavljene so %1$d vrstice." +msgstr[3] "Vstavljenih je %1$d vrstic." + +#: libraries/RecentTable.class.php:114 +msgid "Could not save recent table" +msgstr "Ne morem shraniti nedavne tabele" + +#: libraries/RecentTable.class.php:149 +msgid "Recent tables" +msgstr "Nedavne tabele" + +#: libraries/RecentTable.class.php:155 +msgid "There are no recent tables" +msgstr "Ni nobenih nedavnih tabel" + +#: libraries/StorageEngine.class.php:195 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "" +"Za ta skladiščni pogon ni na voljo nobenih podrobnejših informacij o stanju." + +#: libraries/StorageEngine.class.php:355 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "%s je na voljo na tem strežniku MySQL." + +#: libraries/StorageEngine.class.php:358 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "%s je onemogočeno za ta strežnik MySQL." + +#: libraries/StorageEngine.class.php:362 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "Ta strežnik MySQL ne podpira skladiščnega pogona %s." + +#: libraries/Table.class.php:1027 +msgid "Invalid database" +msgstr "Neveljavna zbirka podatkov" + +#: libraries/Table.class.php:1041 tbl_get_field.php:25 +msgid "Invalid table name" +msgstr "Neveljavno ime tabele" + +#: libraries/Table.class.php:1056 +#, php-format +msgid "Error renaming table %1$s to %2$s" +msgstr "Napaka pri preimenovanju tabele %1$s v %2$s" + +#: libraries/Table.class.php:1139 +#, php-format +msgid "Table %s has been renamed to %s" +msgstr "Tabela %s je preimenovana v %s" + +#: libraries/Table.class.php:1272 +msgid "Could not save table UI preferences" +msgstr "Ne morem shraniti nastavitev uporabniškega vmesnika tabel" + +#: libraries/Theme.class.php:160 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "Za temo %s ni bila najdena veljavna pot slik!" + +#: libraries/Theme.class.php:380 +msgid "No preview available." +msgstr "Predogled ni na voljo." + +#: libraries/Theme.class.php:383 +msgid "take it" +msgstr "uporabi" + +#: libraries/Theme_Manager.class.php:109 +#, php-format +msgid "Default theme %s not found!" +msgstr "Privzeta tema %s ni bila najdena!" + +#: libraries/Theme_Manager.class.php:147 +#, php-format +msgid "Theme %s not found!" +msgstr "Tema %s ni bila najdena!" + +#: libraries/Theme_Manager.class.php:215 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "Pot teme ni bila najdena za temo %s!" + +#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 +msgid "Theme" +msgstr "Motiv" + #: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." msgstr "Povezava ni mogoča: neveljavne nastavitve." @@ -1712,8 +1926,8 @@ msgstr "Dobrodošli v %s" #: libraries/auth/config.auth.lib.php:106 #, php-format msgid "" -"You probably did not create a configuration file. You might want to use the %" -"1$ssetup script%2$s to create one." +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." msgstr "" "Najverjetneje niste ustvarili konfiguracijske datoteke. Morda želite " "uporabiti %1$snastavitveni skript%2$s, da jo ustvarite." @@ -1818,14 +2032,6 @@ msgstr "Napaka PBMS" msgid "PBMS connection failed:" msgstr "Povezava s PBMS je spodletela:" -#: libraries/blobstreaming.lib.php:308 libraries/blobstreaming.lib.php:314 -#: libraries/common.lib.php:561 libraries/core.lib.php:232 -#: libraries/import.lib.php:136 libraries/Message.class.php:205 -#: tbl_change.php:883 tbl_operations.php:228 tbl_relation.php:287 -#: view_operations.php:60 -msgid "Error" -msgstr "Napaka" - #: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" msgstr "Pridobivanje informacij BLOB PBMS je spodletelo:" @@ -1878,11 +2084,6 @@ msgstr "Tabele" msgid "Data" msgstr "Podatki" -#: libraries/build_html_for_db.lib.php:40 libraries/Index.class.php:435 -#: tbl_tracking.php:309 -msgid "Indexes" -msgstr "Indeksi" - #: libraries/build_html_for_db.lib.php:50 libraries/db_structure.lib.php:60 #: tbl_printview.php:333 tbl_structure.php:818 msgid "Overhead" @@ -1910,16 +2111,17 @@ msgid "Check Privileges" msgstr "Preveri privilegije" #: libraries/common.inc.php:587 -#, fuzzy #| msgid "Could not save configuration" msgid "Failed to read configuration file" -msgstr "Ne morem shraniti konfiguracije" +msgstr "Ne morem prebrati konfiguracijske datoteke" #: libraries/common.inc.php:588 msgid "" "This usually means there is a syntax error in it, please check any errors " "shown below." msgstr "" +"To po navadi pomeni, da ima skladenjsko napako; prosimo, preverite vse " +"spodaj prikazane napake." #: libraries/common.inc.php:595 #, php-format @@ -1951,11 +2153,11 @@ msgstr "" msgid "Server" msgstr "Strežnik" -#: libraries/common.inc.php:829 +#: libraries/common.inc.php:825 msgid "Invalid authentication method set in configuration:" msgstr "Neveljaven način overitve določen v konfiguracijski datoteki:" -#: libraries/common.inc.php:932 +#: libraries/common.inc.php:928 #, php-format msgid "You should upgrade to %s %s or later." msgstr "%s bi morali nadgraditi na različico %s ali novejšo." @@ -2163,11 +2365,79 @@ msgstr "Nobene datoteke ni za naložiti" #: libraries/common.lib.php:2964 libraries/common.lib.php:2965 msgid "Execute" -msgstr "" +msgstr "Izvedi" -#: libraries/Config.class.php:1190 -msgid "Font size" -msgstr "Velikost pisave" +#: libraries/config.values.php:45 libraries/config.values.php:47 +#: libraries/config.values.php:51 +msgid "Both" +msgstr "Oboje" + +#: libraries/config.values.php:47 +msgid "Nowhere" +msgstr "Nikjer" + +#: libraries/config.values.php:47 +msgid "Left" +msgstr "Levo" + +#: libraries/config.values.php:47 +msgid "Right" +msgstr "Desno" + +#: libraries/config.values.php:75 +msgid "Open" +msgstr "Odprto" + +#: libraries/config.values.php:75 +msgid "Closed" +msgstr "Zaprto" + +#: libraries/config.values.php:96 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:122 libraries/export/texytext.php:24 +#: libraries/import.lib.php:1172 +msgid "structure" +msgstr "struktura" + +#: libraries/config.values.php:97 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:123 libraries/export/texytext.php:24 +msgid "data" +msgstr "podatki" + +#: libraries/config.values.php:98 libraries/export/htmlword.php:25 +#: libraries/export/latex.php:42 libraries/export/odt.php:34 +#: libraries/export/sql.php:124 libraries/export/texytext.php:24 +msgid "structure and data" +msgstr "struktura in podatki" + +#: libraries/config.values.php:100 +msgid "Quick - display only the minimal options to configure" +msgstr "Hitro - prikaži kar najmanj možnosti za konfiguriranje" + +#: libraries/config.values.php:101 +msgid "Custom - display all possible options to configure" +msgstr "Po meri - prikaži vse mogoče možnosti za konfiguriranje" + +#: libraries/config.values.php:102 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "Po meri - kot zgoraj, vendar brez izbire hitro/po meri" + +#: libraries/config.values.php:120 +msgid "complete inserts" +msgstr "popolne poizvedbe insert" + +#: libraries/config.values.php:121 +msgid "extended inserts" +msgstr "razširjene poizvedbe insert" + +#: libraries/config.values.php:122 +msgid "both of the above" +msgstr "oboje zgoraj" + +#: libraries/config.values.php:123 +msgid "neither of the above" +msgstr "nič od zgoraj" #: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 @@ -2824,12 +3094,6 @@ msgstr "Nastavi mape za uvoz in izvoz ter možnosti stiskanja" msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:177 libraries/List_Database.class.php:430 -#: libraries/server_links.inc.php:43 server_databases.php:100 -#: server_privileges.php:1740 -msgid "Databases" -msgstr "Zbirke podatkov" - #: libraries/config/messages.inc.php:178 msgid "Databases display options" msgstr "Možnosti prikaza zbirk podatkov" @@ -4448,78 +4712,6 @@ msgstr "Počisti geslo krmilnega uporabnika phpMyAdmin med uporabo pmadb" msgid "Incorrect IP address: %s" msgstr "Napačen IP-naslov: %s" -#: libraries/config.values.php:45 libraries/config.values.php:47 -#: libraries/config.values.php:51 -msgid "Both" -msgstr "Oboje" - -#: libraries/config.values.php:47 -msgid "Nowhere" -msgstr "Nikjer" - -#: libraries/config.values.php:47 -msgid "Left" -msgstr "Levo" - -#: libraries/config.values.php:47 -msgid "Right" -msgstr "Desno" - -#: libraries/config.values.php:75 -msgid "Open" -msgstr "Odprto" - -#: libraries/config.values.php:75 -msgid "Closed" -msgstr "Zaprto" - -#: libraries/config.values.php:96 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:122 libraries/export/texytext.php:24 -#: libraries/import.lib.php:1172 -msgid "structure" -msgstr "struktura" - -#: libraries/config.values.php:97 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:123 libraries/export/texytext.php:24 -msgid "data" -msgstr "podatki" - -#: libraries/config.values.php:98 libraries/export/htmlword.php:25 -#: libraries/export/latex.php:42 libraries/export/odt.php:34 -#: libraries/export/sql.php:124 libraries/export/texytext.php:24 -msgid "structure and data" -msgstr "struktura in podatki" - -#: libraries/config.values.php:100 -msgid "Quick - display only the minimal options to configure" -msgstr "Hitro - prikaži kar najmanj možnosti za konfiguriranje" - -#: libraries/config.values.php:101 -msgid "Custom - display all possible options to configure" -msgstr "Po meri - prikaži vse mogoče možnosti za konfiguriranje" - -#: libraries/config.values.php:102 -msgid "Custom - like above, but without the quick/custom choice" -msgstr "Po meri - kot zgoraj, vendar brez izbire hitro/po meri" - -#: libraries/config.values.php:120 -msgid "complete inserts" -msgstr "popolne poizvedbe insert" - -#: libraries/config.values.php:121 -msgid "extended inserts" -msgstr "razširjene poizvedbe insert" - -#: libraries/config.values.php:122 -msgid "both of the above" -msgstr "oboje zgoraj" - -#: libraries/config.values.php:123 -msgid "neither of the above" -msgstr "nič od zgoraj" - #. l10n: Language to use for PHP documentation, please use only languages which do exist in official documentation. #: libraries/core.lib.php:264 msgctxt "PHP documentation language" @@ -4532,22 +4724,22 @@ msgid "The %s extension is missing. Please check your PHP configuration." msgstr "Razširitev %s manjka. Prosimo, preverite vašo konfiguracijo PHP." #: libraries/db_events.inc.php:30 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event %s" -msgstr "Izvozi vsebine" +msgstr "Izvoz dogodka %s" #: libraries/db_events.inc.php:34 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of event \"%s\"" -msgstr "Izvozi vsebine" +msgstr "Izvoz dogodka \"%s\"" #: libraries/db_events.inc.php:40 -#, fuzzy, php-format +#, php-format #| msgid "No tables found in database" msgid "No event with name %s found in database %s" -msgstr "V zbirki podatkov ni mogoče najti tabel" +msgstr "Nobenega dogodka imenovanega %s ni mogoče najti v zbirki podatkov %s" #: libraries/db_events.inc.php:56 libraries/db_links.inc.php:101 #: libraries/export/sql.php:609 @@ -4555,10 +4747,9 @@ msgid "Events" msgstr "Dogodki" #: libraries/db_events.inc.php:58 libraries/db_events.inc.php:60 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no events to display." -msgstr "Nobene datoteke ni za naložiti" +msgstr "Ni dogodkov za prikaz." #: libraries/db_events.inc.php:67 libraries/db_routines.lib.php:690 #: libraries/db_routines.lib.php:846 libraries/db_routines.lib.php:1214 @@ -4570,44 +4761,24 @@ msgstr "Ime" #: libraries/db_events.inc.php:129 msgid "The event scheduler is enabled" -msgstr "" +msgstr "Razporejevalnik dogodkov je omogočen" #: libraries/db_events.inc.php:129 msgid "The event scheduler is disabled" -msgstr "" +msgstr "Razporejevalnik dogodkov je onemogočen" #: libraries/db_events.inc.php:131 msgid "Turn it on" -msgstr "" +msgstr "Vklopi ga" #: libraries/db_events.inc.php:131 msgid "Turn it off" -msgstr "" +msgstr "Izklopi ga" #: libraries/db_events.inc.php:141 -#, fuzzy #| msgid "Add a new server" msgid "Add a new Event" -msgstr "Dodaj nov strežnik" - -#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 -msgid "Connection for controluser as defined in your configuration failed." -msgstr "" -"Povezava za controluserja, kot je določena v vaši konfiguraciji, je " -"spodletela." - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 -#: libraries/dbi/mysqli.dbi.lib.php:395 -msgid "The server is not responding" -msgstr "Strežnik se ne odziva" - -#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 -msgid "(or the local MySQL server's socket is not correctly configured)" -msgstr "(ali pa lokalna vtičnica strežnika MySQL ni pravilno konfigurirana)" - -#: libraries/dbi/mysql.dbi.lib.php:346 -msgid "Details..." -msgstr "Podrobnosti ..." +msgstr "Dodaj nov dogodek" #: libraries/db_links.inc.php:42 libraries/db_links.inc.php:43 #: libraries/db_links.inc.php:44 @@ -4643,32 +4814,29 @@ msgid "Triggers" msgstr "Sprožilci" #: libraries/db_routines.lib.php:659 -#, fuzzy #| msgid "Details..." msgid "Details" -msgstr "Podrobnosti ..." +msgstr "Podrobnosti" #: libraries/db_routines.lib.php:662 -#, fuzzy #| msgid "Routines" msgid "Routine name" -msgstr "Rutina" +msgstr "Ime rutine" #: libraries/db_routines.lib.php:679 -#, fuzzy, php-format +#, php-format #| msgid "Change" msgid "Change to %s" -msgstr "Spremeni" +msgstr "Spremeni v %s" #: libraries/db_routines.lib.php:684 msgid "Parameters" -msgstr "" +msgstr "Parametri" #: libraries/db_routines.lib.php:689 -#, fuzzy #| msgid "Direct links" msgid "Direction" -msgstr "Neposredne povezave" +msgstr "Smer" #: libraries/db_routines.lib.php:692 libraries/tbl_properties.inc.php:105 msgid "Length/Values" @@ -4683,9 +4851,9 @@ msgstr "Dolžina/Vrednosti" #: libraries/export/php_array.php:29 libraries/export/sql.php:83 #: libraries/export/texytext.php:31 libraries/export/xls.php:29 #: libraries/export/xlsx.php:29 libraries/export/xml.php:25 -#: libraries/export/yaml.php:30 libraries/import/csv.php:33 +#: libraries/export/yaml.php:30 libraries/import.lib.php:1145 +#: libraries/import.lib.php:1167 libraries/import/csv.php:33 #: libraries/import/docsql.php:35 libraries/import/ldi.php:49 -#: libraries/import.lib.php:1145 libraries/import.lib.php:1167 #: libraries/import/ods.php:32 libraries/import/sql.php:20 #: libraries/import/xls.php:28 libraries/import/xlsx.php:28 #: libraries/import/xml.php:25 tbl_select.php:231 tbl_structure.php:889 @@ -4693,67 +4861,55 @@ msgid "Options" msgstr "Možnosti" #: libraries/db_routines.lib.php:707 -#, fuzzy #| msgid "Add prefix" msgid "Add parameter" -msgstr "Dodaj predpono" +msgstr "Dodaj parameter" #: libraries/db_routines.lib.php:710 -#, fuzzy #| msgid "Remove database" msgid "Remove last parameter" -msgstr "Odstrani zbirko podatkov" +msgstr "Odstrani zadnji parameter" #: libraries/db_routines.lib.php:715 libraries/db_routines.lib.php:1217 msgid "Return type" msgstr "Vrnjena vrsta" #: libraries/db_routines.lib.php:721 -#, fuzzy #| msgid "Length/Values" msgid "Return length/values" -msgstr "Dolžina/Vrednosti" +msgstr "Vrnjena dolžina/vrednosti" #: libraries/db_routines.lib.php:726 -#, fuzzy #| msgid "Table options" msgid "Return options" -msgstr "Možnosti tabele" +msgstr "Vrnjene možnosti" #: libraries/db_routines.lib.php:745 -#, fuzzy #| msgid "Description" msgid "Definition" -msgstr "Opis" +msgstr "Opredelitev" #: libraries/db_routines.lib.php:749 msgid "Is deterministic" -msgstr "" +msgstr "Je deterministično" #: libraries/db_routines.lib.php:753 msgid "Definer" -msgstr "" +msgstr "Opredeljevalec" #: libraries/db_routines.lib.php:758 -#, fuzzy #| msgid "Security" msgid "Security type" -msgstr "Varnost" +msgstr "Vrsta varnosti" #: libraries/db_routines.lib.php:765 msgid "SQL data access" -msgstr "" - -#: libraries/db_routines.lib.php:777 libraries/Index.class.php:452 -#: tbl_tracking.php:272 tbl_tracking.php:321 -msgid "Comment" -msgstr "Pripomba" +msgstr "Dostop do podatkov SQL" #: libraries/db_routines.lib.php:839 libraries/db_routines.lib.php:842 -#, fuzzy #| msgid "Routines" msgid "Routine parameters" -msgstr "Rutina" +msgstr "Parametri rutine" #: libraries/db_routines.lib.php:849 tbl_change.php:284 tbl_change.php:322 msgid "Function" @@ -4768,44 +4924,43 @@ msgstr "Vrednost" #: libraries/db_routines.lib.php:965 msgid "You must provide a routine name" -msgstr "" +msgstr "Navesti morate ime rutine" #: libraries/db_routines.lib.php:984 #, php-format msgid "Invalid direction \"%s\" given for parameter." -msgstr "" +msgstr "Neveljavna smer \"%s\" podana za parameter." #: libraries/db_routines.lib.php:995 libraries/db_routines.lib.php:1036 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" +"Navesti morate dolžine/vrednosti za parametre rutine vrste ENUM, SET, " +"VARCHAR in VARBINARY." #: libraries/db_routines.lib.php:1020 msgid "You must provide a name and a type for each routine parameter." -msgstr "" +msgstr "Navesti morate ine in vrsto vsakega parametra rutine." #: libraries/db_routines.lib.php:1077 msgid "You must provide a routine definition." -msgstr "" +msgstr "Navesti morate opredelitev rutine." #: libraries/db_routines.lib.php:1209 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no routines to display." -msgstr "Nobene datoteke ni za naložiti" +msgstr "Ni rutin za prikaz." #: libraries/db_routines.lib.php:1253 -#, fuzzy #| msgid "Add index" msgid "Add routine" -msgstr "Dodaj indeks" +msgstr "Dodaj rutino" #: libraries/db_routines.lib.php:1256 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create a new routine" -msgstr "Nimate dovolj pravic, da bi bili sedaj tukaj!" +msgstr "Nimate zadostnih pravic za ustvarjanje nove rutine" #: libraries/db_structure.lib.php:48 libraries/display_tbl.lib.php:2121 msgid "" @@ -4815,6 +4970,25 @@ msgstr "" "Morda je približno. Glej [a@./Documentation.html#faq3_11@Documentation]FAQ " "3.11[/a]" +#: libraries/dbi/mysql.dbi.lib.php:111 libraries/dbi/mysqli.dbi.lib.php:122 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "" +"Povezava za controluserja, kot je določena v vaši konfiguraciji, je " +"spodletela." + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysql.dbi.lib.php:339 +#: libraries/dbi/mysqli.dbi.lib.php:395 +msgid "The server is not responding" +msgstr "Strežnik se ne odziva" + +#: libraries/dbi/mysql.dbi.lib.php:337 libraries/dbi/mysqli.dbi.lib.php:395 +msgid "(or the local MySQL server's socket is not correctly configured)" +msgstr "(ali pa lokalna vtičnica strežnika MySQL ni pravilno konfigurirana)" + +#: libraries/dbi/mysql.dbi.lib.php:346 +msgid "Details..." +msgstr "Podrobnosti ..." + #: libraries/display_change_password.lib.php:29 main.php:94 #: user_password.php:119 user_password.php:137 msgid "Change password" @@ -4954,8 +5128,8 @@ msgstr ", @TABLE@ bo postalo ime tabele" #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " -"formatting strings. Additionally the following transformations will happen: %" -"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" "Vrednost je prevedena z uporabo %1$sstrftime%2$s, tako da lahko uporabljate " "nize za zapis časa. Dodatno bo prišlo še do naslednjih pretvorb: %3$s. " @@ -5187,15 +5361,15 @@ msgstr "Pretvorba z brskalnikom" #: libraries/display_tbl.lib.php:642 msgid "Geometry" -msgstr "" +msgstr "Geometrija" #: libraries/display_tbl.lib.php:643 msgid "Well Known Text" -msgstr "" +msgstr "Dobro poznano besedilo" #: libraries/display_tbl.lib.php:644 msgid "Well Known Binary" -msgstr "" +msgstr "Dobro poznana dvojiška datoteka" #: libraries/display_tbl.lib.php:1288 msgid "Copy" @@ -5241,7 +5415,7 @@ msgstr "Prikaži grafikon" #: libraries/display_tbl.lib.php:2548 msgid "Visualize GIS data" -msgstr "" +msgstr "Predstavi podatke GIS" #: libraries/display_tbl.lib.php:2568 msgid "Create view" @@ -5252,27 +5426,26 @@ msgid "Link not found" msgstr "Povezave ni mogoče najti" #: libraries/display_triggers.inc.php:35 -#, fuzzy, php-format +#, php-format #| msgid "Export contents" msgid "Export of trigger %s" -msgstr "Izvozi vsebine" +msgstr "Izvoz sprožilca %s" #: libraries/display_triggers.inc.php:39 #, php-format msgid "Export of trigger \"%s\"" -msgstr "" +msgstr "Izvoz sprožilca \"%s\"" #: libraries/display_triggers.inc.php:47 -#, fuzzy, php-format +#, php-format #| msgid "No valid image path for theme %s found!" msgid "No trigger with name %s found" -msgstr "Za temo %s ni bila najdena veljavna pot slik!" +msgstr "Najti ni mogoče nobenega sprožilca z imenom %s" #: libraries/display_triggers.inc.php:64 libraries/display_triggers.inc.php:66 -#, fuzzy #| msgid "There are no files to upload" msgid "There are no triggers to display." -msgstr "Nobene datoteke ni za naložiti" +msgstr "Ni sprožilcev za prikaz." #: libraries/display_triggers.inc.php:77 server_status.php:800 sql.php:936 msgid "Time" @@ -5283,10 +5456,9 @@ msgid "Event" msgstr "Dogodek" #: libraries/display_triggers.inc.php:120 -#, fuzzy #| msgid "Add a new server" msgid "Add a new Trigger" -msgstr "Dodaj nov strežnik" +msgstr "Dodaj nov sprožilec" #: libraries/engines/bdb.lib.php:20 main.php:211 msgid "Version information" @@ -5732,8 +5904,8 @@ msgstr "" #: libraries/engines/pbxt.lib.php:125 #, php-format msgid "" -"Documentation and further information about PBXT can be found on the %" -"sPrimeBase XT Home Page%s." +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." msgstr "" "Dokumentacijo in nadaljnje informacije o PBXT lahko najdete na %sDomači " "strani PrimeBase XT%s." @@ -6042,56 +6214,15 @@ msgstr "Pogledi" msgid "Export contents" msgstr "Izvozi vsebine" -#: libraries/File.class.php:310 -msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "Naložena datotek presega napotek upload_max_filesize v php.ini." - -#: libraries/File.class.php:313 -msgid "" -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " -"the HTML form." -msgstr "" -"Naložena datotek presega napotek MAX_FILE_SIZE, ki je bil določen v obrazcu " -"HTML." - -#: libraries/File.class.php:316 -msgid "The uploaded file was only partially uploaded." -msgstr "Naložena datoteka je bila naložena samo delno." - -#: libraries/File.class.php:319 -msgid "Missing a temporary folder." -msgstr "Manjka začasna mapa." - -#: libraries/File.class.php:322 -msgid "Failed to write file to disk." -msgstr "Pisanje datoteke na disk je spodletelo." - -#: libraries/File.class.php:325 -msgid "File upload stopped by extension." -msgstr "Nalaganje datoteke je ustavila razširitev." - -#: libraries/File.class.php:328 -msgid "Unknown error in file upload." -msgstr "Neznana napaka pri nalaganju datoteke." - -#: libraries/File.class.php:559 -msgid "" -"Error moving the uploaded file, see [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" -msgstr "" -"Napaka pri premikanju naložene datoteke, glej [a@./Documentation." -"html#faq1_11@Documentation]FAQ 1.11[/a]" - #: libraries/footer.inc.php:188 libraries/footer.inc.php:191 #: libraries/footer.inc.php:194 msgid "Open new phpMyAdmin window" msgstr "Odpri novo okno phpMyAdmin" #: libraries/gis_visualization.lib.php:129 -#, fuzzy #| msgid "No data found for the chart." msgid "No data found for GIS visualization." -msgstr "Za grafikon ni najdenih podatkov." +msgstr "Za predstavitev GIS ni najdenih podatkov." #: libraries/header_printview.inc.php:49 libraries/header_printview.inc.php:54 msgid "SQL result" @@ -6101,6 +6232,43 @@ msgstr "Rezultat SQL" msgid "Generated by" msgstr "Ustvaril" +#: libraries/import.lib.php:1141 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "" +"Naslednje strukture so bile ali ustvarjene ali spremenjene: Tukaj lahko:" + +#: libraries/import.lib.php:1142 +msgid "View a structure`s contents by clicking on its name" +msgstr "Oglejte si vsebino strukture s klikom na njeno ime" + +#: libraries/import.lib.php:1143 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link" +msgstr "" +"Spremenite katero koli njeno nastavitev s klikom na pripadajočo povezavo " +"\"Možnosti\"" + +#: libraries/import.lib.php:1144 +msgid "Edit its structure by following the \"Structure\" link" +msgstr "Uredite njeno strukturo s sledenjem povezavi \"Struktura\"" + +#: libraries/import.lib.php:1147 +msgid "Go to database" +msgstr "Pojdi v zbirko podatkov" + +#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 +msgid "settings" +msgstr "nastavitve" + +#: libraries/import.lib.php:1169 +msgid "Go to table" +msgstr "Pojdi v tabelo" + +#: libraries/import.lib.php:1178 +msgid "Go to view" +msgstr "Pojdi na pogled" + #: libraries/import/csv.php:38 libraries/import/ods.php:26 #: libraries/import/xls.php:25 libraries/import/xlsx.php:25 msgid "" @@ -6167,43 +6335,6 @@ msgstr "Imena stolpcev" msgid "This plugin does not support compressed imports!" msgstr "Ta vtičnik ne podpira stisnjenih uvozov!" -#: libraries/import.lib.php:1141 -msgid "" -"The following structures have either been created or altered. Here you can:" -msgstr "" -"Naslednje strukture so bile ali ustvarjene ali spremenjene: Tukaj lahko:" - -#: libraries/import.lib.php:1142 -msgid "View a structure`s contents by clicking on its name" -msgstr "Oglejte si vsebino strukture s klikom na njeno ime" - -#: libraries/import.lib.php:1143 -msgid "" -"Change any of its settings by clicking the corresponding \"Options\" link" -msgstr "" -"Spremenite katero koli njeno nastavitev s klikom na pripadajočo povezavo " -"\"Možnosti\"" - -#: libraries/import.lib.php:1144 -msgid "Edit its structure by following the \"Structure\" link" -msgstr "Uredite njeno strukturo s sledenjem povezavi \"Struktura\"" - -#: libraries/import.lib.php:1147 -msgid "Go to database" -msgstr "Pojdi v zbirko podatkov" - -#: libraries/import.lib.php:1150 libraries/import.lib.php:1174 -msgid "settings" -msgstr "nastavitve" - -#: libraries/import.lib.php:1169 -msgid "Go to table" -msgstr "Pojdi v tabelo" - -#: libraries/import.lib.php:1178 -msgid "Go to view" -msgstr "Pojdi na pogled" - #: libraries/import/ods.php:28 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" @@ -6229,42 +6360,6 @@ msgstr "" "Določena datoteka XML je ali skažena ali nepopolna. Prosimo, odpravite " "težave in poskusite znova." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Ni definiranega indeksa!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Edinstven" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Stisnjeno" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalnost" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primarni ključ je zavržen" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Indeks %s je zavržen" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Kaže, da sta indeksa %1$s in %2$s enaka, zato se enega od njiju morda lahko " -"odstrani." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6275,33 +6370,6 @@ msgstr "Nobeno" msgid "Convert to Kana" msgstr "Pretvori v kano" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "Spremenjena je %1$d vrstica." -msgstr[1] "Spremenjeni sta %1$d vrstici." -msgstr[2] "Spremenjene so %1$d vrstice." -msgstr[3] "Spremenjenih je %1$d vrstic." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Izbrisana je %1$d vrstica." -msgstr[1] "Izbrisani sta %1$d vrstici." -msgstr[2] "Izbrisane so %1$d vrstice." -msgstr[3] "Izbrisanih je %1$d vrstic." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Vstavljena je %1$d vrstica." -msgstr[1] "Vstavljeni sta %1$d vrstici." -msgstr[2] "Vstavljene so %1$d vrstice." -msgstr[3] "Vstavljenih je %1$d vrstic." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Od" @@ -6540,18 +6608,6 @@ msgstr "Osveži okvir navigacije" msgid "This format has no options" msgstr "Za to obliko ni možnosti" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Ne morem shraniti nedavne tabele" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Nedavne tabele" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Ni nobenih nedavnih tabel" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ni v redu" @@ -6934,6 +6990,61 @@ msgstr "Razlika" msgid "Target database" msgstr "Ciljna zbirka podatkov" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Izvedi poizvedbo/poizvedbe SQL na strežniku %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Izvedi poizvedbo/poizvedbe SQL na podatkovni zbirki %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Počisti" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Stolpci" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Označi to poizvedbo SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Dovoli dostop do zaznamka vsem uporabnikom" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Zamenjaj obstoječ zaznamek z istim imenom" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Ne prepiši te poizvedbe od zunaj" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Ločilo" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Ponovno pokaži poizvedbo v tem oknu " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Samo pogled" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Mesto datoteke z besedilom" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "imenik za nalaganje datotek" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6996,61 +7107,6 @@ msgstr "Neveljavni identifikator" msgid "Unknown Punctuation String" msgstr "Neznan niz ločil" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Izvedi poizvedbo/poizvedbe SQL na strežniku %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Izvedi poizvedbo/poizvedbe SQL na podatkovni zbirki %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Počisti" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Stolpci" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Označi to poizvedbo SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Dovoli dostop do zaznamka vsem uporabnikom" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Zamenjaj obstoječ zaznamek z istim imenom" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Ne prepiši te poizvedbe od zunaj" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Ločilo" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Ponovno pokaži poizvedbo v tem oknu " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Samo pogled" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Mesto datoteke z besedilom" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "imenik za nalaganje datotek" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7060,49 +7116,6 @@ msgstr "" "Ne morem inicializirati preverjevalnika SQL. Prosimo, preverite, če so " "nameščene vse razširitve PHP, kot je navedeno v %sdokumenaciji%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Za ta skladiščni pogon ni na voljo nobenih podrobnejših informacij o stanju." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s je na voljo na tem strežniku MySQL." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s je onemogočeno za ta strežnik MySQL." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ta strežnik MySQL ne podpira skladiščnega pogona %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Neveljavna zbirka podatkov" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Neveljavno ime tabele" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Napaka pri preimenovanju tabele %1$s v %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabela %s je preimenovana v %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Ne morem shraniti nastavitev uporabniškega vmesnika tabel" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabela je prazna!" @@ -7221,38 +7234,6 @@ msgstr "Definicija PARTITION" msgid "+ Add a new value" msgstr "+ Dodaj novo vrednost" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Za temo %s ni bila najdena veljavna pot slik!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Predogled ni na voljo." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "uporabi" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Privzeta tema %s ni bila najdena!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s ni bila najdena!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Pot teme ni bila najdena za temo %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8295,8 +8276,8 @@ msgstr "Izbriši zbirke podatkov, ki imajo enako ime kot uporabniki." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz tabel " "privilegijev MySQL. Vsebina teh tabel se lahko razlikuje od privilegijev, ki " @@ -8583,24 +8564,24 @@ msgid "Refresh rate" msgstr "Hitrost osveževanja" #: server_status.php:31 -#, fuzzy, php-format +#, php-format #| msgid "minutes" msgid "%d minute" msgid_plural "%d minutes" -msgstr[0] "minut" -msgstr[1] "minut" -msgstr[2] "minut" -msgstr[3] "minut" +msgstr[0] "%d minuta" +msgstr[1] "%d minuti" +msgstr[2] "%d minute" +msgstr[3] "%d minut" #: server_status.php:33 -#, fuzzy, php-format +#, php-format #| msgid "second" msgid "%d second" msgid_plural "%d seconds" -msgstr[0] "sekunda" -msgstr[1] "sekunda" -msgstr[2] "sekunda" -msgstr[3] "sekunda" +msgstr[0] "%d sekunda" +msgstr[1] "%d sekundi" +msgstr[2] "%d sekunde" +msgstr[3] "%d sekund" #: server_status.php:134 #, php-format @@ -8682,10 +8663,9 @@ msgid "All status variables" msgstr "Vse spremenljivke stanja" #: server_status.php:413 server_status.php:439 -#, fuzzy #| msgid "Refresh rate" msgid "Refresh rate:" -msgstr "Hitrost osveževanja" +msgstr "Hitrost osveževanja:" #: server_status.php:462 msgid "Containing the word:" @@ -9576,7 +9556,7 @@ msgstr "" #: server_variables.php:58 msgid "Setting variable failed" -msgstr "" +msgstr "Nastavljanje spremenljivke je spodletelo" #: server_variables.php:77 msgid "Server variables and settings" @@ -10076,10 +10056,9 @@ msgid "View dump (schema) of table" msgstr "Preglej povzetek stanja tabele" #: tbl_gis_visualization.php:111 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "Prikaži izbiro strežnikov" +msgstr "Prikaži predstavitev GIS" #: tbl_gis_visualization.php:157 msgid "Width" @@ -10090,42 +10069,37 @@ msgid "Height" msgstr "Višina" #: tbl_gis_visualization.php:165 -#, fuzzy #| msgid "Textarea columns" msgid "Label column" -msgstr "Stolpcev besedilnega polja" +msgstr "Stolpec oznak" #: tbl_gis_visualization.php:167 -#, fuzzy #| msgid "- none -" msgid "-- None --" -msgstr "- noben -" +msgstr "-- Noben --" #: tbl_gis_visualization.php:180 -#, fuzzy #| msgid "Total count" msgid "Spatial column" -msgstr "Skupno število" +msgstr "Prostorski stolpec" #: tbl_gis_visualization.php:201 msgid "Use OpenStreetMaps as Base Layer" -msgstr "" +msgstr "Uporabi OpenStreetMaps kot osnovni sloj" #: tbl_gis_visualization.php:204 msgid "Redraw" msgstr "Ponovno nariši" #: tbl_gis_visualization.php:206 -#, fuzzy #| msgid "Save as file" msgid "Save to file" msgstr "Shrani kot datoteko" #: tbl_gis_visualization.php:207 -#, fuzzy #| msgid "Table name" msgid "File name" -msgstr "Ime tabele" +msgstr "Ime datoteke" #: tbl_indexes.php:66 msgid "The name of the primary key must be \"PRIMARY\"!" @@ -10367,7 +10341,7 @@ msgstr "Vrstni red prikaza:" #: tbl_structure.php:158 tbl_structure.php:163 tbl_structure.php:611 msgid "Spatial" -msgstr "" +msgstr "Prostorsko" #: tbl_structure.php:165 tbl_structure.php:169 msgid "Browse distinct values" @@ -10386,10 +10360,9 @@ msgid "Add unique index" msgstr "Dodaj izvirno vrednost" #: tbl_structure.php:176 tbl_structure.php:177 -#, fuzzy #| msgid "Add index" msgid "Add SPATIAL index" -msgstr "Dodaj indeks" +msgstr "Dodaj indeks SPATIAL" #: tbl_structure.php:178 tbl_structure.php:179 msgid "Add FULLTEXT index" diff --git a/po/sq.po b/po/sq.po index b994b0a14c..58d0472bea 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-21 14:51+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: albanian \n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" @@ -48,10 +48,10 @@ msgstr "Kërko" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Kërko" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Zbato" @@ -130,9 +130,9 @@ msgstr "Komenti për databazën: " msgid "Table comments" msgstr "Komentet e tabelës" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Komentet e tabelës" msgid "Column" msgstr "Emrat e kollonave" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Emrat e kollonave" msgid "Type" msgstr "Lloji" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Lidhje me" msgid "Comments" msgstr "Komente" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Komente" msgid "No" msgstr " Jo " -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -336,8 +335,8 @@ msgstr "Shto kushte" msgid "Switch to copied database" msgstr "Kalo tek databaza e kopjuar" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -511,8 +510,8 @@ msgstr "Kërkesë SQL tek databaza %s:" msgid "Submit Query" msgstr "Dërgo Query" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -535,76 +534,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Mesazh nga MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Proceset" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Nuk gjenden tabela në databazë." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabela %s u eleminua" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabela %s u eleminua" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Versioni i MySQL" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6215,40 +6359,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Asnjë tregues i përcaktuar!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "I vetëm" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Kyçi primar u eleminua" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Treguesi %s u eleminua" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6261,29 +6371,6 @@ msgstr "Asnjë lloj" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Nuk ka rreshta të zgjedhur" -msgstr[1] "Nuk ka rreshta të zgjedhur" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Nuk ka rreshta të zgjedhur" -msgstr[1] "Nuk ka rreshta të zgjedhur" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6527,19 +6614,6 @@ msgstr "" msgid "This format has no options" msgstr "Ky format nuk ka opcione" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Asnjë tabelë" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "jo OK" @@ -6932,6 +7006,64 @@ msgstr "" msgid "Target database" msgstr "Kërko në databazë" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Zbato query SQL tek databaza %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Zbato query SQL tek databaza %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalendari" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Emrat e kollonave" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Shtoja të preferuarve këtë query SQL" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Lejo që çdo përdorues të ketë hyrje në këtë libërshënues" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Mos e mbishkruaj këtë query nga jashtë dritares" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Tregoje përsëri këtë query" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Shfaq vetëm" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Pozicioni i file" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "directory e upload të server-it web" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6997,64 +7129,6 @@ msgstr "Identifikues i pavlefshëm" msgid "Unknown Punctuation String" msgstr "Stringë Punctuation e panjohur" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Zbato query SQL tek databaza %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Zbato query SQL tek databaza %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalendari" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Emrat e kollonave" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Shtoja të preferuarve këtë query SQL" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Lejo që çdo përdorues të ketë hyrje në këtë libërshënues" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Mos e mbishkruaj këtë query nga jashtë dritares" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Tregoje përsëri këtë query" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Shfaq vetëm" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Pozicioni i file" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "directory e upload të server-it web" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7064,48 +7138,6 @@ msgstr "" "Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e " "prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabela %s u riemërtua %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7235,38 +7267,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Shto një përdorues të ri" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "merre" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8363,8 +8363,8 @@ msgstr "Elemino databazat që kanë emër të njëjtë me përdoruesit." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Shënim: phpMyAdmin lexon të drejtat e përdoruesve direkt nga tabela e " "privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë prej të " @@ -10651,8 +10651,8 @@ msgstr "Riemërto tabelën në" #~ "Query statistics: Since its startup, %s queries have been sent to " #~ "the server." #~ msgstr "" -#~ "Statistikat e Query: Që nga nisja e tij, serverit i janë dërguar %" -#~ "s queries." +#~ "Statistikat e Query: Që nga nisja e tij, serverit i janë dërguar " +#~ "%s queries." #, fuzzy #~| msgid "The privileges were reloaded successfully." diff --git a/po/sr.po b/po/sr.po index de9e37f432..0cdb00b05c 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-04-06 18:43+0200\n" "Last-Translator: \n" "Language-Team: serbian_cyrillic \n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Претраживање" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Претраживање" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Крени" @@ -131,9 +131,9 @@ msgstr "Коментар базе:" msgid "Table comments" msgstr "Коментари табеле" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -142,12 +142,12 @@ msgstr "Коментари табеле" msgid "Column" msgstr "Колона" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -157,9 +157,9 @@ msgstr "Колона" msgid "Type" msgstr "Тип" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -197,13 +197,12 @@ msgstr "Везе ка" msgid "Comments" msgstr "Коментари" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -214,17 +213,17 @@ msgstr "Коментари" msgid "No" msgstr "Не" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -332,8 +331,8 @@ msgstr "Додај ограничења" msgid "Switch to copied database" msgstr "Пребаци се на копирану базу" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -506,8 +505,8 @@ msgstr "SQL упит на бази %s:" msgid "Submit Query" msgstr "Изврши SQL упит" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -532,80 +531,82 @@ msgstr "Дозвољава извршавање сачуваних рутина. msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL је вратио празан резултат (нула редова)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL рече: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Процеси" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Табеле нису пронађене у бази." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Увоз датотека" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Неисправан индекс сервера: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Табела %s је одбачена" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Табела %s је одбачена" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Направи релацију" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Рутине" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6332,40 +6479,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Кључ није дефинисан!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Јединствени" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Кардиналност" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Примарни кључ је обрисан" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Кључ %s је обрисан" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6378,29 +6491,6 @@ msgstr "нема" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Нема одабраних редова" -msgstr[1] "Нема одабраних редова" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Нема одабраних редова" -msgstr[1] "Нема одабраних редова" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6645,22 +6735,6 @@ msgstr "" msgid "This format has no options" msgstr "Не постоје опције за овај формат" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Нема табела" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Провери табелу" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "није у реду" @@ -7053,6 +7127,64 @@ msgstr "" msgid "Target database" msgstr "Претраживање базе" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Изврши SQL упит(е) на серверу %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Изврши SQL упит(е) на бази %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Календар" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Имена колона" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Запамти SQL-упит" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Дозволи сваком кориснику да приступа овом упамћеном упиту" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Замени постојеће запамћене упите истог имена" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Не преписуј овај упит изван прозора" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Граничник" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Прикажи поново овај упит" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Види само" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Локација текстуалне датотеке" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "директоријум за слање веб сервера " + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7115,64 +7247,6 @@ msgstr "Неисправан иГ¤ентификатор" msgid "Unknown Punctuation String" msgstr "Непознат стринг интерпункције" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Изврши SQL упит(е) на серверу %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Изврши SQL упит(е) на бази %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Календар" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Имена колона" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Запамти SQL-упит" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Дозволи сваком кориснику да приступа овом упамћеном упиту" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Замени постојеће запамћене упите истог имена" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Не преписуј овај упит изван прозора" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Граничник" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Прикажи поново овај упит" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Види само" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Локација текстуалне датотеке" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "директоријум за слање веб сервера " - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7182,48 +7256,6 @@ msgstr "" "SQL валидатор није могао да буде покренут. Проверите да ли су инсталиране " "неопходне PHP екстензије описане у %sдокументацији%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Нема детаљнијих информација о статусу за овај погон складиштења." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s је доступан на овом MySQL серверу." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s је онемогућен на овом MySQL серверу." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Овај MySQL сервер не подржава %s погон складиштења." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Неисправна база података" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Неисправан назив табеле" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Грешка при преименовању табеле %1$s у %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Табели %s промењено име у %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Табела је изгледа празна!" @@ -7353,38 +7385,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Додај новог корисника" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Нема исправне путање до слика за тему %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Преглед не постоји." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "преузми" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Није пронађена подразумевана тема %s!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Није пронађена тема %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Није пронађена путања до теме за тему %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8500,8 +8500,8 @@ msgstr "Одбаци базе које се зову исто као корис msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Напомена: phpMyAdmin узима привилегије корисника директно из MySQL табела " "привилегија. Садржај ове табеле може се разликовати од привилегија које " diff --git a/po/sr@latin.po b/po/sr@latin.po index 524304cf87..a4e8f1c3ba 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-12-02 14:49+0200\n" "Last-Translator: Sasa Kostic \n" "Language-Team: serbian_latin \n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Pretraživanje" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Pretraživanje" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Kreni" @@ -133,9 +133,9 @@ msgstr "Komentar baze:" msgid "Table comments" msgstr "Komentari tabele" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Komentari tabele" msgid "Column" msgstr "Kolona" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Kolona" msgid "Type" msgstr "Tip" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Veze ka" msgid "Comments" msgstr "Komentari" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Komentari" msgid "No" msgstr "Ne" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Dodaj ograničenja" msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -503,8 +502,8 @@ msgstr "SQL upit na bazi %s:" msgid "Submit Query" msgstr "Izvrši SQL upit" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -529,80 +528,82 @@ msgstr "Dozvoljava izvršavanje sačuvanih rutina." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL reče: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Procesi" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Tabele nisu pronađene u bazi." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Uvoz datoteka" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Neispravan indeks servera: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Tabela %s je odbačena" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabela %s je odbačena" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Napravi relaciju" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Rutine" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6319,40 +6466,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Ključ nije definisan!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Jedinstveni" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalnost" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Primarni ključ je obrisan" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Ključ %s je obrisan" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6365,29 +6478,6 @@ msgstr "nema" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Nema odabranih redova" -msgstr[1] "Nema odabranih redova" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Nema odabranih redova" -msgstr[1] "Nema odabranih redova" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6630,22 +6720,6 @@ msgstr "" msgid "This format has no options" msgstr "Ne postoje opcije za ovaj format" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Ne mogu da učitam podrazumevanu konfiguraciju iz: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Nema tabela" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Proveri tabelu" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "nije u redu" @@ -7038,6 +7112,64 @@ msgstr "" msgid "Target database" msgstr "Pretraživanje baze" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Izvrši SQL upit(e) na serveru %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Izvrši SQL upit(e) na bazi %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Kalendar" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Imena kolona" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Zapamti SQL-upit" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Dozvoli svakom korisniku da pristupa ovom upamćenom upitu" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Zameni postojeće zapamćene upite istog imena" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Ne prepisuj ovaj upit izvan prozora" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Graničnik" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr "Prikaži ponovo ovaj upit" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Vidi samo" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Lokacija tekstualne datoteke" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "direktorijum za slanje veb servera " + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7100,64 +7232,6 @@ msgstr "Neispravan iG¤entifikator" msgid "Unknown Punctuation String" msgstr "Nepoznat string interpunkcije" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Izvrši SQL upit(e) na serveru %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Izvrši SQL upit(e) na bazi %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Kalendar" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Imena kolona" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Zapamti SQL-upit" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Dozvoli svakom korisniku da pristupa ovom upamćenom upitu" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Zameni postojeće zapamćene upite istog imena" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Ne prepisuj ovaj upit izvan prozora" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Graničnik" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr "Prikaži ponovo ovaj upit" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Vidi samo" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Lokacija tekstualne datoteke" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "direktorijum za slanje veb servera " - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7167,48 +7241,6 @@ msgstr "" "SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane " "neophodne PHP ekstenzije opisane u %sdokumentaciji%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Nema detaljnijih informacija o statusu za ovaj pogon skladištenja." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s je dostupan na ovom MySQL serveru." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s je onemogućen na ovom MySQL serveru." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Ovaj MySQL server ne podržava %s pogon skladištenja." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Neispravna baza podataka" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Neispravan naziv tabele" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Greška pri preimenovanju tabele %1$s u %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabeli %s promenjeno ime u %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabela je izgleda prazna!" @@ -7338,38 +7370,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Dodaj novog korisnika" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Nema ispravne putanje do slika za temu %s!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Pregled ne postoji." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "preuzmi" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Nije pronađena podrazumevana tema %s!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Nije pronađena tema %s!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Nije pronađena putanja do teme za temu %s!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8487,8 +8487,8 @@ msgstr "Odbaci baze koje se zovu isto kao korisnici." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela " "privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje " diff --git a/po/sv.po b/po/sv.po index 4bc8e60fcb..14d369dbf1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-16 00:11+0200\n" "Last-Translator: \n" "Language-Team: swedish \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.0.5\n" @@ -48,10 +48,10 @@ msgstr "Sök" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Sök" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Kör" @@ -132,9 +132,9 @@ msgstr "Databaskommentar: " msgid "Table comments" msgstr "Tabellkommentarer" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Tabellkommentarer" msgid "Column" msgstr "Kolumn" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Kolumn" msgid "Type" msgstr "Typ" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Länkar till" msgid "Comments" msgstr "Kommentarer" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Kommentarer" msgid "No" msgstr "Nej" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Lägg till restriktioner" msgid "Switch to copied database" msgstr "Byt till kopierad databas" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -497,8 +496,8 @@ msgstr "SQL-fråga i databas %s:" msgid "Submit Query" msgstr "Kör fråga" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,82 +521,85 @@ msgstr "Tillåter utförande av lagrade rutiner." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerade ett tomt resultat (dvs inga rader)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Följande frågor har verkställts:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL sa: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "Fel i processbegäran" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Inga tabeller finns i databasen." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "Exportera standardvärden" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Ogiltigt serverindex: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Kolumnen %s har tagits bort" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabell %1$s har skapats." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Skapa relation" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redigeringsläge" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6197,42 +6343,6 @@ msgstr "" "Den angivna XML-filen var antingen felaktig eller ofullständig. Korrigera " "problemet och försök igen." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Inga index är definierade!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Unik" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Packad" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Kardinalitet" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Den primära nyckeln har tagits bort" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Index %s har tagits bort" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"Index %1$s och %2$s verkar vara identiska och ett av dem kan möjligen tas " -"bort." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6243,27 +6353,6 @@ msgstr "Inget" msgid "Convert to Kana" msgstr "Konvertera till Kana" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d rad påverkad." -msgstr[1] "%1$d rader påverkade." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d rad borttagen." -msgstr[1] "%1$d rader borttagna." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d rad infogad." -msgstr[1] "%1$d rader infogade." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Från" @@ -6502,18 +6591,6 @@ msgstr "Ladda om navigering ram" msgid "This format has no options" msgstr "Detta format har inga alternativ" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Kunde inte spara den senaste tabellen" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "De senaste tabellerna" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Det finns inga nya tabeller" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "Inte OK" @@ -6898,6 +6975,61 @@ msgstr "Skillnad" msgid "Target database" msgstr "Måldatabas" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "Kör SQL-fråga/frågor på server %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Kör SQL-fråga/frågor i databasen %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Rensa" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Kolumn" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Skapa bokmärke för den här SQL-frågan" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Låt varje användare få tillgång till detta bokmärke" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Ersätt befintligt bokmärke med samma namn" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Skriv inte över denna fråga utifrån detta fönster" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Avgränsare" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Visa frågan här igen " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Visa endast" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Textfilens plats" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "Uppladdningskatalog på webbserver" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6961,61 +7093,6 @@ msgstr "Ogiltig identifierare" msgid "Unknown Punctuation String" msgstr "Okänd interpunktion i sträng" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "Kör SQL-fråga/frågor på server %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Kör SQL-fråga/frågor i databasen %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Rensa" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Kolumn" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Skapa bokmärke för den här SQL-frågan" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Låt varje användare få tillgång till detta bokmärke" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Ersätt befintligt bokmärke med samma namn" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Skriv inte över denna fråga utifrån detta fönster" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Avgränsare" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Visa frågan här igen " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Visa endast" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Textfilens plats" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "Uppladdningskatalog på webbserver" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7025,50 +7102,6 @@ msgstr "" "SQL-validatorn kunde inte initieras. Kontrollera om du har installerat de " "nödvändiga PHP-tilläggen enligt %sdokumentationen%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" -"Det finns ingen detaljerad statusinformation tillgänglig för denna " -"lagringsmotor." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s är tillgänglig på denna MySQL-server." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s har inaktiverats på denna MySQL-server." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Denna MySQL-server stödjer inte lagringsmotorn %s." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Ogiltig databas" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Ogiltigt tabellnamn" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "Fel vid namnbyte av tabell %1$s till %2$s" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Tabell %s har döpts om till %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Kunde inte spara UI inställningarna för tabellen" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tabellen verkar vara tom!" @@ -7187,38 +7220,6 @@ msgstr "Partitionsdefinition" msgid "+ Add a new value" msgstr "+ Lägg till ett nytt värde" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "Ingen giltig sökväg för tema %s hittades!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Ingen förhandsgranskning tillgänglig." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "använd detta" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Standardtema %s hittades inte!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "Tema %s hittades inte!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "Temats sökväg för tema %s hittades inte!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7546,8 +7547,8 @@ msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -"Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL server version %" -"s. Detta kan orsaka oförutsägbara beteenden." +"Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL server version " +"%s. Detta kan orsaka oförutsägbara beteenden." #: main.php:341 #, php-format @@ -8258,8 +8259,8 @@ msgstr "Ta bort databaserna med samma namn som användarna." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Anm: phpMyAdmin hämtar användarnas privilegier direkt från MySQL:s " "privilegiumtabeller. Innehållet i dessa tabeller kan skilja sig från " @@ -9804,8 +9805,8 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Om du känner att detta är nödvändigt, använd extra skyddsinställningar - %" -"shost autentisering%s inställningarna och %strusted proxies listan%s. Dock " +"Om du känner att detta är nödvändigt, använd extra skyddsinställningar - " +"%shost autentisering%s inställningarna och %strusted proxies listan%s. Dock " "kan IP-baserat skydd inte vara tillförlitligt om din IP tillhör en ISP där " "tusentals användare, inklusive dig, är anslutna till" diff --git a/po/ta.po b/po/ta.po index a65d54bb69..9120f9fbff 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-04-16 10:43+0200\n" "Last-Translator: Sutharshan \n" "Language-Team: Tamil \n" +"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" @@ -48,10 +48,10 @@ msgstr "தேடல்" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "தேடல்" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "செல் " @@ -130,9 +130,9 @@ msgstr "" msgid "Table comments" msgstr "" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +141,12 @@ msgstr "" msgid "Column" msgstr "" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +156,9 @@ msgstr "" msgid "Type" msgstr "" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +196,12 @@ msgstr "" msgid "Comments" msgstr "" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +212,17 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -331,8 +330,8 @@ msgstr "தடைகளை சேர்க்க" msgid "Switch to copied database" msgstr "" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -498,8 +497,8 @@ msgstr "" msgid "Submit Query" msgstr "" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,71 +521,73 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, php-format -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5898,40 +6041,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -5942,27 +6051,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d வரிசை மாற்றப்பட்டுள்ளது" -msgstr[1] "%1$d வரிசைகள் மாற்றப்பட்டுள்ளன" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d வரிசை அகற்றப்பட்டுள்ளது" -msgstr[1] "%1$d வரிசைகள் அகற்றப்பட்டுள்ளன" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d வரிசை சேர்க்கப்பட்டுள்ளது" -msgstr[1] "%1$d வரிசைகள் சேர்க்கப்பட்டுள்ளன" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6203,20 +6291,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Display table filter" -msgid "Recent tables" -msgstr "கருதிட்குள் சேர்க்க" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6588,57 +6662,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6694,6 +6717,57 @@ msgstr "" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6701,48 +6775,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6852,38 +6884,6 @@ msgstr "" msgid "+ Add a new value" msgstr "புதிய பயனாளரை சேர்க்க" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7834,8 +7834,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/te.po b/po/te.po index caeafa08e8..ba3ccadb26 100644 --- a/po/te.po +++ b/po/te.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-04-07 17:06+0200\n" "Last-Translator: \n" "Language-Team: Telugu \n" +"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -49,10 +49,10 @@ msgstr "శోధించు" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "శోధించు" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "వెళ్ళు" @@ -132,9 +132,9 @@ msgid "Table comments" msgstr "పట్టిక వ్యాఖ్యలు" # మొదటి అనువాదము -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -145,12 +145,12 @@ msgstr "పట్టిక వ్యాఖ్యలు" msgid "Column" msgstr "ఆజ్ఞ" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -160,9 +160,9 @@ msgstr "ఆజ్ఞ" msgid "Type" msgstr "రకం" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -200,13 +200,12 @@ msgstr "" msgid "Comments" msgstr "వ్యాఖ్యలు" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -217,17 +216,17 @@ msgstr "వ్యాఖ్యలు" msgid "No" msgstr "కాదు" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -338,8 +337,8 @@ msgstr "" msgid "Switch to copied database" msgstr "" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -505,8 +504,8 @@ msgstr "" msgid "Submit Query" msgstr "క్వెరీ ని సమర్పించు" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -529,78 +528,80 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "డేటాబేస్ లో ఏ పట్టికలు లేవు" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Routine %1$s has been modified." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" # మొదటి అనువాదము -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Page has been created" msgid "Routine %1$s has been created." msgstr "పుటను సృష్టించడమైనది" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" # మొదటి అనువాదము -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create" msgid "Create routine" msgstr "సృష్టించు" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5967,40 +6115,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6011,27 +6125,6 @@ msgstr "ఏమీలేదు" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6284,24 +6377,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Server configuration" -msgid "Could not save recent table" -msgstr "సేవకి స్వరూపణం" - -# మొదటి అనువాదము -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgctxt "short form" -#| msgid "Create table" -msgid "Recent tables" -msgstr "పట్టికను సృష్టించు" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6673,57 +6748,6 @@ msgstr "తేడా" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6781,6 +6805,57 @@ msgstr "పాఠ్యపు దస్త్రం యొక్క ప్రా msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6788,48 +6863,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6942,39 +6975,6 @@ msgstr "" msgid "+ Add a new value" msgstr "క్రొత్త వినియోగదారుని చేర్చు" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -# మొదటి అనువాదము -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "తీసుకొనుము" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7951,8 +7951,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/th.po b/po/th.po index bd9020f1d8..15444a51f7 100644 --- a/po/th.po +++ b/po/th.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-03-12 09:19+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: thai \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "X-Generator: Translate Toolkit 1.5.3\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -46,10 +46,10 @@ msgstr "ค้นหา" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -62,18 +62,18 @@ msgstr "ค้นหา" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "ลงมือ" @@ -128,9 +128,9 @@ msgstr "หมายเหตุของฐานข้อมูล: " msgid "Table comments" msgstr "หมายเหตุของตาราง" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -141,12 +141,12 @@ msgstr "หมายเหตุของตาราง" msgid "Column" msgstr "ชื่อคอลัมน์" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -156,9 +156,9 @@ msgstr "ชื่อคอลัมน์" msgid "Type" msgstr "ชนิด" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -196,13 +196,12 @@ msgstr "เชื่อมไปยัง" msgid "Comments" msgstr "หมายเหตุ" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -213,17 +212,17 @@ msgstr "หมายเหตุ" msgid "No" msgstr "ไม่" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -331,8 +330,8 @@ msgstr "เพิ่ม constraints" msgid "Switch to copied database" msgstr "สลับไปยังฐานข้อมูลที่ถูกทำสำเนาไว้" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -499,8 +498,8 @@ msgstr "คำค้นบนฐานข้อมูล %s:" msgid "Submit Query" msgstr "ประมวลผลคำค้น" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -523,76 +522,78 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL แสดง: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "โพรเซส" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "ไม่พบตารางใด ๆ ในฐานข้อมูล" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "รุ่นของเซิร์ฟเวอร์" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6182,40 +6328,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "ยังไม่ได้กำหนดดัชนีใดๆ!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "เอกลักษณ์" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Cardinality" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "โยนไพรมารีคีย์ทิ้งไปเรียบร้อยแล้ว" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6228,29 +6340,6 @@ msgstr "ไม่มี" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "ยังไม่ได้เลือกแถว" -msgstr[1] "ยังไม่ได้เลือกแถว" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "ยังไม่ได้เลือกแถว" -msgstr[1] "ยังไม่ได้เลือกแถว" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6496,21 +6585,6 @@ msgstr "" msgid "This format has no options" msgstr "รูปแบบนี้ไม่มีตัวเลือก" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "ไม่มีตาราง" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "Tracked tables" -msgid "There are no recent tables" -msgstr "ตารางที่ถูกติดตาม" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "ไม่ตกลง" @@ -6902,6 +6976,64 @@ msgstr "" msgid "Target database" msgstr "ค้นหาในฐานข้อมูล" +#: libraries/sql_query_form.lib.php:223 +#, fuzzy, php-format +msgid "Run SQL query/queries on server %s" +msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "ปฏิทิน" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "ชื่อคอลัมน์" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "จดคำค้นนี้ไว้" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " แสดงคำค้นนี้อีกที " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "ดูอย่างเดียว" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "เลือกไฟล์ข้อความจาก" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6963,64 +7095,6 @@ msgstr "ชื่อตัวแปรไม่ถูกต้อง" msgid "Unknown Punctuation String" msgstr "มีเครื่องหมายวรรคตอนที่ไม่รู้จัก" -#: libraries/sql_query_form.lib.php:223 -#, fuzzy, php-format -msgid "Run SQL query/queries on server %s" -msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "ปฏิทิน" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "ชื่อคอลัมน์" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "จดคำค้นนี้ไว้" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " แสดงคำค้นนี้อีกที " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "ดูอย่างเดียว" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "เลือกไฟล์ข้อความจาก" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7030,48 +7104,6 @@ msgstr "" "ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น " "ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7194,38 +7226,6 @@ msgstr "" msgid "+ Add a new value" msgstr "เพิ่มผู้ใช้ใหม่" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8253,8 +8253,8 @@ msgstr "โยนฐานข้อมูลที่มีชื่อเดี msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 @@ -10559,8 +10559,8 @@ msgstr "เปลี่ยนชื่อตารางเป็น" #~ "The additional features for working with linked tables have been " #~ "deactivated. To find out why click %shere%s." #~ msgstr "" -#~ "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%" -#~ "s" +#~ "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere" +#~ "%s" #~ msgid "No tables" #~ msgstr "ไม่มีตาราง" diff --git a/po/tr.po b/po/tr.po index ec2139c8e4..4de2981336 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" -"PO-Revision-Date: 2011-06-21 21:37+0200\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" +"PO-Revision-Date: 2011-06-23 19:35+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: turkish \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -48,10 +48,10 @@ msgstr "Ara" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Ara" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Git" @@ -132,9 +132,9 @@ msgstr "Veritabanı yorumu: " msgid "Table comments" msgstr "Tablo yorumları" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Tablo yorumları" msgid "Column" msgstr "Sütun" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Sütun" msgid "Type" msgstr "Türü" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Bağlantı verilen" msgid "Comments" msgstr "Yorumlar" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Yorumlar" msgid "No" msgstr "Hayır" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "Kısıtlamaları ekle" msgid "Switch to copied database" msgstr "Kopyalanmış veritabanına geç" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -497,8 +496,8 @@ msgstr "%s veritabanındaki SQL sorgusu:" msgid "Submit Query" msgstr "Sorguyu Gönder" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -508,7 +507,7 @@ msgstr "SQL sorgunuz başarılı olarak çalıştırıldı" #, php-format msgid "%d row affected by the last statement inside the procedure" msgid_plural "%d rows affected by the last statement inside the procedure" -msgstr[0] "" +msgstr[0] "İşlemin içindeki son ifade tarafından %d satır etkilendi" #: db_routines.php:165 #, php-format @@ -520,71 +519,74 @@ msgstr "%s yordamı çalıştırma sonuçları" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş bir sonuç kümesi döndürdü (örn. sıfır satır)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +msgid "The following query has failed: \"%s\"" +msgstr "Sorgu \"%s\" başarısız oldu" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL çıktısı: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "İstek işlemede hata" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 -#, php-format -msgid "No routine with name %s found in database %s" +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 +#, fuzzy, php-format +#| msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "%s veritabanında %s adıyla yordam bulunamadı" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" -msgstr "" +msgstr "Yordamı çalıştır" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "%s yordamını dışa aktarma" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Geçersiz yordam türü: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "Üzgünüm, kaldırılmış yordamı geri yükleme başarısız oldu." -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "Yedeklenmiş sorgu:" -#: db_routines.php:309 +#: db_routines.php:314 #, php-format msgid "Routine %1$s has been modified." msgstr "Yordam %1$s değiştirildi." -#: db_routines.php:322 +#: db_routines.php:327 #, php-format msgid "Routine %1$s has been created." msgstr "Yordam %1$s oluşturuldu." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "İsteğiniz işlenirken bir ya da daha fazla hata meydana geldi:" -#: db_routines.php:374 +#: db_routines.php:379 msgid "Create routine" msgstr "Yordam oluştur" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "Yordamı düzenle" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "Yüzdeleri doğru ondalık olarak içe aktar (örn. %12.00'ı .12'ye)" @@ -6188,42 +6329,6 @@ msgstr "" "Belirlenmiş XML dosyası ya kusurlu ya da tamamlanmamış. Lütfen sorunu " "düzeltin ve tekrar deneyin." -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Tanımlı indeks yok!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Benzersiz" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "Paketlendi" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Önemlilik" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Birincil anahtar kaldırıldı" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "%s indeksi kaldırıldı" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"İndeks %1$s ve %2$s eşit görünüyor ve bunlardan birinin silinmesi mümkün " -"olabilir." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6234,24 +6339,6 @@ msgstr "Yok" msgid "Convert to Kana" msgstr "Kana'ya dönüştür" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d satır etkilendi." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d satır silindi." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d satır eklendi." - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "Buradan" @@ -6490,18 +6577,6 @@ msgstr "Rehber çerçeveyi yeniden yükle" msgid "This format has no options" msgstr "Bu biçim seçeneğe sahip değil" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "Son tablo kaydedilemedi" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "Son tablolar" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "Son tablolar yok" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "TAMAM değil" @@ -6886,6 +6961,61 @@ msgstr "Farkı" msgid "Target database" msgstr "Hedef veritabanı" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "%s sunucusu üzerinde SQL sorgusunu/sorgularını çalıştır" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "%s veritabanı üzerinde SQL sorgusunu/sorgularını çalıştır" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "Temizle" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "Sütun" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Bu SQL sorgusunu işaretle" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Bütün kullanıcıların bu işaretlemeye erişimlerine izin ver" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Mevcut aynı ismin işaretlemesini değiştir" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Pencere dışından bu sorgunun üzerine yazma" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "Sınırlayıcı" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Bu sorguyu burada tekrar göster " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Sadece göster" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "Metin dosyasının yeri" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web sunucusu gönderme dizini" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6949,61 +7079,6 @@ msgstr "Geçersiz Tanımlayıcı" msgid "Unknown Punctuation String" msgstr "Bilinmeyen Noktalama İşareti Dizgisi" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "%s sunucusu üzerinde SQL sorgusunu/sorgularını çalıştır" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "%s veritabanı üzerinde SQL sorgusunu/sorgularını çalıştır" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "Temizle" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "Sütun" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Bu SQL sorgusunu işaretle" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Bütün kullanıcıların bu işaretlemeye erişimlerine izin ver" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Mevcut aynı ismin işaretlemesini değiştir" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Pencere dışından bu sorgunun üzerine yazma" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "Sınırlayıcı" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Bu sorguyu burada tekrar göster " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Sadece göster" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "Metin dosyasının yeri" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web sunucusu gönderme dizini" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -7013,48 +7088,6 @@ msgstr "" "SQL onaylayıcısı başlatılamadı. %sBelgede%s anlatıldığı gibi lütfen gerekli " "PHP uzantılarının kurulu olduğunu kontrol edin." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Bu depolama motoru için ayrıntılı durum bilgisi mevcut değil." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s bu MySQL sunucusunda var." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s bu MySQL sunucusu için etkisizleştirildi." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Bu MySQL sunucusu %s depolama motorunu desteklemez." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Geçersiz veritabanı" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Geçersiz tablo adı" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "%1$s tablo adını %2$s tablo adına değiştirme hatası" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "%s tablosu %s olarak yeniden adlandırıldı" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "Tablo KA tercihleri kaydedilemedi" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "Tablo boş olarak görünüyor!" @@ -7173,38 +7206,6 @@ msgstr "PARTITION tanımı" msgid "+ Add a new value" msgstr "+ Yeni bir değer ekle" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "%s teması için geçerli resim yolu bulunamadı!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "Önizleme mevcut değil." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "Al" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "Varsayılan tema %s bulunamadı!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "%s teması bulunamadı!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "%s teması için tema yolu bulunamadı!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "Tema" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8252,8 +8253,8 @@ msgstr "Kullanıcılarla aynı isimlerde olan veritabanlarını kaldır." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Not: phpMyAdmin kullanıcıların yetkilerini doğrudan MySQL'in yetki " "tablolarından alır. Bu tabloların içerikleri, eğer elle değiştirildiyse " @@ -8626,10 +8627,9 @@ msgid "All status variables" msgstr "Tüm durum değişkenleri" #: server_status.php:413 server_status.php:439 -#, fuzzy #| msgid "Refresh rate" msgid "Refresh rate:" -msgstr "Oranı yenile" +msgstr "Yenileme oranı:" #: server_status.php:462 msgid "Containing the word:" @@ -9523,7 +9523,7 @@ msgstr "" #: server_variables.php:58 msgid "Setting variable failed" -msgstr "" +msgstr "Ayar değişkeni başarısız oldu" #: server_variables.php:77 msgid "Server variables and settings" @@ -9801,9 +9801,9 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Eğer bunun gerekli olduğunu düşünüyorsanız, ilave koruma ayarları kullanın- %" -"sanamakine kimlik doğrulaması%s ayarları ve %sgüvenilir proksiler listesi%s. " -"Ancak, IP-tabanlı koruma eğer IP'niz, sizinde dahil olduğunuz binlerce " +"Eğer bunun gerekli olduğunu düşünüyorsanız, ilave koruma ayarları kullanın- " +"%sanamakine kimlik doğrulaması%s ayarları ve %sgüvenilir proksiler listesi" +"%s. Ancak, IP-tabanlı koruma eğer IP'niz, sizinde dahil olduğunuz binlerce " "kullanıcıya sahip ve bağlı olduğunuz bir ISS'e aitse güvenilir olmayabilir." #: setup/lib/index.lib.php:268 @@ -9818,8 +9818,8 @@ msgstr "" "[kbd]Yapılandırma[/kbd] kimlik doğrulaması türünü ayarladınız ve buna " "otomatik oturum açma için kullanıcı adı ve parola dahildir, canlı " "anamakineler için istenmeyen bir seçenektir. phpMyAdmin URL'nizi bilen veya " -"tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. %" -"sKimlik doğrulama türünü%s [kbd]tanımlama bilgisi[/kbd] ya da [kbd]http[/" +"tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. " +"%sKimlik doğrulama türünü%s [kbd]tanımlama bilgisi[/kbd] ya da [kbd]http[/" "kbd] olarak ayarlayın." #: setup/lib/index.lib.php:270 @@ -10025,10 +10025,9 @@ msgid "View dump (schema) of table" msgstr "Tablonun dökümünü (şemasını) göster" #: tbl_gis_visualization.php:111 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "Sunucu seçimlerini görüntüle" +msgstr "GIS görselleştirmesini görüntüle" #: tbl_gis_visualization.php:157 msgid "Width" @@ -10052,7 +10051,7 @@ msgstr "Uzamsal sütun" #: tbl_gis_visualization.php:201 msgid "Use OpenStreetMaps as Base Layer" -msgstr "" +msgstr "Taban Katman olarak OpenStreetMaps kullan" #: tbl_gis_visualization.php:204 msgid "Redraw" @@ -10310,7 +10309,7 @@ msgstr "Görünüm düzeni:" #: tbl_structure.php:158 tbl_structure.php:163 tbl_structure.php:611 msgid "Spatial" -msgstr "" +msgstr "Uzaysal" #: tbl_structure.php:165 tbl_structure.php:169 msgid "Browse distinct values" @@ -10329,10 +10328,9 @@ msgid "Add unique index" msgstr "Benzersiz indeks ekle" #: tbl_structure.php:176 tbl_structure.php:177 -#, fuzzy #| msgid "Add index" msgid "Add SPATIAL index" -msgstr "İndeks ekle" +msgstr "UZAYSAL indeks ekle" #: tbl_structure.php:178 tbl_structure.php:179 msgid "Add FULLTEXT index" diff --git a/po/tt.po b/po/tt.po index bdc94c0ab3..e5febac248 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-22 02:25+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: tatarish \n" +"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tt\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" @@ -48,10 +48,10 @@ msgstr "Ezläw" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Ezläw" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Äydä" @@ -130,9 +130,9 @@ msgstr "Biremlek açıqlaması:" msgid "Table comments" msgstr "Tüşämä açıqlaması" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "Tüşämä açıqlaması" msgid "Column" msgstr "Alan iseme" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "Alan iseme" msgid "Type" msgstr "Töre" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "Bonı belän bäyläneş:" msgid "Comments" msgstr "Açıqlama" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "Açıqlama" msgid "No" msgstr "Yuq" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -336,8 +335,8 @@ msgstr "Çikläwlär östise" msgid "Switch to copied database" msgstr "Kübäytelgän biremlekkä küçäse" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -510,8 +509,8 @@ msgstr "%s biremlegenä SQL-soraw:" msgid "Submit Query" msgstr "Sorawnı Yulla" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -534,77 +533,79 @@ msgstr "Eçke funksílar eşlätterergä birä." msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL qaytarışı:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Proseslar" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Bu biremlektä ber genä dä tüşämä yuq." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format msgid "Export of routine %s" msgstr "Biremdän alu" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Serverdäge \"%s\" digän tezeleş yaraqsız" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "\"%s\" atlı tüşämä beterelde" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "\"%s\" atlı tüşämä beterelde" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy msgid "Create routine" msgstr "Server söreme" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6280,40 +6427,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Açqıç bilgelänmäde!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Qabatsız" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Qabatlanu sanı" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Töp açqıç beterelde" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "\"%s\" digän tezeş salındı" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6326,29 +6439,6 @@ msgstr "Buş" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "Kertemnär sayladı" -msgstr[1] "Kertemnär sayladı" - -#: libraries/Message.class.php:298 -#, fuzzy, php-format -#| msgid "No rows selected" -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "Kertemnär sayladı" -msgstr[1] "Kertemnär sayladı" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6591,22 +6681,6 @@ msgstr "" msgid "This format has no options" msgstr "Bu tözeleşeneñ köyläneşe yuq" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: \"%1$s\"" -msgid "Could not save recent table" -msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -msgid "Recent tables" -msgstr "Berär genä dä tüşämä yuq" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -msgid "There are no recent tables" -msgstr "Tüşämä tikşerü" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "OK tügel" @@ -6996,6 +7070,64 @@ msgstr "" msgid "Target database" msgstr "Biremlektä ezläw: " +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "%s digän serverdä SQL-soraw eşlätü" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "%s biremlegendä eşlätäse SQL-soraw" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +#, fuzzy +msgid "Clear" +msgstr "Täqwim" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Alan iseme" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Bu SQL-sorawğa tamğa quy" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "Bu tamğanı bar qullanuçığa da ireşüle itäse" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "Şulay uq atalğan bitbilgelärne almaştırası" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Bu sorawnı, täräzä tışında bulğanı belän almaştırası tügel" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Bu sorawnı qabat kürsätäse" + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Kürep kenä" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "SQL-ämerlege belän birem yökläw" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "web-server'neñ yökläw törgäge" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -7058,114 +7190,14 @@ msgstr "Tanıtması Yaraqsız" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "%s digän serverdä SQL-soraw eşlätü" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "%s biremlegendä eşlätäse SQL-soraw" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -#, fuzzy -msgid "Clear" -msgstr "Täqwim" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Alan iseme" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Bu SQL-sorawğa tamğa quy" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "Bu tamğanı bar qullanuçığa da ireşüle itäse" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "Şulay uq atalğan bitbilgelärne almaştırası" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Bu sorawnı, täräzä tışında bulğanı belän almaştırası tügel" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Bu sorawnı qabat kürsätäse" - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Kürep kenä" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "SQL-ämerlege belän birem yökläw" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "web-server'neñ yökläw törgäge" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -"SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında %" -"squllanmada%s uqıp bula." - -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "Bu saqlaw engine öçen xälät turında centekle belem yuq." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "Bu MySQL serverdä %s bar." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "Bu MySQL serverdä %s sünderelgän bulğan." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "Bu MySQL server %s saqlaw enginen totmí." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "Yaraqsız biremlek" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "Tüşämä adı yaraqsız" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "\"%s\" tüşämäse \"%s\" itep ataldı" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" +"SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında " +"%squllanmada%s uqıp bula." #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" @@ -7296,38 +7328,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Yaña qullanuçı östäw" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "%s digän tışlaw sürätläre urınlaşqan yul tabılmadı!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "bonı sayla" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "%s digän töp tışlaw tabılmadı!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "%s digän tışlaw tabılmadı!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "%s digän tışlaw urınlaşqan yul tabılmadı!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 #, fuzzy #| msgid "" @@ -8419,8 +8419,8 @@ msgstr "Bu qullanuçılar kebek atalğan biremleklärne beteräse." msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Beläse: MySQL-serverneñ eçke tüşämä eçennän alınğan xoquqlar bu. Server " "qullana torğan xoquqlar qul aşa üzgärtelgän bulsa, bu tüşämä eçtälege " diff --git a/po/ug.po b/po/ug.po index 45d7063734..e3924ccd14 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-08-26 11:59+0200\n" "Last-Translator: \n" "Language-Team: Uyghur \n" +"Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ug\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -50,10 +50,10 @@ msgstr "ئىزدەش" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -66,18 +66,18 @@ msgstr "ئىزدەش" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "ئىجرا قىلىش" @@ -132,9 +132,9 @@ msgstr "ساندان ئىزاھاتى:" msgid "Table comments" msgstr "جەدۋەل ئىزاھى" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -143,12 +143,12 @@ msgstr "جەدۋەل ئىزاھى" msgid "Column" msgstr "سۆزلەم" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -158,9 +158,9 @@ msgstr "سۆزلەم" msgid "Type" msgstr "تۈرى" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -198,13 +198,12 @@ msgstr "ئۇلانما" msgid "Comments" msgstr "ئىزاھلار" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -215,17 +214,17 @@ msgstr "ئىزاھلار" msgid "No" msgstr "يوق" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -333,8 +332,8 @@ msgstr "مەجبۇرى قوشۇش" msgid "Switch to copied database" msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -349,8 +348,8 @@ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." msgstr "" -"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن %" -"sبۇ يەرنى كۆرۈڭ%s." +"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن " +"%sبۇ يەرنى كۆرۈڭ%s." #: db_operations.php:600 #, fuzzy @@ -499,8 +498,8 @@ msgstr "SQL ئىجرا بولۋاتقان ساندان %s:" msgid "Submit Query" msgstr "تاپشۇرۇش" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -522,79 +521,81 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL جاۋابى:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 msgid "Error in processing request" msgstr "" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "سانداندا جەدۋەل يوق" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "ئۈنۈمسىز مۇلازىمىتېر :%s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "View %s has been dropped" msgid "Routine %1$s has been modified." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create version" msgid "Create routine" msgstr "نەشىرنى قۇىماق" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "دائىملىق" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6075,42 +6221,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "index قىممىتى بەلگىلەنمىگەن!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "بىردىنبىر" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "ئىخچام" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "تۈپ سان" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "ئۆچۈرۈلگەن تېزىسلار %s" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6121,24 +6231,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d row affected." - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d row deleted." - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d قۇر قوشۇلدى." - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6379,24 +6471,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not load default configuration from: %1$s" -msgid "Could not save recent table" -msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Tracked tables" -msgid "Recent tables" -msgstr "ئىزلانغان جەدۋەل" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "Tracked tables" -msgid "There are no recent tables" -msgstr "ئىزلانغان جەدۋەل" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6778,57 +6852,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6884,6 +6907,57 @@ msgstr "يىزىق ھۆججەتنىڭ ئورنى" msgid "web server upload directory" msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6891,48 +6965,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "بۇ ساقلىغۇچقا مۇناسىۋەتلىك باشقا ئۇچۇرلار مەۋجۇت ئەمەس." - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولىدۇ." - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولمايدۇ." - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "بۇ MySQL مۇلازىمىتېرى %s نى قوللىمايدۇ." - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "ئۈنۈمسىز ساندان" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىشتە خاتالىق كۆرۈلدى." - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىش غەلبىلىك بولدى." - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7037,38 +7069,6 @@ msgstr "" msgid "+ Add a new value" msgstr "" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "No valid image path for theme %s found!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "ئالدىن كۆرگىنى بولمايدۇ." - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "ئېلىش" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "ئۇسلۇپ ئەندىزسى %s تېپىلمىدى!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "تېما %s تېپىلمىدى!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "ماۋزۇ %s تېپىلمىدى." - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -7324,8 +7324,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن %" -"sبۇ يەرنى كۆرۈڭ%s." +"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن " +"%sبۇ يەرنى كۆرۈڭ%s." #: main.php:314 msgid "" @@ -8056,8 +8056,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/uk.po b/po/uk.po index 8d26ec012e..625cb77a44 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-17 10:55+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: ukrainian \n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: browse_foreigners.php:35 browse_foreigners.php:53 @@ -49,10 +49,10 @@ msgstr "Шукати" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -65,18 +65,18 @@ msgstr "Шукати" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "Вперед" @@ -133,9 +133,9 @@ msgstr "Коментар бази даних: " msgid "Table comments" msgstr "Коментар до таблиці" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Коментар до таблиці" msgid "Column" msgstr "Стовпчик" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Стовпчик" msgid "Type" msgstr "Тип" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Лінки до" msgid "Comments" msgstr "Коментарі" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Коментарі" msgid "No" msgstr "Ні" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -334,8 +333,8 @@ msgstr "Додати constraints" msgid "Switch to copied database" msgstr "Перейти до скопійованої бази даних" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -500,8 +499,8 @@ msgstr "SQL-запит до БД %s:" msgid "Submit Query" msgstr "Виконати запит" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -525,78 +524,80 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL повернула пустий результат (тобто нуль рядків)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "Відповідь MySQL: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processing Request" msgid "Error in processing request" msgstr "Обробка запиту" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "В БД не виявлено таблиць." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, php-format msgid "Export of routine %s" msgstr "" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Таблицю %s було знищено" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "Базу даних %1$s створено." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create User" msgid "Create routine" msgstr "Створити користувача" -#: db_routines.php:378 +#: db_routines.php:383 msgid "Edit routine" msgstr "" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -5956,40 +6099,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "Індекс не визначено!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "Унікальне" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "Кількість елементів" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "Первинний ключ було знищено" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "Індекс %s було знищено" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" - #: libraries/kanji-encoding.lib.php:142 #, fuzzy #| msgid "None" @@ -6002,27 +6111,6 @@ msgstr "Немає" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "" -msgstr[1] "" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "" -msgstr[1] "" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6265,20 +6353,6 @@ msgstr "" msgid "This format has no options" msgstr "Цей формат не має опцій" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Select Tables" -msgid "Recent tables" -msgstr "Вибрати таблиці" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "не OK" @@ -6668,6 +6742,63 @@ msgstr "" msgid "Target database" msgstr "" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "Виконати SQL запит(и) до БД %s" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:301 +#, fuzzy +#| msgid "Column names" +msgid "Columns" +msgstr "Назви колонок" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "Закладка на даний SQL-запит" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "Не перекривати цей запит в інших вікнах" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " Показати даний запит знову " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "Лише перегляд" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "вкажіть розташування текстового файлу" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "каталог веб-сервера для завантаження файлів (upload directory)" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6732,63 +6863,6 @@ msgstr "Некоректний ідентифікатор" msgid "Unknown Punctuation String" msgstr "Невідомий символ пунктуації" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "Виконати SQL запит(и) до БД %s" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "" - -#: libraries/sql_query_form.lib.php:301 -#, fuzzy -#| msgid "Column names" -msgid "Columns" -msgstr "Назви колонок" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "Закладка на даний SQL-запит" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "Не перекривати цей запит в інших вікнах" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " Показати даний запит знову " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "Лише перегляд" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "вкажіть розташування текстового файлу" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "каталог веб-сервера для завантаження файлів (upload directory)" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6798,48 +6872,6 @@ msgstr "" "Не можу запустити перевірку SQL. Прошу проконтролювати чи інстальовані " "необхідні PHP extensions як описано в %sдокументації%s." -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "Таблицю %s було перейменовано в %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -6881,8 +6913,8 @@ msgid "" "For a list of available transformation options and their MIME type " "transformations, click on %stransformation descriptions%s" msgstr "" -"Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %" -"sописи перетворень%s" +"Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть " +"%sописи перетворень%s" #: libraries/tbl_properties.inc.php:144 msgid "Transformation options" @@ -6964,38 +6996,6 @@ msgstr "" msgid "+ Add a new value" msgstr "Додати нового користувача" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8050,8 +8050,8 @@ msgstr "Усунути бази даних, які мають такі ж наз msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "Примітка: phpMyAdmin отримує права користувачів безпосередньо з таблиці прав " "MySQL. Зміст цієї таблиці може відрізнятися від прав, які використовуються " @@ -10294,8 +10294,8 @@ msgstr "" #~ "Query statistics: Since its startup, %s queries have been sent to " #~ "the server." #~ msgstr "" -#~ "Статистика запитів: З моменту запуску, до сервера було надіслано %" -#~ "s запитів." +#~ "Статистика запитів: З моменту запуску, до сервера було надіслано " +#~ "%s запитів." #~ msgid "Chart generated successfully." #~ msgstr "Права успішно перезавантажено." diff --git a/po/ur.po b/po/ur.po index 5d94543b08..fd95ad1374 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-04-23 08:37+0200\n" "Last-Translator: Mehbooob Khan \n" "Language-Team: Urdu \n" +"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" @@ -50,10 +50,10 @@ msgstr "تلاش" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -66,18 +66,18 @@ msgstr "تلاش" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "جائیں" @@ -135,9 +135,9 @@ msgstr "کوائفیہ تبصرہ:" msgid "Table comments" msgstr "جدول تبصرے" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -148,12 +148,12 @@ msgstr "جدول تبصرے" msgid "Column" msgstr "کالم" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -163,9 +163,9 @@ msgstr "کالم" msgid "Type" msgstr "قِسم" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -203,13 +203,12 @@ msgstr "ربط بطرف" msgid "Comments" msgstr "تبصرہ" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -220,17 +219,17 @@ msgstr "تبصرہ" msgid "No" msgstr "نہیں" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -338,8 +337,8 @@ msgstr "پابندیاں لگائیں" msgid "Switch to copied database" msgstr "نقل شدہ کوائفیہ پر جائیں" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -504,8 +503,8 @@ msgstr "کوائفیہ کے لیے %s SQL طلب" msgid "Submit Query" msgstr "طلب بھیجیں" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -528,82 +527,84 @@ msgstr "" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 #, php-format -msgid "Query \"%s\" failed" +msgid "The following query has failed: \"%s\"" msgstr "" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL نے کہا:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "فرمایش عمل کرتے ہوئے نقص ہے" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "کوائیفیہ میں کوئی جدول نہیں ملا" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "طے شدہ برآمد کریں" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "غلط سرور اشاریہ: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "Table %s has been dropped" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "کوائفیہ $1%s بن گئی ہے۔" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Created" msgid "Create routine" msgstr "تخلیق کیا گیا" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "تدوین موڈ" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "" @@ -6070,42 +6219,6 @@ msgid "" "the issue and try again." msgstr "" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "کوئی اشاریہ موجود نہیں!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "منفرد" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "باندھنا" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "درجہ تعلق داری" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "بنیادی کلید چھوڑ دیا گیا ہے" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "اشاریہ %s چھوڑ دیا گیا ہے" - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "" -"اشاریے %1$s اور %2$s مساوی نظر آتے ہیں اور ان میں ایک ممکنہ طور پر ہٹا دیا " -"جائے گا۔" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6116,27 +6229,6 @@ msgstr "" msgid "Convert to Kana" msgstr "" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "%1$d صف مناثر ہوئے۔" -msgstr[1] "%1$d صفیں متاثر ہوئیں۔" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "%1$d صف حذف ہوئے۔" -msgstr[1] "%1$d صفیں حذف ہوئیں۔" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "%1$d صف داخل ہوئی۔" -msgstr[1] "%1$d صفیں داخل ہوئیں۔" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fr" @@ -6377,24 +6469,6 @@ msgstr "" msgid "This format has no options" msgstr "" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not open file: %s" -msgid "Could not save recent table" -msgstr "مسل نہیں کھول سکتا: %s" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "حداول کی گنتی کریں" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no files to upload" -msgid "There are no recent tables" -msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "" @@ -6776,57 +6850,6 @@ msgstr "" msgid "Target database" msgstr "" -#: libraries/sqlparser.lib.php:132 -msgid "" -"There seems to be an error in your SQL query. The MySQL server error output " -"below, if there is any, may also help you in diagnosing the problem" -msgstr "" - -#: libraries/sqlparser.lib.php:167 -msgid "" -"There is a chance that you may have found a bug in the SQL parser. Please " -"examine your query closely, and check that the quotes are correct and not " -"mis-matched. Other possible failure causes may be that you are uploading a " -"file with binary outside of a quoted text area. You can also try your query " -"on the MySQL command line interface. The MySQL server error output below, if " -"there is any, may also help you in diagnosing the problem. If you still have " -"problems or if the parser fails where the command line interface succeeds, " -"please reduce your SQL query input to the single query that causes problems, " -"and submit a bug report with the data chunk in the CUT section below:" -msgstr "" - -#: libraries/sqlparser.lib.php:169 -msgid "BEGIN CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:171 -msgid "END CUT" -msgstr "" - -#: libraries/sqlparser.lib.php:173 -msgid "BEGIN RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:177 -msgid "END RAW" -msgstr "" - -#: libraries/sqlparser.lib.php:363 -msgid "Automatically appended backtick to the end of query!" -msgstr "" - -#: libraries/sqlparser.lib.php:366 -msgid "Unclosed quote" -msgstr "" - -#: libraries/sqlparser.lib.php:518 -msgid "Invalid Identifer" -msgstr "" - -#: libraries/sqlparser.lib.php:635 -msgid "Unknown Punctuation String" -msgstr "" - #: libraries/sql_query_form.lib.php:223 #, php-format msgid "Run SQL query/queries on server %s" @@ -6884,6 +6907,57 @@ msgstr "" msgid "web server upload directory" msgstr "" +#: libraries/sqlparser.lib.php:132 +msgid "" +"There seems to be an error in your SQL query. The MySQL server error output " +"below, if there is any, may also help you in diagnosing the problem" +msgstr "" + +#: libraries/sqlparser.lib.php:167 +msgid "" +"There is a chance that you may have found a bug in the SQL parser. Please " +"examine your query closely, and check that the quotes are correct and not " +"mis-matched. Other possible failure causes may be that you are uploading a " +"file with binary outside of a quoted text area. You can also try your query " +"on the MySQL command line interface. The MySQL server error output below, if " +"there is any, may also help you in diagnosing the problem. If you still have " +"problems or if the parser fails where the command line interface succeeds, " +"please reduce your SQL query input to the single query that causes problems, " +"and submit a bug report with the data chunk in the CUT section below:" +msgstr "" + +#: libraries/sqlparser.lib.php:169 +msgid "BEGIN CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:171 +msgid "END CUT" +msgstr "" + +#: libraries/sqlparser.lib.php:173 +msgid "BEGIN RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:177 +msgid "END RAW" +msgstr "" + +#: libraries/sqlparser.lib.php:363 +msgid "Automatically appended backtick to the end of query!" +msgstr "" + +#: libraries/sqlparser.lib.php:366 +msgid "Unclosed quote" +msgstr "" + +#: libraries/sqlparser.lib.php:518 +msgid "Invalid Identifer" +msgstr "" + +#: libraries/sqlparser.lib.php:635 +msgid "Unknown Punctuation String" +msgstr "" + #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6891,48 +6965,6 @@ msgid "" "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "اس ذخیرہ انجن کے متعلق تفصیلی معلومات موجود نہیں ہیں۔" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s اس MySQL سرور میں دستیاب ہے۔" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s اس MySQL سرور کے لیے نااہل ہے۔" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "یہMySQL سرور میں %s اس ذخیرہ انجن کی معاونت نہیں ہے۔" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "غلط کوائفیہ" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "غلط جدول نام" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "جدول %1$s کو %2$s نام تبدیل کرتے ہوئے نقص ہے" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "جدول%s نام %s میں تبدیل ہوچکا ہے" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "" @@ -7039,38 +7071,6 @@ msgstr "" msgid "+ Add a new value" msgstr "" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "اس خیالیہ %s کے لیے درست راہ نہیں ملا!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "کوئی پیش منظر دستیاب نہیں ہے۔" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "اسے لیں" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "طے شدہ خیالیہ %s نہیں ملا!" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "خیالیہ %s نیہں ملا!" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "خیالیہ راہ اس خیالیہ %s کے لیے نہیں ملا!" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8052,8 +8052,8 @@ msgstr "" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" #: server_privileges.php:1764 diff --git a/po/uz.po b/po/uz.po index 26e3b227d7..86f6bc27a0 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-22 02:31+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_cyrillic \n" +"Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" @@ -47,10 +47,10 @@ msgstr "Қидириш" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "Қидириш" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "OK" @@ -131,9 +131,9 @@ msgstr "Маълумотлар базасига изоҳ:" msgid "Table comments" msgstr "Жадвал изоҳи" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -144,12 +144,12 @@ msgstr "Жадвал изоҳи" msgid "Column" msgstr "Майдон номлари" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -159,9 +159,9 @@ msgstr "Майдон номлари" msgid "Type" msgstr "Тур" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -199,13 +199,12 @@ msgstr "Алоқалар" msgid "Comments" msgstr "Изоҳлар" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -216,17 +215,17 @@ msgstr "Изоҳлар" msgid "No" msgstr "Йўқ" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -338,8 +337,8 @@ msgstr "Чекловлар қўшиш" msgid "Switch to copied database" msgstr "Нусха олинган маълумотлар базасига ўтиш" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -513,8 +512,8 @@ msgstr "\"%s\" маълумотлар базасига SQL-сўров: " msgid "Submit Query" msgstr "сўровни бажариш" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -537,82 +536,85 @@ msgstr "Сақланадиган муолажаларни бажаришга р msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL бўш натижа берди (яъни нольта сатр)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Қуйидаги сўровлар бажарилди:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL жавоби: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Жараёнлар" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Маълумотлар базасида биронта ҳам жадвал мавжуд эмас." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export functions" msgid "Export of routine %s" msgstr "Функцияларни экспорт қилиш" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Сервер рақами нотўғри: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "\"%s\" жадвали ўчирилди" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s жадвали тузилди." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Боғлиқлик ўрнатиш" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Таҳрирлаш усули" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!Оқим деб \"fopen()" -"\" функцияси ёрдамида очилган файлга айтилади." +"Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб \"fopen" +"()\" функцияси ёрдамида очилган файлга айтилади." #: server_status.php:935 msgid "The number of tables that are open." @@ -10537,9 +10538,9 @@ msgstr "" #| "You set the [kbd]config[/kbd] authentication type and included username " #| "and password for auto-login, which is not a desirable option for live " #| "hosts. Anyone who knows or guesses your phpMyAdmin URL can directly " -#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1" -#| "$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" -#| "kbd]." +#| "access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +#| "%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http" +#| "[/kbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " @@ -11476,8 +11477,8 @@ msgstr "Кўриниш номини ўзгартириш" #~ "The result of this query can't be used for a chart. See [a@./" #~ "Documentation.html#faq6_29@Documentation]FAQ 6.29[/a]" #~ msgstr "" -#~ "Тахминий бўлиши мумкин. [a@./Documentation.html#faq3_11@Documentation]" -#~ "\"FAQ 3.11\"[/a]га қаранг" +#~ "Тахминий бўлиши мумкин. [a@./Documentation." +#~ "html#faq3_11@Documentation]\"FAQ 3.11\"[/a]га қаранг" #~ msgid "Bar type" #~ msgstr "Сўров тури" diff --git a/po/uz@latin.po b/po/uz@latin.po index f7e9d77d14..66b21a2cfe 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2010-07-22 02:30+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_latin \n" +"Language: uz@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz@latin\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" @@ -48,10 +48,10 @@ msgstr "Qidirish" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -64,18 +64,18 @@ msgstr "Qidirish" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "OK" @@ -132,9 +132,9 @@ msgstr "Ma`lumotlar bazasiga izoh:" msgid "Table comments" msgstr "Jadval izohi" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -145,12 +145,12 @@ msgstr "Jadval izohi" msgid "Column" msgstr "Maydon nomlari" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -160,9 +160,9 @@ msgstr "Maydon nomlari" msgid "Type" msgstr "Tur" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -200,13 +200,12 @@ msgstr "Aloqalar" msgid "Comments" msgstr "Izohlar" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -217,17 +216,17 @@ msgstr "Izohlar" msgid "No" msgstr "Yo‘q" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -339,8 +338,8 @@ msgstr "Cheklovlar qo‘shish" msgid "Switch to copied database" msgstr "Nusxa olingan ma`lumotlar bazasiga o‘tish" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -514,8 +513,8 @@ msgstr "\"%s\" ma`lumotlar bazasiga SQL-so‘rov: " msgid "Submit Query" msgstr "so‘rovni bajarish" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -538,82 +537,85 @@ msgstr "Saqlanadigan muolajalarni bajarishga ruxsat beradi" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL bo‘sh natija berdi (ya`ni nolta satr)." -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "Quyidagi so‘rovlar bajarildi:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL javobi: " -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Processes" msgid "Error in processing request" msgstr "Jarayonlar" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database." -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "Ma`lumotlar bazasida bironta ham jadval mavjud emas." #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export functions" msgid "Export of routine %s" msgstr "Funktsiyalarni eksport qilish" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Server raqami noto‘g‘ri: \"%s\"" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Table %s has been dropped" msgid "Routine %1$s has been modified." msgstr "\"%s\" jadvali o‘chirildi" -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s jadvali tuzildi." -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "Bog‘liqlik o‘rnatish" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Tahrirlash usuli" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!\n" "Language-Team: chinese_simplified \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "搜索" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "搜索" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "执行" @@ -129,9 +129,9 @@ msgstr "数据库注释:" msgid "Table comments" msgstr "表注释" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -140,12 +140,12 @@ msgstr "表注释" msgid "Column" msgstr "字段" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -155,9 +155,9 @@ msgstr "字段" msgid "Type" msgstr "类型" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -195,13 +195,12 @@ msgstr "链接到" msgid "Comments" msgstr "注释" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -212,17 +211,17 @@ msgstr "注释" msgid "No" msgstr "否" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -330,8 +329,8 @@ msgstr "强制添加" msgid "Switch to copied database" msgstr "切换到复制的数据库" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -492,8 +491,8 @@ msgstr "在数据库 %s 执行 SQL 语句:" msgid "Submit Query" msgstr "提交查询" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -516,82 +515,85 @@ msgstr "允许运行存储过程。" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 返回的查询结果为空 (即零行)。" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "下列查询被执行:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL 返回:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "处理请求时发生错误" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "没有在数据库中找到表" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "导出选项" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "无效的服务器索引: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "已删除字段 %s " -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "创建数据表 %1$s 成功。" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "创建关系" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "编辑模式" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "导入百分数为小数 (如: 12.00% 将被导入为 .12)" @@ -6044,40 +6189,6 @@ msgid "" "the issue and try again." msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "没有已定义的索引!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "唯一" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "紧凑" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "基数" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "已删除主键" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "已删除索引 %s " - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6088,24 +6199,6 @@ msgstr "无" msgid "Convert to Kana" msgstr "转换为假名" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "影响了 %1$d 行。" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "删除了 %1$d 行。" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "插入了 %1$d 行。" - #: libraries/mult_submits.inc.php:254 msgid "From" msgstr "从" @@ -6344,24 +6437,6 @@ msgstr "刷新导航框架" msgid "This format has no options" msgstr "该格式没有选项" -#: libraries/RecentTable.class.php:114 -#, fuzzy -#| msgid "Could not save configuration" -msgid "Could not save recent table" -msgstr "无法保存设置" - -#: libraries/RecentTable.class.php:149 -#, fuzzy -#| msgid "Count tables" -msgid "Recent tables" -msgstr "统计数据表" - -#: libraries/RecentTable.class.php:155 -#, fuzzy -#| msgid "There are no configured servers" -msgid "There are no recent tables" -msgstr "没有配置好的服务器" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "错误" @@ -6737,6 +6812,61 @@ msgstr "差异" msgid "Target database" msgstr "目标数据库" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "在服务器 %s 运行 SQL 查询" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "在数据库 %s 运行 SQL 查询" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "清除" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "字段" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "将此 SQL 查询加为书签" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "让所有用户均可访问此书签" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "替换现有的同名书签" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "不从窗口外覆盖此查询" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "语句定界符" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " 在此再次显示此查询 " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "仅查看" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "文本文件的位置" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "网站服务器上传文件夹" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6796,61 +6926,6 @@ msgstr "无效的标识符" msgid "Unknown Punctuation String" msgstr "未知的标点符号字符串" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "在服务器 %s 运行 SQL 查询" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "在数据库 %s 运行 SQL 查询" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "清除" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "字段" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "将此 SQL 查询加为书签" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "让所有用户均可访问此书签" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "替换现有的同名书签" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "不从窗口外覆盖此查询" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "语句定界符" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " 在此再次显示此查询 " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "仅查看" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "文本文件的位置" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "网站服务器上传文件夹" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6859,48 +6934,6 @@ msgid "" msgstr "" "SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内说明的必需 PHP 扩展。" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "没有该存储引擎的详细信息。" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "%s 在此 MySQL 服务器上可用。" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s 在此 MySQL 服务器上被禁止了。" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "此 MySQL 服务器不支持 %s 存储引擎。" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "无效的数据库" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "无效的数据表名" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "将表 %1$s 改名为 %2$s 时发生错误" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "已将数据表 %s 改名为 %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "数据表是空的!" @@ -7009,38 +7042,6 @@ msgstr "分区定义" msgid "+ Add a new value" msgstr "+ 添加" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "找不到主题 %s 对应的图片路径!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "没有可用的预览。" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "确定" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "未找到默认主题 %s !" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "未找到主题 %s !" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "找不到主题 %s 的路径" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8038,12 +8039,12 @@ msgstr "删除与用户同名的数据库。" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容" -"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%" -"s。" +"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权" +"限%s。" #: server_privileges.php:1764 msgid "The selected user was not found in the privilege table." @@ -10416,8 +10417,8 @@ msgstr "将视图改名为" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" #~ msgstr "" -#~ "请注意不是所有的结果表都能绘图。参见常见问题 (FAQ) 6.29" +#~ "请注意不是所有的结果表都能绘图。参见常见问题 (FAQ) 6.29" #~ msgid "Add a New User" #~ msgstr "添加新用户" diff --git a/po/zh_TW.po b/po/zh_TW.po index a867b3b35b..35539bf889 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,14 +3,14 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-06-23 06:34-0400\n" +"POT-Creation-Date: 2011-06-24 12:07+0200\n" "PO-Revision-Date: 2011-06-19 09:59+0200\n" "Last-Translator: \n" "Language-Team: chinese_traditional \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" @@ -47,10 +47,10 @@ msgstr "搜尋" #: browse_foreigners.php:154 db_operations.php:369 db_operations.php:421 #: db_operations.php:531 db_operations.php:559 db_search.php:360 #: db_structure.php:528 enum_editor.php:63 js/messages.php:90 +#: libraries/Config.class.php:1220 libraries/Theme_Manager.class.php:305 #: libraries/auth/cookie.auth.lib.php:273 libraries/common.lib.php:1315 -#: libraries/common.lib.php:2245 libraries/Config.class.php:1220 -#: libraries/core.lib.php:557 libraries/db_routines.lib.php:789 -#: libraries/db_routines.lib.php:921 +#: libraries/common.lib.php:2245 libraries/core.lib.php:557 +#: libraries/db_routines.lib.php:789 libraries/db_routines.lib.php:921 #: libraries/display_change_password.lib.php:72 #: libraries/display_create_table.lib.php:61 #: libraries/display_export.lib.php:354 libraries/display_import.lib.php:267 @@ -63,18 +63,18 @@ msgstr "搜尋" #: libraries/select_server.lib.php:100 libraries/sql_query_form.lib.php:384 #: libraries/sql_query_form.lib.php:454 libraries/sql_query_form.lib.php:518 #: libraries/tbl_properties.inc.php:607 libraries/tbl_properties.inc.php:777 -#: libraries/Theme_Manager.class.php:305 main.php:109 navigation.php:202 -#: navigation.php:240 pmd_pdf.php:124 prefs_manage.php:265 -#: prefs_manage.php:316 server_binlog.php:128 server_privileges.php:646 -#: server_privileges.php:1694 server_privileges.php:2051 -#: server_privileges.php:2098 server_privileges.php:2138 -#: server_replication.php:233 server_replication.php:316 -#: server_replication.php:347 server_synchronize.php:1220 tbl_change.php:332 -#: tbl_change.php:1024 tbl_change.php:1061 tbl_indexes.php:260 -#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519 -#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:291 -#: tbl_structure.php:698 tbl_structure.php:734 tbl_tracking.php:425 -#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99 +#: main.php:109 navigation.php:202 navigation.php:240 pmd_pdf.php:124 +#: prefs_manage.php:265 prefs_manage.php:316 server_binlog.php:128 +#: server_privileges.php:646 server_privileges.php:1694 +#: server_privileges.php:2051 server_privileges.php:2098 +#: server_privileges.php:2138 server_replication.php:233 +#: server_replication.php:316 server_replication.php:347 +#: server_synchronize.php:1220 tbl_change.php:332 tbl_change.php:1024 +#: tbl_change.php:1061 tbl_indexes.php:260 tbl_operations.php:280 +#: tbl_operations.php:317 tbl_operations.php:519 tbl_operations.php:581 +#: tbl_operations.php:763 tbl_select.php:291 tbl_structure.php:698 +#: tbl_structure.php:734 tbl_tracking.php:425 tbl_tracking.php:563 +#: view_create.php:181 view_operations.php:99 msgid "Go" msgstr "執行" @@ -129,9 +129,9 @@ msgstr "資料庫註釋:" msgid "Table comments" msgstr "表註釋" -#: db_datadict.php:166 db_qbe.php:196 libraries/export/htmlword.php:248 -#: libraries/export/latex.php:375 libraries/export/odt.php:302 -#: libraries/export/texytext.php:227 libraries/Index.class.php:448 +#: db_datadict.php:166 db_qbe.php:196 libraries/Index.class.php:448 +#: libraries/export/htmlword.php:248 libraries/export/latex.php:375 +#: libraries/export/odt.php:302 libraries/export/texytext.php:227 #: libraries/schema/Pdf_Relation_Schema.class.php:1236 #: libraries/schema/Pdf_Relation_Schema.class.php:1257 #: libraries/tbl_properties.inc.php:274 tbl_change.php:310 tbl_chart.php:86 @@ -140,12 +140,12 @@ msgstr "表註釋" msgid "Column" msgstr "欄位" -#: db_datadict.php:167 db_printview.php:104 libraries/db_events.inc.php:69 -#: libraries/db_routines.lib.php:666 libraries/db_routines.lib.php:691 -#: libraries/db_routines.lib.php:847 libraries/db_routines.lib.php:1216 -#: libraries/db_structure.lib.php:51 libraries/export/htmlword.php:249 -#: libraries/export/latex.php:375 libraries/export/odt.php:305 -#: libraries/export/texytext.php:228 libraries/Index.class.php:445 +#: db_datadict.php:167 db_printview.php:104 libraries/Index.class.php:445 +#: libraries/db_events.inc.php:69 libraries/db_routines.lib.php:666 +#: libraries/db_routines.lib.php:691 libraries/db_routines.lib.php:847 +#: libraries/db_routines.lib.php:1216 libraries/db_structure.lib.php:51 +#: libraries/export/htmlword.php:249 libraries/export/latex.php:375 +#: libraries/export/odt.php:305 libraries/export/texytext.php:228 #: libraries/schema/Pdf_Relation_Schema.class.php:1237 #: libraries/schema/Pdf_Relation_Schema.class.php:1258 #: libraries/tbl_properties.inc.php:100 server_privileges.php:2151 @@ -155,9 +155,9 @@ msgstr "欄位" msgid "Type" msgstr "類型" -#: db_datadict.php:169 libraries/export/htmlword.php:250 -#: libraries/export/latex.php:375 libraries/export/odt.php:308 -#: libraries/export/texytext.php:229 libraries/Index.class.php:451 +#: db_datadict.php:169 libraries/Index.class.php:451 +#: libraries/export/htmlword.php:250 libraries/export/latex.php:375 +#: libraries/export/odt.php:308 libraries/export/texytext.php:229 #: libraries/schema/Pdf_Relation_Schema.class.php:1239 #: libraries/schema/Pdf_Relation_Schema.class.php:1260 #: libraries/tbl_properties.inc.php:109 tbl_change.php:325 @@ -195,13 +195,12 @@ msgstr "連結到" msgid "Comments" msgstr "註釋" -#: db_datadict.php:259 js/messages.php:109 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:361 +#: db_datadict.php:259 js/messages.php:109 libraries/Index.class.php:361 #: libraries/Index.class.php:388 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:287 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:287 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:130 #: server_privileges.php:1381 server_privileges.php:1392 @@ -212,17 +211,17 @@ msgstr "註釋" msgid "No" msgstr "否" -#: db_datadict.php:259 js/messages.php:108 -#: libraries/config/FormDisplay.tpl.php:204 libraries/config.values.php:45 -#: libraries/config.values.php:51 libraries/export/htmlword.php:326 -#: libraries/export/latex.php:445 libraries/export/odt.php:376 -#: libraries/export/texytext.php:305 libraries/Index.class.php:362 +#: db_datadict.php:259 js/messages.php:108 libraries/Index.class.php:362 #: libraries/Index.class.php:387 libraries/Index.class.php:688 -#: libraries/mult_submits.inc.php:46 libraries/mult_submits.inc.php:78 -#: libraries/mult_submits.inc.php:87 libraries/mult_submits.inc.php:92 -#: libraries/mult_submits.inc.php:97 libraries/mult_submits.inc.php:102 -#: libraries/mult_submits.inc.php:262 libraries/mult_submits.inc.php:276 -#: libraries/mult_submits.inc.php:286 libraries/mult_submits.inc.php:299 +#: libraries/config.values.php:45 libraries/config.values.php:51 +#: libraries/config/FormDisplay.tpl.php:204 libraries/export/htmlword.php:326 +#: libraries/export/latex.php:445 libraries/export/odt.php:376 +#: libraries/export/texytext.php:305 libraries/mult_submits.inc.php:46 +#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87 +#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97 +#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262 +#: libraries/mult_submits.inc.php:276 libraries/mult_submits.inc.php:286 +#: libraries/mult_submits.inc.php:299 #: libraries/schema/Pdf_Relation_Schema.class.php:1318 #: libraries/user_preferences.lib.php:311 prefs_manage.php:129 #: server_databases.php:76 server_privileges.php:1378 @@ -330,8 +329,8 @@ msgstr "新增 constraints" msgid "Switch to copied database" msgstr "切換到複製的資料庫" -#: db_operations.php:552 libraries/build_html_for_db.lib.php:19 -#: libraries/db_structure.lib.php:53 libraries/Index.class.php:450 +#: db_operations.php:552 libraries/Index.class.php:450 +#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 #: libraries/mysql_charsets.lib.php:110 libraries/tbl_properties.inc.php:107 #: libraries/tbl_properties.inc.php:720 server_collations.php:53 #: server_collations.php:65 tbl_operations.php:378 tbl_select.php:115 @@ -492,8 +491,8 @@ msgstr "在資料庫 %s 執行 SQL 指令:" msgid "Submit Query" msgstr "送出查詢" -#: db_routines.php:152 import.php:453 libraries/display_tbl.lib.php:2272 -#: libraries/Message.class.php:185 libraries/sql_query_form.lib.php:139 +#: db_routines.php:152 import.php:453 libraries/Message.class.php:185 +#: libraries/display_tbl.lib.php:2272 libraries/sql_query_form.lib.php:139 #: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126 #: view_operations.php:60 msgid "Your SQL query has been executed successfully" @@ -516,82 +515,85 @@ msgstr "允許運行 Procedure" msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 返回的查詢結果爲空 (即零行)" -#: db_routines.php:190 db_routines.php:290 db_routines.php:295 -#: db_routines.php:319 -#, php-format -msgid "Query \"%s\" failed" -msgstr "" +#: db_routines.php:190 db_routines.php:295 db_routines.php:300 +#: db_routines.php:324 +#, fuzzy, php-format +#| msgid "The following queries have been executed:" +msgid "The following query has failed: \"%s\"" +msgstr "下列查詢被執行:" -#: db_routines.php:191 db_routines.php:291 db_routines.php:296 -#: db_routines.php:306 db_routines.php:320 libraries/common.lib.php:609 +#: db_routines.php:191 db_routines.php:296 db_routines.php:301 +#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609 msgid "MySQL said: " msgstr "MySQL 返回:" -#: db_routines.php:208 db_routines.php:263 db_routines.php:402 +#: db_routines.php:208 db_routines.php:240 db_routines.php:268 +#: db_routines.php:407 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request" msgstr "要求處理得程序中有錯誤" -#: db_routines.php:209 db_routines.php:264 db_routines.php:403 +#: db_routines.php:209 db_routines.php:241 db_routines.php:269 +#: db_routines.php:408 #, fuzzy, php-format #| msgid "No tables found in database" -msgid "No routine with name %s found in database %s" +msgid "No routine with name %1$s found in database %2$s" msgstr "沒有在資料庫中找到表" #: db_routines.php:230 db_routines.php:234 msgid "Execute routine" msgstr "" -#: db_routines.php:254 db_routines.php:258 +#: db_routines.php:259 db_routines.php:263 #, fuzzy, php-format #| msgid "Export defaults" msgid "Export of routine %s" msgstr "匯出選項" -#: db_routines.php:283 libraries/db_routines.lib.php:960 +#: db_routines.php:288 libraries/db_routines.lib.php:960 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "無效的伺服器索引: %s" -#: db_routines.php:304 +#: db_routines.php:309 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: db_routines.php:305 +#: db_routines.php:310 msgid "The backed up query was:" msgstr "" -#: db_routines.php:309 +#: db_routines.php:314 #, fuzzy, php-format #| msgid "Column %s has been dropped" msgid "Routine %1$s has been modified." msgstr "已刪除欄位 %s " -#: db_routines.php:322 +#: db_routines.php:327 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "建立資料表 %1$s 成功" -#: db_routines.php:330 +#: db_routines.php:335 msgid "One or more errors have occured while processing your request:" msgstr "" -#: db_routines.php:374 +#: db_routines.php:379 #, fuzzy #| msgid "Create relation" msgid "Create routine" msgstr "建立關聯" -#: db_routines.php:378 +#: db_routines.php:383 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "編輯模式" -#: db_routines.php:429 +#: db_routines.php:434 msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. The execution of some stored routines may fail!(ex. 12.00% to .12)" msgstr "匯入百分數爲小數 (如: 12.00% 將被匯入爲 .12)" @@ -6017,40 +6156,6 @@ msgid "" "the issue and try again." msgstr "該 XML 檔案有錯誤或者不完整。請修復錯誤後重試" -#: libraries/Index.class.php:430 tbl_relation.php:526 -msgid "No index defined!" -msgstr "沒有已定義的索引!" - -#: libraries/Index.class.php:446 libraries/tbl_properties.inc.php:503 -#: tbl_structure.php:157 tbl_structure.php:162 tbl_structure.php:606 -#: tbl_tracking.php:315 -msgid "Unique" -msgstr "唯一" - -#: libraries/Index.class.php:447 tbl_tracking.php:316 -msgid "Packed" -msgstr "緊湊" - -#: libraries/Index.class.php:449 tbl_tracking.php:318 -msgid "Cardinality" -msgstr "基數" - -#: libraries/Index.class.php:474 -msgid "The primary key has been dropped" -msgstr "已刪除主鍵" - -#: libraries/Index.class.php:478 -#, php-format -msgid "Index %s has been dropped" -msgstr "已刪除索引 %s " - -#: libraries/Index.class.php:582 -#, php-format -msgid "" -"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " -"removed." -msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一個將可能被刪除" - #: libraries/kanji-encoding.lib.php:142 msgctxt "None encoding conversion" msgid "None" @@ -6061,24 +6166,6 @@ msgstr "無" msgid "Convert to Kana" msgstr "轉換爲假名" -#: libraries/Message.class.php:260 -#, php-format -msgid "%1$d row affected." -msgid_plural "%1$d rows affected." -msgstr[0] "影響了 %1$d 行。" - -#: libraries/Message.class.php:279 -#, php-format -msgid "%1$d row deleted." -msgid_plural "%1$d rows deleted." -msgstr[0] "刪除了 %1$d 行。" - -#: libraries/Message.class.php:298 -#, php-format -msgid "%1$d row inserted." -msgid_plural "%1$d rows inserted." -msgstr[0] "插入了 %1$d 行。" - #: libraries/mult_submits.inc.php:254 #, fuzzy #| msgid "Fri" @@ -6319,18 +6406,6 @@ msgstr "重新整理導覽框架" msgid "This format has no options" msgstr "該格式沒有選項" -#: libraries/RecentTable.class.php:114 -msgid "Could not save recent table" -msgstr "無法儲存最新資料表" - -#: libraries/RecentTable.class.php:149 -msgid "Recent tables" -msgstr "最新資料表" - -#: libraries/RecentTable.class.php:155 -msgid "There are no recent tables" -msgstr "沒有最新資料表" - #: libraries/relation.lib.php:83 msgid "not OK" msgstr "錯誤" @@ -6704,6 +6779,61 @@ msgstr "差異" msgid "Target database" msgstr "目標資料庫" +#: libraries/sql_query_form.lib.php:223 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "在伺服器 %s 運行 SQL 查詢" + +#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "在資料庫 %s 運行 SQL 查詢" + +#: libraries/sql_query_form.lib.php:296 navigation.php:302 +#: setup/frames/index.inc.php:231 +msgid "Clear" +msgstr "清除" + +#: libraries/sql_query_form.lib.php:301 +msgid "Columns" +msgstr "字段" + +#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 +msgid "Bookmark this SQL query" +msgstr "將此 SQL 查詢加爲書籤" + +#: libraries/sql_query_form.lib.php:343 sql.php:1021 +msgid "Let every user access this bookmark" +msgstr "讓所有使用者均可訪問此書籤" + +#: libraries/sql_query_form.lib.php:349 +msgid "Replace existing bookmark of same name" +msgstr "替換現有的同名書籤" + +#: libraries/sql_query_form.lib.php:365 +msgid "Do not overwrite this query from outside the window" +msgstr "不從視窗外覆蓋此查詢" + +#: libraries/sql_query_form.lib.php:372 +msgid "Delimiter" +msgstr "指令定界符" + +#: libraries/sql_query_form.lib.php:380 +msgid " Show this query here again " +msgstr " 在此再次顯示此查詢 " + +#: libraries/sql_query_form.lib.php:443 +msgid "View only" +msgstr "僅查看" + +#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 +msgid "Location of the text file" +msgstr "文字檔案的位置" + +#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 +msgid "web server upload directory" +msgstr "網站伺服器上傳資料夾" + #: libraries/sqlparser.lib.php:132 msgid "" "There seems to be an error in your SQL query. The MySQL server error output " @@ -6763,61 +6893,6 @@ msgstr "無效的識別符號" msgid "Unknown Punctuation String" msgstr "未知的標點符號字元串" -#: libraries/sql_query_form.lib.php:223 -#, php-format -msgid "Run SQL query/queries on server %s" -msgstr "在伺服器 %s 運行 SQL 查詢" - -#: libraries/sql_query_form.lib.php:240 libraries/sql_query_form.lib.php:264 -#, php-format -msgid "Run SQL query/queries on database %s" -msgstr "在資料庫 %s 運行 SQL 查詢" - -#: libraries/sql_query_form.lib.php:296 navigation.php:302 -#: setup/frames/index.inc.php:231 -msgid "Clear" -msgstr "清除" - -#: libraries/sql_query_form.lib.php:301 -msgid "Columns" -msgstr "字段" - -#: libraries/sql_query_form.lib.php:336 sql.php:1009 sql.php:1010 sql.php:1027 -msgid "Bookmark this SQL query" -msgstr "將此 SQL 查詢加爲書籤" - -#: libraries/sql_query_form.lib.php:343 sql.php:1021 -msgid "Let every user access this bookmark" -msgstr "讓所有使用者均可訪問此書籤" - -#: libraries/sql_query_form.lib.php:349 -msgid "Replace existing bookmark of same name" -msgstr "替換現有的同名書籤" - -#: libraries/sql_query_form.lib.php:365 -msgid "Do not overwrite this query from outside the window" -msgstr "不從視窗外覆蓋此查詢" - -#: libraries/sql_query_form.lib.php:372 -msgid "Delimiter" -msgstr "指令定界符" - -#: libraries/sql_query_form.lib.php:380 -msgid " Show this query here again " -msgstr " 在此再次顯示此查詢 " - -#: libraries/sql_query_form.lib.php:443 -msgid "View only" -msgstr "僅查看" - -#: libraries/sql_query_form.lib.php:490 prefs_manage.php:241 -msgid "Location of the text file" -msgstr "文字檔案的位置" - -#: libraries/sql_query_form.lib.php:502 tbl_change.php:887 -msgid "web server upload directory" -msgstr "網站伺服器上傳資料夾" - #: libraries/sqlvalidator.lib.php:67 #, php-format msgid "" @@ -6826,48 +6901,6 @@ msgid "" msgstr "" "SQL 檢驗程序無法原始化。請檢查是否已經安裝了%s檔案%s內說明的必需 PHP 外掛" -#: libraries/StorageEngine.class.php:195 -msgid "" -"There is no detailed status information available for this storage engine." -msgstr "沒有該儲存引擎的詳細狀態資訊" - -#: libraries/StorageEngine.class.php:355 -#, php-format -msgid "%s is available on this MySQL server." -msgstr "MySQL 伺服器支援 %s" - -#: libraries/StorageEngine.class.php:358 -#, php-format -msgid "%s has been disabled for this MySQL server." -msgstr "%s 在此 MySQL 伺服器上被禁止了" - -#: libraries/StorageEngine.class.php:362 -#, php-format -msgid "This MySQL server does not support the %s storage engine." -msgstr "此 MySQL 伺服器不支援 %s 儲存引擎" - -#: libraries/Table.class.php:1027 -msgid "Invalid database" -msgstr "無效的資料庫" - -#: libraries/Table.class.php:1041 tbl_get_field.php:25 -msgid "Invalid table name" -msgstr "無效的資料資料表名稱" - -#: libraries/Table.class.php:1056 -#, php-format -msgid "Error renaming table %1$s to %2$s" -msgstr "將表 %1$s 改名爲 %2$s 時發生錯誤" - -#: libraries/Table.class.php:1139 -#, php-format -msgid "Table %s has been renamed to %s" -msgstr "已將資料表 %s 改名爲 %s" - -#: libraries/Table.class.php:1272 -msgid "Could not save table UI preferences" -msgstr "無法儲存表格介面使用者喜好設定" - #: libraries/tbl_links.inc.php:117 libraries/tbl_links.inc.php:118 msgid "Table seems to be empty!" msgstr "資料表是空的!" @@ -6976,38 +7009,6 @@ msgstr "分區定義" msgid "+ Add a new value" msgstr "+ 增加" -#: libraries/Theme.class.php:160 -#, php-format -msgid "No valid image path for theme %s found!" -msgstr "找不到佈景主題 %s 指定圖片路徑!" - -#: libraries/Theme.class.php:380 -msgid "No preview available." -msgstr "沒有可用的預覽。" - -#: libraries/Theme.class.php:383 -msgid "take it" -msgstr "確定" - -#: libraries/Theme_Manager.class.php:109 -#, php-format -msgid "Default theme %s not found!" -msgstr "未找到預設主題 %s !" - -#: libraries/Theme_Manager.class.php:147 -#, php-format -msgid "Theme %s not found!" -msgstr "未找到主題 %s !" - -#: libraries/Theme_Manager.class.php:215 -#, php-format -msgid "Theme path not found for theme %s!" -msgstr "找不到主題 %s 的路徑" - -#: libraries/Theme_Manager.class.php:291 themes.php:20 themes.php:40 -msgid "Theme" -msgstr "" - #: libraries/transformations/application_octetstream__download.inc.php:9 msgid "" "Displays a link to download the binary data of the column. You can use the " @@ -8005,8 +8006,8 @@ msgstr "刪除與使用者同名的資料庫" msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " "tables. The content of these tables may differ from the privileges the " -"server uses, if they have been changed manually. In this case, you should %" -"sreload the privileges%s before you continue." +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." msgstr "" "注意:phpMyAdmin 直接由 MySQL 權限表取得使用者權限。如果使用者手動更改表,表" "內容將可能與伺服器使用的使用者權限有異。在這種情況下,您應在繼續前%s重新載入" @@ -10390,8 +10391,8 @@ msgstr "將 view改名爲" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" #~ msgstr "" -#~ "請注意不是所有的結果表都能繪圖。參見常見問題 (FAQ) 6.29" +#~ "請注意不是所有的結果表都能繪圖。參見常見問題 (FAQ) 6.29" #~ msgid "Add a New User" #~ msgstr "新增新使用者"