Merge branch 'master' of github.com:phpmyadmin/phpmyadmin

This commit is contained in:
Atul Pratap Singh 2013-05-23 18:08:54 +05:30
commit 8e305b319e
79 changed files with 3643 additions and 3625 deletions

View File

@ -17,6 +17,8 @@ phpMyAdmin - ChangeLog
4.0.3.0 (not yet released)
- bug #3941 Recent tables list always empty
- bug #3933 Do not translate "Open Document" in export settings
- bug #3927 List of tables is missing after expanding in the navigation frame
4.0.2.0 (not yet released)
- bug #3902 Cannot browse when table name contains keyword "call"

View File

@ -183,7 +183,7 @@ $strConfigForm_Navi_tables_desc = __('Tables display options');
$strConfigForm_Main_panel = __('Main panel');
$strConfigForm_Microsoft_Office = __('Microsoft Office');
$strConfigForm_Microsoft_Office_desc = __('Customize default options');
$strConfigForm_Open_Document = __('Open Document');
$strConfigForm_Open_Document = 'OpenDocument';
$strConfigForm_Open_Document_desc = __('Customize default options');
$strConfigForm_Other_core_settings = __('Other core settings');
$strConfigForm_Other_core_settings_desc = __('Settings that didn\'t fit anywhere else');

View File

@ -257,7 +257,7 @@ $forms['Import']['Csv'] = array('Import' => array(
'ldi_local_option',
':group:end'));
$forms['Import']['Open_Document'] = array('Import' => array(
':group:' . __('Open Document Spreadsheet'),
':group:' . __('OpenDocument Spreadsheet'),
'ods_col_names',
'ods_empty_rows',
'ods_recognize_percentages',
@ -350,11 +350,11 @@ $forms['Export']['Microsoft_Office'] = array('Export' => array(
'htmlword_null',
'htmlword_columns'));
$forms['Export']['Open_Document'] = array('Export' => array(
':group:' . __('Open Document Spreadsheet'),
':group:' . __('OpenDocument Spreadsheet'),
'ods_columns',
'ods_null',
':group:end',
':group:' . __('Open Document Text'),
':group:' . __('OpenDocument Text'),
'odt_structure_or_data',
':group:' . __('Structure'),
'odt_relation',

View File

@ -157,7 +157,7 @@ $forms['Import']['Csv'] = array(
'Import/ldi_escaped',
'Import/ldi_local_option');
$forms['Import']['Open_Document'] = array(
':group:' . __('Open Document Spreadsheet'),
':group:' . __('OpenDocument Spreadsheet'),
'Import/ods_col_names',
'Import/ods_empty_rows',
'Import/ods_recognize_percentages',
@ -249,11 +249,11 @@ $forms['Export']['Microsoft_Office'] = array(
'Export/htmlword_null',
'Export/htmlword_columns');
$forms['Export']['Open_Document'] = array(
':group:' . __('Open Document Spreadsheet'),
':group:' . __('OpenDocument Spreadsheet'),
'Export/ods_columns',
'Export/ods_null',
':group:end',
':group:' . __('Open Document Text'),
':group:' . __('OpenDocument Text'),
'Export/odt_structure_or_data',
':group:' . __('Structure'),
'Export/odt_relation',

View File

@ -927,8 +927,9 @@ class PMA_NavigationTree
if ($GLOBALS['cfg']['ShowTooltip']) {
$title = $node->getComment();
if ($title) {
$title = " title='"
. htmlentities($title, ENT_QUOTES) . "'";
$title = ' title="'
. htmlentities($title, ENT_QUOTES, 'UTF-8')
. '"';
}
} else {
$title = '';

View File

@ -48,7 +48,7 @@ class ExportOds extends ExportPlugin
include_once "$props/options/items/HiddenPropertyItem.class.php";
$exportPluginProperties = new ExportPluginProperties();
$exportPluginProperties->setText('Open Document Spreadsheet');
$exportPluginProperties->setText('OpenDocument Spreadsheet');
$exportPluginProperties->setExtension('ods');
$exportPluginProperties->setMimeType(
'application/vnd.oasis.opendocument.spreadsheet'

View File

@ -57,7 +57,7 @@ class ExportOdt extends ExportPlugin
include_once "$props/options/items/RadioPropertyItem.class.php";
$exportPluginProperties = new ExportPluginProperties();
$exportPluginProperties->setText('Open Document Text');
$exportPluginProperties->setText('OpenDocument Text');
$exportPluginProperties->setExtension('odt');
$exportPluginProperties->setMimeType(
'application/vnd.oasis.opendocument.text'
@ -731,4 +731,4 @@ class ExportOdt extends ExportPlugin
return $definition;
}
}
?>
?>

View File

@ -53,7 +53,7 @@ class ImportOds extends ImportPlugin
include_once "$props/options/items/BoolPropertyItem.class.php";
$importPluginProperties = new ImportPluginProperties();
$importPluginProperties->setText('Open Document Spreadsheet');
$importPluginProperties->setText('OpenDocument Spreadsheet');
$importPluginProperties->setExtension('ods');
$importPluginProperties->setOptionsText(__('Options'));
@ -404,4 +404,4 @@ class ImportOds extends ImportPlugin
/* Commit any possible data in buffers */
PMA_importRunQuery();
}
}
}

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-02-13 18:58+0200\n"
"Last-Translator: Andrey Prokopenko <aprk@ukr.net>\n"
"Language-Team: Afrikaans <http://l10n.cihar.com/projects/phpmyadmin/master/"
"af/>\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: Weblate 1.5-dev\n"
@ -115,14 +115,14 @@ msgstr "Databasis %s is verwyder."
msgid "Database comment: "
msgstr "Tabel kommentaar"
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Tabel kommentaar"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -142,7 +142,7 @@ msgstr "Tabel kommentaar"
msgid "Column"
msgstr "Kolom name"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -165,7 +165,7 @@ msgstr "Kolom name"
msgid "Type"
msgstr "Tipe"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -182,7 +182,7 @@ msgstr "Tipe"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -197,7 +197,7 @@ msgstr "Null"
msgid "Default"
msgstr "Verstekwaarde (default)"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -206,7 +206,7 @@ msgstr "Verstekwaarde (default)"
msgid "Links to"
msgstr "Skakels na"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -219,7 +219,7 @@ msgstr "Skakels na"
msgid "Comments"
msgstr "Kommentaar"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -241,7 +241,7 @@ msgstr "Kommentaar"
msgid "No"
msgstr "Nee"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -624,8 +624,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2785,8 +2785,8 @@ msgstr "in navraag"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2928,12 +2928,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "HTTP Koekies moet van nou af geaktifeer wees."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3526,14 +3526,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4854,12 +4854,6 @@ msgstr "Indekse"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentasie"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6352,8 +6346,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentasie"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6383,8 +6379,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentasie"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6643,8 +6641,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:341
@ -7153,8 +7151,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7872,8 +7870,8 @@ msgstr "Welkom by %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9806,8 +9804,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12924,8 +12922,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13052,8 +13050,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-03-20 22:10+0200\n"
"Last-Translator: mohamed amin boubaker <mohamed.amin.02@gmail.com>\n"
"Language-Team: Arabic <http://l10n.cihar.com/projects/phpmyadmin/master/ar/"
">\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 ? 4 : 5;\n"
"X-Generator: Weblate 1.5-dev\n"
@ -118,14 +118,14 @@ msgstr "تم إنشاء قاعدة البيانات %1$s."
msgid "Database comment: "
msgstr "ملاحظة قاعدة البيانات: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "تعليقات الجدول"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "تعليقات الجدول"
msgid "Column"
msgstr "عمود"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "عمود"
msgid "Type"
msgstr "نوع"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "نوع"
msgid "Null"
msgstr "خالي"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "خالي"
msgid "Default"
msgstr "إفتراضي"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "إفتراضي"
msgid "Links to"
msgstr "مرتبط بـ"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "مرتبط بـ"
msgid "Comments"
msgstr "تعليقات"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "تعليقات"
msgid "No"
msgstr "لا"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -306,8 +306,8 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا"
"%s."
"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%"
"s."
#: db_printview.php:47 db_tracking.php:79 db_tracking.php:198
#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510
@ -622,8 +622,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"من المحتمل أنك قد حاولت رفع ملف كبير الحجم. الرجاء مراجعة %sdocumentation%s "
"لإيجاد حلّ بديل لتغيير هذا الحد."
@ -883,8 +883,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."
#: index.php:518
#, php-format
@ -2625,11 +2625,11 @@ msgstr "في الإستعلام"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"لدى هذا العرض على الأقل هذا العدد من الأسطر. الرجاء مراجعة الــ "
"%sdocumentation%s."
"لدى هذا العرض على الأقل هذا العدد من الأسطر. الرجاء مراجعة الــ %"
"sdocumentation%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2769,12 +2769,12 @@ msgstr "إفتح نافذة phpMyAdmin جديدة"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "يجب تفعيل دعم الكوكيز في هذه المرحلة."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "يجب تفعيل Javascript بعد هذه النقطة"
@ -3359,14 +3359,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4650,10 +4650,6 @@ msgstr "الإطار الرئيسي"
msgid "Microsoft Office"
msgstr "مايكروسوفت أوفيس"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "مستند مفتوح"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "الإعدادات الرئيسية الأخرى"
@ -6118,8 +6114,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "مستند مفتوح"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6148,8 +6146,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "مستند مفتوح"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6392,8 +6392,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:341
@ -6901,8 +6901,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7619,8 +7619,8 @@ msgstr "أهلا بك في %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s لإنشائه."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
@ -9669,8 +9669,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 "
"مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا "
@ -12848,8 +12848,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12982,8 +12982,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14141,8 +14141,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 "نفذ استعلام محفوظ بعلامة مرجعية"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:14+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Azerbaijani <http://l10n.cihar.com/projects/phpmyadmin/master/"
"az/>\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -115,14 +115,14 @@ msgstr "%1$s verilənlər bazası yaradıldı."
msgid "Database comment: "
msgstr "Verilənlər bazasına şərh: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Cədvəl haqqında izahat"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "Cədvəl haqqında izahat"
msgid "Column"
msgstr "Sütun"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "Sütun"
msgid "Type"
msgstr "Tip"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "Tip"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Null"
msgid "Default"
msgstr "Susmaya görə"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "Susmaya görə"
msgid "Links to"
msgstr "Əlaqələr"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "Əlaqələr"
msgid "Comments"
msgstr "Şərhlər"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "Şərhlər"
msgid "No"
msgstr "Xeyr"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -631,8 +631,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2821,8 +2821,8 @@ msgstr "in query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2964,12 +2964,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Sisteme girebilmeniz üçün çerez faylları (cookie-ler) aktiv olmalıdır."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3567,14 +3567,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4921,12 +4921,6 @@ msgstr "Yeni sahe elave et"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentasiya"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6436,8 +6430,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentasiya"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6466,8 +6462,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentasiya"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6730,8 +6728,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:341
@ -7247,8 +7245,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7980,8 +7978,8 @@ msgstr "%s - e Xoş Gelmişsiniz!"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -10006,8 +10004,8 @@ msgstr "User overview"
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 "
@ -13149,8 +13147,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13278,8 +13276,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

105
po/be.po
View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-12-13 13:06+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Belarusian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"be/>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"Language: be\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: Weblate 1.4-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -117,14 +117,14 @@ msgstr "База дадзеных %1$s створаная."
msgid "Database comment: "
msgstr "Камэнтар да базы дадзеных: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Камэнтар да табліцы"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Камэнтар да табліцы"
msgid "Column"
msgstr "Назвы калёнак"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Назвы калёнак"
msgid "Type"
msgstr "Тып"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Тып"
msgid "Null"
msgstr "Нуль"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Нуль"
msgid "Default"
msgstr "Па змоўчаньні"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Па змоўчаньні"
msgid "Links to"
msgstr "Зьвязаная з"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Зьвязаная з"
msgid "Comments"
msgstr "Камэнтары"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Камэнтары"
msgid "No"
msgstr "Не"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -641,11 +641,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, "
"зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае "
@ -671,8 +671,8 @@ msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца "
"(%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай "
"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%"
"s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай "
"канфігурацыі."
#: import.php:427
@ -2898,11 +2898,11 @@ msgstr "па запыту"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -3049,12 +3049,12 @@ msgstr "Адкрыць новае акно phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies мусяць быць уключанымі пасьля гэтага месца."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3659,14 +3659,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -5025,12 +5025,6 @@ msgstr "Дадаць новае поле"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Тэкст Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6578,7 +6572,9 @@ msgstr "CSV з выкарыстаньнем LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Спэцыфікацыя Open Document"
#: libraries/config/setup.forms.php:267
@ -6610,7 +6606,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Тэкст Open Document"
#: libraries/config/validate.lib.php:214
@ -6884,12 +6882,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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, таму можна "
"выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя "
@ -7471,8 +7469,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8203,8 +8201,8 @@ msgstr "Запрашаем у %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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наладачны скрыпт%2$s."
@ -10317,8 +10315,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. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, "
@ -13653,8 +13651,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13787,8 +13785,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14510,6 +14508,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "максымум адначасовых злучэньняў"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Тэкст Open Document"
#, fuzzy
#~ msgid "Count tables"
#~ msgstr "Няма табліц"

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-12-13 13:06+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Belarusian (latin) <http://l10n.cihar.com/projects/phpmyadmin/"
"master/be@latin/>\n"
"Language: be@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.4-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -117,14 +117,14 @@ msgstr "Baza dadzienych %1$s stvoranaja."
msgid "Database comment: "
msgstr "Kamentar da bazy dadzienych: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Kamentar da tablicy"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Kamentar da tablicy"
msgid "Column"
msgstr "Nazvy kalonak"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Nazvy kalonak"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Nul"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Nul"
msgid "Default"
msgstr "Pa zmoŭčańni"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Pa zmoŭčańni"
msgid "Links to"
msgstr "Źviazanaja z"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Źviazanaja z"
msgid "Comments"
msgstr "Kamentary"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Kamentary"
msgid "No"
msgstr "Nie"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -635,11 +635,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, "
"źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje "
@ -665,8 +665,8 @@ msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca "
"(%s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj "
"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca (%"
"s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj "
"kanfihuracyi."
#: import.php:427
@ -2909,11 +2909,11 @@ msgstr "pa zapytu"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da "
"%sdakumentacyi%s."
"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da %"
"sdakumentacyi%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -3061,12 +3061,12 @@ msgstr "Adkryć novaje akno phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies musiać być uklučanymi paśla hetaha miesca."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3672,14 +3672,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -5030,12 +5030,6 @@ msgstr "Dadać novaje pole"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Tekst Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6564,7 +6558,9 @@ msgstr "CSV z vykarystańniem LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Specyfikacyja Open Document"
#: libraries/config/setup.forms.php:267
@ -6598,7 +6594,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Tekst Open Document"
#: libraries/config/validate.lib.php:214
@ -6871,12 +6869,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 ""
"Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu "
"možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć "
@ -7465,8 +7463,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8199,8 +8197,8 @@ msgstr "Zaprašajem u %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab "
"jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s."
@ -8853,8 +8851,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()."
@ -10321,8 +10319,8 @@ msgstr "Karystalniki"
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ŭ, "
@ -10463,8 +10461,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."
"ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %"
"sdakumentacyi%s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -13650,8 +13648,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13786,8 +13784,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14513,6 +14511,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maksymum adnačasovych złučeńniaŭ"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Tekst Open Document"
#~ msgid "Table seems to be empty!"
#~ msgstr "Tablica — pustaja!"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-05 10:03+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Bulgarian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"bg/>\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: Weblate 1.3-dev\n"
@ -118,14 +118,14 @@ msgstr "БД %1$s беше създадена."
msgid "Database comment: "
msgstr "Коментар към БД: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Коментари към таблицата"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Коментари към таблицата"
msgid "Column"
msgstr "Kолона"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Kолона"
msgid "Type"
msgstr "Тип"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Тип"
msgid "Null"
msgstr "Празно"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Празно"
msgid "Default"
msgstr "По подразбиране"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "По подразбиране"
msgid "Links to"
msgstr "Свързана към"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Свързана към"
msgid "Comments"
msgstr "Коментари"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Коментари"
msgid "No"
msgstr "Не"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -618,11 +618,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се "
"към %sдокументацията%s за да намерите начин да избегнете това ограничение."
@ -2654,8 +2654,8 @@ msgstr "в зявката"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
@ -2796,12 +2796,12 @@ msgstr "Отваряне на нов прозорец с phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Оттук нататък са необходими бисквитки."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Оттук нататък е необходим javascript"
@ -3376,14 +3376,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4696,10 +4696,6 @@ msgstr "Главна рамка"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Други основни настройки"
@ -6230,7 +6226,9 @@ msgstr "CSV с LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6260,7 +6258,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6510,8 +6510,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 ""
#: libraries/display_export.lib.php:341
@ -7005,8 +7005,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7719,8 +7719,8 @@ msgstr "Добре дошли в %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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скрипта за настройки%2$s, за да го създадете."
@ -9640,8 +9640,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. Съдържанието на тази таблица може да се различава от "
@ -9780,8 +9780,8 @@ msgid ""
"installed the necessary PHP extensions as described in the %sdocumentation%s."
msgstr ""
"SQL валидаторът не може да бъде инициализиран. Моля проверете дали са "
"инсталирани необходимите PHP разширения, както е описано в %sдокументацията"
"%s."
"инсталирани необходимите PHP разширения, както е описано в %sдокументацията%"
"s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -10380,8 +10380,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:308
msgid "Save to browser's storage"
@ -12684,8 +12684,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12804,8 +12804,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% от всички сортировки се изпълняват с временни таблици, тази стойност "
"трябва да бъде под 10%%."
@ -13485,6 +13485,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert e 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Преброяване на таблиците при показване на списък а БД"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 16:02+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Bengali <http://l10n.cihar.com/projects/phpmyadmin/master/bn/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "%1$s ডাটাবেজ মুছে ফেলা হয়েছে"
msgid "Database comment: "
msgstr "ডাটাবেজ মন্তব্যসমূহঃ "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "টেবিলের মন্তব্য সমূহ"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "টেবিলের মন্তব্য সমূহ"
msgid "Column"
msgstr "স্তম্ভ"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "স্তম্ভ"
msgid "Type"
msgstr "ধরন"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "ধরন"
msgid "Null"
msgstr "খালি"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "খালি"
msgid "Default"
msgstr "ডিফল্ট"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "ডিফল্ট"
msgid "Links to"
msgstr "সংযুক্তি হবে"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "সংযুক্তি হবে"
msgid "Comments"
msgstr "মন্তব্যসমূহ"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "মন্তব্যসমূহ"
msgid "No"
msgstr "না"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -624,8 +624,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2791,8 +2791,8 @@ msgstr "in query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "এই ভিউ এ অন্তত এই সংখ্যক সারি রয়েছে। %sdocumentation%s পড়ুন."
#: libraries/DisplayResults.class.php:4923
@ -2935,12 +2935,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3537,14 +3537,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4892,12 +4892,6 @@ msgstr "ইন্ডেস্ক সমূহ"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Open Document Text"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6436,7 +6430,9 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6466,7 +6462,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6741,12 +6739,12 @@ msgstr ""
#| "will be kept as is."
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 ""
"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."
"formatting strings. Additionally the following transformations will happen: %"
"3$s. Other text will be kept as is."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7272,8 +7270,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7995,8 +7993,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s ব্যাবহার "
"করে একটি তৈরী করতে পারেন"
@ -10061,8 +10059,8 @@ msgstr "User overview"
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 ""
#: libraries/server_privileges.lib.php:3032
@ -13227,8 +13225,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13362,8 +13360,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14083,6 +14081,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "max. concurrent connections"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Open Document Text"
#, fuzzy
#~ msgid "Count tables"
#~ msgstr "কোন টেবিল নাই"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-05 10:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Breton <http://l10n.cihar.com/projects/phpmyadmin/master/br/"
">\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: Weblate 1.3-dev\n"
@ -122,14 +122,14 @@ msgstr "Krouet eo bet an diaz roadennoù %1$s."
msgid "Database comment: "
msgstr "Evezhiadenn diwar-benn an diaz roadennoù : "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Evezhiadennoù diwar-benn an daolenn"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -147,7 +147,7 @@ msgstr "Evezhiadennoù diwar-benn an daolenn"
msgid "Column"
msgstr "Bann"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -170,7 +170,7 @@ msgstr "Bann"
msgid "Type"
msgstr "Seurt"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -187,7 +187,7 @@ msgstr "Seurt"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -202,7 +202,7 @@ msgstr "Null"
msgid "Default"
msgstr "Dre ziouer"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -211,7 +211,7 @@ msgstr "Dre ziouer"
msgid "Links to"
msgstr "Liammet ouzh"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -224,7 +224,7 @@ msgstr "Liammet ouzh"
msgid "Comments"
msgstr "Evezhiadennoù"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -246,7 +246,7 @@ msgstr "Evezhiadennoù"
msgid "No"
msgstr "Ket"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -630,14 +630,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for 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."
"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:250 import.php:516
msgid "Showing bookmark"
@ -2698,11 +2698,11 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2845,12 +2845,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Evit gallout kenderc'hel e rankit gweredekaat an toupinoù."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3435,14 +3435,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4766,10 +4766,6 @@ msgstr "Taolenn bennañ"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Testenn Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Arventennoù pouezus all"
@ -6248,8 +6244,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "Testenn Open Document"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6278,8 +6276,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "Testenn Open Document"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6522,8 +6522,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:341
@ -7028,8 +7028,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7730,11 +7730,11 @@ msgstr "Degemer mat e %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar "
"%1$sskript kefluniañ%2$s da sevel unan."
"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar %"
"1$sskript kefluniañ%2$s da sevel unan."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9639,8 +9639,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12680,8 +12680,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12814,8 +12814,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-05 12:08+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Bosnian <http://l10n.cihar.com/projects/phpmyadmin/master/bs/"
">\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"Language: bs\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: Weblate 1.5-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -117,14 +117,14 @@ msgstr "Baza %1$s je kreirana."
msgid "Database comment: "
msgstr "Komentar baze: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentari tabele"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -142,7 +142,7 @@ msgstr "Komentari tabele"
msgid "Column"
msgstr "Kolona"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -165,7 +165,7 @@ msgstr "Kolona"
msgid "Type"
msgstr "Tip"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -182,7 +182,7 @@ msgstr "Tip"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -197,7 +197,7 @@ msgstr "Null"
msgid "Default"
msgstr "Podrazumjevano"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -206,7 +206,7 @@ msgstr "Podrazumjevano"
msgid "Links to"
msgstr "Veze ka"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -219,7 +219,7 @@ msgstr "Veze ka"
msgid "Comments"
msgstr "Komentari"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -241,7 +241,7 @@ msgstr "Komentari"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -633,8 +633,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2824,8 +2824,8 @@ msgstr "u upitu"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2967,12 +2967,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Kolačići (Cookies) moraju u ovom slučaju biti aktivirani."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3568,14 +3568,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4914,12 +4914,6 @@ msgstr "Dodaj novo polje"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentacija"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6428,8 +6422,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentacija"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6458,8 +6454,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentacija"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6722,8 +6720,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:341
@ -7238,8 +7236,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7971,8 +7969,8 @@ msgstr "Dobrodošli na %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -10002,8 +10000,8 @@ msgstr "Pregled korisnika"
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 "
@ -13152,8 +13150,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13280,8 +13278,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

109
po/ca.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 15:03+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Catalan <http://l10n.cihar.com/projects/phpmyadmin/master/ca/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "S'ha creat la base de dades %1$s."
msgid "Database comment: "
msgstr "Comentaris de la base de dades: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Comentaris de la taula"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Comentaris de la taula"
msgid "Column"
msgstr "Columna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Columna"
msgid "Type"
msgstr "Tipus"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tipus"
msgid "Null"
msgstr "Nul"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nul"
msgid "Default"
msgstr "Defecte"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Defecte"
msgid "Links to"
msgstr "Enllaços a"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Enllaços a"
msgid "Comments"
msgstr "Comentaris"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Comentaris"
msgid "No"
msgstr "No"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,11 +620,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probablement has triat d'enviar un arxiu que és massa gran. Consulta la "
"%sdocumentació%s per trobar formes de modificar aquest límit."
"Probablement has triat d'enviar un arxiu que és massa gran. Consulta la %"
"sdocumentació%s per trobar formes de modificar aquest límit."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2671,8 +2671,8 @@ msgstr "en consulta"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Aquesta vista té al menys aques nombre de files. Consulta %sdocumentation%s."
@ -2816,13 +2816,13 @@ msgstr "Obrir nova finestra de phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Feu clic a la barra per desplaçar-se al principi d'aquesta pàgina"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
"A partir d'aquest punt és necessari tenir les galetes -cookies- activades."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "A partir d'aquest punt és necessari tenir el javascript activat"
@ -3416,20 +3416,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Un nombre de coma flotant petit, els valors permesos són de -3.402823466E+38 "
"a -1.175494351E-38, 0, i de 1.175494351E-38 a 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Un nombre de coma flotant de doble precisió, els valors permesos són de "
"-1.7976931348623157E+308 a -2.2250738585072014E-308, 0, i de "
"Un nombre de coma flotant de doble precisió, els valors permesos són de -"
"1.7976931348623157E+308 a -2.2250738585072014E-308, 0, i de "
"2.2250738585072014E-308 a 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4783,10 +4783,6 @@ msgstr "Panell principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Altres paràmetres principals"
@ -6418,7 +6414,9 @@ msgstr "CSV usant LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Full de càlcul Open Document"
#: libraries/config/setup.forms.php:267
@ -6448,7 +6446,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Text format Open Document"
#: libraries/config/validate.lib.php:214
@ -6701,12 +6701,12 @@ msgstr ", @TABLE@ serà el nom de la taula"
#, 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 ""
"Aquest valor s'interpreta usant %1$sstrftime%2$s, pel que podeu usar les "
"cadenes de formateig de temps. A més, es faran aquestes transformacions: "
"%3$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s "
"cadenes de formateig de temps. A més, es faran aquestes transformacions: %3"
"$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s "
"per a més detalls."
#: libraries/display_export.lib.php:341
@ -7262,8 +7262,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Pots trobar la documentació i més informació sobre PBXT a la pàgina "
"principal de %sPrimeBase XT%s."
@ -7961,8 +7961,8 @@ msgstr "Benvingut a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 raó més probable d'aixó és que no heu creat l'arxiu de configuració. "
"Podreu voler utilitzar %1$ssetup script%2$s per crear-ne un."
@ -9936,8 +9936,8 @@ msgstr "Vista global d'usuaris"
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 "
@ -10076,8 +10076,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."
"instal·lats els mòduls de PHP necessaris tal i com s'indica a la %"
"sdocumentació%s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -12375,8 +12375,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:314
@ -12404,8 +12404,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:318
#, php-format
@ -13253,8 +13253,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"La taxa actual de memòria lluire del cau de consultes respecte la mida total "
"és de %s%%. Hauria de estar per sobre de 80%%"
@ -13412,8 +13412,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% de totes les ordenacions causen taules temporals, aquest valor ha de "
"ser inferior al 10%%."
@ -13822,8 +13822,8 @@ msgstr ""
#, php-format
msgid "Immediate table locks: %s%%, this value should be above 95%%"
msgstr ""
"Bloquejos immediats de taula: %s%%, aquest valor ha d'estar per sobre del "
"95%%"
"Bloquejos immediats de taula: %s%%, aquest valor ha d'estar per sobre del 95%"
"%"
#: libraries/advisory_rules.txt:355
msgid "Table lock wait rate"
@ -14195,6 +14195,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "{concurrent_insert} està establert a 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Comptar les taules al mostrar la llista de bases de dades"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-12-24 08:51+0200\n"
"Last-Translator: karwan hidayat <karwanhidayat@gmail.com>\n"
"Language-Team: Kurdish Sorani <http://l10n.cihar.com/projects/phpmyadmin/"
"master/ckb/>\n"
"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ckb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 1.4-dev\n"
@ -122,14 +122,14 @@ msgstr "بنکەی دراوەی %1$s درووستکرا."
msgid "Database comment: "
msgstr ":تێبینی بنکەی دراوە "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "تێبینیەکانی خشتە"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -147,7 +147,7 @@ msgstr "تێبینیەکانی خشتە"
msgid "Column"
msgstr "ستون"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -170,7 +170,7 @@ msgstr "ستون"
msgid "Type"
msgstr "جۆر"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -187,7 +187,7 @@ msgstr "جۆر"
msgid "Null"
msgstr "بەتاڵ"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -202,7 +202,7 @@ msgstr "بەتاڵ"
msgid "Default"
msgstr "بنەڕەت"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -211,7 +211,7 @@ msgstr "بنەڕەت"
msgid "Links to"
msgstr "بەستەر دەکات بۆ"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -224,7 +224,7 @@ msgstr "بەستەر دەکات بۆ"
msgid "Comments"
msgstr "بۆچوون"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -246,7 +246,7 @@ msgstr "بۆچوون"
msgid "No"
msgstr "نەخێر"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -624,11 +624,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"لەوانەیە تۆ هەوڵت دابێت فایلێک بە قەبارەیەکی زۆر بار بکەی. تکایە سەردانی "
"%ەڵگەسازی%s بکە بۆ چارەکردنی ئەم سنوردار کردنە."
"لەوانەیە تۆ هەوڵت دابێت فایلێک بە قەبارەیەکی زۆر بار بکەی. تکایە سەردانی %"
"sبەڵگەسازی%s بکە بۆ چارەکردنی ئەم سنوردار کردنە."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2598,11 +2598,11 @@ msgstr "لە داواکاری"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 بکە ."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2740,12 +2740,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3314,14 +3314,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4585,10 +4585,6 @@ msgstr "شاردنەوەی نیشاندەرەکان"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6027,7 +6023,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -6057,8 +6053,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "به‌ڵگه‌سازی"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6297,8 +6295,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:341
@ -6789,8 +6787,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7481,8 +7479,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9320,8 +9318,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12278,8 +12276,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12397,8 +12395,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

125
po/cs.po
View File

@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-21 15:45+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-23 12:43+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Czech <http://l10n.cihar.com/projects/phpmyadmin/master/cs/>\n"
"Language: cs\n"
@ -117,12 +117,12 @@ msgstr "Byla vytvořena databáze %1$s."
msgid "Database comment: "
msgstr "Komentář k databázi: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Komentář k tabulce:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "Komentář k tabulce:"
msgid "Column"
msgstr "Pole"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "Pole"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Nulový"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Nulový"
msgid "Default"
msgstr "Výchozí"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "Výchozí"
msgid "Links to"
msgstr "Odkazuje na"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "Odkazuje na"
msgid "Comments"
msgstr "Komentáře"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "Komentáře"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -600,8 +600,8 @@ msgstr "Z funkcí zvolte „GeomFromText“ a vložte níže uvedený text jako
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít."
@ -2598,8 +2598,8 @@ msgstr "v dotazu"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@ -2743,12 +2743,12 @@ msgstr "Otevřít nové okno phpMyAdmina"
msgid "Click on the bar to scroll to top of page"
msgstr "Klikněte na pruh pro posunutí stránky nahoru"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Přihlášení vyžaduje povolené cookies."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Pro použití phpMyAdmina musíte mít zapnutý Javascript"
@ -3334,20 +3334,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od -3.402823466E"
"+38 od -1.175494351E-38, 0, a od 1.175494351E-38 do 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od "
"-1.7976931348623157E+308 do -2.2250738585072014E-308, 0, a od "
"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od -"
"1.7976931348623157E+308 do -2.2250738585072014E-308, 0, a od "
"2.2250738585072014E-308 do 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -3873,12 +3873,10 @@ msgid "numeric key detected"
msgstr "detekován číselný klíč"
#: libraries/config.values.php:49 libraries/config.values.php:64
#| msgid "Ins"
msgid "Icons"
msgstr "Ikony"
#: libraries/config.values.php:50 libraries/config.values.php:65
#| msgid "Test"
msgid "Text"
msgstr "Text"
@ -4661,10 +4659,6 @@ msgstr "Hlavní panel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Jiná důležitá nastavení"
@ -6188,9 +6182,12 @@ msgid ""
"is installed does not have direct access to the internet. The format is: "
"\"hostname:portnumber\""
msgstr ""
"Adresa URL proxy serveru, který má být použit při načítání informací o "
"nejnovější verzi phpMyAdmina. Toto potřebujete pokud na serveru, kde je "
"nainstalován phpMyAdmin, nemí přímý přístup k internetu. Formát je: "
"\"hostname:portnumber\""
#: libraries/config/messages.inc.php:523
#| msgid "Version check"
msgid "Version check proxy url"
msgstr "Adresa proxy pro kontrolu verze"
@ -6200,18 +6197,20 @@ msgid ""
"authentication is performed. If a username is supplied, Basic Authentication "
"will be performed. No other types of authentication are currently supported."
msgstr ""
"Uživatelské jméno pro přihlášení k serveru proxy. Ve výchozím nastavení není "
"prováděno žádné ověřování. Pokud je zadáno uživatelské jméno, bude "
"provedeno základní ověřování. V současné době nejsou podporovány žádné další "
"typy ověřování."
#: libraries/config/messages.inc.php:525
#| msgid "Version check"
msgid "Version check proxy username"
msgstr "Uživatel proxy pro kontrolu verze"
#: libraries/config/messages.inc.php:526
msgid "The password for authenticating with the proxy"
msgstr ""
msgstr "Heslo pro přihlášení k serveru proxy"
#: libraries/config/messages.inc.php:527
#| msgid "Version check"
msgid "Version check proxy password"
msgstr "Heslo proxy pro kontrolu verze"
@ -6251,7 +6250,8 @@ msgstr "CSV pomocí LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Sešit OpenDocument"
#: libraries/config/setup.forms.php:267
@ -6281,7 +6281,8 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Text OpenDocument"
#: libraries/config/validate.lib.php:214
@ -6522,8 +6523,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky"
#, 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 ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena "
@ -7068,8 +7069,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase "
"XT%s."
@ -7226,12 +7227,10 @@ msgid "Convert to Kana"
msgstr "Převést na Kanu"
#: libraries/mult_submits.inc.php:288
#| msgid "Replace table prefix"
msgid "Replace table prefix:"
msgstr "Změnit tabulce předponu:"
#: libraries/mult_submits.inc.php:290
#| msgid "Copy table with prefix"
msgid "Copy table with prefix:"
msgstr "Zkopírovat tabulku s předponou:"
@ -7249,7 +7248,6 @@ msgid "Submit"
msgstr "Provést"
#: libraries/mult_submits.inc.php:317
#| msgid "Add table prefix"
msgid "Add table prefix:"
msgstr "Přidat tabulce předponu:"
@ -7756,8 +7754,8 @@ msgstr "Vítejte v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@ -9682,8 +9680,8 @@ msgstr "Přehled 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 "
@ -10067,8 +10065,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_columns_definition_form.inc.php:171
msgid "Transformation options"
@ -10403,8 +10401,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:308
msgid "Save to browser's storage"
@ -12053,8 +12051,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:314
@ -12065,8 +12063,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."
@ -12630,8 +12628,8 @@ msgid ""
"You have a slow query rate of %s per hour, you should have less than 1%% per "
"hour."
msgstr ""
"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod "
"1%%."
"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod 1%"
"%."
#: libraries/advisory_rules.txt:77
msgid "Long query time"
@ -12896,8 +12894,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"V současné době je volno %s%% mezipaměti. Tato hodnota by se měla držet nad "
"80%%"
@ -13045,11 +13043,11 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod "
"10%%."
"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod 10%"
"%."
#: libraries/advisory_rules.txt:218
msgid "Rate of sorts that cause temporary tables"
@ -13796,6 +13794,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastaveno na 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Zda počítat tabulky, když se zobrazuje seznam databází"

View File

@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Welsh <http://l10n.cihar.com/projects/phpmyadmin/4-0/cy/>\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: Weblate 1.6-dev\n"
@ -120,14 +120,14 @@ msgstr "Cafodd y gronfa ddata %1$s ei chreu."
msgid "Database comment: "
msgstr "Sylw cronfa ddata: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Sylwadau tabl"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -145,7 +145,7 @@ msgstr "Sylwadau tabl"
msgid "Column"
msgstr "Colofn"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -168,7 +168,7 @@ msgstr "Colofn"
msgid "Type"
msgstr "Math"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -185,7 +185,7 @@ msgstr "Math"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -200,7 +200,7 @@ msgstr "Null"
msgid "Default"
msgstr "Diofyn"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -209,7 +209,7 @@ msgstr "Diofyn"
msgid "Links to"
msgstr "Cysylltu i"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -222,7 +222,7 @@ msgstr "Cysylltu i"
msgid "Comments"
msgstr "Sylwadau"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -244,7 +244,7 @@ msgstr "Sylwadau"
msgid "No"
msgstr "Na"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -628,11 +628,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %sdogfennaeth"
"%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn."
@ -2817,8 +2817,8 @@ msgstr "mewn ymholiad"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s."
@ -2962,12 +2962,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Mae'n rhaid bod cwcis wedi'u galluogi heibio'r pwynt hwn."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3562,14 +3562,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4910,12 +4910,6 @@ msgstr "Prif ffrâm"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Testun Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6432,7 +6426,9 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Taenlen Open Document"
#: libraries/config/setup.forms.php:267
@ -6466,7 +6462,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Testun Open Document"
#: libraries/config/validate.lib.php:214
@ -6735,8 +6733,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:341
@ -7257,8 +7255,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7971,11 +7969,11 @@ msgstr "Croeso i %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r "
"%1$sgript gosod%2$s er mwyn ei chreu."
"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r %1"
"$sgript gosod%2$s er mwyn ei chreu."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9951,8 +9949,8 @@ msgstr "Gorolwg"
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 ""
#: libraries/server_privileges.lib.php:3032
@ -13078,8 +13076,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13212,8 +13210,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13923,6 +13921,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Testun Open Document"
#~ msgid "Count tables"
#~ msgstr "Cyfrifwch y tablau"
@ -14124,8 +14127,8 @@ msgstr ""
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata "
#~ "%s?"
#~ "A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata %"
#~ "s?"
#, fuzzy
#~ msgid "Unknown error while uploading."

109
po/da.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-09 21:34+0200\n"
"Last-Translator: Aputsiaq Niels Janussen <aj@isit.gl>\n"
"Language-Team: Danish <http://l10n.cihar.com/projects/phpmyadmin/master/da/"
">\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -115,12 +115,12 @@ msgstr "Database %1$s er oprettet."
msgid "Database comment: "
msgstr "Databasekommentar: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Tabelkommentarer:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -138,7 +138,7 @@ msgstr "Tabelkommentarer:"
msgid "Column"
msgstr "Kolonnenavn"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -161,7 +161,7 @@ msgstr "Kolonnenavn"
msgid "Type"
msgstr "Datatype"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -178,7 +178,7 @@ msgstr "Datatype"
msgid "Null"
msgstr "Nulværdi"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -193,7 +193,7 @@ msgstr "Nulværdi"
msgid "Default"
msgstr "Standardværdi"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -202,7 +202,7 @@ msgstr "Standardværdi"
msgid "Links to"
msgstr "Linker til"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -215,7 +215,7 @@ msgstr "Linker til"
msgid "Comments"
msgstr "Kommentarer"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -237,7 +237,7 @@ msgstr "Kommentarer"
msgid "No"
msgstr "Nej"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -598,8 +598,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Du har sandsynligvis forsøgt at overføre en fil som er for stor. Se venligst "
"%sdokumentationen%s for måder at omgå denne begrænsning."
@ -864,8 +864,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"phpMyAdmin configuration storage er ikke fuldstændigt konfigureret; nogle "
"udvidede funktioner er blevet deaktiverede. For at finde ud af hvorfor klik "
"%sher%s."
"udvidede funktioner er blevet deaktiverede. For at finde ud af hvorfor klik %"
"sher%s."
#: index.php:518
#, php-format
@ -2605,8 +2605,8 @@ msgstr "i forespørgsel"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Viewet har som minimum dette antal rækker. Se venligst %sdokumentationen%s."
@ -2748,12 +2748,12 @@ msgstr "Åbn nyt phpMyAdmin vindue"
msgid "Click on the bar to scroll to top of page"
msgstr "Klik på bjælken for at rulle til sidens top"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Herefter skal cookies være slået til."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Herefter skal JavaScript være slået til"
@ -3342,20 +3342,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Et lille, flydende decimaltal. Tilladte værdier er -3.402823466E+38 til "
"-1.175494351E-38, 0, samt 1.175494351E-38 til 3.402823466E+38"
"Et lille, flydende decimaltal. Tilladte værdier er -3.402823466E+38 til -"
"1.175494351E-38, 0, samt 1.175494351E-38 til 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Et dobbeltpræcisions, flydende decimaltal. Tilladte værdier er "
"-1.7976931348623157E+308 til -2.2250738585072014E-308, 0, samt "
"Et dobbeltpræcisions, flydende decimaltal. Tilladte værdier er -"
"1.7976931348623157E+308 til -2.2250738585072014E-308, 0, samt "
"2.2250738585072014E-308 til 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4696,10 +4696,6 @@ msgstr "Hovedpanel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Andre kerneindstillinger"
@ -6297,7 +6293,9 @@ msgstr "CSV vha. LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document regneark"
#: libraries/config/setup.forms.php:267
@ -6327,7 +6325,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document tekst"
#: libraries/config/validate.lib.php:214
@ -6566,8 +6566,8 @@ msgstr ", @TABLE@ vil blive tabelnavnet"
#, 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 ""
"Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede "
"strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst "
@ -7116,8 +7116,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Dokumentation og yderligere information om PBXT kan findes på %sPrimeBase XT "
"hjemmeside%s."
@ -7808,8 +7808,8 @@ msgstr "Velkommen til %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. "
"Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en."
@ -9742,14 +9742,14 @@ msgstr "Oversigt over brugere"
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."
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -12148,10 +12148,10 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
"Hvis du føler, at dette er nødvendigt, brug yderligere sikring - "
"%sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-"
"baseret beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en "
"udbyder med mange tusinde brugere."
"Hvis du føler, at dette er nødvendigt, brug yderligere sikring - %"
"sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-baseret "
"beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en udbyder med "
"mange tusinde brugere."
#: setup/lib/index.lib.php:316
#, php-format
@ -12165,8 +12165,8 @@ msgstr ""
"Du har sat [kbd]config[/kbd] autentifikation og inkluderet brugernavn og "
"adgangskode for auto-login, hvilket er ikke en ønskværdig konfiguration for "
"produktionssystemer. Enhver som kender eller gætter din phpMyAdmin URL kan "
"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt "
"%sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]."
"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt %"
"sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]."
#: setup/lib/index.lib.php:318
#, php-format
@ -12992,8 +12992,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Det aktuelle forhold mellem ledig og total forespørgselsmellemlager er %s%%. "
"Det bør være over 80%%"
@ -13147,8 +13147,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% af alle sorteringer bruger midlertidige tabeller. Denne værdi bør være "
"mindre end 10%%."
@ -13898,6 +13898,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert er sat til 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Optæl tabeller, når databaselisten vises"

109
po/de.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-10 12:23+0200\n"
"Last-Translator: Jan Erik Zassenhaus <jan.zassenhaus@jgerman.de>\n"
"Language-Team: German <http://l10n.cihar.com/projects/phpmyadmin/master/de/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "Die Datenbank %1$s wurde erzeugt."
msgid "Database comment: "
msgstr "Datenbankkommentar: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Tabellen-Kommentar"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Tabellen-Kommentar"
msgid "Column"
msgstr "Spalte"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Spalte"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Standard"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Standard"
msgid "Links to"
msgstr "Verweise"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Verweise"
msgid "Comments"
msgstr "Kommentare"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Kommentare"
msgid "No"
msgstr "Nein"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -306,8 +306,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_printview.php:47 db_tracking.php:79 db_tracking.php:198
#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510
@ -625,11 +625,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die "
"%sDokumentation%s zur Lösung diese Problems."
"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die %"
"sDokumentation%s zur Lösung diese Problems."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2695,8 +2695,8 @@ msgstr "in der Abfrage"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Dieser Ansicht hat mindestens diese Anzahl von Datensätzen. Bitte lesen Sie "
"die %sDokumentation%s."
@ -2845,12 +2845,12 @@ msgstr "Neues phpMyAdmin-Fenster"
msgid "Click on the bar to scroll to top of page"
msgstr "Klicken Sie auf die Leiste, um zum Anfang der Seite zu scrollen"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Ab diesem Punkt müssen Cookies aktiviert sein."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript muss ab hier aktiviert sein"
@ -3444,20 +3444,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Eine kleine Fließkommazahl, erlaubte Werte sind -3,402823466E+38 bis "
"-1,175494351E-38, 0, und 1,175494351E-38 bis 3,402823466E+38"
"Eine kleine Fließkommazahl, erlaubte Werte sind -3,402823466E+38 bis -"
"1,175494351E-38, 0, und 1,175494351E-38 bis 3,402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Eine Fließkommazahl mit doppelter Genauigkeit, erlaubte Werte sind "
"-1,7976931348623157E+308 bis -2,2250738585072014E-308, 0, und "
"Eine Fließkommazahl mit doppelter Genauigkeit, erlaubte Werte sind -"
"1,7976931348623157E+308 bis -2,2250738585072014E-308, 0, und "
"2,2250738585072014E-308 bis 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -3497,8 +3497,8 @@ msgstr "Ein Datum, unterstützter Bereich ist %1$s bis %2$s"
#, php-format
msgid "A date and time combination, supported range is %1$s to %2$s"
msgstr ""
"Eine Kombination aus Datum und Uhrzeit, unterstützter Bereich ist %1$s bis "
"%2$s"
"Eine Kombination aus Datum und Uhrzeit, unterstützter Bereich ist %1$s bis %2"
"$s"
#: libraries/Types.class.php:324
msgid ""
@ -4813,10 +4813,6 @@ msgstr "Hauptpanel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Dokument öffnen"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Sonstige Einstellungen"
@ -6444,7 +6440,9 @@ msgstr "CSV mit LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Kalkulationstabelle"
#: libraries/config/setup.forms.php:267
@ -6474,7 +6472,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6727,8 +6727,8 @@ msgstr ", @TABLE@ wird durch den Tabellennamen ersetzt"
#, 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 ""
"Dieser Wert wird mit %1$sstrftime%2$s geparst. Sie können also Platzhalter "
"für Datum und Uhrzeit verwenden. Darüber hinaus werden folgende Umformungen "
@ -7286,8 +7286,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Dokumentation und weitere Informationen über PBXT sind auf der %sPrimeBase "
"XT-Website%s verfügbar."
@ -7992,8 +7992,8 @@ msgstr "Willkommen bei %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Sie haben möglicherweise noch keine Konfigurationsdatei erstellt. Sei können "
"das %1$sSetup-Skript%2$s verwenden, um eine zu erstellen."
@ -10010,8 +10010,8 @@ msgstr "Benutzerübersicht"
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 ""
"Hinweis: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden "
"MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den "
@ -12518,8 +12518,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:318
#, php-format
@ -13366,8 +13366,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Das aktuelle Verhältnis von freiem Abfrage-Zwischenspeicher zur Größe des "
"gesamten Abfrage-Zwischenspeichers ist %s%%. Es sollte über 80%% betragen"
@ -13524,8 +13524,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% aller Sortierungen verursachen temporäre Tabellen, dieser Wert sollte "
"kleiner als 10%% sein."
@ -14311,6 +14311,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ist auf 0 gesetzt"
#~ msgid "Open Document"
#~ msgstr "Dokument öffnen"
#~ msgid "Count tables when showing database list"
#~ msgstr "Zähle Tabellen bei Anzeige der Datenbank-Liste"
@ -15071,8 +15074,8 @@ msgstr "concurrent_insert ist auf 0 gesetzt"
#~ "directory %s."
#~ msgstr ""
#~ "Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte "
#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis "
#~ "%s."
#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %"
#~ "s."
#~ msgid "The following queries have been executed:"
#~ msgstr "Die folgenden Abfragen wurden ausgeführt:"

147
po/el.po
View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-20 11:11+0200\n"
"Last-Translator: Panagiotis Papazoglou <papaz_p@yahoo.com>\n"
"Language-Team: Greek <http://l10n.cihar.com/projects/phpmyadmin/master/el/>\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: Weblate 1.6-dev\n"
@ -115,12 +115,12 @@ msgstr "Δημιουργήθηκε η βάση δεδομένων %1$s."
msgid "Database comment: "
msgstr "Σχόλιο βάσης: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Σχόλια πίνακα:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -138,7 +138,7 @@ msgstr "Σχόλια πίνακα:"
msgid "Column"
msgstr "Στήλη"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -161,7 +161,7 @@ msgstr "Στήλη"
msgid "Type"
msgstr "Τύπος"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -178,7 +178,7 @@ msgstr "Τύπος"
msgid "Null"
msgstr "Κενό"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -193,7 +193,7 @@ msgstr "Κενό"
msgid "Default"
msgstr "Προεπιλογή"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -202,7 +202,7 @@ msgstr "Προεπιλογή"
msgid "Links to"
msgstr "Σύνδεση με"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -215,7 +215,7 @@ msgstr "Σύνδεση με"
msgid "Comments"
msgstr "Σχόλια"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -237,7 +237,7 @@ msgstr "Σχόλια"
msgid "No"
msgstr "Όχι"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -593,17 +593,17 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field"
msgstr ""
"Επιλέξτε το «GeomFromText» από τη στήλη «Function» και επικολλήστε το "
"παρακάτω κείμενο στο πεδίο «Value»"
"Επιλέξτε το «GeomFromText» από τη στήλη «Function» και επικολλήστε το παρακάτω "
"κείμενο στο πεδίο «Value»"
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Πιθανόν προσπαθήσατε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην "
"%sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού."
"Πιθανόν προσπαθήσατε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην %"
"sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -870,8 +870,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"Η αποθήκευση ρυθμίσεων του phpMyAdmin δεν έχει ρυθμιστεί πλήρως. Μερικά "
"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε "
"%sεδώ%s."
"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε %"
"sεδώ%s."
#: index.php:518
#, php-format
@ -2261,8 +2261,8 @@ msgstr "Μη έγκυρη χαρακτήρες στη γραμμή %s"
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
msgstr ""
"Μη έγκυρος χαρακτήρας στη γραμμή %1$s. Αναμενότας στηλοθέτης, αλλά βρέθηκε "
"«%2$s»"
"Μη έγκυρος χαρακτήρας στη γραμμή %1$s. Αναμενότας στηλοθέτης, αλλά βρέθηκε «%2"
"$s»"
#: libraries/Advisor.class.php:467
msgid "per second"
@ -2621,11 +2621,11 @@ msgstr "στην εντολή"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2769,12 +2769,12 @@ msgstr "Άνοιγμα νέου παραθύρου phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Πατήστε στη γραμμή για να μεταβείτε στην κορυφή της σελίδας"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένη την Javascript"
@ -3365,21 +3365,21 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Ένας μικρός αριθμός κινητής υποδιαστολής, επιτρεπτές τιμές είναι "
"-3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως "
"3.402823466E+38"
"Ένας μικρός αριθμός κινητής υποδιαστολής, επιτρεπτές τιμές είναι -"
"3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως 3.402823466E"
"+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Ένας αριθμός κινητής υποδιαστολής διπλής ακρίβειας, επιτρεπτές τιμές είναι "
"-1.7976931348623157E+308 έως -2.2250738585072014E-308, 0, και "
"Ένας αριθμός κινητής υποδιαστολής διπλής ακρίβειας, επιτρεπτές τιμές είναι -"
"1.7976931348623157E+308 έως -2.2250738585072014E-308, 0, και "
"2.2250738585072014E-308 έως 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4267,8 +4267,8 @@ msgid ""
"Whether a warning (&quot;Are your really sure…&quot;) should be displayed "
"when you're about to lose data"
msgstr ""
"Όταν μια προειδοποίηση («Είστε σίγουρος/η…») πρέπει να προβάλετε αν "
"πρόκειται να χαθούν δεδομένα"
"Όταν μια προειδοποίηση («Είστε σίγουρος/η…») πρέπει να προβάλετε αν πρόκειται "
"να χαθούν δεδομένα"
#: libraries/config/messages.inc.php:45
msgid "Confirm DROP queries"
@ -4715,10 +4715,6 @@ msgstr "Βασικός πίνακας"
msgid "Microsoft Office"
msgstr "Microsoft Excel"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Άλλες ρυθμίσεις πυρήνα"
@ -6359,7 +6355,9 @@ msgstr "CSV με χρήση LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS"
#: libraries/config/setup.forms.php:267
@ -6389,7 +6387,9 @@ msgstr "Έγγραφο Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ"
#: libraries/config/validate.lib.php:214
@ -6634,8 +6634,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, έτσι "
"μπορείτε να χρησιμοποιήσετε φράσεις μορφής χρόνου. Επιπρόσθετα, θα γίνουν "
@ -7197,11 +7197,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
msgid "Related Links"
@ -7883,8 +7883,8 @@ msgstr "Καλωσήρθατε στο %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 για να δημιουργήσετε ένα."
@ -8495,8 +8495,8 @@ msgstr ""
"επιλογή για να ορίσετε μια μορφή ημερομηνίας-ώρας. Η τρίτη επιλογή ορίζει αν "
"θέλετε να δείτε την τοπική ή την παγκόσμια ώρα (χρήση «local» ή «utc» "
"αντίστοιχα). Σύμφωνα με αυτό, η μορφή της ημερομηνίας έχει διαφορετική τιμή "
"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP "
"και για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()."
"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP και "
"για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()."
#: libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php:31
msgid ""
@ -9846,8 +9846,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. Το περιεχόμενο αυτών των πινάκων μπορεί "
@ -11049,8 +11049,8 @@ msgid ""
msgstr ""
"Η Εποπτεία phpMyAdmin μπορεί να σας βοηθήσει να βελτιστοποιήσετε τη ρύθμιση "
"του διακομιστή και να καταγράφει χρονοβόρα ερωτήματα. Για το τελευταίο θα "
"χρειαστείτε να ορίσετε το log_output σε «TABLE» και να έχετε ενεργοποιήσει "
"το slow_query_log ή το general_log. Σημειώστε, ωστόσο, ότι το general_log "
"χρειαστείτε να ορίσετε το log_output σε «TABLE» και να έχετε ενεργοποιήσει το "
"slow_query_log ή το general_log. Σημειώστε, ωστόσο, ότι το general_log "
"παράγει πολλά δεδομένα και αυξάνει τη χρήση πόρων του διακομιστή μέχρι και "
"15%"
@ -12280,8 +12280,8 @@ msgid ""
"(currently %d)."
msgstr ""
"Αν η %sεγκυρότητα Σύνδεσης cookie%s είναι μεγαλύτερη από 1440 δευτερόλεπτα "
"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime"
"%s είναι μικρότερο από την τιμή της (τρέχουσα: %d)."
"μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας αν το %ssession.gc_maxlifetime%"
"s είναι μικρότερο από την τιμή της (τρέχουσα: %d)."
#: setup/lib/index.lib.php:310
#, php-format
@ -13093,8 +13093,8 @@ msgid ""
msgstr ""
"Η λανθάνουσα μνήμη ερωτήματος είναι γνωστό ότι βελτιώνει σημαντικά την "
"απόδοση, αν ρυθμιστεί σωστά. Ενεργοποιήστε τη ορίζοντας το "
"{query_cache_size} με μια διψήφια τιμής ΜΒ και το {query_cache_type} σε "
"«ΟΝ». <b>Σημείωση:</b> Αν χρησιμοποιείτε memcached, αγνοήστε την πρόταση."
"{query_cache_size} με μια διψήφια τιμής ΜΒ και το {query_cache_type} σε «ΟΝ». "
"<b>Σημείωση:</b> Αν χρησιμοποιείτε memcached, αγνοήστε την πρόταση."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@ -13175,8 +13175,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Η τρέχουσα αναλογία της ελεύθερης λανθάνουσας μνήμης ερωτήματος προς τη "
"συνολική λανθάνουσα μνήμη ερωτήματος είναι %s%%. Πρέπει να είναι περισσότερο "
@ -13253,8 +13253,8 @@ msgid ""
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
"Ο βαθμός απομακρυσμένων ερωτημάτων προς τα εισερχόμενα ερωτήματα είναι %s%%. "
"Όσο χαμηλότερη αυτή η τιμή, τόσο το καλύτερο (Το όριο συναγερμού είναι: "
"0,1%%)"
"Όσο χαμηλότερη αυτή η τιμή, τόσο το καλύτερο (Το όριο συναγερμού είναι: 0,1%"
"%)"
#: libraries/advisory_rules.txt:195
msgid "Query cache max size"
@ -13338,8 +13338,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"Το %s%% όλων των ταξινομήσεων προκαλεί προσωρινούς πίνακες, αυτή η τιμή "
"πρέπει να είναι κάτω από 10%%."
@ -13907,8 +13907,8 @@ msgstr ""
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
"%s%% όλων των συνδέσεων ματαιώνονται. Αυτή η τιμή πρέπει να είναι κάτω από "
"1%%"
"%s%% όλων των συνδέσεων ματαιώνονται. Αυτή η τιμή πρέπει να είναι κάτω από 1%"
"%"
#: libraries/advisory_rules.txt:406
msgid "Rate of aborted connections"
@ -14127,6 +14127,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Το concurrent_insert έχει οριστεί στο 0"
#~ msgid "Open Document"
#~ msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ"
#~ msgid "Count tables when showing database list"
#~ msgstr "Απαρίθμηση πινάκων όταν εμφανίζεται η λίστα βάσεων δεδομένων"
@ -14621,8 +14624,8 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων "
#~ "%s;"
#~ "Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων %"
#~ "s;"
#~ msgid "Unknown error while uploading."
#~ msgstr "Άγνωστο σφάλμα κατά την αποστολή αρχείου."

View File

@ -5,15 +5,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-03-28 12:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: English (United Kingdom) <http://l10n.cihar.com/projects/"
"phpmyadmin/master/en_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: Weblate 1.5-dev\n"
@ -120,14 +120,14 @@ msgstr "Database %1$s has been created."
msgid "Database comment: "
msgstr "Database comment: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Table comments"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -145,7 +145,7 @@ msgstr "Table comments"
msgid "Column"
msgstr "Column"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -168,7 +168,7 @@ msgstr "Column"
msgid "Type"
msgstr "Type"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -185,7 +185,7 @@ msgstr "Type"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -200,7 +200,7 @@ msgstr "Null"
msgid "Default"
msgstr "Default"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -209,7 +209,7 @@ msgstr "Default"
msgid "Links to"
msgstr "Links to"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -222,7 +222,7 @@ msgstr "Links to"
msgid "Comments"
msgstr "Comments"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -244,7 +244,7 @@ msgstr "Comments"
msgid "No"
msgstr "No"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -621,11 +621,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2647,11 +2647,11 @@ msgstr "in query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2792,12 +2792,12 @@ msgstr "Open new phpMyAdmin window"
msgid "Click on the bar to scroll to top of page"
msgstr "Click on the bar to scroll to top of page"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies must be enabled past this point."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript must be enabled past this point"
@ -3387,20 +3387,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4742,10 +4742,6 @@ msgstr "Main panel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Other core settings"
@ -6348,7 +6344,9 @@ msgstr "CSV using LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6378,7 +6376,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6624,12 +6624,12 @@ msgstr ", @TABLE@ will become the table name"
#, 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 ""
"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."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7177,11 +7177,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"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."
#: libraries/engines/pbxt.lib.php:133
msgid "Related Links"
@ -7874,11 +7874,11 @@ msgstr "Welcome to %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"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."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9839,13 +9839,13 @@ msgstr "Users overview"
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."
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -13095,11 +13095,11 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@ -13249,11 +13249,11 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
#: libraries/advisory_rules.txt:218
msgid "Rate of sorts that cause temporary tables"
@ -13990,6 +13990,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is set to 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Count tables when showing database list"

167
po/es.po
View File

@ -4,14 +4,14 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-20 15:47+0200\n"
"PO-Revision-Date: 2013-05-22 01:30+0200\n"
"Last-Translator: Matías Bellone <matiasbellone+weblate@gmail.com>\n"
"Language-Team: Spanish <http://l10n.cihar.com/projects/phpmyadmin/master/es/"
">\n"
"Language: es\n"
"Language-Team: Spanish "
"<http://l10n.cihar.com/projects/phpmyadmin/master/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: Weblate 1.6-dev\n"
@ -116,12 +116,12 @@ msgstr "La base de datos %1$s ha sido creada."
msgid "Database comment: "
msgstr "Comentario de la base de datos: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Comentarios de la tabla:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Comentarios de la tabla:"
msgid "Column"
msgstr "Columna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Columna"
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Tipo"
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Nulo"
msgid "Default"
msgstr "Predeterminado"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Predeterminado"
msgid "Links to"
msgstr "Enlaces a"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Enlaces a"
msgid "Comments"
msgstr "Comentarios"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Comentarios"
msgid "No"
msgstr "No"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -598,14 +598,14 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field"
msgstr ""
"Seleccione «GeomFromText» de la columna \"Función\" y pegue la cadena "
"ubicada debajo en el campo \"Valor\""
"Seleccione «GeomFromText» de la columna \"Función\" y pegue la cadena ubicada "
"debajo en el campo \"Valor\""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probablemente intentó cargar un archivo demasiado grande. Revise %sla "
"documentation%s para hallar modos de superar esta limitación."
@ -876,8 +876,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."
#: index.php:518
#, php-format
@ -2634,11 +2634,11 @@ msgstr "en la consulta"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Esta vista tiene al menos este número de filas. Refiérase a la "
"%sdocumentation%s."
"Esta vista tiene al menos este número de filas. Refiérase a la %"
"sdocumentation%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2782,12 +2782,12 @@ msgstr "Abrir nueva ventana de phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Pulse en la barra para deslizarse al tope de la página"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Las cookies deben estar activadas."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Pasado este punto, debe tener Javascript activado"
@ -3379,16 +3379,16 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Un número de coma flotante pequeño; los valores posibles son de -3.402823466E"
"+38 a -1.175494351E-38, 0 y de 1.175494351E-38 a 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Un número de coma flotante de precisión doble; los valores permitidos son de "
@ -3432,8 +3432,8 @@ msgstr "Una fecha, el rango válido es de «%1$s» a «%2$s»"
#, php-format
msgid "A date and time combination, supported range is %1$s to %2$s"
msgstr ""
"Una combinación de fecha y marca temporal, el rango válido es de «%1$s» a "
"«%2$s»"
"Una combinación de fecha y marca temporal, el rango válido es de «%1$s» a «%2"
"$s»"
#: libraries/Types.class.php:324
msgid ""
@ -3533,8 +3533,8 @@ msgid ""
"A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
"one-byte prefix indicating the length of the value"
msgstr ""
"Una columna de bloque de texto («BLOB») con una longitud máxima de 255 (2^8 "
"- 1) bytes. Cada valor TINYBLOB es almacenado con un prefijo de 1 byte que "
"Una columna de bloque de texto («BLOB») con una longitud máxima de 255 (2^8 - "
"1) bytes. Cada valor TINYBLOB es almacenado con un prefijo de 1 byte que "
"indica la cantidad de bytes en el valor"
#: libraries/Types.class.php:348
@ -3560,9 +3560,9 @@ msgid ""
"A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
"bytes, stored with a four-byte prefix indicating the length of the value"
msgstr ""
"Una columna de bloque de texto («BLOB») con una longitud máxima de "
"4294967295 (2^32 - 1) bytes (4GB), almacenado con un prefijo de 4 bytes que "
"indica la longitud del valor"
"Una columna de bloque de texto («BLOB») con una longitud máxima de 4294967295 "
"(2^32 - 1) bytes (4GB), almacenado con un prefijo de 4 bytes que indica la "
"longitud del valor"
#: libraries/Types.class.php:354
msgid ""
@ -4746,10 +4746,6 @@ msgstr "Panel principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Otros parámetros cruciales"
@ -6391,7 +6387,9 @@ msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Hoja de cálculo Open Document"
#: libraries/config/setup.forms.php:267
@ -6421,7 +6419,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Texto Open Document"
#: libraries/config/validate.lib.php:214
@ -6668,8 +6668,8 @@ msgstr ", @TABLE@ se convertirá en el nombre de la tabla"
#, 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 ""
"Este valor es interpretado usando %1$sstrftime%2$s por lo que se pueden usar "
"cadenas para formatear el tiempo. Además sucederán las siguientes "
@ -7236,8 +7236,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Se puede encontrar documentación y más información sobre PBXT en la %spágina "
"inicial de PrimeBase XT%s."
@ -7926,8 +7926,8 @@ msgstr "Bienvenido a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 razón más probable es que usted no haya creado un archivo de "
"configuración. Utilice el %1$sscript de configuración%2$s para crear uno."
@ -9890,8 +9890,8 @@ msgstr "Vista global de usuarios"
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 "
@ -11103,9 +11103,8 @@ msgstr ""
"El Monitorizador de phpMyAdmin puede asistir en la optimización de la "
"configuración del servidor y rastrear consultas que toman mucho tiempo. Para "
"esto último necesitará que «log_output» esté definido como 'TABLE' y tener "
"activado «slow_query_log» o «general_log». Note, sin embargo, que "
"«general_log» produce mucha información y aumenta la carga en el servidor "
"hasta en un 15%"
"activado «slow_query_log» o «general_log». Note, sin embargo, que «general_log» "
"produce mucha información y aumenta la carga en el servidor hasta en un 15%"
#: server_status_monitor.php:467
msgid ""
@ -12585,7 +12584,7 @@ msgstr "¡El nombre de la clave primaria tiene que ser «PRIMARY»!"
#: tbl_indexes.php:81
msgid "Can't rename index to PRIMARY!"
msgstr "No se puede cambiar el nombre del índice a PRIMARY!"
msgstr "¡No se puede cambiar el nombre del índice a PRIMARY!"
#: tbl_indexes.php:97
msgid "No index parts defined!"
@ -12904,8 +12903,8 @@ msgid ""
"You might want to increase {long_query_time} or optimize the queries listed "
"in the slow query log"
msgstr ""
"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen "
"en el registro de consultas lentas"
"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen en "
"el registro de consultas lentas"
#: libraries/advisory_rules.txt:68
#, php-format
@ -12972,8 +12971,8 @@ msgid ""
"Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
"help troubleshooting badly performing queries."
msgstr ""
"Active el registro de consultas lenta configurando «log_slow_queries» a "
"'ON'. Esto ayudará a analizar consultas con mala performance."
"Active el registro de consultas lenta configurando «log_slow_queries» a 'ON'. "
"Esto ayudará a analizar consultas con mala performance."
#: libraries/advisory_rules.txt:89
msgid "log_slow_queries is set to 'OFF'"
@ -13130,8 +13129,8 @@ msgid ""
msgstr ""
"Se sabe que el caché de consultas puede mejorar la performance enormemente "
"si está correctamente configurado. Actívelo definiendo «query_cache_size» a "
"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. "
"<b>Notar que: </b> si está utilizando memcached ignore esta recomendación."
"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. <b>Notar "
"que: </b> si está utilizando memcached ignore esta recomendación."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@ -13208,8 +13207,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"La tasa actual de memoria libre del caché de consultas respecto del tamaño "
"total es %s%%. Debería ser mayor al 80%%"
@ -13367,8 +13366,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% de todas las ordenaciones causan tablas temporales, este valor debería "
"de ser menor a 10%%."
@ -13431,8 +13430,8 @@ msgstr ""
#, php-format
msgid "Table joins average: %s, this value should be less than 1 per hour"
msgstr ""
"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor "
"a 1 por hora"
"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor a "
"1 por hora"
#: libraries/advisory_rules.txt:240
msgid "Rate of reading first index entry"
@ -13540,8 +13539,7 @@ msgstr ""
#: libraries/advisory_rules.txt:267
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
msgstr ""
"Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s"
msgstr "Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s"
#: libraries/advisory_rules.txt:269
msgid "Percentage of temp tables on disk"
@ -13565,14 +13563,13 @@ msgid ""
"mentioned in the beginning of an <a href=\"http://www.facebook.com/note.php?"
"note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
msgstr ""
"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin "
"embargo, algunas tablas temporales son siempre escritas a disco "
"independientemente del valor de estas variables. Para eliminarlas deberá re-"
"escribir las consultas para evitar estas condiciones (en una tabla temporal: "
"la presencia de una columna «BLOB» o «TEXT», o la presencia de una columna "
"mayor a 512 bytes) como se menciona al comienzo del <a href=\"http://www."
"facebook.com/note.php?note_id=10150111255065841&comments\">artículo de "
"Pythian Group</a>"
"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, "
"algunas tablas temporales son siempre escritas a disco independientemente "
"del valor de estas variables. Para eliminarlas deberá re-escribir las "
"consultas para evitar estas condiciones (en una tabla temporal: la presencia "
"de una columna «BLOB» o «TEXT», o la presencia de una columna mayor a 512 "
"bytes) como se menciona al comienzo del <a href=\"http://www.facebook.com/"
"note.php?note_id=10150111255065841&comments\">artículo de Pythian Group</a>"
#: libraries/advisory_rules.txt:274
#, php-format
@ -13597,8 +13594,8 @@ msgid ""
"mentioned in the <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin "
"embargo, algunas tablas temporales son siempre a disco permanentemente "
"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, "
"algunas tablas temporales son siempre a disco permanentemente "
"independientemente del valor de estas variables. Para eliminarlas deberá re-"
"escribir las consultas para evitar estas condiciones (en una tabla temporal: "
"la presencia de una columna «BLOB» o «TEXT» o la presencia de una columna "
@ -13629,8 +13626,8 @@ msgid ""
"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
"good start."
msgstr ""
"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M "
"es un buen comienzo."
"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M es "
"un buen comienzo."
#: libraries/advisory_rules.txt:301
msgid "key_buffer_size is 0"
@ -13805,8 +13802,7 @@ msgstr ""
#: libraries/advisory_rules.txt:366
msgid "Enable the thread cache by setting {thread_cache_size} > 0."
msgstr ""
"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a "
"0."
"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a 0."
#: libraries/advisory_rules.txt:367
msgid "The thread cache is set to 0"
@ -13967,8 +13963,8 @@ msgstr ""
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
"%s%% de todos los clientes son abandonados. Este valor debería ser menor a "
"2%%"
"%s%% de todos los clientes son abandonados. Este valor debería ser menor a 2%"
"%"
#: libraries/advisory_rules.txt:420
msgid "Rate of aborted clients"
@ -14150,6 +14146,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "«concurrent_insert» está definido como 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Contar las tablas cuando muestra el listado de las bases de datos"

137
po/et.po
View File

@ -5,11 +5,11 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-20 09:20+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-23 12:38+0200\n"
"Last-Translator: Kristjan Räts <kristjanrats@gmail.com>\n"
"Language-Team: Estonian <http://l10n.cihar.com/projects/phpmyadmin/master/et/"
">\n"
"Language-Team: Estonian "
"<http://l10n.cihar.com/projects/phpmyadmin/master/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -117,12 +117,12 @@ msgstr "%1$s andmebaas on loodud."
msgid "Database comment: "
msgstr "Andmebaasi kommentaar: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Tabeli kommentaarid:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "Tabeli kommentaarid:"
msgid "Column"
msgstr "Veerg"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "Veerg"
msgid "Type"
msgstr "Tüüp"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "Tüüp"
msgid "Null"
msgstr "Tühi"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Tühi"
msgid "Default"
msgstr "Vaikimisi"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "Vaikimisi"
msgid "Links to"
msgstr "Viitab aadressile"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "Viitab aadressile"
msgid "Comments"
msgstr "Kommentaarid"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "Kommentaarid"
msgid "No"
msgstr "Ei"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -601,11 +601,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Tõenäoliselt üritasid üles laadida liiga suurt faili. Palun loe "
"%sdokumentatsioonist%s, kuidas sellest piirangust vabaneda."
"Tõenäoliselt üritasid üles laadida liiga suurt faili. Palun loe %"
"sdokumentatsioonist%s, kuidas sellest piirangust vabaneda."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -637,8 +637,8 @@ msgid ""
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"Importimisest andmeid vastu ei võetud. Faili nime kas ei saadetud või faili "
"maht ületab sinu PHP seadistuses lubatud maksimaalset mahtu. Vaata "
"[doc@faq1-16]KKK 1.16[/doc]."
"maht ületab sinu PHP seadistuses lubatud maksimaalset mahtu. Vaata [doc@faq1-"
"16]KKK 1.16[/doc]."
#: import.php:447
msgid ""
@ -863,8 +863,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"phpMyAdmini seadistuse salvestus ei ole lõplikult seadistatud, mõned "
"laiendatud võimalused on aktiveerimata. Põhjuse saad teada, kui vajutad "
"%ssiia%s."
"laiendatud võimalused on aktiveerimata. Põhjuse saad teada, kui vajutad %"
"ssiia%s."
#: index.php:518
#, php-format
@ -881,8 +881,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"Server töötab koos Suhosin'iga. Võimalike probleemide kohta loe "
"%sdokumentatsioonist%s."
"Server töötab koos Suhosin'iga. Võimalike probleemide kohta loe %"
"sdokumentatsioonist%s."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2594,8 +2594,8 @@ msgstr "päringus"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Sellel vaatel on vähemalt nii palju ridu. Palun loe %sdokumentatsiooni%s."
@ -2737,12 +2737,12 @@ msgstr "Ava uus phpMyAdmini aken"
msgid "Click on the bar to scroll to top of page"
msgstr "Kliki ribal, et lehe alguessse kerida"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Küpsised peavad olema lubatud."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript peab olema lubatud"
@ -3327,20 +3327,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Väike ujukoma arv, lubatud väärtused on vahemikus -3.402823466E+38 kuni "
"-1.175494351E-38, 0, ja 1.175494351E-38 kuni 3.402823466E+38"
"Väike ujukoma arv, lubatud väärtused on vahemikus -3.402823466E+38 kuni -"
"1.175494351E-38, 0, ja 1.175494351E-38 kuni 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Topelttäpsusega ujukomaarv, lubatud väärtused on vahemikus "
"-1.7976931348623157E+308 luni -2.2250738585072014E-308, 0, ja "
"Topelttäpsusega ujukomaarv, lubatud väärtused on vahemikus -"
"1.7976931348623157E+308 luni -2.2250738585072014E-308, 0, ja "
"2.2250738585072014E-308 kuni 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -3385,9 +3385,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Ajatempel, ulatus on \"1970-01-01 00:00:01\" UTC kuni \"2038-01-09 "
"03:14:07\" UTC, säilitatakse sekundite hulgana alates ajastu algusest "
"(\"1970-01-01 00:00:00\" UTC)"
"Ajatempel, ulatus on \"1970-01-01 00:00:01\" UTC kuni \"2038-01-09 03:14:07"
"\" UTC, säilitatakse sekundite hulgana alates ajastu algusest (\"1970-01-01 "
"00:00:00\" UTC)"
#: libraries/Types.class.php:326 libraries/Types.class.php:729
#, php-format
@ -4661,10 +4661,6 @@ msgstr "Peapaneel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Muud tuumsätted"
@ -6256,8 +6252,9 @@ msgstr "CSV kasutades LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr "Open Document tabel"
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument tabel"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6286,8 +6283,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr "Open Document tekst"
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument tekst"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6524,8 +6522,8 @@ msgstr ", @TABLE@ saab tabeli nimeks"
#, 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 ""
"Seda väärtust on tõlgendatud %1$sstrftime%2$s'ga ja seetõttu saad kasutada "
"aja vormindamise sõne. Lisaks toimuvad järgnevad muudatused: %3$s. Ülejäänud "
@ -7069,8 +7067,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 kohta leiab dokumentatsiooni ja edasist teavet %sPrimeBase XT kodulehelt"
"%s."
@ -7753,11 +7751,11 @@ msgstr "Tere tulemast %s'i"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Arvatavasti ei loonud sa seadistuse faili. Võid selle loomiseks kasutada "
"%1$spaigaldaja skripti%2$s."
"Arvatavasti ei loonud sa seadistuse faili. Võid selle loomiseks kasutada %1"
"$spaigaldaja skripti%2$s."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9676,8 +9674,8 @@ msgstr "Kasutajate ülevaade"
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 õigused otse MySQL'i õiguste tabelist. "
"Tabelite sisu võib erineda sellest, mida server kasutab, kui neid on käsitsi "
@ -12029,8 +12027,8 @@ msgid ""
"(currently %d)."
msgstr ""
"Kui %ssisselogimise küpsise kehtivus%s on suurem, kui 1440 sekundit, siis "
"see võib põhjustada juhuslikku seansi aegumist, kui %ssession.gc_maxlifetime"
"%s väärtus on sellest madalam (praegu %d)."
"see võib põhjustada juhuslikku seansi aegumist, kui %ssession.gc_maxlifetime%"
"s väärtus on sellest madalam (praegu %d)."
#: setup/lib/index.lib.php:310
#, php-format
@ -12059,8 +12057,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
"Kui tunned, et see on vajalik, siis kasuta täiendavaid kaitse sätteid - "
"%shostiga autentimise%s sätteid ja %susaldusväärsete prokside nimekirja%s. "
"Kui tunned, et see on vajalik, siis kasuta täiendavaid kaitse sätteid - %"
"shostiga autentimise%s sätteid ja %susaldusväärsete prokside nimekirja%s. "
"Siiski ei pruugi IP-põhine kaitse olla usaldusväärne, kui sinu IP kuulub "
"ISP'le, kellega on ühendatud koos sinuga tuhandeid kasutajaid."
@ -12894,11 +12892,11 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Praegune vaba päringu puhvri mälu võrreldes päringu puhvri kogumahuga on %s"
"%%. See peaks olema üle 80%%"
"Praegune vaba päringu puhvri mälu võrreldes päringu puhvri kogumahuga on %s%"
"%. See peaks olema üle 80%%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@ -13048,8 +13046,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% kõikidest sorteerimistest põhjustab ajutisi tabeleid. See väärtus peaks "
"jääma alla 10%%."
@ -13626,8 +13624,8 @@ msgstr ""
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
"%s%% kõikidest klientides on lahti ühendatud. See väärtus peaks olema alla "
"2%%"
"%s%% kõikidest klientides on lahti ühendatud. See väärtus peaks olema alla 2%"
"%"
#: libraries/advisory_rules.txt:420
msgid "Rate of aborted clients"
@ -13804,6 +13802,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert väärtuseks on määratud 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Andmebaaside nimekirja näitamisel loenda ka tabelite hulka"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 15:47+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Basque <http://l10n.cihar.com/projects/phpmyadmin/master/eu/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "%1$s datu-basea sortua izan da."
msgid "Database comment: "
msgstr "Datu-basearen iruzkina: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Taularen iruzkinak"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Taularen iruzkinak"
msgid "Column"
msgstr "Zutabea"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Zutabea"
msgid "Type"
msgstr "Mota"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Mota"
msgid "Null"
msgstr "Nulua"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nulua"
msgid "Default"
msgstr "Lehenetsia"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Lehenetsia"
msgid "Links to"
msgstr "Esteka:"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Esteka:"
msgid "Comments"
msgstr "Iruzkinak"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Iruzkinak"
msgid "No"
msgstr "Ez"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,14 +620,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Agian fitxategi haundiegia igotzen saiatu zara. Mesedez begiratu "
"%sdocumentation%s tamaina mugak aldatzeko."
"Agian fitxategi haundiegia igotzen saiatu zara. Mesedez begiratu %"
"sdocumentation%s tamaina mugak aldatzeko."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2801,11 +2801,11 @@ msgstr "kontsultan"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation"
"%s erreferentzia egin."
"Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation%"
"s erreferentzia egin."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2946,12 +2946,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Puntu honetarako cookie-ek gaituta egon behar dute."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3545,14 +3545,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4892,12 +4892,6 @@ msgstr "Indizeak"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentazioa"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6406,8 +6400,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentazioa"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6436,8 +6432,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentazioa"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6700,8 +6698,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:341
@ -7216,8 +7214,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7942,8 +7940,8 @@ msgstr "Ongietorriak %s(e)ra"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9988,8 +9986,8 @@ msgstr "Erabiltzailearen info orokorra"
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 "
@ -13150,8 +13148,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13279,8 +13277,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 15:03+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Persian <http://l10n.cihar.com/projects/phpmyadmin/master/fa/"
">\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=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "پایگاه داده %1$s ایجاد شد."
msgid "Database comment: "
msgstr "توضيحات پایگاه داده: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "توضيحات جدول"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "توضيحات جدول"
msgid "Column"
msgstr "ستون"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "ستون"
msgid "Type"
msgstr "نوع"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "نوع"
msgid "Null"
msgstr "خالي"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "خالي"
msgid "Default"
msgstr "پيش‌فرض"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "پيش‌فرض"
msgid "Links to"
msgstr "پيوند به"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "پيوند به"
msgid "Comments"
msgstr "توضيحات"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "توضيحات"
msgid "No"
msgstr "خير"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -624,11 +624,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"احتمالاً شما سعی کردید یک فایل حجیم را اپلور کنید.لطفاً برای راهکار در مورد "
"این محدودیت به%sنوشتار%s مراجعه کنید."
@ -837,8 +837,8 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
"پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با "
"حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز "
"مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد."
"حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود "
"، و شما بايد اين حفره امنيتي را ذرست كنيد."
#: index.php:411
msgid ""
@ -2664,8 +2664,8 @@ msgstr "داخل کوئری"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "
"مراجعه کنید ."
@ -2809,12 +2809,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "از اینجا نیاز به فعال سازی کوکی ها دارید."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3408,14 +3408,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4700,10 +4700,6 @@ msgstr "مخفی کردن فهرست ها"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "مستندات باز"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6163,8 +6159,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "مستندات باز"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6193,8 +6191,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "مستندات باز"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6443,8 +6443,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:341
@ -6953,8 +6953,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7688,8 +7688,8 @@ msgstr "به %s خوش‌آمديد"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s برای "
"ایجاد آن استفاده نمایید."
@ -9627,8 +9627,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12736,8 +12736,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12865,8 +12865,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

109
po/fi.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-12 22:13+0200\n"
"Last-Translator: Lassi Ruonavaara <lassi@ruonavaara.fi>\n"
"Language-Team: Finnish <http://l10n.cihar.com/projects/phpmyadmin/master/fi/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "Tietokanta %1$s on luotu."
msgid "Database comment: "
msgstr "Tietokannan kommentti: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Taulun kommentit"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Taulun kommentit"
msgid "Column"
msgstr "Sarake"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Sarake"
msgid "Type"
msgstr "Tyyppi"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tyyppi"
msgid "Null"
msgstr "Tyhjä"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Tyhjä"
msgid "Default"
msgstr "Oletusarvo"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Oletusarvo"
msgid "Links to"
msgstr "Viittaa sarakkeeseen"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Viittaa sarakkeeseen"
msgid "Comments"
msgstr "Kommentit"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Kommentit"
msgid "No"
msgstr "Ei"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,11 +620,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Yritit ehkä lähettää palvelimelle liian suurta tiedostoa. Katso %sohjeista"
"%s, kuinka tämän rajoituksen voi poistaa."
"Yritit ehkä lähettää palvelimelle liian suurta tiedostoa. Katso %sohjeista%"
"s, kuinka tämän rajoituksen voi poistaa."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2685,11 +2685,11 @@ msgstr "lauseessa"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja "
"%sohjeista%s."
"Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja %"
"sohjeista%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2831,12 +2831,12 @@ msgstr "Avaa uusi phpMyAdmin-ikkuna"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Selaimessa on oltava evästeet päällä tästä lähtien."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javaskripti on oltava päällä tämän jälkeen"
@ -3430,20 +3430,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Pieni liukuluku, mahdolliset arvot ovat välillä -3.402823466E+38 - "
"-1.175494351E-38, 0 ja 1.175494351E-38 - 3.402823466E+38"
"Pieni liukuluku, mahdolliset arvot ovat välillä -3.402823466E+38 - -"
"1.175494351E-38, 0 ja 1.175494351E-38 - 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Kaksoistarkkuuksinen liukuluku, mahdolliset arvot ovat välillä "
"-1.7976931348623157E+308 - -2.2250738585072014E-308, 0, ja "
"Kaksoistarkkuuksinen liukuluku, mahdolliset arvot ovat välillä -"
"1.7976931348623157E+308 - -2.2250738585072014E-308, 0, ja "
"2.2250738585072014E-308 - 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4749,10 +4749,6 @@ msgstr "Pääkehys"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Avaa dokumentti"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Muut ydinasetukset"
@ -6377,7 +6373,9 @@ msgstr "CSV käyttäen LOAD DATA -kyselyä"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document -laskentataulukko"
#: libraries/config/setup.forms.php:267
@ -6407,7 +6405,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document -teksti"
#: libraries/config/validate.lib.php:214
@ -6655,8 +6655,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 ""
"Tämä arvo on tukittu %1$sstrftime%2$s mukaan, joten voi käyttää "
"ajanmuodostostusmerkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. "
@ -7213,8 +7213,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7942,11 +7942,11 @@ msgstr "Tervetuloa, toivottaa %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Et liene luonut asetustiedostoa. Voit luoda asetustiedoston "
"%1$sasetusskriptillä%2$s."
"Et liene luonut asetustiedostoa. Voit luoda asetustiedoston %1"
"$sasetusskriptillä%2$s."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -10044,8 +10044,8 @@ msgstr "Käyttäjien yleiskatsaus"
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 ""
"Huom: PhpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL-palvelimen "
"käyttöoikeustauluista. Näiden taulujen sisältö saattaa poiketa palvelimen "
@ -13530,8 +13530,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13666,8 +13666,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14395,6 +14395,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Enim. yhtäaikaisia yhteyksiä"
#~ msgid "Open Document"
#~ msgstr "Avaa dokumentti"
#~ msgid "Count tables when showing database list"
#~ msgstr "Laske taulujen määrä, kun tietokantaluettelo näytetään"
@ -14739,8 +14742,8 @@ msgstr "Enim. yhtäaikaisia yhteyksiä"
#~ "No description is available for this transformation.<br />Please ask the "
#~ "author what %s does."
#~ msgstr ""
#~ "Tälle muunnokselle ei ole saatavilla kuvausta.<br />Kysy tekijältä, mitä "
#~ "%s tekee."
#~ "Tälle muunnokselle ei ole saatavilla kuvausta.<br />Kysy tekijältä, mitä %"
#~ "s tekee."
#~ msgid ""
#~ "MIME types printed in italics do not have a separate transformation "
@ -14866,8 +14869,8 @@ msgstr "Enim. yhtäaikaisia yhteyksiä"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta "
#~ "%s?"
#~ "Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta %"
#~ "s?"
#, fuzzy
#~ msgid "Unknown error while uploading."

152
po/fr.po
View File

@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-21 19:21+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-23 13:11+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: French <http://l10n.cihar.com/projects/phpmyadmin/master/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@ -116,12 +116,12 @@ msgstr "La base de données %1$s a été créée."
msgid "Database comment: "
msgstr "Commentaire sur la base de données : "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Commentaires sur la table : "
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Commentaires sur la table : "
msgid "Column"
msgstr "Colonne"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Colonne"
msgid "Type"
msgstr "Type"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Type"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Null"
msgid "Default"
msgstr "Défaut"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Défaut"
msgid "Links to"
msgstr "Relié à"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Relié à"
msgid "Comments"
msgstr "Commentaires"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Commentaires"
msgid "No"
msgstr "Non"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -596,14 +596,14 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field"
msgstr ""
"Choisissez «GeomFromText» depuis la colonne «Fonction» et collez la chaîne "
"ci dessous dans le champ «Valeur»"
"Choisissez «GeomFromText» depuis la colonne «Fonction» et collez la chaîne ci "
"dessous dans le champ «Valeur»"
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Vous avez probablement tenté de télécharger un fichier trop volumineux. "
"Veuillez vous référer à la %sdocumentation%s pour trouver le moyen de "
@ -2257,8 +2257,8 @@ msgstr "Caractères imprévus à la ligne %s"
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
msgstr ""
"Caractère imprévue à la ligne %1$s. Une tabulation était attendue, mais "
"\"%2$s\" a été trouvé"
"Caractère imprévue à la ligne %1$s. Une tabulation était attendue, mais \"%2"
"$s\" a été trouvé"
#: libraries/Advisor.class.php:467
msgid "per second"
@ -2617,11 +2617,11 @@ msgstr "dans la requête"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2766,12 +2766,12 @@ msgstr "Ouvrir une nouvelle fenêtre phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Cliquez sur la barre pour faire défiler en haut de page"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Vous devez accepter les cookies pour poursuivre."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript doit être activé"
@ -3314,16 +3314,16 @@ msgstr "Thème : "
msgid ""
"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
msgstr ""
"Un nombre entier de 1 octet. La fourchette des nombres avec signe est de "
"-128 à 127. Pour les nombres sans signe, c'est de 0 à 255"
"Un nombre entier de 1 octet. La fourchette des nombres avec signe est de -"
"128 à 127. Pour les nombres sans signe, c'est de 0 à 255"
#: libraries/Types.class.php:298
msgid ""
"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
"65,535"
msgstr ""
"Un nombre entier de 2 octets. La fourchette des nombres avec signe est de "
"-32 768 à 32 767. Pour les nombres sans signe, c'est de 0 à 65 535"
"Un nombre entier de 2 octets. La fourchette des nombres avec signe est de -"
"32 768 à 32 767. Pour les nombres sans signe, c'est de 0 à 65 535"
#: libraries/Types.class.php:300
msgid ""
@ -3362,16 +3362,16 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Un petit nombre en virgule flottante, la fourchette des valeurs est "
"-3.402823466E+38 à -1.175494351E-38, 0, et 1.175494351E-38 à 3.402823466E+38"
"Un petit nombre en virgule flottante, la fourchette des valeurs est -"
"3.402823466E+38 à -1.175494351E-38, 0, et 1.175494351E-38 à 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Un nombre en virgule flottante double-précision, la fourchette des valeurs "
@ -3421,9 +3421,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Un type d'horodatage, la fourchette est de «1970-01-01 00:00:01» UTC à "
"«2038-01-09 03:14:07» UTC, en nombre de secondes depuis le moment de "
"référence («1970-01-01 00:00:00» UTC)"
"Un type d'horodatage, la fourchette est de «1970-01-01 00:00:01» UTC à «2038-"
"01-09 03:14:07» UTC, en nombre de secondes depuis le moment de référence "
"(«1970-01-01 00:00:00» UTC)"
#: libraries/Types.class.php:326 libraries/Types.class.php:729
#, php-format
@ -3926,12 +3926,10 @@ msgid "numeric key detected"
msgstr "Clé numérique détectée"
#: libraries/config.values.php:49 libraries/config.values.php:64
#| msgid "Ins"
msgid "Icons"
msgstr "Icônes"
#: libraries/config.values.php:50 libraries/config.values.php:65
#| msgid "Test"
msgid "Text"
msgstr "Texte"
@ -4723,10 +4721,6 @@ msgstr "Panneau principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Texte Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Autres paramètres de base"
@ -6284,7 +6278,6 @@ msgstr ""
"format est «nom de serveur:numéro de port»"
#: libraries/config/messages.inc.php:523
#| msgid "Version check"
msgid "Version check proxy url"
msgstr "URL du serveur mandataire pour la vérification de version"
@ -6300,7 +6293,6 @@ msgstr ""
"d'authentification n'est permis pour le moment."
#: libraries/config/messages.inc.php:525
#| msgid "Version check"
msgid "Version check proxy username"
msgstr "Code utilisateur du serveur mandataire pour la vérification de version"
@ -6309,7 +6301,6 @@ msgid "The password for authenticating with the proxy"
msgstr "Le mot de passe pour s'authentifier sur le serveur mandataire"
#: libraries/config/messages.inc.php:527
#| msgid "Version check"
msgid "Version check proxy password"
msgstr "Mot de passe du serveur mandataire pour la vérification de version"
@ -6349,7 +6340,9 @@ msgstr "CSV via LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6379,8 +6372,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr "Texte Open Document"
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Texte OpenDocument"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6620,8 +6614,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 "
@ -7181,8 +7175,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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."
@ -7343,12 +7337,10 @@ msgid "Convert to Kana"
msgstr "Conversion en kana"
#: libraries/mult_submits.inc.php:288
#| msgid "Replace table prefix"
msgid "Replace table prefix:"
msgstr "Remplacer le préfixe de table : "
#: libraries/mult_submits.inc.php:290
#| msgid "Copy table with prefix"
msgid "Copy table with prefix:"
msgstr "Copier la table avec un préfixe : "
@ -7366,7 +7358,6 @@ msgid "Submit"
msgstr "Exécuter"
#: libraries/mult_submits.inc.php:317
#| msgid "Add table prefix"
msgid "Add table prefix:"
msgstr "Ajouter un préfixe de table : "
@ -7873,8 +7864,8 @@ msgstr "Bienvenue dans %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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."
@ -9837,8 +9828,8 @@ msgstr "Survol des utilisateurs"
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 "
@ -9972,8 +9963,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."
"PHP nécessaires ont bien été installées tel que décrit dans la %"
"sdocumentation%s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -12178,8 +12169,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:300
msgid ""
@ -12231,8 +12222,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:310
#, php-format
@ -12251,8 +12242,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:314
#, php-format
@ -12262,8 +12253,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."
@ -13118,8 +13109,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Le ratio actuel de mémoire libre pour la cache de requêtes par rapport à la "
"mémoire totale de la cache est de %s%%. Il devrait se situer à plus de 80%%"
@ -13190,9 +13181,9 @@ msgid ""
"The ratio of removed queries to inserted queries is %s%%. The lower this "
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
"Le ratio des requêtes enlevées par rapport aux requêtes ajoutées est de %s"
"%%. Il est souhaitable que cette valeur soit faible (Limite pour cette "
"règle: 0.1%%)"
"Le ratio des requêtes enlevées par rapport aux requêtes ajoutées est de %s%"
"%. Il est souhaitable que cette valeur soit faible (Limite pour cette règle: "
"0.1%%)"
#: libraries/advisory_rules.txt:195
msgid "Query cache max size"
@ -13271,8 +13262,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% de tous les tris causent la création de tables temporaires, cette "
"valeur devrait être sous les 10%%."
@ -13803,8 +13794,8 @@ msgstr ""
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
"Max_used_connections est à %s%% de max_connections, devrait être sous les "
"80%%"
"Max_used_connections est à %s%% de max_connections, devrait être sous les 80%"
"%"
#: libraries/advisory_rules.txt:399
msgid "Percentage of aborted connections"
@ -14043,6 +14034,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Le paramètre concurrent_insert a une valeur de 0"
#~ msgid "Open Document"
#~ msgstr "Texte Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr ""
#~ "Comptage du nombre de tables en montrant la liste des bases de données"

147
po/gl.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-13 18:37+0200\n"
"Last-Translator: Julio Guerra <xullo123@hotmail.com>\n"
"Language-Team: Galician <http://l10n.cihar.com/projects/phpmyadmin/master/gl/"
">\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: Weblate 1.5-dev\n"
@ -118,14 +118,14 @@ msgstr "Creouse a base de datos %1$s."
msgid "Database comment: "
msgstr "Comentario da base de datos: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Comentarios da táboa"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Comentarios da táboa"
msgid "Column"
msgstr "Columna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Columna"
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tipo"
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nulo"
msgid "Default"
msgstr "Predeterminado"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Predeterminado"
msgid "Links to"
msgstr "Liga a"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Liga a"
msgid "Comments"
msgstr "Comentarios"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Comentarios"
msgid "No"
msgstr "Non"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,11 +620,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a "
"%sdocumentación%s para averiguar como evitar este límite."
"Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %"
"sdocumentación%s para averiguar como evitar este límite."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -925,8 +925,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"O servidor estáse a executar con Suhosin. Consulte os posíbeis problemas na "
"%sdocumentación%s."
"O servidor estáse a executar con Suhosin. Consulte os posíbeis problemas na %"
"sdocumentación%s."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2671,11 +2671,11 @@ msgstr "na consulta"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation"
"%s."
"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation%"
"s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2819,12 +2819,12 @@ msgstr "Abrir unha xanela nova co phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Prema a barra para desprazarse até a parte superior da páxina"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "A partir de aquí debe permitir cookies."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript debe estar activo a partir de aquí"
@ -3405,8 +3405,8 @@ msgid ""
"An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
"9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
msgstr ""
"Un enteiro de dous bytes; o intervalo asinado é desde "
"-9.223.372.036.854.775.808 até 9.223.372.036.854.775.807; o intervalo sen "
"Un enteiro de dous bytes; o intervalo asinado é desde -"
"9.223.372.036.854.775.808 até 9.223.372.036.854.775.807; o intervalo sen "
"asinar é desde 0 até 18.446.744.073.709.551.615"
#: libraries/Types.class.php:306 libraries/Types.class.php:713
@ -3419,22 +3419,21 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Un número de vírgula flutuante pequeno; os valores permitidos son "
"-3,402823466E+38 até -1,175494351E-38, 0 e 1,175494351E-38 até 3,402823466E"
"+38"
"Un número de vírgula flutuante pequeno; os valores permitidos son -"
"3,402823466E+38 até -1,175494351E-38, 0 e 1,175494351E-38 até 3,402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Un número de vírgula flutuante de precisión dobre; os valores permitidos "
"son-1,7976931348623157E+308 até -2,2250738585072014E-308, 0 "
"e2,2250738585072014E-308 até 1,7976931348623157E+308"
"Un número de vírgula flutuante de precisión dobre; os valores permitidos son-"
"1,7976931348623157E+308 até -2,2250738585072014E-308, 0 e2,2250738585072014E-"
"308 até 1,7976931348623157E+308"
#: libraries/Types.class.php:312
msgid ""
@ -3480,9 +3479,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Unha marca temporal; o intervalo é desde 1970-01-01 00:00:01 UTC até "
"2038-01-09 03:14:07 UTC, almacenado como o número de segundos desde a época "
"(1970-01-01 00:00:00 UTC)"
"Unha marca temporal; o intervalo é desde 1970-01-01 00:00:01 UTC até 2038-01-"
"09 03:14:07 UTC, almacenado como o número de segundos desde a época (1970-01-"
"01 00:00:00 UTC)"
#: libraries/Types.class.php:326 libraries/Types.class.php:729
#, php-format
@ -3699,8 +3698,8 @@ msgid ""
"A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
"UTC; TIMESTAMP(6) can store microseconds"
msgstr ""
"Unha marca temporal; o intervalo é desde «0000-01-01 00:00:01» UTC até "
"«9999-12-31 23:59:59» UTC; TIMESTAMP(6) pode almacenar microsegundos"
"Unha marca temporal; o intervalo é desde «0000-01-01 00:00:01» UTC até «9999-"
"12-31 23:59:59» UTC; TIMESTAMP(6) pode almacenar microsegundos"
#: libraries/Types.class.php:735
msgid ""
@ -4795,10 +4794,6 @@ msgstr "Panel principal"
msgid "Microsoft Office"
msgstr "Office da Microsoft"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Outras opcións principais"
@ -6455,7 +6450,9 @@ msgstr "CSV empregando LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Folla de cálculo de Open Document"
#: libraries/config/setup.forms.php:267
@ -6485,7 +6482,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Texto de Open Document"
#: libraries/config/validate.lib.php:214
@ -6743,8 +6742,8 @@ msgstr ", @TABLE@ será o nome da táboa"
#, 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 ""
"Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode "
"empregar cadeas de formato de tempo. Produciranse transformacións en "
@ -7305,8 +7304,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Pódese atopar documentación e información adicional sobre PBXT na %sPáxina "
"de PrimeBase XT %s."
@ -7745,8 +7744,8 @@ msgstr "O nome de clase «%1$s» é incorrecto; emprégase o predefinido «Nodo
#, php-format
msgid "Could not include class \"%1$s\", file \"%2$s\" not found"
msgstr ""
"Non foi imposíbel incluír a clase «%1$s»; non foi posíbel atopar o ficheiro "
"«%2$s»"
"Non foi imposíbel incluír a clase «%1$s»; non foi posíbel atopar o ficheiro «%2"
"$s»"
#: libraries/navigation/Nodes/Node_Column_Container.class.php:26
#: libraries/sql_query_form.lib.php:281
@ -8004,8 +8003,8 @@ msgstr "Reciba a benvida a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Isto débese, posibelmente, a que non se creou un ficheiro de configuración. "
"Tal vez queira utilizar %1$ssetup script%2$s para crear un."
@ -9124,8 +9123,7 @@ msgid ""
msgstr ""
"Está a empregar a extensión obsoleta de PHP «mysql», que non pode xestionar "
"consultas múltiples. [strong]A execución de varias rutinas almacenadas pode "
"fallar![/strong] Empregue a extensión mellorada «mysqli para evitar "
"problemas."
"fallar![/strong] Empregue a extensión mellorada «mysqli para evitar problemas."
#: libraries/rte/rte_routines.lib.php:281
#: libraries/rte/rte_routines.lib.php:1118
@ -9987,8 +9985,8 @@ msgstr "Vista xeral dos usuarios"
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 recolle os privilexios dos usuarios directamente das táboas "
"de privilexios do MySQL. O contido destas táboas pode diferir dos "
@ -10730,8 +10728,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
"Pode configurar máis opcións modificando config.inc.php, p.ex. usando o "
"%sScript de configuración%s."
"Pode configurar máis opcións modificando config.inc.php, p.ex. usando o %"
"sScript de configuración%s."
#: prefs_manage.php:308
msgid "Save to browser's storage"
@ -11669,9 +11667,9 @@ msgid ""
"The number of \"random\" read-aheads InnoDB initiated. This happens when a "
"query is to scan a large portion of a table but in random order."
msgstr ""
"Número de pre-lecturas «aleatorias» iniciadas por InnoDB. Isto acontece "
"cando unha consulta vai examinar unha porción grande dunha táboa mais en "
"orde aleatoria."
"Número de pre-lecturas «aleatorias» iniciadas por InnoDB. Isto acontece cando "
"unha consulta vai examinar unha porción grande dunha táboa mais en orde "
"aleatoria."
#: server_status_variables.php:466
msgid ""
@ -12445,8 +12443,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
"Se pensa que é preciso, empregue opcións de protección adicionais - "
"%sautenticación do servidor%s e %slista de proxies de confianza%s. Porén, a "
"Se pensa que é preciso, empregue opcións de protección adicionais - %"
"sautenticación do servidor%s e %slista de proxies de confianza%s. Porén, a "
"protección baseada no IP pode non ser de fiar se o IP pertence a un ISP ao "
"que estean ligados miles de usuarios, incluído vostede."
@ -13024,8 +13022,8 @@ msgstr ""
#, php-format
msgid "The slow query rate should be below 5%%, your value is %s%%."
msgstr ""
"A taxa de consultas lentas deberían estar por debaixo do 5%% e o valor é %s"
"%%."
"A taxa de consultas lentas deberían estar por debaixo do 5%% e o valor é %s%"
"%."
#: libraries/advisory_rules.txt:70
msgid "Slow query rate"
@ -13246,8 +13244,8 @@ msgid ""
msgstr ""
"Sábese que a caché de consultas mellora moito o desempeño se se configura "
"axeitadamente. Actívea configurando {query_cache_size} a un valor de MiB de "
"dous díxitos e configurando {query_cache_type) como «ON». <b>Nota:</b> Se "
"vai empregar memcached, ignore esta recomendación."
"dous díxitos e configurando {query_cache_type) como «ON». <b>Nota:</b> Se vai "
"empregar memcached, ignore esta recomendación."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@ -13325,8 +13323,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"A relación actual da memoria da caché de consultas e o tamaño total da caché "
"de consultas é de %s%%. Debería superar o 80%%"
@ -13485,8 +13483,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% de todos os ordenamentos causan táboas temporais; este valor debería "
"estar por debaixo do 10%%."
@ -14278,6 +14276,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está definido como 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Contar as táboas cando se mostre a listaxe de bases de datos"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-28 20:50+0200\n"
"Last-Translator: Efraim Flashner <efraim.flashner@gmail.com>\n"
"Language-Team: Hebrew <http://l10n.cihar.com/projects/phpmyadmin/master/he/"
">\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: Weblate 1.6-dev\n"
@ -114,12 +114,12 @@ msgstr "מסד הנתונים %1$s נוצר."
msgid "Database comment: "
msgstr "הערה על מסד הנתונים: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "הערות לטבלה:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -137,7 +137,7 @@ msgstr "הערות לטבלה:"
msgid "Column"
msgstr "עמודה"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -160,7 +160,7 @@ msgstr "עמודה"
msgid "Type"
msgstr "סוג"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -177,7 +177,7 @@ msgstr "סוג"
msgid "Null"
msgstr "ריק"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -192,7 +192,7 @@ msgstr "ריק"
msgid "Default"
msgstr "בררת מחדל"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -201,7 +201,7 @@ msgstr "בררת מחדל"
msgid "Links to"
msgstr "קישורים אל"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -214,7 +214,7 @@ msgstr "קישורים אל"
msgid "Comments"
msgstr "הערות"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -236,7 +236,7 @@ msgstr "הערות"
msgid "No"
msgstr "לא"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -594,8 +594,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"כפי הנראה ניסית להעלות קובץ גדול מדי. נא לפנות ל%s תיעוד %s למצוא דרך לעקיפת "
"מגבלה זו."
@ -2768,8 +2768,8 @@ msgstr "בשאילתה"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
@ -2912,12 +2912,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "עוגיות (Cookies) חייבות לפעול מנקודה זאת."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3511,14 +3511,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4854,12 +4854,6 @@ msgstr "הוספת שדה חדש"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "תיעוד"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6372,8 +6366,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "תיעוד"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6402,8 +6398,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "תיעוד"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6670,8 +6668,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:341
@ -7183,8 +7181,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7906,8 +7904,8 @@ msgstr "ברוך הבא אל %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9890,8 +9888,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. התוכן של "
"הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן "
@ -13037,8 +13035,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13167,8 +13165,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 16:02+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Hindi <http://l10n.cihar.com/projects/phpmyadmin/master/hi/>\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: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr "%1$s डेटाबेस बनाया गया है."
msgid "Database comment: "
msgstr "डॅटाबेस टिप्पणीः "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "टेबल टिप्पणि:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -141,7 +141,7 @@ msgstr "टेबल टिप्पणि:"
msgid "Column"
msgstr "स्तम्भ"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -164,7 +164,7 @@ msgstr "स्तम्भ"
msgid "Type"
msgstr "प्रकार/किस्म"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -181,7 +181,7 @@ msgstr "प्रकार/किस्म"
msgid "Null"
msgstr "शून्य"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -196,7 +196,7 @@ msgstr "शून्य"
msgid "Default"
msgstr "तयशुदा"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -205,7 +205,7 @@ msgstr "तयशुदा"
msgid "Links to"
msgstr "के लिए लिंक"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -218,7 +218,7 @@ msgstr "के लिए लिंक"
msgid "Comments"
msgstr "टिप्पणी"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -240,7 +240,7 @@ msgstr "टिप्पणी"
msgid "No"
msgstr "नहीं"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -306,8 +306,8 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
"phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया हैक्यों ये किया गया है, जानने के लिए "
"%sयहाँ%s पर क्लिक करें."
"phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया हैक्यों ये किया गया है, जानने के लिए %"
"sयहाँ%s पर क्लिक करें."
#: db_printview.php:47 db_tracking.php:79 db_tracking.php:198
#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510
@ -621,11 +621,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"आप शायद बहुत बड़ी फाइल अपलोड करने की कोशिश कर रहे हैं. इस दुविधा के लिए कृपया करके %s "
"दोकुमेंताशन%s पढ़ें."
@ -2682,8 +2682,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 पढ़ें."
#: libraries/DisplayResults.class.php:4923
@ -2826,12 +2826,12 @@ msgstr "phpMyAdmin की नई विंडो खोलें"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "कुकीज़ इस बिंदु अतीत सक्षम होना चाहिए."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3429,14 +3429,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4754,10 +4754,6 @@ msgstr "मुख्य फ्रेम"
msgid "Microsoft Office"
msgstr "माइक्रोसॉफ्ट ऑफिस"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "दस्तावेज़ खोलें"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "अन्य मुख्य सेटिंग्स"
@ -6354,8 +6350,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "दस्तावेज़ खोलें"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6384,8 +6382,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "दस्तावेज़ खोलें"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6634,8 +6634,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:341
@ -7134,8 +7134,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7855,11 +7855,11 @@ msgstr "%s मे स्वागत है"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script"
"%2$s का उपयोग करें."
"आपने शायद एक विन्यास फाइल नहीं बने थी. विन्यास फाइल बनाने के लिए %1$ssetup script%2"
"$s का उपयोग करें."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9858,8 +9858,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 ""
#: libraries/server_privileges.lib.php:3032
@ -13018,8 +13018,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13152,8 +13152,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

105
po/hr.po
View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Croatian <http://l10n.cihar.com/projects/phpmyadmin/master/hr/"
">\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -119,14 +119,14 @@ msgstr "Baza podataka %1$s uspješno je izrađena."
msgid "Database comment: "
msgstr "Komentar baze podataka: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentari tablice"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Komentari tablice"
msgid "Column"
msgstr "Stupac"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Stupac"
msgid "Type"
msgstr "Vrsta"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Vrsta"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Null"
msgid "Default"
msgstr "Zadano"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Zadano"
msgid "Links to"
msgstr "Povezano s"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Povezano s"
msgid "Comments"
msgstr "Komentari"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Komentari"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,14 +620,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte "
"%sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja."
"Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte %"
"sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2846,8 +2846,8 @@ msgstr "unutar upita"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s."
@ -2996,12 +2996,12 @@ msgstr "Otvori novi phpMyAdmin prozor"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Od ovog mjesta potrebno je omogućiti kolačiće."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3603,14 +3603,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4967,12 +4967,6 @@ msgstr "Glavni okvir"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Otvori tekst dokumenta"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Ostale postavke jezgre"
@ -6517,7 +6511,9 @@ msgstr "CSV upotrebom LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Otvori izračunsku tablicu dokumenta"
#: libraries/config/setup.forms.php:267
@ -6549,7 +6545,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Otvori tekst dokumenta"
#: libraries/config/validate.lib.php:214
@ -6824,12 +6822,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 ""
"Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti "
"naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća "
@ -7409,8 +7407,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8151,8 +8149,8 @@ msgstr "Dobro došli u %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Vjerojatan razlog za ovo je da niste napravili konfiguracijsku datoteku. Za "
"izradu možete upotrijebiti %1$sskriptu za instalaciju%2$s da biste je "
@ -10255,8 +10253,8 @@ msgstr "Pregled korisnika"
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 "
@ -13576,8 +13574,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13711,8 +13709,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14432,6 +14430,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "najv. uzastopnih veza"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Otvori tekst dokumenta"
#, fuzzy
#~ msgid "Count tables"
#~ msgstr "Nema tablica"
@ -15067,8 +15070,8 @@ msgstr "najv. uzastopnih veza"
#~ "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 "

109
po/hu.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-03 09:47+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Hungarian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"hu/>\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: Weblate 1.5-dev\n"
@ -118,14 +118,14 @@ msgstr "A(z) %1$s adatbázis elkészült."
msgid "Database comment: "
msgstr "Megjegyzés az adatbázishoz: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Tábla megjegyzése"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Tábla megjegyzése"
msgid "Column"
msgstr "Oszlop"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Oszlop"
msgid "Type"
msgstr "Típus"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Típus"
msgid "Null"
msgstr "Nulla"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nulla"
msgid "Default"
msgstr "Alapértelmezett"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Alapértelmezett"
msgid "Links to"
msgstr "Hivatkozás"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Hivatkozás"
msgid "Comments"
msgstr "Megjegyzések"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Megjegyzések"
msgid "No"
msgstr "Nem"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -620,11 +620,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Ön bizonyára túl nagy fájlt próbált meg feltölteni. Kérjük, nézzen utána a "
"%sdokumentációban%s a korlátozás feloldása végett."
"Ön bizonyára túl nagy fájlt próbált meg feltölteni. Kérjük, nézzen utána a %"
"sdokumentációban%s a korlátozás feloldása végett."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2657,11 +2657,11 @@ msgstr "lekérdezésben"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ebben a nézetben legalább ennyi számú sor van. Kérjük, hogy nézzen utána a "
"%sdokumentációban%s."
"Ebben a nézetben legalább ennyi számú sor van. Kérjük, hogy nézzen utána a %"
"sdokumentációban%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2805,12 +2805,12 @@ msgstr "Új phpMyAdmin ablak nyitása"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Ettől a ponttól engedélyeznie kell a cookie-k fogadását."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Ettől a ponttól engedélyeznie kell a JavaScriptet"
@ -3392,14 +3392,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4704,10 +4704,6 @@ msgstr "Főkeret"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document szöveges dokumentum"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Egyéb alapbeállítások"
@ -6394,7 +6390,9 @@ msgstr "CSV a LOAD DATA használatával"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document munkafüzet"
#: libraries/config/setup.forms.php:267
@ -6424,7 +6422,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document szöveges dokumentum"
#: libraries/config/validate.lib.php:214
@ -6681,8 +6681,8 @@ msgstr ", @TABLE@ lesz a tábla neve"
#, 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 ""
"Ennek az értéknek az értelmezése a(z) %1$sstrftime%2$s használatával "
"történik, vagyis időformázó karakterláncokat használhat. Továbbá a következő "
@ -7240,8 +7240,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7954,11 +7954,11 @@ msgstr "Üdvözli a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Ön valószínűleg nem hozta létre a konfigurációs fájlt. A "
"%1$stelepítőszkripttel%2$s el tudja készíteni."
"Ön valószínűleg nem hozta létre a konfigurációs fájlt. A %1"
"$stelepítőszkripttel%2$s el tudja készíteni."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9966,13 +9966,13 @@ msgstr "Felhasználók áttekinté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 ""
"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."
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -10108,8 +10108,8 @@ 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/structure.lib.php:68 tbl_operations.php:311
@ -10720,8 +10720,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
"További beállításokat állíthat be a config.inc.php modosításával, pl. "
"%sBeállító parancsfájl%s használatával."
"További beállításokat állíthat be a config.inc.php modosításával, pl. %"
"sBeállító parancsfájl%s használatával."
#: prefs_manage.php:308
msgid "Save to browser's storage"
@ -13230,8 +13230,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13362,8 +13362,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14085,6 +14085,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "A concurrent_insert 0-ra van állítva"
#~ msgid "Open Document"
#~ msgstr "Open Document szöveges dokumentum"
#~ msgid "Count tables when showing database list"
#~ msgstr "A táblák megszámolása az adatbázislista megjelenítésekor"
@ -14697,8 +14700,8 @@ msgstr "A concurrent_insert 0-ra van állítva"
#~ "No themes support; please check your configuration and/or your themes in "
#~ "directory %s."
#~ msgstr ""
#~ "Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) "
#~ "%s könyvtárban."
#~ "Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) %"
#~ "s könyvtárban."
#~ msgid "Switch to"
#~ msgstr "Váltás"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-03-30 12:19+0200\n"
"Last-Translator: Hamlet Muradyan <contact@hamletmuradyan.com>\n"
"Language-Team: Armenian <http://l10n.cihar.com/projects/phpmyadmin/master/hy/"
">\n"
"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hy\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.5-dev\n"
@ -119,14 +119,14 @@ msgstr "%1$s տվյալների բազան ստեղծված է։"
msgid "Database comment: "
msgstr "Տվյալների բազայի մեկնաբանությունը՝ "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Աղյուսակի մեկնաբանությունը"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Աղյուսակի մեկնաբանությունը"
msgid "Column"
msgstr "Սյուն"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Սյուն"
msgid "Type"
msgstr "Տեսակ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Տեսակ"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Null"
msgid "Default"
msgstr "Լռելյան"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Լռելյան"
msgid "Links to"
msgstr "Կապեր"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Կապեր"
msgid "Comments"
msgstr "Մեկնաբանություններ"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Մեկնաբանություններ"
msgid "No"
msgstr "Ոչ"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -606,8 +606,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2538,8 +2538,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2678,12 +2678,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3252,14 +3252,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4516,10 +4516,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5957,7 +5953,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5987,7 +5983,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6225,8 +6221,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:341
@ -6715,8 +6711,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7402,8 +7398,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9227,8 +9223,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12148,8 +12144,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12267,8 +12263,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-05 22:29+0200\n"
"Last-Translator: Giovanni Sora <g.sora@tiscali.it>\n"
"Language-Team: Interlingua <http://l10n.cihar.com/projects/phpmyadmin/master/"
"ia/>\n"
"Language: ia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -120,12 +120,12 @@ msgstr "Le base de datos %1$s ha essite create."
msgid "Database comment: "
msgstr "Commento del base de datos: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Commentos de tabella:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Commentos de tabella:"
msgid "Column"
msgstr "Columna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Columna"
msgid "Type"
msgstr "Typo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Typo"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Predefinite"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Predefinite"
msgid "Links to"
msgstr "Ligamines a"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Ligamines a"
msgid "Comments"
msgstr "Commentos"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Commentos"
msgid "No"
msgstr "No"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -604,8 +604,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probabilemente tu es essayante incargar un file troppo grande. Pro favor tu "
"refere al %sdocumentation%s pro eluder iste limite."
@ -867,8 +867,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"Sur le servitor es executante Suhosin. Controla le documentation: "
"%sdocumentation%s pro possibile problema."
"Sur le servitor es executante Suhosin. Controla le documentation: %"
"sdocumentation%s pro possibile problema."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2545,8 +2545,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2685,12 +2685,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3255,14 +3255,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4517,10 +4517,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5958,7 +5954,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5988,8 +5984,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Documentation"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6224,8 +6222,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:341
@ -6714,8 +6712,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7396,8 +7394,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9209,8 +9207,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12126,8 +12124,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12245,8 +12243,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-05 10:15+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Indonesian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"id/>\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: Weblate 1.3-dev\n"
"X-Poedit-Basepath: ../../..\n"
@ -119,14 +119,14 @@ msgstr "Basis data %1$s telah dibuat."
msgid "Database comment: "
msgstr "Komentar basis data: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentar tabel"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Komentar tabel"
msgid "Column"
msgstr "Kolom"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Kolom"
msgid "Type"
msgstr "Jenis"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Jenis"
msgid "Null"
msgstr "Kosong"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Kosong"
msgid "Default"
msgstr "Bawaan"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Bawaan"
msgid "Links to"
msgstr "Tautan ke"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Tautan ke"
msgid "Comments"
msgstr "Komentar"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Komentar"
msgid "No"
msgstr "Tidak"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -626,14 +626,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Harap lihat "
"%sdokumentasi%s untuk mendapatkan solusi tentang batasan ini."
"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Harap lihat %"
"sdokumentasi%s untuk mendapatkan solusi tentang batasan ini."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2701,11 +2701,11 @@ msgstr "dalam susunan pemeriksaan"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat "
"%sdokumentasi%s"
"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat %"
"sdokumentasi%s"
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2845,12 +2845,12 @@ msgstr "Buka jendela phpMyAdmin baru"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Mulai dari sini cookies harus diaktifkan."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3440,14 +3440,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4765,10 +4765,6 @@ msgstr "Bingkai utama"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Pengaturan utama lain"
@ -6330,7 +6326,9 @@ msgstr "CSV menggunakan LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6360,7 +6358,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6609,8 +6609,8 @@ msgstr ", @TABLE@ akan menjadi nama tabel"
#, 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:341
@ -7140,8 +7140,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7860,11 +7860,11 @@ msgstr "Selamat Datang di %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan "
"%1$ssetup script%2$s untuk membuatnya."
"Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan %1"
"$ssetup script%2$s untuk membuatnya."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9808,8 +9808,8 @@ msgstr "Ikhtisar 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 "
@ -12923,8 +12923,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13050,8 +13050,8 @@ msgstr ""
#| "Rate of temporary tables being written to disk: %s, this value should be "
#| "less than 1 per hour"
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"Tingkat pembuatan tabel temporer ke diska: %s, nilai ini hasul kurang dari 1 "
"per jam"
@ -13799,6 +13799,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Koneksi konkuren maks."
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Hitung tabel sewaktu menunjukkan daftar basis data"

105
po/it.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:13+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Italian <http://l10n.cihar.com/projects/phpmyadmin/master/it/"
">\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: Weblate 1.6-dev\n"
@ -119,14 +119,14 @@ msgstr "Il database %1$s è stato creato."
msgid "Database comment: "
msgstr "Commento del database: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Commenti alla tabella"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Commenti alla tabella"
msgid "Column"
msgstr "Colonna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Colonna"
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Tipo"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Null"
msgid "Default"
msgstr "Predefinito"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Predefinito"
msgid "Links to"
msgstr "Collegamenti a"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Collegamenti a"
msgid "Comments"
msgstr "Commenti"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Commenti"
msgid "No"
msgstr "No"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -625,8 +625,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Stai probabilmente cercando di caricare sul server un file troppo grande. "
"Fai riferimento alla %sdocumentazione%s se desideri aggirare questo limite."
@ -935,8 +935,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."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2689,8 +2689,8 @@ msgstr "nella query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Questa vista ha, come minimo, questo numero di righe. Per informazioni "
"controlla la %sdocumentazione%s."
@ -2833,12 +2833,12 @@ msgstr "Apri una nuova finestra di PhpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Da questo punto in poi, i cookie devono essere abilitati."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Da questo punto in poi, JavaScript deve essere abilitato"
@ -3425,14 +3425,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4749,10 +4749,6 @@ msgstr "Pannello principale"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Altre opzioni principali"
@ -6470,7 +6466,9 @@ msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Foglio di calcolo nel formato Open Document"
#: libraries/config/setup.forms.php:267
@ -6500,7 +6498,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Testo nel formato Open Document"
#: libraries/config/validate.lib.php:214
@ -6756,8 +6756,8 @@ msgstr ", @TABLE@ diventerá il nome della tabella"
#, 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 ""
"Questo valore è interpretato usando %1$sstrftime%2$s: in questo modo puoi "
"usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte "
@ -7325,8 +7325,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 documentazione ed ulteriori informazioni a riguardo di PBXT é disponibile "
"su %sPrimeBase XT Home Page%s."
@ -8029,8 +8029,8 @@ msgstr "Benvenuto in %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ragione di questo è che probabilmente non hai creato alcun file di "
"configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno."
@ -10046,8 +10046,8 @@ msgstr "Vista d'insieme 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 "
@ -12522,10 +12522,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:316
@ -12540,8 +12540,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:318
#, php-format
@ -13412,12 +13412,12 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Il rapporto corrente tra la memoria libera nella cache delle query e la "
"dimensione totale della cache delle query è %s%%. Dovrebbe essere sopra "
"l'80%%"
"dimensione totale della cache delle query è %s%%. Dovrebbe essere sopra l'80%"
"%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@ -13575,8 +13575,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% di tutti gli ordinamenti causano la creazione di tabelle temporanee, "
"questo valore dovrebbe essere inferiore al 10%%."
@ -14384,6 +14384,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert è impostato a 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Conta le tabelle quando la lista dei database viene mostrata"
@ -14875,8 +14878,8 @@ msgstr "concurrent_insert è impostato a 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "Sei sicuro di voler disabilitare tutte le referenze BLOB per il database "
#~ "%s?"
#~ "Sei sicuro di voler disabilitare tutte le referenze BLOB per il database %"
#~ "s?"
#~ msgid "Unknown error while uploading."
#~ msgstr "Errore sconosciuto durante il caricamento del file."

118
po/ja.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 15:08+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Japanese <http://l10n.cihar.com/projects/phpmyadmin/master/ja/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "データベース %1$s を作成しました。"
msgid "Database comment: "
msgstr "データベースのコメント: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "テーブルのコメント"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "テーブルのコメント"
msgid "Column"
msgstr "カラム"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "カラム"
msgid "Type"
msgstr "データ型"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "データ型"
msgid "Null"
msgstr "NULL"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "NULL"
msgid "Default"
msgstr "デフォルト値"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "デフォルト値"
msgid "Links to"
msgstr "リンク先"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "リンク先"
msgid "Comments"
msgstr "コメント"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "コメント"
msgid "No"
msgstr "いいえ"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -623,11 +623,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"アップロードしようとしたファイルが大きすぎるようです。対策については %sドキュ"
"メント%s をご覧ください。"
@ -2679,8 +2679,8 @@ msgstr "行/クエリ"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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をご覧ください。"
#: libraries/DisplayResults.class.php:4923
@ -2825,12 +2825,12 @@ msgstr "別ウィンドウで開く"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "クッキーを有効にしてください。"
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript を有効にしてください"
@ -3412,20 +3412,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"単精度浮動小数、有効範囲は -3.402823466E+38 から -1.175494351E-38、0、"
"1.175494351E-38 から 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"倍精度浮動小数、有効範囲は -1.7976931348623157E+308 から "
"-2.2250738585072014E-308、0、2.2250738585072014E-308 から 1.7976931348623157E"
"倍精度浮動小数、有効範囲は -1.7976931348623157E+308 から -"
"2.2250738585072014E-308、0、2.2250738585072014E-308 から 1.7976931348623157E"
"+308"
#: libraries/Types.class.php:312
@ -4766,10 +4766,6 @@ msgstr "メインフレーム"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "他の中心的な設定"
@ -6421,8 +6417,8 @@ msgid ""
"for import and export operations"
msgstr ""
"インポートおよびエクスポートの操作に対して [a@http://ja.wikipedia.org/wiki/"
"ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC"
"%E3%83%9E%E3%83%83%E3%83%88%29]ZIP[/a] 圧縮を有効にします。"
"ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%83%"
"9E%E3%83%83%E3%83%88%29]ZIP[/a] 圧縮を有効にします。"
#: libraries/config/messages.inc.php:530
msgid "ZIP"
@ -6452,7 +6448,9 @@ msgstr "LOAD DATA 文を使用した CSV の読み込み"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document スプレッドシート"
#: libraries/config/setup.forms.php:267
@ -6482,7 +6480,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document テキスト"
#: libraries/config/validate.lib.php:214
@ -6732,8 +6732,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 を使用して解釈されますので、時刻の書式文字列を使用"
"することができます。また、埋め込み変数変換も行われます(%3$s変換されま"
@ -7293,8 +7293,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 に関するドキュメントおよび詳細な情報は、%sPrimeBase XT オフィシャルサイ"
"ト%sにあります。"
@ -8012,11 +8012,11 @@ msgstr "%s へようこそ"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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セットアップスクリプ"
"ト%2$s を利用して設定ファイルを作成してください。"
"設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプト%2"
"$s を利用して設定ファイルを作成してください。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9977,8 +9977,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 が利用しているテーブルの内容とサーバの"
@ -12387,11 +12387,10 @@ 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:316
#, php-format
@ -13275,8 +13274,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"クエリキャッシュの総量に対するクエリキャッシュの空きメモリの割合は、%s%% で"
"す。この値は、80%% 以上がいいと言われています。"
@ -13433,8 +13432,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"全ソートの内 %s%% が一時テーブルを使用しています。この値は、10%% 未満がいいと"
"言われています。"
@ -13987,8 +13986,8 @@ msgstr ""
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
"Max_used_connections は max_connections の %s%% になっています。この値は、"
"80%% 未満がいいと言われています。"
"Max_used_connections は max_connections の %s%% になっています。この値は、80%"
"% 未満がいいと言われています。"
#: libraries/advisory_rules.txt:399
msgid "Percentage of aborted connections"
@ -14208,10 +14207,10 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
"現在、メモリの %s%% が InnoDB バッファプールに使われています。割り当てが "
"60%% 未満の時にこの事象が表示されるようになりますが、多くの InnoDB テーブルを"
"使用していない、もしくは同マシン上で他のサービスを稼動させていないのであれ"
"ば、ご使用のシステムではこの設定で十分かもしれません。"
"現在、メモリの %s%% が InnoDB バッファプールに使われています。割り当てが 60%"
"% 未満の時にこの事象が表示されるようになりますが、多くの InnoDB テーブルを使"
"用していない、もしくは同マシン上で他のサービスを稼動させていないのであれば、"
"ご使用のシステムではこの設定で十分かもしれません。"
#: libraries/advisory_rules.txt:459
msgid "MyISAM concurrent inserts"
@ -14237,6 +14236,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert は 0 に設定されています。"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "データベースリストを表示するときにテーブル数も表示するかどうか。"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-12-13 13:04+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Georgian <http://l10n.cihar.com/projects/phpmyadmin/master/ka/"
">\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.4-dev\n"
@ -115,14 +115,14 @@ msgstr "მონაცემთა ბაზა '%1$s' წარმატებ
msgid "Database comment: "
msgstr "კომენტარი მონაცემთა ბაზაში: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "ცხრილის კომენტარები"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "ცხრილის კომენტარები"
msgid "Column"
msgstr "სვეტები"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "სვეტები"
msgid "Type"
msgstr "ტიპი"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "ტიპი"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Null"
msgid "Default"
msgstr "სტანდარტული"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "სტანდარტული"
msgid "Links to"
msgstr "Links to"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "Links to"
msgid "Comments"
msgstr "კომენტარები"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "კომენტარები"
msgid "No"
msgstr "არა"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -609,8 +609,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2860,8 +2860,8 @@ msgstr "მოთხოვნაში"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -3003,12 +3003,12 @@ msgstr "phpMyAdmin-ის ახალი ფანჯრის გახსნ
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3612,14 +3612,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4973,12 +4973,6 @@ msgstr "მთავარი ჩარჩო"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Open Document Text"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6621,7 +6615,9 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6653,7 +6649,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6928,16 +6926,16 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 ""
"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."
"formatting strings. Additionally the following transformations will happen: %"
"3$s. Other text will be kept as is."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7465,8 +7463,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8190,8 +8188,8 @@ msgstr "მოგესალმებათ %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -10280,8 +10278,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 ""
#: libraries/server_privileges.lib.php:3032
@ -13542,8 +13540,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13677,8 +13675,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14404,6 +14402,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "max. concurrent connections"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Open Document Text"
#~ msgid "Count tables"
#~ msgstr "ცხრილების დათვლა"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Kazakh <http://l10n.cihar.com/projects/phpmyadmin/master/kk/"
">\n"
"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kk\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -122,14 +122,14 @@ msgstr "%1$s дерекқоры құрылды."
msgid "Database comment: "
msgstr "Дерекқорына түсініктеме: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Кестеге түсініктеме:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -147,7 +147,7 @@ msgstr "Кестеге түсініктеме:"
msgid "Column"
msgstr "Бағана"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -170,7 +170,7 @@ msgstr "Бағана"
msgid "Type"
msgstr "Типі"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -187,7 +187,7 @@ msgstr "Типі"
msgid "Null"
msgstr "Бос/Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -202,7 +202,7 @@ msgstr "Бос/Null"
msgid "Default"
msgstr "Келісім бойынша"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -211,7 +211,7 @@ msgstr "Келісім бойынша"
msgid "Links to"
msgstr "Сілтемелер"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -224,7 +224,7 @@ msgstr "Сілтемелер"
msgid "Comments"
msgstr "Түсініктеме"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -246,7 +246,7 @@ msgstr "Түсініктеме"
msgid "No"
msgstr "Жоқ"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -628,11 +628,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Мүмкін, жүктегелі отырған файлдың өлшемі тым үлкен. Осы шектеуді айналып өту "
"әдістері, %sқұжаттамада%s сипатталған."
@ -2589,8 +2589,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2729,12 +2729,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3303,14 +3303,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4576,10 +4576,6 @@ msgstr "Индекстерді жасыру"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6021,7 +6017,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -6051,7 +6047,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6291,8 +6287,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:341
@ -6783,8 +6779,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7473,8 +7469,8 @@ msgstr "%s-ге қош келдіңіз"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9310,8 +9306,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12290,8 +12286,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12416,8 +12412,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

109
po/ko.po
View File

@ -4,14 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-17 07:41+0200\n"
"Last-Translator: Yungu Kim <crimsonpi@gmail.com>\n"
"Language-Team: Korean <http://l10n.cihar.com/projects/phpmyadmin/master/ko/"
">\n"
"Language: ko\n"
"PO-Revision-Date: 2013-05-22 09:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Korean <http://l10n.cihar.com/projects/phpmyadmin/master/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: Weblate 1.6-dev\n"
@ -115,12 +114,12 @@ msgstr "데이터베이스 %1$s가 생성되었습니다."
msgid "Database comment: "
msgstr "데이터베이스 설명: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "테이블 설명:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -138,7 +137,7 @@ msgstr "테이블 설명:"
msgid "Column"
msgstr "컬럼명"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -161,7 +160,7 @@ msgstr "컬럼명"
msgid "Type"
msgstr "종류"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -178,7 +177,7 @@ msgstr "종류"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -193,7 +192,7 @@ msgstr "Null"
msgid "Default"
msgstr "기본값"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -202,7 +201,7 @@ msgstr "기본값"
msgid "Links to"
msgstr "링크 대상"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -215,7 +214,7 @@ msgstr "링크 대상"
msgid "Comments"
msgstr "설명"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -237,7 +236,7 @@ msgstr "설명"
msgid "No"
msgstr "아니오"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -603,11 +602,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"너무 큰 파일을 업로드하려고 시도했습니다. 제한을 해결하기 위해서는 "
"%sdocumentation%s를 참조하여 주십시오."
"너무 큰 파일을 업로드하려고 시도했습니다. 제한을 해결하기 위해서는 %"
"sdocumentation%s를 참조하여 주십시오."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -881,8 +880,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 "
"%sdocumentation%s 에서 확인이 가능합니다."
"Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 %"
"sdocumentation%s 에서 확인이 가능합니다."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2588,8 +2587,8 @@ msgstr "질의(in query)"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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를 참조해 주십시오."
@ -2732,12 +2731,12 @@ msgstr "새 창으로 phpMyAdmin 열기"
msgid "Click on the bar to scroll to top of page"
msgstr "클릭하여 페이지 상단으로 이동"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "이 페이지를 넘기려면 쿠키 사용을 허용해야 합니다."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "이 페이지를 넘기려면 Javascript 사용을 허용해야 합니다"
@ -3316,14 +3315,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4625,10 +4624,6 @@ msgstr "메인 패널"
msgid "Microsoft Office"
msgstr "마이크로소프트 오피스"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document 형식"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "기타 핵심기능 설정"
@ -6121,8 +6116,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document 형식"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6151,8 +6148,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "Open Document 형식"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6392,8 +6391,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 ""
"이 값은 %1$sstrftime%2$s에 의해 생성되었습니다. 따라서, 시간 포맷 문자열을 써"
"서 변경할 수 있습니다. 또한, 다음과 같은 변환도 일어납니다: %3$s. 그 외의 문"
@ -6900,8 +6899,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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에 관한 문서나 추가 정보는 %sPrimeBase XT 홈페이지%s에 있습니다."
#: libraries/engines/pbxt.lib.php:133
@ -7604,8 +7603,8 @@ msgstr "%s에 오셨습니다"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s 를 사용해 설정 파"
"일을 생성할 수 있습니다."
@ -8767,7 +8766,7 @@ msgstr ""
#, 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개의 로우가 영향을 받음"
#: libraries/rte/rte_routines.lib.php:1505
#: libraries/rte/rte_routines.lib.php:1513
@ -9521,8 +9520,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 ""
#: libraries/server_privileges.lib.php:3032
@ -10345,11 +10344,11 @@ msgid "Character Sets and Collations"
msgstr ""
#: server_databases.php:117
#, fuzzy, php-format
#, php-format
#| msgid "Your SQL query has been executed successfully"
msgid "%1$d database has been dropped successfully."
msgid_plural "%1$d databases have been dropped successfully."
msgstr[0] "질의가 성공적으로 실행되었습니다."
msgstr[0] "%1$d개의 데이터베이스를 삭제했습니다."
#: server_databases.php:138
msgid "Databases statistics"
@ -10863,18 +10862,18 @@ msgid "Query analyzer"
msgstr "질의 분석기"
#: server_status_monitor.php:654
#, fuzzy, php-format
#, php-format
#| msgid "per second"
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "초"
msgstr[0] "%d 초"
#: server_status_monitor.php:657
#, fuzzy, php-format
#, php-format
#| msgid "per minute"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "분"
msgstr[0] "%d 분"
#: server_status_monitor.php:674
msgid "Start Monitor"
@ -12637,8 +12636,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"전체 쿼리 캐시 크기(Size)에서 남은 쿼리 캐시 메모리의 현재 비율은 %s%% 입니"
"다. 80%%보다 높아야 됩니다"
@ -12768,8 +12767,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"정렬 연산의 %s%%가 임시 테이블을 생성합니다. 이 값은 10%% 미만인 것이 좋습니"
"다."

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-16 14:41+0200\n"
"Last-Translator: Rytis Slatkevičius <rytis.s@gmail.com>\n"
"Language-Team: Lithuanian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -118,14 +118,14 @@ msgstr "Duomenų bazė %1$s sukurta."
msgid "Database comment: "
msgstr "Duomenų bazės komentaras: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Lentelės komentarai"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Lentelės komentarai"
msgid "Column"
msgstr "Stulpelis"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Stulpelis"
msgid "Type"
msgstr "Tipas"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tipas"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Nutylint"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Nutylint"
msgid "Links to"
msgstr "Sąryšis su"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Sąryšis su"
msgid "Comments"
msgstr "Komentarai"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Komentarai"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -617,11 +617,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Jūs tikriausiai bandėte įkelti per didelį failą. Prašome perskaityti "
"%sdokumentaciją%s būdams kaip apeiti šį apribojimą."
"Jūs tikriausiai bandėte įkelti per didelį failą. Prašome perskaityti %"
"sdokumentaciją%s būdams kaip apeiti šį apribojimą."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2268,8 +2268,8 @@ msgstr ""
#| "Failed formatting string for rule '%s'. PHP threw following error: %s"
msgid "Failed formatting string for rule '%s'."
msgstr ""
"Nepavyko suformuoti eilutės taisyklei „%s“. PHP išspjovė štai tokią klaidą: "
"%s"
"Nepavyko suformuoti eilutės taisyklei „%s“. PHP išspjovė štai tokią klaidą: %"
"s"
#: libraries/Advisor.class.php:395
#, php-format
@ -2681,11 +2681,11 @@ msgstr "užklausa vykdoma"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos "
"%sdokumentacijoje%s."
"Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos %"
"sdokumentacijoje%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2825,12 +2825,12 @@ msgstr "Atverti naują phpMyAdmin langą"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Slapukai turi būti priimami."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3425,14 +3425,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4743,10 +4743,6 @@ msgstr "Pagrindinis rėmelis"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Kiti branduolio nustatymai"
@ -6398,7 +6394,9 @@ msgstr "CSV naudojant LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document skaičiuoklė"
#: libraries/config/setup.forms.php:267
@ -6428,7 +6426,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document rašyklė"
#: libraries/config/validate.lib.php:214
@ -6678,8 +6678,8 @@ msgstr ", @TABLE@ taps lentelės pavadinimu"
#, 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 ""
"Ši reikšmė interpretuojama naudojant %1$sstrftime%2$s, taigi Jūs galite "
"keisti laiko formatavimą. Taip pat pakeičiamos šios eilutės: %3$s. Kitas "
@ -7208,8 +7208,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7916,8 +7916,8 @@ msgstr "Jūs naudojate %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Jūs dar turbūt nesukūrėte nustatymų failo. Galite pasinaudoti %1$snustatymų "
"skriptu%2$s, kad sukurtumėte failą."
@ -9929,8 +9929,8 @@ msgstr "Naudotojų apžvalga"
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ų "
@ -13111,8 +13111,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13245,8 +13245,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13958,6 +13958,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "MyISAM concurrent įterpimai"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Suskaičiuoti lenteles kai rodomas duomenų bazių sąrašas"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:18+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Latvian <http://l10n.cihar.com/projects/phpmyadmin/master/lv/"
">\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "Datubāze %1$s tika izveidota."
msgid "Database comment: "
msgstr "Datubāzes komentārs: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentārs tabulai"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Komentārs tabulai"
msgid "Column"
msgstr "Lauks"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Lauks"
msgid "Type"
msgstr "Tips"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tips"
msgid "Null"
msgstr "Nulle"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nulle"
msgid "Default"
msgstr "Noklusēts"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Noklusēts"
msgid "Links to"
msgstr "Linki uz"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Linki uz"
msgid "Comments"
msgstr "Komentāri"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Komentāri"
msgid "No"
msgstr "Nē"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -629,8 +629,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2749,8 +2749,8 @@ msgstr "vaicājumā"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2893,12 +2893,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "\"Cookies\" ir jābūt atļautiem aiz šī punkta."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3493,14 +3493,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4839,12 +4839,6 @@ msgstr "Pievienot jaunu lauku"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentācija"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6356,8 +6350,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentācija"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6386,8 +6382,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentācija"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6654,8 +6652,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:341
@ -7172,8 +7170,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7904,8 +7902,8 @@ msgstr "Laipni lūgti %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9967,13 +9965,13 @@ msgstr "Lietotāju pārskats"
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."
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -13135,8 +13133,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13264,8 +13262,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 15:32+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Macedonian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"mk/>\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: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr "Базата на податоци %1$s е креирана."
msgid "Database comment: "
msgstr "Коментар на базата на податоци: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Коментар на табелата"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Коментар на табелата"
msgid "Column"
msgstr "Имиња на колони"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Имиња на колони"
msgid "Type"
msgstr "Тип"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Тип"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Стандардно"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Стандардно"
msgid "Links to"
msgstr "Врски кон"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Врски кон"
msgid "Comments"
msgstr "Коментари"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Коментари"
msgid "No"
msgstr "Не"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -637,8 +637,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2857,8 +2857,8 @@ msgstr "во упитот"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -3003,12 +3003,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "вашиот веб прелистувач треба да допушти cookies."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3604,14 +3604,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4959,12 +4959,6 @@ msgstr "Додади ново поле"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Документација"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6480,8 +6474,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Документација"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6510,8 +6506,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Документација"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6780,8 +6778,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:341
@ -7316,8 +7314,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8048,8 +8046,8 @@ msgstr "%s Добредојдовте"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -10137,8 +10135,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 "
"табелата на привилегии. Содржината на оваа табела табела може да се "
@ -13305,8 +13303,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13435,8 +13433,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -5,14 +5,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2011-09-27 08:42+0200\n"
"Last-Translator: <sadik.khalid@gmail.com>\n"
"Language-Team: Malayalam <ml@li.org>\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@ -114,14 +114,14 @@ msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്
msgid "Database comment: "
msgstr "വിവരശേഖര അഭിപ്രായം: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
msgid "Column"
msgstr "നിര"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "നിര"
msgid "Type"
msgstr "തരം"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "തരം"
msgid "Null"
msgstr "ശൂന്യം"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "ശൂന്യം"
msgid "Default"
msgstr "സ്വതേ"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "സ്വതേ"
msgid "Links to"
msgstr "കണ്ണികൾ"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "കണ്ണികൾ"
msgid "Comments"
msgstr "അഭിപ്രായങ്ങൾ"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "അഭിപ്രായങ്ങൾ"
msgid "No"
msgstr "ഇല്ല"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -602,8 +602,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2542,8 +2542,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2682,12 +2682,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3255,14 +3255,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4521,10 +4521,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5966,7 +5962,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5996,7 +5992,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6234,8 +6230,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:341
@ -6726,8 +6722,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7413,8 +7409,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9234,8 +9230,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12166,8 +12162,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12285,8 +12281,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 15:34+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Mongolian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"mn/>\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr ""
msgid "Database comment: "
msgstr "ӨС-ийн тайлбар: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Хүснэгтийн тайлбар"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Хүснэгтийн тайлбар"
msgid "Column"
msgstr "Баганын нэрс"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Баганын нэрс"
msgid "Type"
msgstr "Төрөл"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Төрөл"
msgid "Null"
msgstr "Хоосон"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Хоосон"
msgid "Default"
msgstr "Анхдагч"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Анхдагч"
msgid "Links to"
msgstr "Холбоос"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Холбоос"
msgid "Comments"
msgstr "Тайлбар"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Тайлбар"
msgid "No"
msgstr "Үгүй"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -631,8 +631,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2870,8 +2870,8 @@ msgstr "асуултад"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -3014,12 +3014,12 @@ msgstr "Шинэ phpMyAdmin цонх нээх"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Энэ газарт Cookies нээлттэй байх ёстой."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3618,14 +3618,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4971,12 +4971,6 @@ msgstr "Шинэ талбар нэмэх"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Баримт"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6482,8 +6476,10 @@ msgstr "CSV хэрэглэх нь LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Баримт"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6514,8 +6510,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Баримт"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6787,12 +6785,12 @@ msgstr ""
#| "will be kept as is."
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 -ийг хэрэглэж үүссэн, тиймээс та хугацааны "
"тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: "
"%3$s. Бусад бичвэрүүд үүн шиг хадгалагдана."
"тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: %"
"3$s. Бусад бичвэрүүд үүн шиг хадгалагдана."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7336,8 +7334,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8068,11 +8066,11 @@ msgstr "%s-д тавтай морилно уу"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s -ийг ашиглаж нэгийг үүсгэж болно."
"Үүний шалтгаан нь магадгүй та тохиргооны файл үүсгээгүй байж болох юм. Та %1"
"$ssetup script%2$s -ийг ашиглаж нэгийг үүсгэж болно."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -10135,8 +10133,8 @@ msgstr "User overview"
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-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн "
"онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн "
@ -13349,8 +13347,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13482,8 +13480,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14585,8 +14583,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 "Давхардсан мөрүүдийг алгасах"

View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:19+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Malay <http://l10n.cihar.com/projects/phpmyadmin/master/ms/>\n"
"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -117,14 +117,14 @@ msgstr "Pengkalan data %1$s telah dijana."
msgid "Database comment: "
msgstr "Komen pangkalan data: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komen jadual"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Komen jadual"
msgid "Column"
msgstr "Pangkalan data %1$s telah dijana."
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Pangkalan data %1$s telah dijana."
msgid "Type"
msgstr "Jenis"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Jenis"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Asal"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Asal"
msgid "Links to"
msgstr "Pautan ke"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Pautan ke"
msgid "Comments"
msgstr "Komen"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Komen"
msgid "No"
msgstr "Tidak"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -622,11 +622,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Anda mungkin cuba memuatnaik fail yang terlalu besar. Sila rujuk "
"%sdocumentation%s untuk mengetahui had yang dibenarkan."
"Anda mungkin cuba memuatnaik fail yang terlalu besar. Sila rujuk %"
"sdocumentation%s untuk mengetahui had yang dibenarkan."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2787,8 +2787,8 @@ msgstr "pada kueri"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2930,12 +2930,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cecikut mestilah dihidupkan ketika ini."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3528,14 +3528,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4861,12 +4861,6 @@ msgstr "Indeks"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentasi"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6361,8 +6355,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentasi"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6392,8 +6388,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentasi"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6655,8 +6653,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:341
@ -7167,8 +7165,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7886,8 +7884,8 @@ msgstr "Selamat Datang ke %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9832,8 +9830,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12959,8 +12957,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13086,8 +13084,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

101
po/nb.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-03-26 11:59+0200\n"
"Last-Translator: Stian Berg <mail.to.stian@gmail.com>\n"
"Language-Team: Norwegian Bokmål <http://l10n.cihar.com/projects/phpmyadmin/"
"master/nb/>\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: Weblate 1.5-dev\n"
@ -117,14 +117,14 @@ msgstr "Databasen %1$s har blitt opprettet."
msgid "Database comment: "
msgstr "Database kommentar: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Tabellkommentarer"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -142,7 +142,7 @@ msgstr "Tabellkommentarer"
msgid "Column"
msgstr "Kolonne"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -165,7 +165,7 @@ msgstr "Kolonne"
msgid "Type"
msgstr "Type"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -182,7 +182,7 @@ msgstr "Type"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -197,7 +197,7 @@ msgstr "Null"
msgid "Default"
msgstr "Standard"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -206,7 +206,7 @@ msgstr "Standard"
msgid "Links to"
msgstr "Linker til"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -219,7 +219,7 @@ msgstr "Linker til"
msgid "Comments"
msgstr "Kommentarer"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -241,7 +241,7 @@ msgstr "Kommentarer"
msgid "No"
msgstr "Nei"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -618,11 +618,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Du forsøkte sannsynligvis å laste opp en fil som var for stor. Sjekk "
"%sdokumentasjonen%s for måter å omgå denne begrensningen på."
"Du forsøkte sannsynligvis å laste opp en fil som var for stor. Sjekk %"
"sdokumentasjonen%s for måter å omgå denne begrensningen på."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2655,8 +2655,8 @@ msgstr "i spørring"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "Denne visningen har minst dette antall rader. Sjekk %sdocumentation%s."
#: libraries/DisplayResults.class.php:4923
@ -2781,8 +2781,8 @@ msgstr "Ukjent feil oppstod under filopplastingen."
#: libraries/File.class.php:475
msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]"
msgstr ""
"Feil oppstod under forsøk på flytting av den opplastede fila, se "
"[doc@faq1-11]FAQ 1.11[/doc]"
"Feil oppstod under forsøk på flytting av den opplastede fila, se [doc@faq1-"
"11]FAQ 1.11[/doc]"
#: libraries/File.class.php:493
msgid "Error while moving uploaded file."
@ -2801,12 +2801,12 @@ msgstr "Åpne nytt phpMyAdmin vindu"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies må være slått på forbi dette punkt."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "JavaScript må være slått på forbi dette punktet"
@ -3390,14 +3390,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4710,10 +4710,6 @@ msgstr "Hovedramme"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Åpent Dokument"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Andre hovedinnstillinger"
@ -6386,7 +6382,9 @@ msgstr "CSV med LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document regneark"
#: libraries/config/setup.forms.php:267
@ -6416,7 +6414,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document tekst"
#: libraries/config/validate.lib.php:214
@ -6667,8 +6667,8 @@ msgstr ", @TABLE@ vil bli tabellnavnet"
#| "will be kept as is."
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 ""
"Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke "
"tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. "
@ -7233,8 +7233,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7962,8 +7962,8 @@ msgstr "Velkommen til %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør "
"kanskje bruke %1$ssetup script%2$s for å opprette en."
@ -10039,8 +10039,8 @@ msgstr "Brukeroversikt"
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 ""
"Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL "
"privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de "
@ -10444,8 +10444,8 @@ msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
msgstr ""
"For en liste over tilgjengelige transformasjonsvalg, klikk på "
"%stransformasjonsbeskrivelser%s"
"For en liste over tilgjengelige transformasjonsvalg, klikk på %"
"stransformasjonsbeskrivelser%s"
#: libraries/tbl_columns_definition_form.inc.php:171
msgid "Transformation options"
@ -12564,8 +12564,8 @@ msgid ""
"of users, including you, are connected to."
msgstr ""
"Hvis du føler at dette er nødvending, så bruk ekstra "
"beskyttelsesinnstillinger - [a@?page=servers&amp;mode=edit&amp;id="
"%1$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?"
"beskyttelsesinnstillinger - [a@?page=servers&amp;mode=edit&amp;id=%1"
"$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?"
"page=form&amp;formset=features#tab_Security]godkjente mellomlagerliste[/a]. "
"Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en "
"Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet."
@ -13481,8 +13481,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13617,8 +13617,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14348,6 +14348,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maks. samtidige tilkoblinger"
#~ msgid "Open Document"
#~ msgstr "Åpent Dokument"
#~ msgid "Count tables when showing database list"
#~ msgstr "Tell tabeller ved visning av databaseliste"
@ -14810,8 +14813,8 @@ msgstr "maks. samtidige tilkoblinger"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen "
#~ "%s?"
#~ "Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %"
#~ "s?"
#, fuzzy
#~ msgid "Unknown error while uploading."

130
po/nl.po
View File

@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-21 10:21+0200\n"
"PO-Revision-Date: 2013-05-22 11:07+0200\n"
"Last-Translator: Dieter Adriaenssens <ruleant@users.sourceforge.net>\n"
"Language-Team: Dutch <http://l10n.cihar.com/projects/phpmyadmin/master/nl/>\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: Weblate 1.6-dev\n"
@ -114,12 +114,12 @@ msgstr "Databank %1$s werd aangemaakt."
msgid "Database comment: "
msgstr "Databankopmerking: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Tabelopmerkingen:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -137,7 +137,7 @@ msgstr "Tabelopmerkingen:"
msgid "Column"
msgstr "Kolom"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -160,7 +160,7 @@ msgstr "Kolom"
msgid "Type"
msgstr "Type"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -177,7 +177,7 @@ msgstr "Type"
msgid "Null"
msgstr "Leeg"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -192,7 +192,7 @@ msgstr "Leeg"
msgid "Default"
msgstr "Standaardwaarde"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -201,7 +201,7 @@ msgstr "Standaardwaarde"
msgid "Links to"
msgstr "Verwijst naar"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -214,7 +214,7 @@ msgstr "Verwijst naar"
msgid "Comments"
msgstr "Opmerkingen"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -236,7 +236,7 @@ msgstr "Opmerkingen"
msgid "No"
msgstr "Nee"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -601,11 +601,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"U probeerde waarschijnlijk een bestand up te loaden dat te groot is. Zie "
"%sdocumentatie%s voor oplossingen voor deze beperking."
"U probeerde waarschijnlijk een bestand up te loaden dat te groot is. Zie %"
"sdocumentatie%s voor oplossingen voor deze beperking."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2622,8 +2622,8 @@ msgstr "in de query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Deze view heeft minimaal deze hoeveelheid aan rijen. Zie de %sdocumentatie%s."
@ -2769,12 +2769,12 @@ msgstr "Nieuw phpMyAdmin-scherm openen"
msgid "Click on the bar to scroll to top of page"
msgstr "Klik op de balk om te scrollen naar het begin van de pagina"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies moeten aan staan voorbij dit punt."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript moet ingeschakeld zijn voorbij dit punt"
@ -3363,17 +3363,17 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Een klein getal met variabele kommapositie, toegelaten waarden zijn "
"-3,402823466E+38 tot -1,175494351E-38, 0, en 1,175494351E-38 tot 3.402823466E"
"Een klein getal met variabele kommapositie, toegelaten waarden zijn -"
"3,402823466E+38 tot -1,175494351E-38, 0, en 1,175494351E-38 tot 3.402823466E"
"+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Een getal met variabele kommapositie met dubbel nauwkeurigheid, toegelaten "
@ -4719,10 +4719,6 @@ msgstr "Hoofdpaneel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Overige instellingen"
@ -6280,12 +6276,15 @@ msgid ""
"is installed does not have direct access to the internet. The format is: "
"\"hostname:portnumber\""
msgstr ""
"De url voor de proxy die gebruikt moet worden bij het ophalen van de "
"informatie over de meest recente versie van phpMyAdmin. U heeft dit nodig "
"als de server waarop phpMyAdmin geïnstalleerd is geen directe toegang tot "
"het internet heeft. Het formaat is: \"servernaam:poortnummer\""
#: libraries/config/messages.inc.php:523
#, fuzzy
#| msgid "Version check"
msgid "Version check proxy url"
msgstr "Versiecontrole"
msgstr "Versiecontrole proxy url"
#: libraries/config/messages.inc.php:524
msgid ""
@ -6295,20 +6294,18 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Version check"
msgid "Version check proxy username"
msgstr "Versiecontrole"
msgstr "Versiecontrole proxy gebruikersnaam"
#: libraries/config/messages.inc.php:526
msgid "The password for authenticating with the proxy"
msgstr ""
#: libraries/config/messages.inc.php:527
#, fuzzy
#| msgid "Version check"
msgid "Version check proxy password"
msgstr "Versiecontrole"
msgstr "Versiecontrole proxy wachtwoord"
#: libraries/config/messages.inc.php:529
msgid ""
@ -6346,7 +6343,9 @@ msgstr "CSV met behulp van LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document-rekenblad"
#: libraries/config/setup.forms.php:267
@ -6376,7 +6375,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Tekst"
#: libraries/config/validate.lib.php:214
@ -6623,13 +6624,13 @@ msgstr ", @TABLE@ wordt vervangen door de tabelnaam"
#, 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 ""
"Deze waarde wordt geïnterpreteerd met behulp van %1$sstrftime%2$s, het "
"gebruik van opmaakcodes is dan ook toegestaan. Daarnaast worden de volgende "
"vertalingen toegepast: %3$s. Overige tekst zal gelijk blijven. Zie %4$sFAQ"
"%5$s voor meer details."
"vertalingen toegepast: %3$s. Overige tekst zal gelijk blijven. Zie %4$sFAQ%5"
"$s voor meer details."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7187,11 +7188,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Documentatie en meer informatie over PBXT kan gevonden worden op de "
"%sPrimeBase XT home pagina%s."
"Documentatie en meer informatie over PBXT kan gevonden worden op de %"
"sPrimeBase XT home pagina%s."
#: libraries/engines/pbxt.lib.php:133
msgid "Related Links"
@ -7875,8 +7876,8 @@ msgstr "Welkom bij %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"U heeft waarschijnlijk geen configuratiebestand aangemaakt. Het beste kunt u "
"%1$ssetup script%2$s gebruiken om een te maken."
@ -9837,8 +9838,8 @@ msgstr "Gebruikers overzicht"
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-"
"privilegestabel. De inhoud van deze tabel kan verschillen met de rechten van "
@ -9974,8 +9975,8 @@ msgid ""
"installed the necessary PHP extensions as described in the %sdocumentation%s."
msgstr ""
"De SQL-validatie kon niet worden geïnitialiseerd. Controleer of u de nodige "
"PHP-uitbreidingen heeft geïnstalleerd, zoals beschreven in de %sdocumentatie"
"%s."
"PHP-uitbreidingen heeft geïnstalleerd, zoals beschreven in de %sdocumentatie%"
"s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -11098,8 +11099,8 @@ msgid ""
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
"Het inschakelen van de general_log kan de serverbelasting verhogen met "
"5-15%. Wees er ook bewust van dat het genereren van statistieken uit de "
"Het inschakelen van de general_log kan de serverbelasting verhogen met 5-"
"15%. Wees er ook bewust van dat het genereren van statistieken uit de "
"logboeken een belastende taak is, daarom is het aan te raden om alleen een "
"kleine periode te selecteren, en de general_log uit te schakelen en de tabel "
"te legen zodra het monitoren niet meer nodig is."
@ -12196,10 +12197,10 @@ msgid ""
msgstr ""
"Deze %soptie%s zou uitgeschakeld moeten zijn gezien het de mogelijkheid "
"geeft aan kwaadwillenden om op grote schaal aanmeldinspogingen uit te voeren "
"op willekeurige MySQL-servers. Indien toch noodzakelijk gebruik dan "
"%strusted proxies list%s. Echter, IP-adres gebaseerde beveiliging is "
"mogelijk niet betrouwbaar wanneer uw IP-adres uit het netwerk van uw "
"provider komt waar ook vele andere klanten gebruik van maken."
"op willekeurige MySQL-servers. Indien toch noodzakelijk gebruik dan %"
"strusted proxies list%s. Echter, IP-adres gebaseerde beveiliging is mogelijk "
"niet betrouwbaar wanneer uw IP-adres uit het netwerk van uw provider komt "
"waar ook vele andere klanten gebruik van maken."
#: setup/lib/index.lib.php:300
msgid ""
@ -12300,8 +12301,8 @@ msgstr ""
"U gebruikt het [kbd]config[/kbd]-authenticatietype en heeft de te gebruiken "
"gebruikersnaam en wachtwoord hierbij opgegeven voor automatisch aanmelden. "
"Dit is niet aanbevolen voor productiesystemen gezien iemand die het URL van "
"phpMyAdmin achterhaald direct toegang heeft. Gebruik het %sauthenticatietype"
"%s [kbd]cookie[/kbd] of [kbd]http[/kbd]."
"phpMyAdmin achterhaald direct toegang heeft. Gebruik het %sauthenticatietype%"
"s [kbd]cookie[/kbd] of [kbd]http[/kbd]."
#: setup/lib/index.lib.php:318
#, php-format
@ -13135,8 +13136,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"De huidige verhouding van vrij querycachegeheugen tot de totale "
"querycachegrootte is %s%%. Dit zou meer dan 80%% moeten zijn"
@ -13293,8 +13294,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% van alle sorteeracties veroorzaken tijdelijke tabellen, deze waarde zou "
"lager moeten zijn dan 10%%."
@ -14075,6 +14076,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is ingesteld op 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Tel het aantal tabellen bij het weergeven van een databanklijst"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-09-01 12:11+0200\n"
"Last-Translator: gurjit dhillon <dhillon616@gmail.com>\n"
"Language-Team: Punjabi <http://l10n.cihar.com/projects/phpmyadmin/master/pa/"
">\n"
"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pa\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 1.2\n"
@ -117,12 +117,12 @@ msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ"
msgid "Database comment: "
msgstr ""
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr ""
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr ""
msgid "Column"
msgstr ""
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr ""
msgid "Type"
msgstr ""
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr ""
msgid "Null"
msgstr ""
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr ""
msgid "Default"
msgstr ""
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr ""
msgid "Links to"
msgstr ""
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr ""
msgid "Comments"
msgstr ""
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr ""
msgid "No"
msgstr ""
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -595,8 +595,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2517,8 +2517,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2657,12 +2657,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3227,14 +3227,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4489,10 +4489,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5930,7 +5926,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5960,7 +5956,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6196,8 +6192,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:341
@ -6686,8 +6682,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7366,8 +7362,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9179,8 +9175,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12098,8 +12094,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12217,8 +12213,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -114,12 +113,12 @@ msgstr ""
msgid "Database comment: "
msgstr ""
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr ""
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -137,7 +136,7 @@ msgstr ""
msgid "Column"
msgstr ""
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -160,7 +159,7 @@ msgstr ""
msgid "Type"
msgstr ""
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -177,7 +176,7 @@ msgstr ""
msgid "Null"
msgstr ""
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -192,7 +191,7 @@ msgstr ""
msgid "Default"
msgstr ""
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -201,7 +200,7 @@ msgstr ""
msgid "Links to"
msgstr ""
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -214,7 +213,7 @@ msgstr ""
msgid "Comments"
msgstr ""
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -236,7 +235,7 @@ msgstr ""
msgid "No"
msgstr ""
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -592,8 +591,8 @@ msgstr ""
#: import.php:107
#, possible-php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2510,8 +2509,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, possible-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 ""
#: libraries/DisplayResults.class.php:4923
@ -2650,12 +2649,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3220,14 +3219,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4482,10 +4481,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5923,7 +5918,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5953,7 +5948,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6189,8 +6184,8 @@ msgstr ""
#, possible-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:341
@ -6679,8 +6674,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, possible-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:133
@ -7359,8 +7354,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, possible-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/plugins/auth/AuthenticationConfig.class.php:122
@ -9172,8 +9167,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 ""
#: libraries/server_privileges.lib.php:3032

109
po/pl.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-10 00:41+0200\n"
"Last-Translator: Jakub S <jakub.st@gmail.com>\n"
"Language-Team: Polish <http://l10n.cihar.com/projects/phpmyadmin/master/pl/"
">\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: Weblate 1.5-dev\n"
@ -119,14 +119,14 @@ msgstr "Baza danych %1$s została utworzona."
msgid "Database comment: "
msgstr "Komentarz bazy danych: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentarze tabeli"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Komentarze tabeli"
msgid "Column"
msgstr "Kolumna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Kolumna"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Null"
msgid "Default"
msgstr "Ustawienia domyślne"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Ustawienia domyślne"
msgid "Links to"
msgstr "Odsyłacze do"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Odsyłacze do"
msgid "Comments"
msgstr "Komentarze"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Komentarze"
msgid "No"
msgstr "Nie"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -622,8 +622,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Prawdopodobnie próbował załadować plik, który jest zbyt duży. Proszę "
"zapoznać się %sdokumentacją%s, aby obejść te ograniczenia."
@ -925,8 +925,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."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -2669,8 +2669,8 @@ msgstr "w zapytaniu"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ten widok ma przynajmniej taką liczbę wierszy (rekordów). Proszę odnieść się "
"do %sdokumentacji%s."
@ -2816,12 +2816,12 @@ msgstr "Otwórz nowe okno phpMyAdmina"
msgid "Click on the bar to scroll to top of page"
msgstr "Kliknij na pasku, aby przewinąć do góry strony"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Odtąd musi być włączona obsługa ciasteczek."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript musi być włączona obok tego punktu"
@ -3418,16 +3418,16 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Małe wartości zmiennoprzecinkowych numer, dopuszczalne są - 3.402823466E 38 "
"do - 1.175494351E-38, 0 i 1.175494351E-38 do 3.402823466E 38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Podwójnej precyzji numer, dopuszczalne wartości zmiennoprzecinkowych są - "
@ -4777,10 +4777,6 @@ msgstr "Panel główny"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Otwórz dokument"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Inne kluczowe ustawienia"
@ -6045,8 +6041,8 @@ msgstr "Szczegółowa nazwa serwera"
#: libraries/config/messages.inc.php:455
msgid "Whether a user should be displayed a &quot;show all (rows)&quot; button"
msgstr ""
"Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie "
"(wiersze)\";"
"Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie (wiersze)"
"\";"
#: libraries/config/messages.inc.php:456
msgid "Allow to display all the rows"
@ -6429,7 +6425,9 @@ msgstr "CSV przy użyciu LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Otwórz dokument arkusza kalkulacyjnego"
#: libraries/config/setup.forms.php:267
@ -6459,7 +6457,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Otwórz dokument tekstowy"
#: libraries/config/validate.lib.php:214
@ -6714,8 +6714,8 @@ msgstr ", @TABLE@ zostanie zastąpione nazwą wybranej tabeli"
#, 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 ""
"Wartość ta jest interpretowana za pomocą %1$sstrftime%2$s, dzięki czemu "
"można używać wartości czasu formatowania. Dodatkowo po transformacji stanie "
@ -7272,8 +7272,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Dokumentacja i dodatkowe informacje o PBXT można znaleźć na %sStronie "
"domowej PrimeBase XT%s."
@ -7970,8 +7970,8 @@ msgstr "Witamy w %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Możesz "
"użyć %1$s skryptu instalacyjnego %2$s, aby utworzyć jedną."
@ -9946,8 +9946,8 @@ msgstr "Omówienie użytkowników"
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, "
@ -10087,8 +10087,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."
"zainstalowane są niezbędne rozszerzenia PHP, tak jak zostało to opisane w %"
"sdokumentacji%s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -10339,8 +10339,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_columns_definition_form.inc.php:171
msgid "Transformation options"
@ -12380,8 +12380,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 ""
"W przypadku korzystania z uwierzytelniania cookie i przechowywać "
"%sciasteczek logowania%s nie jest 0, %sWażności plików cookie%s logowania "
"W przypadku korzystania z uwierzytelniania cookie i przechowywać %"
"sciasteczek logowania%s nie jest 0, %sWażności plików cookie%s logowania "
"muszą być ustawione na wartość mniejsza lub równa jej."
#: setup/lib/index.lib.php:314
@ -13253,8 +13253,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Bieżący współczynnik wolnej pamięci pamięci podręcznej zapytań do "
"całkowitego zapytania wielkości cache to %s%%. Powinno być powyżej 80%%"
@ -13410,8 +13410,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% wszelkiego rodzaju spowodować tabel tymczasowych, ta wartość ta powinna "
"być niższa niż 10%%."
@ -13964,8 +13964,8 @@ msgstr ""
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
"%s%% wszystkich połączeń jest przerwana. Ta wartość ta powinna być poniżej "
"1%%"
"%s%% wszystkich połączeń jest przerwana. Ta wartość ta powinna być poniżej 1%"
"%"
#: libraries/advisory_rules.txt:406
msgid "Rate of aborted connections"
@ -14182,6 +14182,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert jest ustawiony na 0"
#~ msgid "Open Document"
#~ msgstr "Otwórz dokument"
#~ msgid "Count tables when showing database list"
#~ msgstr "Zliczaj tabele podczas pokazywania listy bazy danych"
@ -14943,8 +14946,8 @@ msgstr "concurrent_insert jest ustawiony na 0"
#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
#~ "6.29[/doc]"
#~ msgstr ""
#~ "W wyniku tej kwerendy nie może być używany dla wykresu. Zobacz "
#~ "[doc@faq6-29]FAQ 6.29[/doc]"
#~ "W wyniku tej kwerendy nie może być używany dla wykresu. Zobacz [doc@faq6-"
#~ "29]FAQ 6.29[/doc]"
#~ msgid "Theme / Style"
#~ msgstr "Motyw / Styl"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-11 00:09+0200\n"
"Last-Translator: JP KAN <jpkk69@gmail.com>\n"
"Language-Team: Portuguese <http://l10n.cihar.com/projects/phpmyadmin/master/"
"pt/>\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: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr "A base de dados %1$s foi criada."
msgid "Database comment: "
msgstr "Comentário da Base de Dados: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Comentários da tabela"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -141,7 +141,7 @@ msgstr "Comentários da tabela"
msgid "Column"
msgstr "Coluna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -164,7 +164,7 @@ msgstr "Coluna"
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -181,7 +181,7 @@ msgstr "Tipo"
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -196,7 +196,7 @@ msgstr "Nulo"
msgid "Default"
msgstr "Omissão"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -205,7 +205,7 @@ msgstr "Omissão"
msgid "Links to"
msgstr "Links para"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -218,7 +218,7 @@ msgstr "Links para"
msgid "Comments"
msgstr "Comentários"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -240,7 +240,7 @@ msgstr "Comentários"
msgid "No"
msgstr "Não"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -608,8 +608,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Provavelmente tentou importar um ficheiro demasiado grande. Por favor veja a "
"%sdocumentação%s para encontrar formas de contornar esta limitação."
@ -2657,11 +2657,11 @@ msgstr "na pesquisa"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Esta vista tem número de linhas aproximado. Por favor, consulte a "
"%sdocumentação%s."
"Esta vista tem número de linhas aproximado. Por favor, consulte a %"
"sdocumentação%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2803,12 +2803,12 @@ msgstr "Abrir nova janela do phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Clique na barra para deslizar para o topo da página"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "O mecanismo de \"Cookies\" tem de estar ligado a partir deste ponto."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "O Javascript tem de estar activo a partir deste ponto"
@ -3397,14 +3397,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -3450,9 +3450,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Um carimbo temporal, intervalo é desde 1970-01-01 00:00:01 UTC até "
"2038-01-09 03:14:07 UTC, guardado como um número de segundos desde a época "
"(1970-01-01 00:00:00 UTC)"
"Um carimbo temporal, intervalo é desde 1970-01-01 00:00:01 UTC até 2038-01-"
"09 03:14:07 UTC, guardado como um número de segundos desde a época (1970-01-"
"01 00:00:00 UTC)"
#: libraries/Types.class.php:326 libraries/Types.class.php:729
#, php-format
@ -4749,10 +4749,6 @@ msgstr "Quadro principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Abrir Documento"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Outras configurações do núcleo"
@ -6417,8 +6413,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "Abrir Documento"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6447,8 +6445,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "Abrir Documento"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6714,8 +6714,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:341
@ -7232,8 +7232,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7960,11 +7960,11 @@ msgstr "Bemvindo ao %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Provavelmente um ficheiro de configuração não foi criado. O %1$ssetup script"
"%2$s pode ser utilizado para criar um."
"Provavelmente um ficheiro de configuração não foi criado. O %1$ssetup script%"
"2$s pode ser utilizado para criar um."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9954,8 +9954,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 "
@ -13134,8 +13134,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13265,8 +13265,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -4,14 +4,14 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-07 18:01+0200\n"
"Last-Translator: Rodrigo Souza <rodrigo.chrome@live.com>\n"
"Language-Team: Portuguese (Brazil) <http://l10n.cihar.com/projects/"
"phpmyadmin/master/pt_BR/>\n"
"Language: pt_BR\n"
"PO-Revision-Date: 2013-05-22 01:52+0200\n"
"Last-Translator: Airton Torres <airton.torres@gmail.com>\n"
"Language-Team: Portuguese (Brazil) "
"<http://l10n.cihar.com/projects/phpmyadmin/master/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: Weblate 1.6-dev\n"
@ -116,12 +116,12 @@ msgstr "O banco de dados %1$s foi criado."
msgid "Database comment: "
msgstr "Comentário do banco de dados: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Comentários de tabela:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Comentários de tabela:"
msgid "Column"
msgstr "Coluna"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Coluna"
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Tipo"
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Nulo"
msgid "Default"
msgstr "Padrão"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Padrão"
msgid "Links to"
msgstr "Links para"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Links para"
msgid "Comments"
msgstr "Comentários"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Comentários"
msgid "No"
msgstr "Não"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -600,8 +600,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Você provavelmente tentou carregar um arquivo muito grande. Veja referências "
"na %sdocumentação%s para resolver esse problema."
@ -2627,11 +2627,11 @@ msgstr "na consulta"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Esta view tem pelo menos esse número de linhas. Por favor, consulte a "
"%sdocumentação%s."
"Esta view tem pelo menos esse número de linhas. Por favor, consulte a %"
"sdocumentação%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2773,12 +2773,12 @@ msgstr "Abrir nova janela do phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Clique na barra para rolar até o topo da página"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Os cookies devem estar ativos após este ponto."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "O JavaScript deve estar ativo após este ponto"
@ -3367,16 +3367,16 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Um número curto de ponto flutuante, os valores permitidos são: de "
"-3,402823466E+38 a -1,175494351E-38, 0 e de 1,175494351E-38 a 3,402823466E+38"
"Um número curto de ponto flutuante, os valores permitidos são: de -"
"3,402823466E+38 a -1,175494351E-38, 0 e de 1,175494351E-38 a 3,402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Um número de ponto flutuante de dupla precisão (longo), os valores "
@ -4724,10 +4724,6 @@ msgstr "Painel principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Outras configurações principais"
@ -6280,6 +6276,10 @@ msgid ""
"is installed does not have direct access to the internet. The format is: "
"\"hostname:portnumber\""
msgstr ""
"A url do proxy a ser usado para recuperar inormações sobre a última versão "
"do phpMyAdmin. Voce precisará disto se o servidor onde o phpMyAdmin está "
"instalado não tiver acesso direto à internet. O formato é: "
"\"hostname:portnumber\""
#: libraries/config/messages.inc.php:523
#, fuzzy
@ -6293,6 +6293,9 @@ msgid ""
"authentication is performed. If a username is supplied, Basic Authentication "
"will be performed. No other types of authentication are currently supported."
msgstr ""
"O usuário para autenticar no proxy. Por padrão, nenhuma autenticação é "
"efetuada. Se for fornecido um usuário, será efetuada uma Autenticação "
"Básica. Nenhum outro tipo de autenticação é suportado atualmente."
#: libraries/config/messages.inc.php:525
#, fuzzy
@ -6346,7 +6349,9 @@ msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Planilha Open Document"
#: libraries/config/setup.forms.php:267
@ -6376,7 +6381,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Texto Open Document"
#: libraries/config/validate.lib.php:214
@ -6621,8 +6628,8 @@ msgstr ", @TABLE@ se tornará o nome da tabela"
#, 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 ""
"Esse valor é interpretado usando %1$sstrftime%2$s, então você pode usar as "
"strings de formatação de tempo. Adicionalmente a seguinte transformação "
@ -7179,8 +7186,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Documentação e mais informações sobre PBXT podem ser encontradas na %sPágina "
"Inicial da PrimeBase XT%s."
@ -7873,11 +7880,11 @@ msgstr "Bem vindo ao %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Você provavelmente não criou o arquivo de configuração. Você deve usar o "
"%1$sscript de setup%2$s para criar um."
"Você provavelmente não criou o arquivo de configuração. Você deve usar o %1"
"$sscript de setup%2$s para criar um."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9813,8 +9820,8 @@ msgstr "Visão geral 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 "
@ -13089,8 +13096,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"A relação entre a memória livre do cache de consultas e o tamanho total do "
"cache de consultas é de %s%%. Deveria ser maior do que 80%%"
@ -13245,8 +13252,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% de todas as ordenações criam tabelas temporárias, este valor deveria "
"ser menor do que 10%%."
@ -13417,8 +13424,8 @@ msgstr ""
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
msgstr ""
"Os valores atuais de tmp_table_size são de: %s e de max_heap_table_size de: "
"%s"
"Os valores atuais de tmp_table_size são de: %s e de max_heap_table_size de: %"
"s"
#: libraries/advisory_rules.txt:269
msgid "Percentage of temp tables on disk"
@ -14020,6 +14027,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está com valor 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Contador de tabelas quando mostrar a lista de bancos de dados"

101
po/ro.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-03 09:45+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Romanian <http://l10n.cihar.com/projects/phpmyadmin/master/ro/"
">\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: Weblate 1.5-dev\n"
@ -119,14 +119,14 @@ msgstr "Baza de date %1$s a fost creată."
msgid "Database comment: "
msgstr "Comentarii referitoare la baza de date: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Comentarii tabel"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Comentarii tabel"
msgid "Column"
msgstr "Coloană"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Coloană"
msgid "Type"
msgstr "Tip"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Tip"
msgid "Null"
msgstr "Nul"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Nul"
msgid "Default"
msgstr "Setare de bază"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Setare de bază"
msgid "Links to"
msgstr "Trimitere la"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Trimitere la"
msgid "Comments"
msgstr "Comentarii"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Comentarii"
msgid "No"
msgstr "Nu"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -627,11 +627,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probabil ați încercat să încărcați un fișier prea mare. Faceți referire la "
"%sdocumentație%s pentru căi de ocolire a acestei limite."
"Probabil ați încercat să încărcați un fișier prea mare. Faceți referire la %"
"sdocumentație%s pentru căi de ocolire a acestei limite."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2803,8 +2803,8 @@ msgstr "în interogarea"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Această vedere are minim acest număr de rânduri. Vedeți %sdocumentation%s."
@ -2951,12 +2951,12 @@ msgstr "Deschide fereastră phpMyAdmin nouă"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Trebuie sa aveti activat \"cookies\"."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3553,14 +3553,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4926,12 +4926,6 @@ msgstr "Cadrul principal"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Text Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Alte setări de bază"
@ -6710,7 +6704,9 @@ msgstr "CSV folosind LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Foaie de calcul Open Document"
#: libraries/config/setup.forms.php:267
@ -6742,7 +6738,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Text Open Document"
#: libraries/config/validate.lib.php:214
@ -7002,17 +7000,17 @@ msgstr ", @TABLE@ va deveni numele tabelei"
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 ""
"Această valoare este interpretată folosind %1$sstrftime%2$s, ca sa puteţi "
"folosi şiruri de formatare a timpului. În plus, următoarele transformări vor "
"avea loc: %3$s. Orice alt text va fi păstrat aşa cum este. Vedeţi %4$sFAQ"
"%5$s pentru detalii."
"avea loc: %3$s. Orice alt text va fi păstrat aşa cum este. Vedeţi %4$sFAQ%5"
"$s pentru detalii."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7583,8 +7581,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8325,8 +8323,8 @@ msgstr "Bine ați venit la %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Motivul probabil pentru aceasta este că nu ați creat un fișier de "
"configurare. Puteți folosi %1$s vrăjitorul de setări %2$s pentru a crea un "
@ -10424,8 +10422,8 @@ msgstr "Descriere utilizator"
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. "
@ -13668,8 +13666,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Raportul curent dintre memoria cache liberă a interogărilor și memoria cache "
"totală a interogărilor este %s%%. Ar trebui să fie peste 80%%"
@ -13840,8 +13838,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% din sortări au generat tabele temporare, această valoare ar trebui să "
"fie mai mică de 10%%."
@ -14496,8 +14494,8 @@ msgid ""
"mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-"
"proper-way.html\">this blog entry</a>"
msgstr ""
"De obicei, este suficientă setarea propietății {innodb_log_file_size} la "
"25%% din mărimea lui {innodb_buffer_pool_size}. O valoare foarte mare pentru "
"De obicei, este suficientă setarea propietății {innodb_log_file_size} la 25%"
"% din mărimea lui {innodb_buffer_pool_size}. O valoare foarte mare pentru "
"{innodb_log_file_size} va încetini considerabil timpul de recuperare după o "
"distrugere(eroare gravă) a unei baze de date. A se vedea de asemenea <a "
"href=\"http://www.mysqlperformanceblog.com/2006/07/03/choosing-proper-"
@ -14571,6 +14569,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert este setat cu 0"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Text Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Numără tabelele când afișezi lista cu bazele de date"

109
po/ru.po
View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-11 21:28+0200\n"
"Last-Translator: Victor Volkov <hanut@php-myadmin.ru>\n"
"Language-Team: Russian <http://l10n.cihar.com/projects/phpmyadmin/master/ru/"
">\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -117,12 +117,12 @@ msgstr "База данных %1$s была создана."
msgid "Database comment: "
msgstr "Комментарий к базе данных: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Комментарии к таблице:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "Комментарии к таблице:"
msgid "Column"
msgstr "Столбец"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "Столбец"
msgid "Type"
msgstr "Тип"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "Тип"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Null"
msgid "Default"
msgstr "По умолчанию"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "По умолчанию"
msgid "Links to"
msgstr "Связи"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "Связи"
msgid "Comments"
msgstr "Комментарии"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "Комментарии"
msgid "No"
msgstr "Нет"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -603,8 +603,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вероятно, размер загружаемого файла слишком велик. Способы обхода данного "
"ограничения описаны в %sдокументации%s."
@ -2260,8 +2260,8 @@ msgstr "Неожиданные символы на строке %s"
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
msgstr ""
"Неожиданный символ на строке %1$s. Ожидается символ табуляции, а найден "
"\"%2$s\""
"Неожиданный символ на строке %1$s. Ожидается символ табуляции, а найден \"%2"
"$s\""
#: libraries/Advisor.class.php:467
msgid "per second"
@ -2622,8 +2622,8 @@ msgstr "по запросу"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
@ -2772,12 +2772,12 @@ msgstr "Открыть phpMyAdmin в новом окне"
msgid "Click on the bar to scroll to top of page"
msgstr "Кликните на строку, чтобы перейти вверх страницы"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Для полноценной работы необходима поддержка cookies браузером."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Для полноценной работы необходима поддержка Javascript браузером"
@ -3352,8 +3352,8 @@ msgid ""
"An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
"9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
msgstr ""
"Восьми-байтовое целое число, диапазон чисел со знаком от "
"-9,223,372,036,854,775,808 до 9,223,372,036,854,775,807, диапазон чисел без "
"Восьми-байтовое целое число, диапазон чисел со знаком от -"
"9,223,372,036,854,775,808 до 9,223,372,036,854,775,807, диапазон чисел без "
"знака от 0 до 18,446,744,073,709,551,615"
#: libraries/Types.class.php:306 libraries/Types.class.php:713
@ -3367,20 +3367,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Малое число с плавающей точкой, допустимые значения от -3.402823466E+38 до "
"-1.175494351E-38, 0, и от 1.175494351E-38 до 3.402823466E+38"
"Малое число с плавающей точкой, допустимые значения от -3.402823466E+38 до -"
"1.175494351E-38, 0, и от 1.175494351E-38 до 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Число с плавающей точкой удвоенной точности, допустимые значения от "
"-1.7976931348623157E+308 до -2.2250738585072014E-308, 0, и от "
"Число с плавающей точкой удвоенной точности, допустимые значения от -"
"1.7976931348623157E+308 до -2.2250738585072014E-308, 0, и от "
"2.2250738585072014E-308 до 1.7976931348623157E+308"
#: libraries/Types.class.php:312
@ -3427,8 +3427,8 @@ msgid ""
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Временная метка, диапазон от \"1970-01-01 00:00:01\" UTC до \"2038-01-09 "
"03:14:07\" UTC, содержит количество секунд прошедших со времени "
"(\"1970-01-01 00:00:00\" UTC)"
"03:14:07\" UTC, содержит количество секунд прошедших со времени (\"1970-01-"
"01 00:00:00\" UTC)"
#: libraries/Types.class.php:326 libraries/Types.class.php:729
#, php-format
@ -4723,10 +4723,6 @@ msgstr "Основная панель"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Другие настройки ядра"
@ -6349,7 +6345,9 @@ msgstr "CSV, используя LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6379,7 +6377,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument текст"
#: libraries/config/validate.lib.php:214
@ -6626,8 +6626,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, благодаря чему возможна "
"вставка текущей даты и времени. Дополнительно могут быть использованы "
@ -7181,8 +7181,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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."
@ -7872,8 +7872,8 @@ msgstr "Добро пожаловать в %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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сценарием установки%2$s."
@ -9819,8 +9819,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. Содержимое этих таблиц может "
@ -12260,8 +12260,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 не является выделенным и "
"кроме вас принадлежит тысячам пользователей того же Интернет Провайдера."
@ -13118,8 +13118,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Текущее соотношение свободного кеша запросов по отношению к полному кешу "
"запросов составляет %s%%. Значение должно быть выше 80%%"
@ -13276,8 +13276,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% сортировок вызывает создание временных таблиц, данное значение должно "
"быть ниже 10%%."
@ -14054,6 +14054,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert установлен в 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "При выводе баз данных показывать количество таблиц в них"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-01-20 17:30+0200\n"
"Last-Translator: Madhura Jayaratne <madhura.cj@gmail.com>\n"
"Language-Team: Sinhala <http://l10n.cihar.com/projects/phpmyadmin/master/si/"
">\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: Weblate 1.4-dev\n"
@ -115,14 +115,14 @@ msgstr "%1$s දත්තගබඩාව සාදන ලදි."
msgid "Database comment: "
msgstr "දත්තගබඩා විස්තර: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "වගු විස්තර"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -140,7 +140,7 @@ msgstr "වගු විස්තර"
msgid "Column"
msgstr "තීර"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -163,7 +163,7 @@ msgstr "තීර"
msgid "Type"
msgstr "වර්ගය"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -180,7 +180,7 @@ msgstr "වර්ගය"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -195,7 +195,7 @@ msgstr "Null"
msgid "Default"
msgstr "පෙරනිමි"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -204,7 +204,7 @@ msgstr "පෙරනිමි"
msgid "Links to"
msgstr "සම්බන්ද වන්නේ"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -217,7 +217,7 @@ msgstr "සම්බන්ද වන්නේ"
msgid "Comments"
msgstr "විස්තරය"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -239,7 +239,7 @@ msgstr "විස්තරය"
msgid "No"
msgstr "නැත"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -617,8 +617,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"ඔබ උඩුගත කිරීමට උත්සාහ කල ගොනුව විශාල වැඩි විය හැක. මෙම සීමාවන් ඉක්මවීමේ ක්‍රම සඳහා කරුණාකර "
"%sලියකියවිලි%s බලන්න."
@ -2627,8 +2627,8 @@ msgstr "විමසුම තුල"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 අධ්‍යනය කරන්න."
@ -2768,12 +2768,12 @@ msgstr "නව phpMyAdmin කවුළුවක් විවෘත කරන්
msgid "Click on the bar to scroll to top of page"
msgstr "පිටුව මුලට යාමට මෙය මත ක්ලික් කරන්න"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "මෙම ස්ථානය පසු කිරීම සඳහා කුකීස් - Cookies සක්‍රිය කල යුතුයි."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "මෙම ස්ථානයයෙන් පසු JavaScript සක්‍රිය කර තිබීම අවශ්‍යය"
@ -3358,21 +3358,21 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"කුඩා දශම සංඛ්‍යාවකි, ලබා දිය හැකි අගයන් වන්නේ -3.402823466E+38 සිට -1.175494351E-38, "
"0, හා 1.175494351E-38 සිට 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"ද්වී-නියත දශම සංඛ්‍යාවකි, ලබා දිය හැකි අගයන් වන්නේ -1.7976931348623157E+308 විට "
"-2.2250738585072014E-308, 0, හා 2.2250738585072014E-308 සිට "
"1.7976931348623157E+308"
"ද්වී-නියත දශම සංඛ්‍යාවකි, ලබා දිය හැකි අගයන් වන්නේ -1.7976931348623157E+308 විට -"
"2.2250738585072014E-308, 0, හා 2.2250738585072014E-308 සිට 1.7976931348623157E"
"+308"
#: libraries/Types.class.php:312
msgid ""
@ -4697,10 +4697,6 @@ msgstr "ප්‍රධාන පැනලය"
msgid "Microsoft Office"
msgstr "මයික්‍රොසොෆ්ට් ඔෆිස්"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "අනෙකුත් ප්‍රධාන සිටුවම්"
@ -6241,7 +6237,9 @@ msgstr "LOAD DATA භාවිතයෙන් CSV"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document පැතුරුම්පත"
#: libraries/config/setup.forms.php:267
@ -6271,7 +6269,9 @@ msgstr "මයික්‍රොසොෆ්ට් වර්ඩ් 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document පෙළ"
#: libraries/config/validate.lib.php:214
@ -6519,12 +6519,12 @@ msgstr ", @TABLE@ වගුවේ නාමයෙන් ප්‍රතිස්
#| "will be kept as is."
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 ""
"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."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7023,8 +7023,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7718,8 +7718,8 @@ msgstr "%s වෙත ආයුබෝවන්"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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පිහිටුවීමේ විධානාවලිය%2$s "
"භාවිතා කිරීම අවශ්‍ය විය හැකිය."
@ -9643,8 +9643,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 හි වරප්‍රසාද වගුවෙනි. "
"සේවාදායකයේ වරප්‍රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්‍රසාද වලට "
@ -10100,8 +10100,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:122
msgid "Could not save configuration"
@ -12688,8 +12688,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12809,8 +12809,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13528,6 +13528,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "දත්තගබඩා ලැයිස්තුව පෙන්වීමේදී වගු ගණන් කරන්න"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-11 14:26+0200\n"
"Last-Translator: Marek Jakubčík <forusak@gmail.com>\n"
"Language-Team: Slovak <http://l10n.cihar.com/projects/phpmyadmin/master/sk/"
">\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "Databáza %1$s bola vytvorená."
msgid "Database comment: "
msgstr "Komentár k databáze: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentár k tabuľke"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Komentár k tabuľke"
msgid "Column"
msgstr "Stĺpec"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Stĺpec"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Nulový"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Nulový"
msgid "Default"
msgstr "Predvolené"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Predvolené"
msgid "Links to"
msgstr "Linkovať na"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Linkovať na"
msgid "Comments"
msgstr "Komentáre"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Komentáre"
msgid "No"
msgstr "Nie"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -621,8 +621,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Pravdepodobne ste sa pokúsili uploadnuť príliš veľký súbor. Prečítajte si "
"prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obísť."
@ -2654,8 +2654,8 @@ msgstr "v dopyte"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Tento pohľad má aspoň toľko riadok. Podrobnosti nájdete v %sdokumentaci%s."
@ -2799,12 +2799,12 @@ msgstr "Otvoriť nové okno phpMyAdmina"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies musia byť povolené, pokiaľ chcete pokračovať."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Pokiaľ chcete pokračovať, Javascript musí byť povolený"
@ -3383,14 +3383,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4699,10 +4699,6 @@ msgstr "Hlavný rám"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Ostatné základné nastavenia"
@ -6387,7 +6383,9 @@ msgstr "CSV pomocou LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Tabuľkový procesor Open Document"
#: libraries/config/setup.forms.php:267
@ -6417,7 +6415,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6665,8 +6665,8 @@ msgstr ", meno tabuľky bude zmenené na @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 ""
"Táto hodnota je interpretovaná pomocou %1$sstrftime%2$s, takže môžete použiť "
"reťazec pre formátovanie dátumu a času. Naviac budú vykonané tieto "
@ -7207,8 +7207,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7908,8 +7908,8 @@ msgstr "Vitajte v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Pravdepodobná príčina je, že neexistuje konfiguračný súbor. Na jeho "
"vytvorenie môžete použiť %1$skonfiguračný skript%2$s."
@ -9850,13 +9850,13 @@ msgstr "Zoznam používatelov"
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ť."
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -9989,8 +9989,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."
"nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %"
"sdocumentation%s."
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -10594,8 +10594,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:308
msgid "Save to browser's storage"
@ -13011,8 +13011,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13135,8 +13135,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13824,6 +13824,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavené na 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Spočítavať tabuľky pri zobrazovaní zoznamu databáz"
@ -14553,8 +14556,8 @@ msgstr "concurrent_insert je nastavené na 0"
#~ 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"

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-20 16:15+0200\n"
"Last-Translator: Domen <dbc334@gmail.com>\n"
"Language-Team: Slovenian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"sl/>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3;\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"
"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -116,12 +116,12 @@ msgstr "Zbirka podatkov %1$s je ustvarjena."
msgid "Database comment: "
msgstr "Pripomba zbirke podatkov: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Pripombe tabele:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Pripombe tabele:"
msgid "Column"
msgstr "Stolpec"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Stolpec"
msgid "Type"
msgstr "Vrsta"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Vrsta"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Null"
msgid "Default"
msgstr "Privzeto"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Privzeto"
msgid "Links to"
msgstr "Povezave z"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Povezave z"
msgid "Comments"
msgstr "Pripombe"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Pripombe"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -602,11 +602,11 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Najverjetneje ste poskušali naložiti preveliko datoteko. Prosimo, da si v "
"%sdokumentaciji%s ogledate načine, kako obiti omejitev."
"Najverjetneje ste poskušali naložiti preveliko datoteko. Prosimo, da si v %"
"sdokumentaciji%s ogledate načine, kako obiti omejitev."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2611,8 +2611,8 @@ msgstr "v poizvedbi"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
@ -2754,12 +2754,12 @@ msgstr "Odpri novo okno phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Kliknite na prečko, da se vrnete na vrh strani"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Če želite še naprej uporabljati program, morate omogočiti piškotke."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Po tej točki mora biti JavaScript omogočen"
@ -3352,20 +3352,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Majhno število z decimalno vejico; dovoljene so vrednosti od -3,402823466E"
"+38 do -1,175494351E-38, 0 in od 1,175494351E-38 do 3,402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Število z decimalno vejico z natančnostjo double; dovoljene so vrednosti od "
"-1,7976931348623157E+308 do -2,2250738585072014E-308, 0 in od "
"Število z decimalno vejico z natančnostjo double; dovoljene so vrednosti od -"
"1,7976931348623157E+308 do -2,2250738585072014E-308, 0 in od "
"2,2250738585072014E-308 do 1,7976931348623157E+308"
#: libraries/Types.class.php:312
@ -4695,10 +4695,6 @@ msgstr "Glavna plošča"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Document"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Druge nastavitve"
@ -6301,7 +6297,9 @@ msgstr "CSV z uporabo LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Preglednica Open Document"
#: libraries/config/setup.forms.php:267
@ -6331,7 +6329,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Besedilo Open Document"
#: libraries/config/validate.lib.php:214
@ -6572,8 +6572,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. "
@ -7126,8 +7126,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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."
@ -7815,8 +7815,8 @@ msgstr "Dobrodošli v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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."
@ -9750,8 +9750,8 @@ msgstr "Pregled uporabnikov"
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 "
@ -12998,8 +12998,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Trenutni delež prostega pomnilnika predpomnilnika poizvedb je v primerjavi s "
"skupnim pomnilnikom predpomnilnima poizvedb %s %%. Moral bi biti nad 80 %%"
@ -13154,8 +13154,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s %% vseh razvrščanj povzroča začasne tabele; vrednost bi morala biti nižja "
"od 10 %%."
@ -13910,6 +13910,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavljeno na 0"
#~ msgid "Open Document"
#~ msgstr "Open Document"
#~ msgid "Count tables when showing database list"
#~ msgstr "Preštej tabele med prikazovanjem seznama zbirk podatkov"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-04 21:12+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Albanian <http://l10n.cihar.com/projects/phpmyadmin/master/sq/"
">\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: Weblate 1.6-dev\n"
@ -116,12 +116,12 @@ msgstr "U krijua baza e të dhënave %1$s."
msgid "Database comment: "
msgstr "Komenti për databazën: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Kërkim:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Kërkim:"
msgid "Column"
msgstr "Kolonë(a)"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Kolonë(a)"
msgid "Type"
msgstr "Lloji"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Lloji"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Null"
msgid "Default"
msgstr "Prezgjedhur"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Prezgjedhur"
msgid "Links to"
msgstr "Lidhje me"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Lidhje me"
msgid "Comments"
msgstr "Komente"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Komente"
msgid "No"
msgstr "Jo"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -600,8 +600,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Ndoshta po mundohesh të ngarkosh në server një skedar shumë të madh. "
"Referoju %sdokumentacionit%s nëse do ta kapërcesh këtë limit."
@ -872,8 +872,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"Konfigurimi i depos së phpMyAdmin nuk është kryer plotësisht, prandaj disa "
"nga karakteristikat shtesë janë ç'aktivizuar. Për të kuptuar përse, klikoni "
"%skëtu%s."
"nga karakteristikat shtesë janë ç'aktivizuar. Për të kuptuar përse, klikoni %"
"skëtu%s."
#: index.php:518
#, php-format
@ -2594,11 +2594,11 @@ msgstr "tek query"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Kjo pamje ka të paktën këtë numër rreshtash. Për më shumë referojuni "
"%sdokumentacionit%s."
"Kjo pamje ka të paktën këtë numër rreshtash. Për më shumë referojuni %"
"sdokumentacionit%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2739,12 +2739,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3334,14 +3334,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4678,12 +4678,6 @@ msgstr "Tregues"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Dokumentet"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6195,8 +6189,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Dokumentet"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6225,8 +6221,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Dokumentet"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6491,8 +6489,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:341
@ -7007,8 +7005,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7732,8 +7730,8 @@ msgstr "Mirësevini tek %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9789,8 +9787,8 @@ msgstr "Paraqitja e përgjithshme e përdoruesve"
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ë "
@ -12952,8 +12950,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13081,8 +13079,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14094,8 +14092,8 @@ msgstr ""
#~ "<b>Query statistics</b>: Since its startup, %s queries have been sent to "
#~ "the server."
#~ msgstr ""
#~ "<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar "
#~ "%s queries."
#~ "<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar %"
#~ "s queries."
#~ msgid "Chart generated successfully."
#~ msgstr "Të drejtat u përditësuan me sukses."

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:13+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Serbian <http://l10n.cihar.com/projects/phpmyadmin/master/sr/"
">\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -117,14 +117,14 @@ msgstr "База %1$s је креирана."
msgid "Database comment: "
msgstr "Коментар базе: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Коментари табеле"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -142,7 +142,7 @@ msgstr "Коментари табеле"
msgid "Column"
msgstr "Колона"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -165,7 +165,7 @@ msgstr "Колона"
msgid "Type"
msgstr "Тип"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -182,7 +182,7 @@ msgstr "Тип"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -197,7 +197,7 @@ msgstr "Null"
msgid "Default"
msgstr "Подразумевано"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -206,7 +206,7 @@ msgstr "Подразумевано"
msgid "Links to"
msgstr "Везе ка"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -219,7 +219,7 @@ msgstr "Везе ка"
msgid "Comments"
msgstr "Коментари"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -241,7 +241,7 @@ msgstr "Коментари"
msgid "No"
msgstr "Не"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -641,14 +641,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вероватно сте покушали да увезете превелику датотеку. Молимо погледајте "
"%окументацију%s за начине превазилажења овог ограничења."
"Вероватно сте покушали да увезете превелику датотеку. Молимо погледајте %"
"sдокументацију%s за начине превазилажења овог ограничења."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2882,8 +2882,8 @@ msgstr "у упиту"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -3030,12 +3030,12 @@ msgstr "Отвори нови phpMyAdmin прозор"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Колачићи (Cookies) морају у овом случају бити активни."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3636,14 +3636,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -5000,12 +5000,6 @@ msgstr "Додај ново поље"
msgid "Microsoft Office"
msgstr "Microsoft Excel 2000"
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "Open Document Text"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6546,7 +6540,9 @@ msgstr "CSV користећи LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6576,7 +6572,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6853,8 +6851,8 @@ msgstr ""
#| "will be kept as is."
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, тако да можете да "
"користите стрингове за форматирање времена. Такође ће се десити и следеће "
@ -7407,8 +7405,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8136,8 +8134,8 @@ msgstr "Добродошли на %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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скрипт за инсталацију%2$s да бисте је направили."
@ -10220,8 +10218,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 табела "
"привилегија. Садржај ове табеле може се разликовати од привилегија које "
@ -13523,8 +13521,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13658,8 +13656,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -14380,6 +14378,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "макс. истовремених веза"
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "Open Document Text"
#, fuzzy
#~ msgid "Count tables"
#~ msgstr "Нема табела"

View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-01-10 13:37+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Serbian (latin) <http://l10n.cihar.com/projects/phpmyadmin/"
"master/sr@latin/>\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.4-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -119,14 +119,14 @@ msgstr "Baza %1$s je kreirana."
msgid "Database comment: "
msgstr "Komentar baze: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Komentari tabele"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Komentari tabele"
msgid "Column"
msgstr "Kolona"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Kolona"
msgid "Type"
msgstr "Tip"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Tip"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Null"
msgid "Default"
msgstr "Podrazumevano"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "Podrazumevano"
msgid "Links to"
msgstr "Veze ka"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Veze ka"
msgid "Comments"
msgstr "Komentari"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Komentari"
msgid "No"
msgstr "Ne"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -622,14 +622,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Verovatno ste pokušali da uvezete preveliku datoteku. Molimo pogledajte "
"%sdokumentaciju%s za načine prevazilaženja ovog ograničenja."
"Verovatno ste pokušali da uvezete preveliku datoteku. Molimo pogledajte %"
"sdokumentaciju%s za načine prevazilaženja ovog ograničenja."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -893,8 +893,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"Skladište konfiguracije za phpMyAdmin nije kompletno konfigurisano, neke "
"dodatne mogućnosti su deaktivirane. Da bi ste saznali zašto kliknite %sovde"
"%s."
"dodatne mogućnosti su deaktivirane. Da bi ste saznali zašto kliknite %sovde%"
"s."
#: index.php:518
#, php-format
@ -2666,11 +2666,11 @@ msgstr "u upitu"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ovaj pogled ima najmanje ovaj broj redova. Molimo vas pogledajte "
"%sdokumentaciju%s."
"Ovaj pogled ima najmanje ovaj broj redova. Molimo vas pogledajte %"
"sdokumentaciju%s."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2814,12 +2814,12 @@ msgstr "Otvori novi phpMyAdmin prozor"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Kolačići (Cookies) moraju u ovom slučaju biti aktivni."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3404,14 +3404,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4734,10 +4734,6 @@ msgstr "Glavni okvir"
msgid "Microsoft Office"
msgstr "Majkrosoft Ofis"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Otvori dokument"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Ostale osnovne postavke"
@ -6257,7 +6253,9 @@ msgstr "CSV koristeći LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:267
@ -6287,7 +6285,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "Open Document Text"
#: libraries/config/validate.lib.php:214
@ -6536,13 +6536,13 @@ 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 ""
"Ova vrednost se interpretira korišćenjem %1$sstrftime%2$s, tako da možete da "
"koristite stringove za formatiranje vremena. Takođe će se desiti i sledeće "
"transformacije: %3$s. Preostali tekst će ostati kako jeste. Čogledaj %4$sFAQ"
"%5$s za detalje."
"transformacije: %3$s. Preostali tekst će ostati kako jeste. Čogledaj %4$sFAQ%"
"5$s za detalje."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7063,8 +7063,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7764,8 +7764,8 @@ msgstr "Dobrodošli na %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Verovatan razlog za ovo je da niste napravili konfiguracionu datoteku. "
"Možete koristiti %1$sskript za instalaciju%2$s da biste je napravili."
@ -9695,8 +9695,8 @@ msgstr "Pregled korisnika"
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 "
@ -12833,8 +12833,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12956,8 +12956,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13642,6 +13642,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je postavljeno na 0"
#~ msgid "Open Document"
#~ msgstr "Otvori dokument"
#~ msgid "Count tables"
#~ msgstr "Prebroj tabele"

101
po/sv.po
View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-19 22:53+0200\n"
"Last-Translator: Anders Jonsson <jonars03@student.umu.se>\n"
"Language-Team: Swedish <http://l10n.cihar.com/projects/phpmyadmin/master/sv/"
">\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: Weblate 1.6-dev\n"
@ -116,12 +116,12 @@ msgstr "Databas %1$s har skapats."
msgid "Database comment: "
msgstr "Databaskommentar: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Tabellkommentarer:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Tabellkommentarer:"
msgid "Column"
msgstr "Kolumn"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Kolumn"
msgid "Type"
msgstr "Typ"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Typ"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Null"
msgid "Default"
msgstr "Standardvärde"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Standardvärde"
msgid "Links to"
msgstr "Länkar till"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Länkar till"
msgid "Comments"
msgstr "Kommentarer"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Kommentarer"
msgid "No"
msgstr "Nej"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -599,8 +599,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Du försökte ladda upp en fil som är för stor. Se %sdocumentation%s för att "
"gå runt denna begränsning."
@ -871,8 +871,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."
#: index.php:541
#, php-format
@ -2596,8 +2596,8 @@ msgstr "i fråga"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "Denna vy har åtminstone detta antal rader. Se %sdokumentationen%s."
#: libraries/DisplayResults.class.php:4923
@ -2739,12 +2739,12 @@ msgstr "Öppna nytt phpMyAdmin-fönster"
msgid "Click on the bar to scroll to top of page"
msgstr "Klicka på bommen för att förflytta dig till toppen av sidan"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Kakor (cookies) måste tillåtas för att gå vidare."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Javascript måste vara aktiverat efter detta"
@ -3332,16 +3332,16 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Ett litet flyttal. Tillåtna värden är: 3.402823466E+38 till-1.175494351E-38, "
"0, och 1.175494351E-38 till 3.402823466E+38"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Ett dubbel-precision flyttal. Tillåtna värden är: 1.7976931348623157E+308 "
@ -4672,10 +4672,6 @@ msgstr "Huvudpanel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "OpenDocument-format"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Andra grundinställningar"
@ -6277,7 +6273,9 @@ msgstr "CSV med LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument kalkylblad"
#: libraries/config/setup.forms.php:267
@ -6307,7 +6305,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument text"
#: libraries/config/validate.lib.php:214
@ -6546,8 +6546,8 @@ msgstr ", @TABLE@ kommer bli tabellnamnet"
#, 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 ""
"Detta värde tolkas med %1$sstrftime%2$s, så du kan använda strängar med "
"tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig "
@ -7098,11 +7098,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"Dokumentation och ytterligare information finns på %sPrimeBase XT Home Page"
"%s."
"Dokumentation och ytterligare information finns på %sPrimeBase XT Home Page%"
"s."
#: libraries/engines/pbxt.lib.php:133
msgid "Related Links"
@ -7784,11 +7784,11 @@ msgstr "Välkommen till %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Du har troligen inte skapat en konfigurationsfil. Du vill kanske använda "
"%1$suppsättningsskript%2$s för att skapa denna."
"Du har troligen inte skapat en konfigurationsfil. Du vill kanske använda %1"
"$suppsättningsskript%2$s för att skapa denna."
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
msgid ""
@ -9720,8 +9720,8 @@ msgstr "Användaröversikt"
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 behörigheter direkt från MySQL's "
"behörighetstabeller. Innehållet i dessa tabeller kan skilja sig från de "
@ -12117,8 +12117,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 det är nödvändigt, använd extra skyddsinställningar - "
"%shost autentisering%s-inställningar och %strusted proxies listan%s. Dock "
"Om du känner att det är nödvändigt, använd extra skyddsinställningar - %"
"shost autentisering%s-inställningar och %strusted proxies listan%s. Dock "
"kan IP-baserat skydd inte vara tillförlitligt om din IP tillhör en ISP som "
"tusentals användare, inklusive dig, är anslutna till."
@ -12952,8 +12952,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Det nuvarande förhållandet mellan ledigt frågecacheminne den totala fråge "
"cache-storlek är %s%%. Det bör vara över 80%%"
@ -13104,8 +13104,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% av alla sorteringar orsakar tillfälliga tabeller, detta värde bör vara "
"lägre än 10%%."
@ -13848,6 +13848,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert är satt till 0"
#~ msgid "Open Document"
#~ msgstr "OpenDocument-format"
#~ msgid "Count tables when showing database list"
#~ msgstr "Räkna tabeller vid visning av databaslista"
@ -14699,8 +14702,8 @@ msgstr "concurrent_insert är satt till 0"
#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
#~ "6.29[/doc]"
#~ msgstr ""
#~ "Resultatet av denna fråga kan inte användas för ett diagram. Se "
#~ "[doc@faq6-29]FAQ 6.29[/doc]"
#~ "Resultatet av denna fråga kan inte användas för ett diagram. Se [doc@faq6-"
#~ "29]FAQ 6.29[/doc]"
#~ msgid "Title"
#~ msgstr "Titel"

View File

@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 09:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Tamil <http://l10n.cihar.com/projects/phpmyadmin/4-0/ta/>\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: Weblate 1.6-dev\n"
@ -118,14 +118,14 @@ msgstr "%1$s தரவுத்தளம் உருவாக்கப்பட
msgid "Database comment: "
msgstr "தரவுத்தள கருத்துரை "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "அட்டவணைக் கருத்துரைகள்"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "அட்டவணைக் கருத்துரைகள்"
msgid "Column"
msgstr "நிரல்"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "நிரல்"
msgid "Type"
msgstr "வகை"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "வகை"
msgid "Null"
msgstr "வெற்று"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "வெற்று"
msgid "Default"
msgstr "முன்னிருப்பு"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "முன்னிருப்பு"
msgid "Links to"
msgstr "இணைப்பு"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "இணைப்பு"
msgid "Comments"
msgstr "கருத்துரைகள்"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "கருத்துரைகள்"
msgid "No"
msgstr "இல்லை"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -627,8 +627,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2650,8 +2650,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2792,12 +2792,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3371,14 +3371,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4654,10 +4654,6 @@ msgstr "சுட்டுகளை மறை"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6111,7 +6107,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -6141,8 +6137,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "ஆவணச்சான்று"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6383,8 +6381,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:341
@ -6879,8 +6877,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7572,8 +7570,8 @@ msgstr "வரவேற்கிறது %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 உருவாக்க கோவையை %2$s "
"பயன்படுத்தலாம்"
@ -9460,8 +9458,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12475,8 +12473,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12603,8 +12601,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-06 12:16+0200\n"
"Last-Translator: వీవెన్ <veeven@gmail.com>\n"
"Language-Team: Telugu <http://l10n.cihar.com/projects/phpmyadmin/master/te/"
">\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: Weblate 1.3-dev\n"
@ -117,7 +117,7 @@ msgstr "%1$s డేటాబేసు సృష్టించబడింది
msgid "Database comment: "
msgstr "డేటాబేస్ వ్యాఖ్య: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
@ -125,7 +125,7 @@ msgid "Table comments:"
msgstr "పట్టిక వ్యాఖ్యలు"
# మొదటి అనువాదము
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "పట్టిక వ్యాఖ్యలు"
msgid "Column"
msgstr "వరుస"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "వరుస"
msgid "Type"
msgstr "రకం"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "రకం"
msgid "Null"
msgstr "శూన్యం"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "శూన్యం"
msgid "Default"
msgstr "అప్రమేయం"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "అప్రమేయం"
msgid "Links to"
msgstr ""
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr ""
msgid "Comments"
msgstr "వ్యాఖ్యలు"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "వ్యాఖ్యలు"
msgid "No"
msgstr "కాదు"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -623,8 +623,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2739,8 +2739,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2884,12 +2884,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3477,14 +3477,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4768,10 +4768,6 @@ msgstr "అన్నింటిని చూపుము/దాచుము"
msgid "Microsoft Office"
msgstr "మైక్రోసాఫ్ట్ ఆఫీస్"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "ఓపెన్ డాక్యుమెంట్"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "ఇతర ప్రముఖ అమరికలు"
@ -6240,8 +6236,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "ఓపెన్ డాక్యుమెంట్"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6270,8 +6268,10 @@ msgstr "మైక్రోసాఫ్ట్ వర్డ్ 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "ఓపెన్ డాక్యుమెంట్"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6522,8 +6522,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:341
@ -7020,8 +7020,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7743,8 +7743,8 @@ msgstr "%sకి స్వాగతం"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9671,8 +9671,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12750,8 +12750,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12880,8 +12880,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 15:03+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Thai <http://l10n.cihar.com/projects/phpmyadmin/master/th/>\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -114,14 +114,14 @@ msgstr "ฐานข้อมูล %1$s ถูกสร้างเรียบ
msgid "Database comment: "
msgstr "หมายเหตุของฐานข้อมูล: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "หมายเหตุของตาราง"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "หมายเหตุของตาราง"
msgid "Column"
msgstr "สดมภ์"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "สดมภ์"
msgid "Type"
msgstr "ชนิด"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "ชนิด"
msgid "Null"
msgstr "ว่างเปล่า (null)"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "ว่างเปล่า (null)"
msgid "Default"
msgstr "ค่าปริยาย"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "ค่าปริยาย"
msgid "Links to"
msgstr "เชื่อมไปยัง"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "เชื่อมไปยัง"
msgid "Comments"
msgstr "หมายเหตุ"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "หมายเหตุ"
msgid "No"
msgstr "ไม่"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -609,8 +609,8 @@ msgstr "เลือก \"GeomFromText\" จากแถวฟังก์ชั
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s เอกสารช่วยเหลือ "
"เพื่อแก้ไขปัญหาดังกล่าวนี้"
@ -2640,8 +2640,8 @@ msgstr "ในคำค้น"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s"
#: libraries/DisplayResults.class.php:4923
@ -2783,12 +2783,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "ต้องอนุญาตใช้ใช้ 'คุ๊กกี้' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้"
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3382,14 +3382,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4732,12 +4732,6 @@ msgstr "ซ่อนดัชนี"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "เอกสารอ้างอิง"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6251,8 +6245,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "เอกสารอ้างอิง"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6282,8 +6278,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "เอกสารอ้างอิง"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6549,8 +6547,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:341
@ -7065,8 +7063,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7788,8 +7786,8 @@ msgstr "%s ยินดีต้อนรับ"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s "
"เพื่อสร้างอย่างใดอย่างหนึ่ง"
@ -9771,8 +9769,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12921,8 +12919,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13054,8 +13052,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13761,8 +13759,8 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า "
"60%% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB "
"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า 60%"
"% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB "
"มากหรือบริการอื่นๆ ที่ทำงานบนเครื่องเดียวกัน"
#: libraries/advisory_rules.txt:459
@ -14203,8 +14201,8 @@ msgstr "concurrent_insert ตั้งค่าไว้ที่ 0"
#~ "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 "ไม่มีตาราง"

View File

@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:12+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Turkmen <http://l10n.cihar.com/projects/phpmyadmin/master/tk/"
">\n"
"Language: tk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tk\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -122,12 +122,12 @@ msgstr "%1$s maglumatlar ulgamy döredildi."
msgid "Database comment: "
msgstr ""
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr ""
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -145,7 +145,7 @@ msgstr ""
msgid "Column"
msgstr ""
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -168,7 +168,7 @@ msgstr ""
msgid "Type"
msgstr ""
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -185,7 +185,7 @@ msgstr ""
msgid "Null"
msgstr ""
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -200,7 +200,7 @@ msgstr ""
msgid "Default"
msgstr ""
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -209,7 +209,7 @@ msgstr ""
msgid "Links to"
msgstr ""
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -222,7 +222,7 @@ msgstr ""
msgid "Comments"
msgstr ""
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -244,7 +244,7 @@ msgstr ""
msgid "No"
msgstr ""
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -602,8 +602,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2524,8 +2524,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -2664,12 +2664,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3235,14 +3235,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4497,10 +4497,6 @@ msgstr ""
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr ""
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -5938,7 +5934,7 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr ""
#: libraries/config/setup.forms.php:267
@ -5968,7 +5964,7 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr ""
#: libraries/config/validate.lib.php:214
@ -6204,8 +6200,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:341
@ -6694,8 +6690,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7374,8 +7370,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9187,8 +9183,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12110,8 +12106,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12229,8 +12225,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

121
po/tr.po
View File

@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"PO-Revision-Date: 2013-05-21 18:04+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-23 11:59+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: Turkish "
"<http://l10n.cihar.com/projects/phpmyadmin/master/tr/>\n"
@ -116,12 +116,12 @@ msgstr "Veritabanı %1$s oluşturuldu."
msgid "Database comment: "
msgstr "Veritabanı yorumu: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "Tablo yorumları:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -139,7 +139,7 @@ msgstr "Tablo yorumları:"
msgid "Column"
msgstr "Sütun"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -162,7 +162,7 @@ msgstr "Sütun"
msgid "Type"
msgstr "Türü"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -179,7 +179,7 @@ msgstr "Türü"
msgid "Null"
msgstr "Boş"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -194,7 +194,7 @@ msgstr "Boş"
msgid "Default"
msgstr "Varsayılan"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -203,7 +203,7 @@ msgstr "Varsayılan"
msgid "Links to"
msgstr "Bağlantı verilen"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -216,7 +216,7 @@ msgstr "Bağlantı verilen"
msgid "Comments"
msgstr "Yorumlar"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -238,7 +238,7 @@ msgstr "Yorumlar"
msgid "No"
msgstr "Hayır"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -599,8 +599,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınır için çözüm "
"yolu olarak %sbelgeden%s yararlanın."
@ -866,8 +866,8 @@ msgid ""
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
"phpMyAdmin yapılandırma depolaması tamamiyle yapılandırılmadı, bazı "
"genişletilmiş özellikler devre dışı bırakıldı. Nedenini öğrenmek için "
"%sburaya%s tıklayın."
"genişletilmiş özellikler devre dışı bırakıldı. Nedenini öğrenmek için %"
"sburaya%s tıklayın."
#: index.php:518
#, php-format
@ -1223,8 +1223,8 @@ msgid ""
"depending on your system."
msgstr ""
"slow_query_log etkinleştirildi ama sunucu sadece %d saniyeden daha uzun "
"süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak "
"0-2 saniyeye ayarlanması tavsiye edilir."
"süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak 0-"
"2 saniyeye ayarlanması tavsiye edilir."
#: js/messages.php:128
#, php-format
@ -1939,8 +1939,8 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
"phpMyAdmin'in yeni sürümü mevcut ve yükseltmeyi düşünmelisiniz. Yeni sürüm "
"%s, %s tarihinde yayınlandı."
"phpMyAdmin'in yeni sürümü mevcut ve yükseltmeyi düşünmelisiniz. Yeni sürüm %"
"s, %s tarihinde yayınlandı."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:372
@ -2608,8 +2608,8 @@ msgstr "sorgu içerisinde"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın."
@ -2752,14 +2752,14 @@ msgstr "Yeni phpMyAdmin penceresi aç"
msgid "Click on the bar to scroll to top of page"
msgstr "Sayfanın en üstüne kaydırmak için çubuğa tklayın"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
"Bu kısmı geçmek için tanımlama bilgileri (cookies) etkinleştirilmiş "
"olmalıdır."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "Bu kısmı geçmek için Javascript etkinleştirilmiş olmalıdır"
@ -3341,20 +3341,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"Küçük kayan noktalı bir sayı, izin verilebilir değerler -3.402823466E+38'den "
"-1.175494351E-38'e, 0 ve 1.175494351E-38'den 3.402823466E+38'e kadardır"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"Çift duyarlıklı kayan noktalı bir sayı, izin verilebilir değerler "
"-1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve "
"Çift duyarlıklı kayan noktalı bir sayı, izin verilebilir değerler -"
"1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve "
"2.2250738585072014E-308'den 1.7976931348623157E+308'e kadardır"
#: libraries/Types.class.php:312
@ -4688,10 +4688,6 @@ msgstr "Ana panel"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Open Belgesi"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Diğer çekirdek ayarlar"
@ -6313,8 +6309,9 @@ msgstr "VERİ YÜKLE kullanarak CSV"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr "Açık Kaynaklı Tablolama Belgesi"
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Hesap Tablosu"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6343,8 +6340,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr "Açık Belge Metni"
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument Metni"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6587,8 +6585,8 @@ msgstr ", @TABLE@ tablo adı olacaktır"
#, 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 ""
"Bu değer %1$sstrftime%2$s kullanılarak yorumlanır, bu yüzden zaman "
"biçimlendirme dizgisi kullanabilirsiniz. İlave olarak aşağıdaki dönüşümler "
@ -7145,8 +7143,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 ""
"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belge ve daha fazla bilgi "
"bulunabilir."
@ -7830,8 +7828,8 @@ msgstr "%s'e Hoş Geldiniz"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Muhtemelen bunun sebebi yapılandırma dosyasını oluşturmadığınız içindir. Bir "
"tane oluşturmak için %1$skur programcığı%2$s kullanmak isteyebilirsiniz."
@ -9768,8 +9766,8 @@ msgstr "Kullanıcılara genel bakış"
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 "
@ -10490,8 +10488,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
"Config.inc.php dosyasını değiştirerek daha fazla ayar yapabilirsiniz, örn. "
"%sKur programcığı%s kullanarak."
"Config.inc.php dosyasını değiştirerek daha fazla ayar yapabilirsiniz, örn. %"
"sKur programcığı%s kullanarak."
#: prefs_manage.php:308
msgid "Save to browser's storage"
@ -12175,9 +12173,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:316
@ -12192,8 +12190,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:318
@ -13013,8 +13011,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Boş sorgu önbellek belleğinin, toplam sorgu önbelleği boyutuna şu anki oranı "
"%%%s. Bu %%80'in üzerinde olmalıdır"
@ -13165,8 +13163,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"Tüm sıralamaların %%%s'i geçici tablolara sebep olur, bu değer %%10'dan "
"düşük olmalıdır."
@ -13920,6 +13918,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 0'a ayarlı"
#~ msgid "Open Document"
#~ msgstr "Open Belgesi"
#~ msgid "Count tables when showing database list"
#~ msgstr "Veritabanı listesini gösterirken tabloları sayar"
@ -14433,12 +14434,12 @@ msgstr "concurrent_insert 0'a ayarlı"
#~ "Eğer D işlenirse, varsayılan 0'dır. Eğer M işlenirse, varsayılan 10'dur."
#~ msgid ""
#~ "A small (single-precision) floating-point number. Allowable values are "
#~ "-3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to "
#~ "A small (single-precision) floating-point number. Allowable values are -"
#~ "3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to "
#~ "3.402823466E+38."
#~ msgstr ""
#~ "Küçük (tek duyarlıklı) kayan noktalı sayı. İzin verilebilir değerler "
#~ "-3.402823466E+38'den -1.175494351E-38'e, 0 ve 1.175494351E-38'den "
#~ "Küçük (tek duyarlıklı) kayan noktalı sayı. İzin verilebilir değerler -"
#~ "3.402823466E+38'den -1.175494351E-38'e, 0 ve 1.175494351E-38'den "
#~ "3.402823466E+38'e."
#~ msgid ""

View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:13+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Tatar <http://l10n.cihar.com/projects/phpmyadmin/4-0/tt/>\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: Weblate 1.6-dev\n"
@ -115,14 +115,14 @@ msgstr "%s biremlege beterelde."
msgid "Database comment: "
msgstr "Biremlek açıqlaması: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Tüşämä açıqlaması"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -142,7 +142,7 @@ msgstr "Tüşämä açıqlaması"
msgid "Column"
msgstr "Alan iseme"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -165,7 +165,7 @@ msgstr "Alan iseme"
msgid "Type"
msgstr "Töre"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -182,7 +182,7 @@ msgstr "Töre"
msgid "Null"
msgstr "Buş"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -197,7 +197,7 @@ msgstr "Buş"
msgid "Default"
msgstr "Töpcay"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -206,7 +206,7 @@ msgstr "Töpcay"
msgid "Links to"
msgstr "Bonı belän bäyläneş:"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -219,7 +219,7 @@ msgstr "Bonı belän bäyläneş:"
msgid "Comments"
msgstr "Açıqlama"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -241,7 +241,7 @@ msgstr "Açıqlama"
msgid "No"
msgstr "Yuq"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -639,8 +639,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:250 import.php:516
@ -2861,8 +2861,8 @@ msgstr "sorawda"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
#: libraries/DisplayResults.class.php:4923
@ -3005,12 +3005,12 @@ msgstr "Yaña phpMyAdmin-täräzä açu"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr ""
@ -3607,14 +3607,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4960,12 +4960,6 @@ msgstr "Tezeşlär"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Documentation"
msgid "Open Document"
msgstr "Qullanma"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6499,8 +6493,10 @@ msgstr "LOAD DATA qullanıp CSV"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Spreadsheet"
msgstr "Qullanma"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6529,8 +6525,10 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Documentation"
msgid "OpenDocument Text"
msgstr "Qullanma"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6801,8 +6799,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:341
@ -7336,8 +7334,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8068,8 +8066,8 @@ msgstr "%s siña İsäñme di"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -10118,8 +10116,8 @@ msgstr "Qullanuçılar tezmä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 "
@ -10246,8 +10244,8 @@ 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."
"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/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -13303,8 +13301,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13436,8 +13434,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

View File

@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-05 10:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Uighur <http://l10n.cihar.com/projects/phpmyadmin/master/ug/"
">\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: Weblate 1.3-dev\n"
@ -118,14 +118,14 @@ msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى"
msgid "Database comment: "
msgstr "ساندان ئىزاھاتى: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "جەدۋەل ئىزاھى"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "جەدۋەل ئىزاھى"
msgid "Column"
msgstr "سۆزلەم"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "سۆزلەم"
msgid "Type"
msgstr "تۈرى"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "تۈرى"
msgid "Null"
msgstr "بوش"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "بوش"
msgid "Default"
msgstr "ئەندىز"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "ئەندىز"
msgid "Links to"
msgstr "ئۇلانما"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "ئۇلانما"
msgid "Comments"
msgstr "ئىزاھلار"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "ئىزاھلار"
msgid "No"
msgstr "يوق"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -308,8 +308,8 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن "
"%sبۇ يەرنى كۆرۈڭ%s."
"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن %"
"sبۇ يەرنى كۆرۈڭ%s."
#: db_printview.php:47 db_tracking.php:79 db_tracking.php:198
#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510
@ -624,11 +624,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"سىز يوللىماقچى بولغان ھۆججەت بەك چوڭكەن، %sياردەم%s ھۆججىتىدىن ھەل قىلىش "
"چارىسىنى كۆرۈڭ."
@ -882,8 +882,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."
#: index.php:518
#, php-format
@ -2767,8 +2767,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
@ -2913,12 +2913,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Cookies نى قوزغاتقاندىن كېيىن ئاندىن كېرىڭ."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3500,14 +3500,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4819,12 +4819,6 @@ msgstr "تېزىسلار"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "OpenOffice ھۆججىتى"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr ""
@ -6300,7 +6294,9 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenOffice جەدىۋېلى"
#: libraries/config/setup.forms.php:267
@ -6330,7 +6326,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenOffice ھۆججىتى"
#: libraries/config/validate.lib.php:214
@ -6595,8 +6593,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:341
@ -7115,8 +7113,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7826,8 +7824,8 @@ msgstr "%s خۇش كەلدىڭىز"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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/plugins/auth/AuthenticationConfig.class.php:122
@ -9780,8 +9778,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 ""
#: libraries/server_privileges.lib.php:3032
@ -12862,8 +12860,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -12994,8 +12992,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13678,6 +13676,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "OpenOffice ھۆججىتى"
#, fuzzy
#~| msgid "General relation features"
#~ msgid "General relation features:"

117
po/uk.po
View File

@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-02-13 18:54+0200\n"
"Last-Translator: Andrey Prokopenko <aprk@ukr.net>\n"
"Language-Team: Ukrainian <http://l10n.cihar.com/projects/phpmyadmin/master/"
"uk/>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"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"
"X-Generator: Weblate 1.5-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:335
@ -119,14 +119,14 @@ msgstr "Базу даних %1$s створено."
msgid "Database comment: "
msgstr "Коментар бази даних: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Коментарі таблиці"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -144,7 +144,7 @@ msgstr "Коментарі таблиці"
msgid "Column"
msgstr "Стовпчик"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -167,7 +167,7 @@ msgstr "Стовпчик"
msgid "Type"
msgstr "Тип"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -184,7 +184,7 @@ msgstr "Тип"
msgid "Null"
msgstr "Нуль"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -199,7 +199,7 @@ msgstr "Нуль"
msgid "Default"
msgstr "По замовчуванню"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -208,7 +208,7 @@ msgstr "По замовчуванню"
msgid "Links to"
msgstr "Лінки до"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -221,7 +221,7 @@ msgstr "Лінки до"
msgid "Comments"
msgstr "Коментарі"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -243,7 +243,7 @@ msgstr "Коментарі"
msgid "No"
msgstr "Ні"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -625,8 +625,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Імовірно ви намагаєтесь завантажити занадто великий файл. Будь ласка "
"зверніться до %sдокументації%s для знаходження шляхів вирішення цієї "
@ -927,8 +927,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"Сервер, що працює з Suhosin. Щодо можливих проблем звертайтеся до "
"%sdocumentation%s."
"Сервер, що працює з Suhosin. Щодо можливих проблем звертайтеся до %"
"sdocumentation%s."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:265
msgid "\"DROP DATABASE\" statements are disabled."
@ -1265,8 +1265,8 @@ msgid ""
"than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
"depending on your system."
msgstr ""
"slow_query_log ввімкнений, але сервер журналює тільки запити що є довші за "
"%d секунди. Рекомендовано встановити long_query_time 0-2 секунди, в "
"slow_query_log ввімкнений, але сервер журналює тільки запити що є довші за %"
"d секунди. Рекомендовано встановити long_query_time 0-2 секунди, в "
"залежності від вашої системи."
#: js/messages.php:128
@ -2670,11 +2670,11 @@ msgstr "по запиту"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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."
#: libraries/DisplayResults.class.php:4923
msgid "Showing rows"
@ -2814,12 +2814,12 @@ msgstr "Відкрити нове вікно phpMyAdmin"
msgid "Click on the bar to scroll to top of page"
msgstr "Натисніть на панелі, щоб прокрутити до початку сторінки"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "З цього моменту Cookies повинні бути дозволені."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "З цього моменту Javascript має бути увімкнений"
@ -3408,14 +3408,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4730,10 +4730,6 @@ msgstr "Головна оболочка"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "Відкрити Документ"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Інші параметри ядра"
@ -6371,7 +6367,9 @@ msgstr "CSV, використовуючи LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Відкрити документ електронної таблиці"
#: libraries/config/setup.forms.php:267
@ -6401,7 +6399,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument текст"
#: libraries/config/validate.lib.php:214
@ -6656,13 +6656,13 @@ 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, завдяки чому можлива "
"вставка поточної дати і часу. Додатково можуть бути використані наступні "
"підстановки: %3$s. Решта тексту залишиться без змін. Подробиці дивіться у "
"%4$sFAQ%5$s."
"підстановки: %3$s. Решта тексту залишиться без змін. Подробиці дивіться у %4"
"$sFAQ%5$s."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7218,8 +7218,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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."
@ -7938,8 +7938,8 @@ msgstr "Ласкаво просимо до %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s."
@ -9939,8 +9939,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. Зміст цієї таблиці може відрізнятися від прав, які використовуються "
@ -10337,8 +10337,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_columns_definition_form.inc.php:171
msgid "Transformation options"
@ -11215,8 +11215,8 @@ msgid ""
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
"Увімкнення директиви general_log може збільшити навантаження на сервер на "
"5-15%. Також пам'ятайте, що генерування статистики з журналів є досить "
"Увімкнення директиви general_log може збільшити навантаження на сервер на 5-"
"15%. Також пам'ятайте, що генерування статистики з журналів є досить "
"інтенсивною задачею, тому бажано вибрати лише невеликий проміжок часу і "
"вимикати директиву general_log і чистити таблицю щойно в моніторингу більше "
"не має потреби."
@ -13268,8 +13268,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
"Поточне співвідношення вільної пам'яті кешу запитів до загального розміру "
"кешу запитів складає %s%%. Воно має перевищувати 80%%"
@ -13430,8 +13430,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
"%s%% всіх сортувань викликає створення тимчасових таблиць, це значення має "
"бути нижчим 10%%."
@ -13884,8 +13884,8 @@ msgstr "Збільшити {thread_cache_size}."
#, php-format
msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
msgstr ""
"Рівень успішних звернень в кеш потоку: %s%%, це значення має перевищувати "
"80%%"
"Рівень успішних звернень в кеш потоку: %s%%, це значення має перевищувати 80%"
"%"
#: libraries/advisory_rules.txt:376
msgid "Threads that are slow to launch"
@ -14194,6 +14194,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert встановлений у 0"
#~ msgid "Open Document"
#~ msgstr "Відкрити Документ"
#~ msgid "Count tables when showing database list"
#~ msgstr "Кількість таблиць при показі списку бази даних"
@ -14668,8 +14671,8 @@ msgstr "concurrent_insert встановлений у 0"
#~ "<b>Query statistics</b>: Since its startup, %s queries have been sent to "
#~ "the server."
#~ msgstr ""
#~ "<b>Статистика запитів</b>: З моменту запуску, до сервера було надіслано "
#~ "%s запитів."
#~ "<b>Статистика запитів</b>: З моменту запуску, до сервера було надіслано %"
#~ "s запитів."
#~ msgid "Chart generated successfully."
#~ msgstr "Права успішно перезавантажено."

View File

@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2012-11-05 10:19+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Urdu <http://l10n.cihar.com/projects/phpmyadmin/master/ur/>\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: Weblate 1.3-dev\n"
@ -120,14 +120,14 @@ msgstr "ڈیٹا بیس %1$s بنا دیا گیا"
msgid "Database comment: "
msgstr "کوائفیہ تبصرہ: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "جدول تبصرے"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -147,7 +147,7 @@ msgstr "جدول تبصرے"
msgid "Column"
msgstr "کالم"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -170,7 +170,7 @@ msgstr "کالم"
msgid "Type"
msgstr "قِسم"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -187,7 +187,7 @@ msgstr "قِسم"
msgid "Null"
msgstr "خالی"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -202,7 +202,7 @@ msgstr "خالی"
msgid "Default"
msgstr "طے شدہ"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -211,7 +211,7 @@ msgstr "طے شدہ"
msgid "Links to"
msgstr "ربط بطرف"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -224,7 +224,7 @@ msgstr "ربط بطرف"
msgid "Comments"
msgstr "تبصرہ"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -246,7 +246,7 @@ msgstr "تبصرہ"
msgid "No"
msgstr "نہیں"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -633,14 +633,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"آپ نے بڑی مسل اپ لوڈ کرنے کی کوشش کی ہے۔ اس حد کے بارے جاننے کے لیے "
"%sdocumentation%s دیکھیں۔"
"آپ نے بڑی مسل اپ لوڈ کرنے کی کوشش کی ہے۔ اس حد کے بارے جاننے کے لیے %"
"sdocumentation%s دیکھیں۔"
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -672,8 +672,8 @@ msgid ""
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"درآمد کے لیے کوئی کوائف نہیں ملا۔ ممکن ہے کہ مسل نام بھیجا نہ گیا ہو یا مسل "
"سائز مقررہ حد سے تجاوز کرگئی ہو جو آپ کے PHP تشکیل میں ہے۔ دیکھیں"
"[doc@faq1-16]عمومی سوالات 1.16[/doc]."
"سائز مقررہ حد سے تجاوز کرگئی ہو جو آپ کے PHP تشکیل میں ہے۔ دیکھیں[doc@faq1-"
"16]عمومی سوالات 1.16[/doc]."
#: import.php:447
msgid ""
@ -2063,8 +2063,8 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
"phpMyAdmin کا ایک نیا نسخہ دستیاب ہے اور آپ ضرور تازہ کاری کریں۔ نیا نسخہ "
"%s, جاری کیا گیا %s."
"phpMyAdmin کا ایک نیا نسخہ دستیاب ہے اور آپ ضرور تازہ کاری کریں۔ نیا نسخہ %"
"s, جاری کیا گیا %s."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:372
@ -2777,8 +2777,8 @@ msgstr ""
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"اس جدول نقل میں اتنے کم از کم صفیں ہیں۔ حوالہ کے لیے %sdocumentation%s."
@ -2924,12 +2924,12 @@ msgstr ""
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "اس جگہ کوکی لازمی اہل ہوں۔"
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3522,14 +3522,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -4848,10 +4848,6 @@ msgstr "مرکزی چوکھٹا"
msgid "Microsoft Office"
msgstr "مائیکروسافٹ آفس"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "اوپن دستاویز"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "دیگر مرکزی ترتیبات"
@ -6479,8 +6475,10 @@ msgstr ""
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Spreadsheet"
msgstr "اوپن دستاویز"
#: libraries/config/setup.forms.php:267
#: libraries/config/user_preferences.forms.php:167
@ -6509,8 +6507,10 @@ msgstr ""
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
msgstr ""
#, fuzzy
#| msgid "Open Document"
msgid "OpenDocument Text"
msgstr "اوپن دستاویز"
#: libraries/config/validate.lib.php:214
msgid "Could not initialize Drizzle connection library"
@ -6765,8 +6765,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:341
@ -7272,8 +7272,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -7988,8 +7988,8 @@ msgstr "%s میں خوش آمدید"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssetup script%2$s کو "
"استعمال کرتے ہوئے بنانا چاہتے ہیں۔"
@ -9935,8 +9935,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 ""
#: libraries/server_privileges.lib.php:3032
@ -13042,8 +13042,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13176,8 +13176,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218

119
po/uz.po
View File

@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-04-25 15:48+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Uzbek <http://l10n.cihar.com/projects/phpmyadmin/master/uz/>\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: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr "%1$s маълумотлар базаси тузилди."
msgid "Database comment: "
msgstr "Маълумотлар базасига изоҳ: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Жадвал изоҳи"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -141,7 +141,7 @@ msgstr "Жадвал изоҳи"
msgid "Column"
msgstr "Устун"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -164,7 +164,7 @@ msgstr "Устун"
msgid "Type"
msgstr "Тур"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -181,7 +181,7 @@ msgstr "Тур"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -196,7 +196,7 @@ msgstr "Null"
msgid "Default"
msgstr "Андоза"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -205,7 +205,7 @@ msgstr "Андоза"
msgid "Links to"
msgstr "Алоқалар"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -218,7 +218,7 @@ msgstr "Алоқалар"
msgid "Comments"
msgstr "Изоҳлар"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -240,7 +240,7 @@ msgstr "Изоҳлар"
msgid "No"
msgstr "Йўқ"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -625,14 +625,14 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Эҳтимол, юкланаётган файл ҳажми жуда катта. Бу муаммони ечишнинг усуллари "
"%окументацияда%s келтирилган."
"Эҳтимол, юкланаётган файл ҳажми жуда катта. Бу муаммони ечишнинг усуллари %"
"sдокументацияда%s келтирилган."
#: import.php:250 import.php:516
msgid "Showing bookmark"
@ -2930,8 +2930,8 @@ msgstr "сўров бўйича"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 қаранг."
@ -3082,12 +3082,12 @@ msgstr "phpMyAdmin дастурини янги ойнада очиш"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Браузерда \"cookies\" фаоллаштирилган бўлиши шарт."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3696,14 +3696,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -5098,12 +5098,6 @@ msgstr "Асосий рамка"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "OpenDocument матн"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Бошқа созланишлар"
@ -6092,9 +6086,9 @@ msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
"Кўпроқ маълумот учун [a@https://sourceforge.net/p/phpmyadmin/"
"bugs/2606/]\"PMA bug tracker\"[/a] ва [a@http://bugs.mysql.com/19588]\"MySQL "
"Bugs\"[/a]ларга қаранг"
"Кўпроқ маълумот учун [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"\"PMA bug tracker\"[/a] ва [a@http://bugs.mysql.com/19588]\"MySQL Bugs\"[/a]"
"ларга қаранг"
#: libraries/config/messages.inc.php:394
msgid "Disable use of INFORMATION_SCHEMA"
@ -6201,8 +6195,8 @@ msgstr "\"config\" аутентификация усули пароли"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]"
msgstr ""
"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: "
"[kbd]\"pma_pdf_pages\"[/kbd]"
"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: [kbd]"
"\"pma_pdf_pages\"[/kbd]"
#: libraries/config/messages.inc.php:413
msgid "PDF schema: pages table"
@ -6318,8 +6312,8 @@ msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]"
msgstr ""
"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: "
"[kbd]\"pma_table_coords\"[/kbd]"
"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: [kbd]"
"\"pma_table_coords\"[/kbd]"
#: libraries/config/messages.inc.php:432
msgid "PDF schema: table coordinates"
@ -6846,7 +6840,9 @@ msgstr "\"LOAD DATA\" ишлатилган CSV"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document жадвали"
#: libraries/config/setup.forms.php:267
@ -6878,7 +6874,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument матн"
#: libraries/config/validate.lib.php:214
@ -7169,16 +7167,16 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 функцияси билан қайта ишланган, шунинг учун ҳозирги "
"вақт ва санани қўйиш мумкин. Қўшимча равишда қуйидагилар ишлатилиши мумкин: "
"%3$s. Матннинг бошқа қисмлари ўзгаришсиз қолади."
"вақт ва санани қўйиш мумкин. Қўшимча равишда қуйидагилар ишлатилиши мумкин: %"
"3$s. Матннинг бошқа қисмлари ўзгаришсиз қолади."
#: libraries/display_export.lib.php:341
msgid "use this for future exports"
@ -7764,8 +7762,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8497,8 +8495,8 @@ msgstr "\"%s\" дастурига хуш келибсиз"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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$ssўрнатиш "
"сценарийсидан%2$s фойдаланишингиз мумкин."
@ -10659,8 +10657,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 привилегиялари жадвалидан олади. Ушбу жадвалдаги "
@ -12696,8 +12694,8 @@ msgstr "Очиқ файллар сони."
#: server_status_variables.php:642
msgid "The number of streams that are open (used mainly for logging)."
msgstr ""
"Очиқ оқимлар сони (журнал файлларида кўлланилади). <b>Оқим</b> деб \"fopen"
"()\" функцияси ёрдамида очилган файлга айтилади."
"Очиқ оқимлар сони (журнал файлларида кўлланилади). <b>Оқим</b> деб \"fopen()"
"\" функцияси ёрдамида очилган файлга айтилади."
#: server_status_variables.php:645
msgid "The number of tables that are open."
@ -14143,8 +14141,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -14279,8 +14277,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -15006,6 +15004,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Максимал уланишлар сони "
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "OpenDocument матн"
#~ msgid "Count tables when showing database list"
#~ msgstr "Маълумотлар базалари рўйхати кўрсатилганда жадвалларни санаш"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-07 17:31+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Uzbek (latin) <http://l10n.cihar.com/projects/phpmyadmin/"
"master/uz@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: Weblate 1.6-dev\n"
@ -116,14 +116,14 @@ msgstr "%1$s ma`lumotlar bazasi tuzildi."
msgid "Database comment: "
msgstr "Ma`lumotlar bazasiga izoh: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
#, fuzzy
#| msgid "Table comments"
msgid "Table comments:"
msgstr "Jadval izohi"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -143,7 +143,7 @@ msgstr "Jadval izohi"
msgid "Column"
msgstr "Maydon nomlari"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -166,7 +166,7 @@ msgstr "Maydon nomlari"
msgid "Type"
msgstr "Tur"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -183,7 +183,7 @@ msgstr "Tur"
msgid "Null"
msgstr "Null"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -198,7 +198,7 @@ msgstr "Null"
msgid "Default"
msgstr "Andoza"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -207,7 +207,7 @@ msgstr "Andoza"
msgid "Links to"
msgstr "Aloqalar"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -220,7 +220,7 @@ msgstr "Aloqalar"
msgid "Comments"
msgstr "Izohlar"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -242,7 +242,7 @@ msgstr "Izohlar"
msgid "No"
msgstr "Yoq"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -635,11 +635,11 @@ msgstr ""
#: import.php:107
#, fuzzy, 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."
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr ""
"Ehtimol, yuklanayotgan fayl hajmi juda katta. Bu muammoni yechishning "
"usullari %sdokumentatsiyada%s keltirilgan."
@ -2962,8 +2962,8 @@ msgstr "sorov boyicha"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 ""
"Ushbu namoyish kamida korsatilgan miqdorda qatorlarga ega. Batafsil "
"ma`lumot uchun %sdokumentatsiyaga%s qarang."
@ -3114,12 +3114,12 @@ msgstr "phpMyAdmin dasturini yangi oynada ochish"
msgid "Click on the bar to scroll to top of page"
msgstr ""
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "Brauzerda \"cookies\" faollashtirilgan bolishi shart."
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
#, fuzzy
#| msgid "Cookies must be enabled past this point."
@ -3728,14 +3728,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -5132,12 +5132,6 @@ msgstr "Asosiy ramka"
msgid "Microsoft Office"
msgstr ""
#: libraries/config/messages.inc.php:186
#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
msgstr "OpenDocument matn"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "Boshqa sozlanishlar"
@ -6131,9 +6125,9 @@ msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
"Koproq ma`lumot uchun [a@https://sourceforge.net/p/phpmyadmin/"
"bugs/2606/]\"PMA bug tracker\"[/a] va [a@http://bugs.mysql.com/19588]\"MySQL "
"Bugs\"[/a]larga qarang"
"Koproq ma`lumot uchun [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"\"PMA bug tracker\"[/a] va [a@http://bugs.mysql.com/19588]\"MySQL Bugs\"[/a]"
"larga qarang"
#: libraries/config/messages.inc.php:394
msgid "Disable use of INFORMATION_SCHEMA"
@ -6240,8 +6234,8 @@ msgstr "\"config\" autentifikatsiya usuli paroli"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]"
msgstr ""
"Agar PDF-sxema ishlatmasangiz, bosh qoldiring, asl qiymati: "
"[kbd]\"pma_pdf_pages\"[/kbd]"
"Agar PDF-sxema ishlatmasangiz, bosh qoldiring, asl qiymati: [kbd]"
"\"pma_pdf_pages\"[/kbd]"
#: libraries/config/messages.inc.php:413
msgid "PDF schema: pages table"
@ -6255,8 +6249,8 @@ msgid ""
msgstr ""
"Aloqalar, xatchoplar va PDF imkoniyatlari uchun ishlatiladigan baza. "
"Batafsil ma`lumot uchun [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/a]"
"ga qarang. Agar foydalanmasangiz, bosh qoldiring. Asl qiymati: "
"[kbd]\"phpmyadmin\"[/kbd]"
"ga qarang. Agar foydalanmasangiz, bosh qoldiring. Asl qiymati: [kbd]"
"\"phpmyadmin\"[/kbd]"
#: libraries/config/messages.inc.php:415
#, fuzzy
@ -6357,8 +6351,8 @@ msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]"
msgstr ""
"PDF-sxemadan foydalanmaslik uchun bosh qoldiring, asl qiymati: "
"[kbd]\"pma_table_coords\"[/kbd]"
"PDF-sxemadan foydalanmaslik uchun bosh qoldiring, asl qiymati: [kbd]"
"\"pma_table_coords\"[/kbd]"
#: libraries/config/messages.inc.php:432
msgid "PDF schema: table coordinates"
@ -6888,7 +6882,9 @@ msgstr "\"LOAD DATA\" ishlatilgan CSV"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "Open Document jadvali"
#: libraries/config/setup.forms.php:267
@ -6920,7 +6916,9 @@ msgstr "Microsoft Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenDocument matn"
#: libraries/config/validate.lib.php:214
@ -7211,12 +7209,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
#| "matting strings. Additionally the following transformations will pen: "
#| "%3$s. Other text will be kept as is."
#| "matting strings. Additionally the following transformations will pen: %3"
#| "$s. Other text will be kept as is."
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 ""
"Qiymat %1$sstrftime%2$s funksiyasi bilan qayta ishlangan, shuning uchun "
"hozirgi vaqt va sanani qoyish mumkin. Qoshimcha ravishda quyidagilar "
@ -7810,8 +7808,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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:133
@ -8550,8 +8548,8 @@ msgstr "\"%s\" dasturiga xush kelibsiz"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 ""
"Ehtimol, konfiguratsiya fayli tuzilmagan. Uni tuzish uchun %1$ssornatish "
"ssenariysidan%2$s foydalanishingiz mumkin."
@ -10726,8 +10724,8 @@ msgstr "Foydalanuvchilar hisobini korib chiqish"
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 ""
"IZOH: phpMyAdmin foydalanuvchilar privilegiyalari haqidagi ma`lumotlarni "
"togridan-togri MySQL privilegiyalari jadvalidan oladi. Ushbu jadvaldagi "
@ -13340,9 +13338,9 @@ msgstr ""
"real xostlar uchun tavsiya etilmaydi. Serverdagi phpMyAdmin turgan katalog "
"adresini bilgan yoki taxmin qilgan har kim ushbu dasturga bemalol kirib, "
"serverdagi ma`lumotlar bazalari bilan istalgan operatsiyalarni amalga "
"oshirishi mumkin. Server [a@?page=servers&amp;mode=edit&amp;id="
"%1$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http"
"[/kbd] deb belgilash tavsiya etiladi."
"oshirishi mumkin. Server [a@?page=servers&amp;mode=edit&amp;id=%1"
"$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http[/"
"kbd] deb belgilash tavsiya etiladi."
#: setup/lib/index.lib.php:318
#, fuzzy, php-format
@ -14238,8 +14236,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -14374,8 +14372,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -15102,6 +15100,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Maksimal ulanishlar soni "
#, fuzzy
#~| msgid "Open Document Text"
#~ msgid "Open Document"
#~ msgstr "OpenDocument matn"
#~ msgid "Count tables when showing database list"
#~ msgstr "Ma`lumotlar bazalari royxati korsatilganda jadvallarni sanash"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-14 06:43+0200\n"
"Last-Translator: Randall Fan <fanrandall@gmail.com>\n"
"Language-Team: Simplified Chinese <http://l10n.cihar.com/projects/phpmyadmin/"
"master/zh_CN/>\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: Weblate 1.6-dev\n"
@ -113,12 +113,12 @@ msgstr "创建数据库 %1$s 成功。"
msgid "Database comment: "
msgstr "数据库注释: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "表注释:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -136,7 +136,7 @@ msgstr "表注释:"
msgid "Column"
msgstr "字段"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -159,7 +159,7 @@ msgstr "字段"
msgid "Type"
msgstr "类型"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -176,7 +176,7 @@ msgstr "类型"
msgid "Null"
msgstr "空"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -191,7 +191,7 @@ msgstr "空"
msgid "Default"
msgstr "默认"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -200,7 +200,7 @@ msgstr "默认"
msgid "Links to"
msgstr "链接到"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -213,7 +213,7 @@ msgstr "链接到"
msgid "Comments"
msgstr "注释"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -235,7 +235,7 @@ msgstr "注释"
msgid "No"
msgstr "否"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -597,8 +597,8 @@ msgstr "从 \"函数\" 列中选择 \"GeomFromText\" 并粘贴内容到下列 \"
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr "您可能正在上传很大的文件,请参考%s文档%s来寻找解决方法。"
#: import.php:250 import.php:516
@ -2550,8 +2550,8 @@ msgstr "查询中"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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。"
#: libraries/DisplayResults.class.php:4923
@ -2690,12 +2690,12 @@ msgstr "打开新 phpMyAdmin 窗口"
msgid "Click on the bar to scroll to top of page"
msgstr "点击控制条回滚到页面顶部"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "必须启用 Cookies 才能登录。"
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "必须启用 javascript 才能登录"
@ -3268,21 +3268,20 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"小型浮点数,允许值可以是在-3.402823466E+38和-1.175494351E-38之间或者是 0"
"或者在 1.175494351E-38 到 3.402823466E+38之间"
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"双精度浮点数,允许的值为-1.7976931348623157E+308 到 "
"-2.2250738585072014E-308, 0, 以及 2.2250738585072014E-308 到 "
"1.7976931348623157E+308"
"双精度浮点数,允许的值为-1.7976931348623157E+308 到 -2.2250738585072014E-"
"308, 0, 以及 2.2250738585072014E-308 到 1.7976931348623157E+308"
#: libraries/Types.class.php:312
msgid ""
@ -4572,10 +4571,6 @@ msgstr "主面板"
msgid "Microsoft Office"
msgstr "微软 Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "开放文档"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "其他核心设置"
@ -6084,7 +6079,9 @@ msgstr "CSV 使用 LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenOffice 表格"
#: libraries/config/setup.forms.php:267
@ -6114,7 +6111,9 @@ msgstr "微软 Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenOffice 文档"
#: libraries/config/validate.lib.php:214
@ -6358,8 +6357,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 来解析的,所以你能用时间格式的字符串。另外,下"
"列内容也将被转换:%3$s。其他文本将保持原样。参见%4$s常见问题 (FAQ)%5$s。"
@ -6875,8 +6874,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 的文档和更多信息请参见 %sPrimeBase XT 主页%s。"
#: libraries/engines/pbxt.lib.php:133
@ -7566,8 +7565,8 @@ msgstr "欢迎使用 %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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设置脚本%2$s 来创建一个配置文件。"
@ -9481,12 +9480,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。"
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -12577,8 +12576,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr "当前空闲查询缓存内存为总查询缓存大小的 %s%%。此值应高于 80%%"
#: libraries/advisory_rules.txt:181
@ -12709,8 +12708,8 @@ msgstr "根据系统内存,考虑增加 {sort_buffer_siz}e 和/或 {read_rnd_b
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr "%s%% 的排序引发临时表创建,该值应低于 10%%。"
#: libraries/advisory_rules.txt:218
@ -13380,6 +13379,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 被设为 0"
#~ msgid "Open Document"
#~ msgstr "开放文档"
#~ msgid "Count tables when showing database list"
#~ msgstr "显示数据库列表时计算数据表的数量"
@ -14226,8 +14228,8 @@ msgstr "concurrent_insert 被设为 0"
#~ "Note that not every result table can be put to the chart. See <a href=\"./"
#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>"
#~ msgstr ""
#~ "请注意不是所有的结果表都能绘图。参见<a href=\"./Documentation."
#~ "html#faq6-29\" target=\"Documentation\">常见问题 (FAQ) 6.29</a>"
#~ "请注意不是所有的结果表都能绘图。参见<a href=\"./Documentation.html#faq6-29"
#~ "\" target=\"Documentation\">常见问题 (FAQ) 6.29</a>"
#~ msgid "Add a New User"
#~ msgstr "添加新用户"

View File

@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-21 14:02+0200\n"
"POT-Creation-Date: 2013-05-23 02:58-0400\n"
"PO-Revision-Date: 2013-05-21 20:04+0200\n"
"Last-Translator: Chung-Lun Chiang <benck@benck.tw>\n"
"Language-Team: Traditional Chinese "
"<http://l10n.cihar.com/projects/phpmyadmin/master/zh_TW/>\n"
"Language: zh_TW\n"
"Language-Team: Traditional Chinese <http://l10n.cihar.com/projects/"
"phpmyadmin/master/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: Weblate 1.6-dev\n"
@ -113,12 +113,12 @@ msgstr "建立資料庫 %1$s 成功。"
msgid "Database comment: "
msgstr "資料庫註釋: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120
msgid "Table comments:"
msgstr "表註釋:"
#: db_datadict.php:167 libraries/Index.class.php:565
#: db_datadict.php:166 libraries/Index.class.php:565
#: libraries/TableSearch.class.php:183 libraries/TableSearch.class.php:1190
#: libraries/display_indexes.lib.php:117 libraries/insert_edit.lib.php:1566
#: libraries/plugins/export/ExportHtmlword.class.php:276
@ -136,7 +136,7 @@ msgstr "表註釋:"
msgid "Column"
msgstr "欄位"
#: db_datadict.php:168 db_printview.php:49 libraries/Index.class.php:562
#: db_datadict.php:167 db_printview.php:49 libraries/Index.class.php:562
#: libraries/TableSearch.class.php:184 libraries/insert_edit.lib.php:241
#: libraries/insert_edit.lib.php:245
#: libraries/plugins/export/ExportHtmlword.class.php:279
@ -159,7 +159,7 @@ msgstr "欄位"
msgid "Type"
msgstr "類型"
#: db_datadict.php:169 libraries/Index.class.php:568
#: db_datadict.php:168 libraries/Index.class.php:568
#: libraries/TableSearch.class.php:1191 libraries/insert_edit.lib.php:1575
#: libraries/plugins/export/ExportHtmlword.class.php:282
#: libraries/plugins/export/ExportHtmlword.class.php:397
@ -176,7 +176,7 @@ msgstr "類型"
msgid "Null"
msgstr "空"
#: db_datadict.php:170 libraries/plugins/export/ExportHtmlword.class.php:285
#: db_datadict.php:169 libraries/plugins/export/ExportHtmlword.class.php:285
#: libraries/plugins/export/ExportHtmlword.class.php:400
#: libraries/plugins/export/ExportLatex.class.php:511
#: libraries/plugins/export/ExportOdt.class.php:367
@ -191,7 +191,7 @@ msgstr "空"
msgid "Default"
msgstr "預設"
#: db_datadict.php:172 libraries/plugins/export/ExportHtmlword.class.php:404
#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
#: libraries/plugins/export/ExportLatex.class.php:513
#: libraries/plugins/export/ExportOdt.class.php:469
#: libraries/plugins/export/ExportTexytext.class.php:374
@ -200,7 +200,7 @@ msgstr "預設"
msgid "Links to"
msgstr "連結到"
#: db_datadict.php:174 db_printview.php:53
#: db_datadict.php:173 db_printview.php:53
#: libraries/config/messages.inc.php:92 libraries/config/messages.inc.php:107
#: libraries/config/messages.inc.php:129
#: libraries/plugins/export/ExportHtmlword.class.php:409
@ -213,7 +213,7 @@ msgstr "連結到"
msgid "Comments"
msgstr "註釋"
#: db_datadict.php:238 js/messages.php:231 libraries/Index.class.php:431
#: db_datadict.php:237 js/messages.php:231 libraries/Index.class.php:431
#: libraries/Index.class.php:470 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:370
#: libraries/mult_submits.inc.php:371
@ -235,7 +235,7 @@ msgstr "註釋"
msgid "No"
msgstr "否"
#: db_datadict.php:238 js/messages.php:230 libraries/Index.class.php:432
#: db_datadict.php:237 js/messages.php:230 libraries/Index.class.php:432
#: libraries/Index.class.php:469 libraries/Index.class.php:874
#: libraries/config/FormDisplay.tpl.php:258 libraries/mult_submits.inc.php:74
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:118
@ -516,12 +516,10 @@ msgstr "SRID"
#: gis_data_editor.php:184
#, php-format
#| msgid "Geometry"
msgid "Geometry %d:"
msgstr "幾何體 %d:"
#: gis_data_editor.php:206
#| msgid "Point"
msgid "Point:"
msgstr "點:"
@ -548,18 +546,15 @@ msgstr "新增一個點"
#: gis_data_editor.php:262
#, php-format
#| msgid "Linestring"
msgid "Linestring %d:"
msgstr "一維折線 %d:"
#: gis_data_editor.php:265 gis_data_editor.php:341
#| msgid "Outer Ring"
msgid "Outer ring:"
msgstr "外環:"
#: gis_data_editor.php:267 gis_data_editor.php:343
#, php-format
#| msgid "Inner Ring"
msgid "Inner ring %d:"
msgstr "內環 %d:"
@ -573,7 +568,6 @@ msgstr "新增內環"
#: gis_data_editor.php:325
#, php-format
#| msgid "Polygon"
msgid "Polygon %d:"
msgstr "多邊形 %d:"
@ -598,8 +592,8 @@ msgstr ""
#: import.php:107
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
"You probably tried to upload a file that is too large. Please refer to %"
"sdocumentation%s for a workaround for this limit."
msgstr "您上傳的檔案過大, 請查看此 %s 文件 %s 以了解如何解決此限制."
#: import.php:250 import.php:516
@ -690,7 +684,6 @@ msgid "Change password"
msgstr "修改密碼"
#: index.php:157
#| msgid "MySQL connection collation"
msgid "Server connection collation"
msgstr "伺服器連線校對"
@ -711,29 +704,24 @@ msgid "Server:"
msgstr "伺服器:"
#: index.php:241
#| msgid "Server port"
msgid "Server type:"
msgstr "伺服器類別:"
#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225
#: libraries/plugins/export/ExportSql.class.php:612
#: libraries/plugins/export/ExportXml.class.php:198
#| msgid "Server version"
msgid "Server version:"
msgstr "伺服器版本:"
#: index.php:249
#| msgid "Protocol version"
msgid "Protocol version:"
msgstr "協定版本:"
#: index.php:253
#| msgid "User"
msgid "User:"
msgstr "使用者:"
#: index.php:258
#| msgid "Server charset"
msgid "Server charset:"
msgstr "伺服器字元集:"
@ -742,12 +730,10 @@ msgid "Web server"
msgstr "網站伺服器"
#: index.php:283
#| msgid "Database client version"
msgid "Database client version:"
msgstr "資料庫用戶端版本:"
#: index.php:287
#| msgid "PHP extension"
msgid "PHP extension:"
msgstr "PHP 套件:"
@ -756,7 +742,6 @@ msgid "Show PHP information"
msgstr "顯示 PHP 資訊"
#: index.php:324
#| msgid "Version information"
msgid "Version information:"
msgstr "版本資訊:"
@ -1157,7 +1142,6 @@ msgid "Edit title and labels"
msgstr "編輯標題與標籤"
#: js/messages.php:114
#| msgid "Snap to grid"
msgid "Add chart to grid"
msgstr "新增一張圖表至格線"
@ -1580,7 +1564,6 @@ msgid "Show indexes"
msgstr "顯示索引"
#: js/messages.php:237 libraries/mult_submits.inc.php:350
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "外鍵 (Foreign Key) 檢查:"
@ -1866,7 +1849,6 @@ msgid "Right-click the column name to copy it to your clipboard."
msgstr "點右鍵將欄位名稱複製到您的剪貼簿。"
#: js/messages.php:352
#| msgid "Update row(s)"
msgid "Show data row(s)"
msgstr "顯示資料列"
@ -2271,22 +2253,18 @@ msgid "Descending"
msgstr "遞減"
#: libraries/DBQbe.class.php:364
#| msgid "Column"
msgid "Column:"
msgstr "欄位:"
#: libraries/DBQbe.class.php:406
#| msgid "Sort"
msgid "Sort:"
msgstr "排序:"
#: libraries/DBQbe.class.php:468 libraries/DisplayResults.class.php:903
#| msgid "Show"
msgid "Show:"
msgstr "顯示:"
#: libraries/DBQbe.class.php:513
#| msgid "Criteria"
msgid "Criteria:"
msgstr "條件:"
@ -2307,7 +2285,6 @@ msgid "Use Tables"
msgstr "使用表"
#: libraries/DBQbe.class.php:653 libraries/DBQbe.class.php:757
#| msgid "Or"
msgid "Or:"
msgstr "或:"
@ -2324,7 +2301,6 @@ msgid "Del"
msgstr "刪除"
#: libraries/DBQbe.class.php:680
#| msgid "Modify"
msgid "Modify:"
msgstr "修改:"
@ -2374,8 +2350,6 @@ msgstr[0] "<b>總計:</b> <i>%s</i> 項資料符合"
#: libraries/DbSearch.class.php:331
#, php-format
#| msgid "%s match inside table <i>%s</i>"
#| msgid_plural "%s matches inside table <i>%s</i>"
msgid "%1$s match in <strong>%2$s</strong>"
msgid_plural "%1$s matches in <strong>%2$s</strong>"
msgstr[0] "%1$s 筆符合資料於 <strong>%2$s</strong>"
@ -2460,7 +2434,6 @@ msgid "End"
msgstr "最末頁"
#: libraries/DisplayResults.class.php:904 tbl_chart.php:241
#| msgid "Start row"
msgid "Start row:"
msgstr "開始列:"
@ -2587,8 +2560,8 @@ msgstr "查詢中"
#: libraries/DisplayResults.class.php:4910 libraries/structure.lib.php:653
#, 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 "這個檢視至少需包含這個數目的資料,請參考%sdocumentation%s。"
#: libraries/DisplayResults.class.php:4923
@ -2727,12 +2700,12 @@ msgstr "開啟新 phpMyAdmin 視窗"
msgid "Click on the bar to scroll to top of page"
msgstr "點擊bar以回到頁面頂端"
#: libraries/Header.class.php:621
#: libraries/Header.class.php:623
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
msgid "Cookies must be enabled past this point."
msgstr "必須啟用 Cookies 才能登入。"
#: libraries/Header.class.php:626
#: libraries/Header.class.php:628
#: libraries/plugins/auth/AuthenticationCookie.class.php:172
msgid "Javascript must be enabled past this point"
msgstr "必須啟用 Javascript 才能登入"
@ -3104,12 +3077,10 @@ msgid "Target database `%s` was not found!"
msgstr "找不到目標資料庫「%s」"
#: libraries/Table.class.php:1231
#| msgid "Invalid database"
msgid "Invalid database:"
msgstr "無效的資料庫:"
#: libraries/Table.class.php:1245
#| msgid "Invalid table name"
msgid "Invalid table name:"
msgstr "無效的資料資料表名稱:"
@ -3199,7 +3170,6 @@ msgid "Use this column to label each point"
msgstr "使用這個欄位來標記每個點"
#: libraries/TableSearch.class.php:860
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "最多可顯示行數"
@ -3209,12 +3179,10 @@ msgid "Browse foreign values"
msgstr "瀏覽不相關的值"
#: libraries/TableSearch.class.php:977
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "進階搜尋條件"
#: libraries/TableSearch.class.php:1115
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "對兩個欄位執行“依範例查詢”(萬用字元:“%”)"
@ -3263,7 +3231,6 @@ msgid "Theme path not found for theme %s!"
msgstr "找不到主題 %s 的路徑!"
#: libraries/Theme_Manager.class.php:363
#| msgid "Theme"
msgid "Theme:"
msgstr "主題:"
@ -3314,14 +3281,14 @@ msgstr ""
#: libraries/Types.class.php:308
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
"A small floating-point number, allowable values are -3.402823466E+38 to -"
"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
#: libraries/Types.class.php:310
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"A double-precision floating-point number, allowable values are -"
"1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
@ -3475,7 +3442,6 @@ msgid "A curve with linear interpolation between points"
msgstr ""
#: libraries/Types.class.php:364
#| msgid "Add column"
msgid "A polygon"
msgstr "一個多邊形"
@ -3501,19 +3467,16 @@ msgid "Numeric"
msgstr ""
#: libraries/Types.class.php:644 libraries/Types.class.php:978
#| msgid "Create an index"
msgctxt "date and time types"
msgid "Date and time"
msgstr "日期及時間"
#: libraries/Types.class.php:653 libraries/Types.class.php:981
#| msgid "Lines terminated by"
msgctxt "string types"
msgid "String"
msgstr "字串"
#: libraries/Types.class.php:674
#| msgid "Total count"
msgctxt "spatial types"
msgid "Spatial"
msgstr "空間的"
@ -3566,7 +3529,6 @@ msgid "Max: %s%s"
msgstr "最大限制:%s %s"
#: libraries/Util.class.php:677 libraries/sql.lib.php:465
#| msgid "SQL query"
msgid "SQL query:"
msgstr "SQL 查詢:"
@ -3775,9 +3737,6 @@ msgid "Could not load default configuration from: %1$s"
msgstr "無法載入預設設定: %1$s"
#: libraries/common.inc.php:594
#| msgid ""
#| "The <code>$cfg['PmaAbsoluteUri']</code> directive MUST be set in your "
#| "configuration file!"
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@ -3795,7 +3754,6 @@ msgstr "伺服器 %1$s 主機名稱錯誤, 請檢查設定檔案."
#: libraries/common.inc.php:654
#, php-format
#| msgid "Server"
msgid "Server %d"
msgstr "伺服器 %d"
@ -3825,12 +3783,10 @@ msgid "numeric key detected"
msgstr "$_GLOBALS 內含非法的數字鍵名"
#: libraries/config.values.php:49 libraries/config.values.php:64
#| msgid "Ins"
msgid "Icons"
msgstr "圖示"
#: libraries/config.values.php:50 libraries/config.values.php:65
#| msgid "Test"
msgid "Text"
msgstr "文字"
@ -4617,10 +4573,6 @@ msgstr "主框架"
msgid "Microsoft Office"
msgstr "微軟 Office"
#: libraries/config/messages.inc.php:186
msgid "Open Document"
msgstr "開啟檔案"
#: libraries/config/messages.inc.php:188
msgid "Other core settings"
msgstr "其他核心設定"
@ -6216,7 +6168,9 @@ msgstr "CSV 使用 LOAD DATA"
#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353
#: libraries/config/user_preferences.forms.php:160
#: libraries/config/user_preferences.forms.php:252
msgid "Open Document Spreadsheet"
#, fuzzy
#| msgid "Open Document Spreadsheet"
msgid "OpenDocument Spreadsheet"
msgstr "OpenOffice 表格"
#: libraries/config/setup.forms.php:267
@ -6246,7 +6200,9 @@ msgstr "微軟 Word 2000"
#: libraries/config/setup.forms.php:357
#: libraries/config/user_preferences.forms.php:256
msgid "Open Document Text"
#, fuzzy
#| msgid "Open Document Text"
msgid "OpenDocument Text"
msgstr "OpenOffice 檔案"
#: libraries/config/validate.lib.php:214
@ -6490,8 +6446,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 來解析的,所以您能用時間格式的字元串。另外,下"
"列內容也將被轉換:%3$s。其他文字將保持原樣。參見%4$s常見問題 (FAQ)%5$s。"
@ -7018,8 +6974,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, 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 的檔案和更多資訊請參見 %sPrimeBase XT 首頁%s。"
#: libraries/engines/pbxt.lib.php:133
@ -7717,8 +7673,8 @@ msgstr "歡迎使用 %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:102
#, 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 設定指令 %2$s 來建立。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:122
@ -9367,7 +9323,9 @@ msgid ""
"Allows connecting, even if maximum number of connections is reached; "
"required for most administrative operations like setting global variables or "
"killing threads of other users."
msgstr "允許在達到最大連線數時連線,對於大多數像設定全域變數或中止其它使用者程序這樣的管理操作是必需的。"
msgstr ""
"允許在達到最大連線數時連線,對於大多數像設定全域變數或中止其它使用者程序這樣"
"的管理操作是必需的。"
#: libraries/server_privileges.lib.php:227
#: libraries/server_privileges.lib.php:857 server_privileges.php:65
@ -9715,11 +9673,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。"
"注意phpMyAdmin 直接由 MySQL 權限表取得使用者權限。如果使用者手動更改表,表"
"內容將可能與伺服器使用的使用者權限有異。在這種情況下,您應在繼續前%s重新載入"
"權限%s。"
#: libraries/server_privileges.lib.php:3032
msgid "The selected user was not found in the privilege table."
@ -9847,7 +9806,8 @@ msgstr "未知的標點符號字元串"
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 檢驗程序無法原始化。請檢查是否已經安裝了%s檔案%s內說明的必需 PHP 外掛。"
msgstr ""
"SQL 檢驗程序無法原始化。請檢查是否已經安裝了%s檔案%s內說明的必需 PHP 外掛。"
#: libraries/structure.lib.php:68 tbl_operations.php:311
#, php-format
@ -10086,8 +10046,8 @@ msgid ""
"single quote (\"'\") amongst those values, precede it with a backslash (for "
"example '\\\\xyz' or 'a\\'b')."
msgstr ""
"如欄位類型是“enum”或“set”請使用以下格式輸入'a','b','c'…<br "
"/>如果需要輸入反斜槓(“\\”)或單引號(“'”),請在前面加上反斜槓(如 '\\\\xyz' 或 'a\\'b')。"
"如欄位類型是“enum”或“set”請使用以下格式輸入'a','b','c'…<br />如果需要輸入"
"反斜槓(“\\”)或單引號(“'”),請在前面加上反斜槓(如 '\\\\xyz' 或 'a\\'b')。"
#: libraries/tbl_columns_definition_form.inc.php:110
msgid ""
@ -10119,8 +10079,8 @@ msgid ""
"quote (\"'\") amongst those values, precede it with a backslash (for example "
"'\\\\xyz' or 'a\\'b')."
msgstr ""
"請使用此格式輸入轉換選項的值:'a',100,b,'c'…<br />如果您需要在值中輸入反斜槓 (“\\”)或單引號(“'”),請在前面加上反斜槓 (如 "
"'\\\\xyz' 或 'a\\'b')。"
"請使用此格式輸入轉換選項的值:'a',100,b,'c'…<br />如果您需要在值中輸入反斜槓 "
"(“\\”)或單引號(“'”),請在前面加上反斜槓 (如 '\\\\xyz' 或 'a\\'b')。"
#: libraries/tbl_columns_definition_form.inc.php:412
msgid "ENUM or SET data too long?"
@ -12944,8 +12904,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is %s"
"%%. It should be above 80%%"
"The current ratio of free query cache memory to total query cache size is %s%"
"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@ -13080,8 +13040,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@ -13809,6 +13769,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 已被設置為 0"
#~ msgid "Open Document"
#~ msgstr "開啟檔案"
#~ msgid "Count tables when showing database list"
#~ msgstr "顯示資料庫列表時計算資料表的數量"
@ -14628,8 +14591,8 @@ msgstr "concurrent_insert 已被設置為 0"
#~ "Note that not every result table can be put to the chart. See <a href=\"./"
#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>"
#~ msgstr ""
#~ "請注意不是所有的結果表都能繪圖。參見<a href=\"./Documentation."
#~ "html#faq6-29\" target=\"Documentation\">常見問題 (FAQ) 6.29</a>"
#~ "請注意不是所有的結果表都能繪圖。參見<a href=\"./Documentation.html#faq6-29"
#~ "\" target=\"Documentation\">常見問題 (FAQ) 6.29</a>"
#~ msgid "Add a New User"
#~ msgstr "新增新使用者"