diff --git a/import.php b/import.php index 5657c72a9284..75b4f36f4019 100644 --- a/import.php +++ b/import.php @@ -406,7 +406,7 @@ } elseif (! $error) { if (! isset($import_text) || empty($import_text)) { $message = PMA_Message::error( - __('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1_16]FAQ 1.16[/doc].') + __('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [doc@faq1-16]FAQ 1.16[/doc].') ); $error = true; } diff --git a/index.php b/index.php index 67e45c32b4e7..cdf4ed301099 100644 --- a/index.php +++ b/index.php @@ -521,7 +521,7 @@ trigger_error( sprintf( __('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'), - '[doc@faq1_38]', + '[doc@faq1-38]', '[/doc]' ), E_USER_WARNING diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index deae04890ef1..e86910db00c0 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -4495,7 +4495,7 @@ public function getTable( $pre_count = '~'; $after_count = PMA_Util::showHint( PMA_sanitize( - __('May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]') + __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]') ) ); } else { diff --git a/libraries/File.class.php b/libraries/File.class.php index c020446f60f1..62b87637cf4a 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -472,7 +472,7 @@ public function checkUploadedFile() || ! is_writable($GLOBALS['cfg']['TempDir']) ) { // cannot create directory or access, point user to FAQ 1.11 - $this->_error_message = __('Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]'); + $this->_error_message = __('Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]'); return false; } diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php index 7975476219fb..531d0eca039b 100644 --- a/libraries/display_import.lib.php +++ b/libraries/display_import.lib.php @@ -151,7 +151,7 @@ function(response) { - $('#upload_form_status_info').html('ajax clock '); + $('#upload_form_status_info').html('ajax clock '); $('#upload_form_status').css("display", "none"); ' . PMA_sortableTableHeader(__('Rows'), 'records', 'DESC') . PMA_Util::showHint( PMA_sanitize( - __('May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]') + __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]') ) ) . "\n" .'' . "\n"; diff --git a/po/af.po b/po/af.po index 699015c0317e..0c5f8eeddb74 100644 --- a/po/af.po +++ b/po/af.po @@ -666,7 +666,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2787,7 +2787,7 @@ msgid "Kill" msgstr "Vermoor" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2918,7 +2918,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/ar.po b/po/ar.po index d4ee91b58738..18479b9164f6 100644 --- a/po/ar.po +++ b/po/ar.po @@ -650,7 +650,7 @@ msgstr "انت تحاول رفع ملف بصيغة ضغط غير معروفة (% msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2591,8 +2591,8 @@ msgid "Kill" msgstr "إبطال" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "ممكن أن يكون تقريبي. أنظر إلى [doc@faq3_11]الأسئلة المتكررة 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "ممكن أن يكون تقريبي. أنظر إلى [doc@faq3-11]الأسئلة المتكررة 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2723,8 +2723,8 @@ msgid "Unknown error in file upload." msgstr "خطأ غير معروف عند رفع الملف." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "خطأ عند نقل الملف المرفوع , إنظر :[doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "خطأ عند نقل الملف المرفوع , إنظر :[doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/az.po b/po/az.po index e005310d04e2..85ff8bef6891 100644 --- a/po/az.po +++ b/po/az.po @@ -670,7 +670,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2819,7 +2819,7 @@ msgid "Kill" msgstr "Söndür" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2950,7 +2950,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/be.po b/po/be.po index dec3f658e3d3..bd15fb0b537e 100644 --- a/po/be.po +++ b/po/be.po @@ -686,11 +686,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Дадзеныя для імпартаваньня не атрыманыя. Альбо ніводны файл ня быў " "загружаны, альбо памер файла перавысіў максымальны памер, вызначаны " -"канфігурацыяй PHP. Гл. [doc@faq1_16]FAQ 1.16[/doc]." +"канфігурацыяй PHP. Гл. [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2889,8 +2889,8 @@ msgid "Kill" msgstr "Спыніць" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Значэньне можа быць прыблізным. Гл. [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Значэньне можа быць прыблізным. Гл. [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3026,9 +3026,9 @@ msgid "Unknown error in file upload." msgstr "Падчас загрузкі файла адбылася невядомая памылка." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Памылка перамяшчэньня загружанага файла. Глядзіце разьдзел [doc@faq1_11]1.11 " +"Памылка перамяшчэньня загружанага файла. Глядзіце разьдзел [doc@faq1-11]1.11 " "у FAQ[/doc]" #: libraries/File.class.php:493 @@ -14513,7 +14513,7 @@ msgstr "максымум адначасовых злучэньняў" #~ msgstr "Прывілеі былі пасьпяхова перазагружаныя." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Значэньне можа быць прыблізным. Гл. FAQ 3.11" diff --git a/po/be@latin.po b/po/be@latin.po index 7f4cf828981e..ea66aa3d8d37 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -680,11 +680,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Dadzienyja dla impartavańnia nie atrymanyja. Albo nivodny fajł nia byŭ " "zahružany, albo pamier fajła pieravysiŭ maksymalny pamier, vyznačany " -"kanfihuracyjaj PHP. Hł. [doc@faq1_16]FAQ 1.16[/doc]." +"kanfihuracyjaj PHP. Hł. [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2899,8 +2899,8 @@ msgid "Kill" msgstr "Spynić" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Značeńnie moža być prybliznym. Hł. [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Značeńnie moža być prybliznym. Hł. [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3037,9 +3037,9 @@ msgid "Unknown error in file upload." msgstr "Padčas zahruzki fajła adbyłasia nieviadomaja pamyłka." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł [doc@faq1_11]" +"Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł [doc@faq1-11]" "1.11 u FAQ[/doc]" #: libraries/File.class.php:493 @@ -14481,7 +14481,7 @@ msgstr "maksymum adnačasovych złučeńniaŭ" #~ msgstr "Pryvilei byli paśpiachova pierazahružanyja." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Značeńnie moža być prybliznym. Hł. FAQ 3.11" diff --git a/po/bg.po b/po/bg.po index fcfcd9a3e817..98d305932b83 100644 --- a/po/bg.po +++ b/po/bg.po @@ -651,10 +651,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Не бяха получени данни за импорт. Или не е изпратен файл, или файлът е бил " -"по-голям от разрешеното в конфигурацията на PHP. Вижте [doc@faq1_16]ЧЗВ 1.16" +"по-голям от разрешеното в конфигурацията на PHP. Вижте [doc@faq1-16]ЧЗВ 1.16" "[/doc]." #: import.php:429 @@ -2616,8 +2616,8 @@ msgid "Kill" msgstr "Спиране" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Може да има приблизителна стойност. Виж [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Може да има приблизителна стойност. Виж [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2745,9 +2745,9 @@ msgid "Unknown error in file upload." msgstr "Неизвестна грешка при качване." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Грешка при преместване на качения файл, виж [doc@faq1_11]ЧЗВ 1.11[/doc]" +"Грешка при преместване на качения файл, виж [doc@faq1-11]ЧЗВ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/bn.po b/po/bn.po index 103ce20c4ce3..8f22760684b6 100644 --- a/po/bn.po +++ b/po/bn.po @@ -650,11 +650,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2768,8 +2768,8 @@ msgid "Kill" msgstr "Kill" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "হয়ত আনুমানিক। [doc@faq3_11]FAQ ৩.১১[/doc] দেখ।" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "হয়ত আনুমানিক। [doc@faq3-11]FAQ ৩.১১[/doc] দেখ।" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2900,7 +2900,7 @@ msgstr "" #: libraries/File.class.php:475 #, fuzzy -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "হয়ত আনুমানিক। FAQ ৩.১১ দেখ। " #: libraries/File.class.php:493 @@ -14026,7 +14026,7 @@ msgstr "max. concurrent connections" #~ msgstr "The privileges were reloaded successfully." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "হয়ত আনুমানিক। FAQ ৩.১১ দেখ। " diff --git a/po/br.po b/po/br.po index a31dbf1d05b7..ce4e51d4cfac 100644 --- a/po/br.po +++ b/po/br.po @@ -664,11 +664,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "N'eus bet resevet roadenn ebet da vezañ enporzhiet. Pe n'eus bet pourchaset " "anv restr ebet pe ez a ar vent anezhi dreist d'ar vent vrasañ aotreet gant " -"ho kefluniadur PHP. Gwelet [doc@faq1_16]FAQ 1.16[/doc]." +"ho kefluniadur PHP. Gwelet [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2676,7 +2676,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2810,9 +2810,9 @@ msgid "Unknown error in file upload." msgstr "Fazi dianav en ur bellgargañ ar restr." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Fazi en ur zilec'hiañ ar restr pellgarget; gwelet [doc@faq1_11]FAQ 1.11[/doc]" +"Fazi en ur zilec'hiañ ar restr pellgarget; gwelet [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/bs.po b/po/bs.po index 2997266c9380..679848427c53 100644 --- a/po/bs.po +++ b/po/bs.po @@ -671,7 +671,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2821,7 +2821,7 @@ msgid "Kill" msgstr "Obustavi" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2952,7 +2952,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/ca.po b/po/ca.po index 480a0d4f0575..e7832c119c7d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -657,11 +657,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "No s'han rebut dades per importar. O bé no s'ha especificat un nom d'arxiu, " "o el tamany de l'arxiu es més gran que el permès per la configuració del " -"vostre PHP. Veieu [doc@faq1_16]PFC(FAQ) 1.16[/doc]." +"vostre PHP. Veieu [doc@faq1-16]PFC(FAQ) 1.16[/doc]." #: import.php:429 msgid "" @@ -2659,8 +2659,8 @@ msgid "Kill" msgstr "Finalitzar" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Pot ser aproximat. Veieu [doc@faq3_11]PCF -FAQ- 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Pot ser aproximat. Veieu [doc@faq3-11]PCF -FAQ- 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2791,9 +2791,9 @@ msgid "Unknown error in file upload." msgstr "Error desconegut al pujar l'arxiu." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Error movent l'arxiu pujat, consulta la [doc@faq1_11]PCF -FAQ- 1.11[/doc]" +"Error movent l'arxiu pujat, consulta la [doc@faq1-11]PCF -FAQ- 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14632,11 +14632,11 @@ msgstr "{concurrent_insert} està establert a 0" #~ msgstr "Gràfic generat correctament." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "El resultat d'aquesta consuta no es pot usar per a un gràfic. See " -#~ "[doc@faq6_29]PFC -FAQ- 6.29[/doc]" +#~ "[doc@faq6-29]PFC -FAQ- 6.29[/doc]" #~ msgid "Title" #~ msgstr "Títol" @@ -14671,10 +14671,10 @@ msgstr "{concurrent_insert} està establert a 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Teniu en compte que no totes les taules de resultat poden esdevenir un " -#~ "gràfic. Veieu PFC -FAQ- 6.29" #~ msgid "Add a New User" diff --git a/po/ckb.po b/po/ckb.po index b5e3c002cc96..07232cc12cad 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -653,10 +653,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "هیچ داتایەک وەرنەگیرا بۆ هاوردە کردن. یان فایلێک دیاری نەکراوە ، یان فایلەکە " -"لە ڕێژە دیاری کراوەکە زیاترە. سەردانی [doc@faq1_16]FAQ 1.16[/doc] بکەن." +"لە ڕێژە دیاری کراوەکە زیاترە. سەردانی [doc@faq1-16]FAQ 1.16[/doc] بکەن." #: import.php:429 msgid "" @@ -2562,7 +2562,7 @@ msgid "Kill" msgstr "ڕایگرە" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2692,7 +2692,7 @@ msgid "Unknown error in file upload." msgstr "هەڵەیەکی نەزانراو لە بارکردنی فایل." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/cs.po b/po/cs.po index 7594b6a7fb10..5c78fdfe14bb 100644 --- a/po/cs.po +++ b/po/cs.po @@ -650,11 +650,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nepodařilo se načíst žádná data k importu. Buďto nebyl odeslán žádný soubor, " "nebo jeho velikost překročila velikost povolenou v nastavení PHP. Viz " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2619,8 +2619,8 @@ msgid "Kill" msgstr "Ukončit" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Počet nemusí být přesný, viz [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Počet nemusí být přesný, viz [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2751,9 +2751,9 @@ msgid "Unknown error in file upload." msgstr "Neznámá chyba při nahrávání souboru." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Chyba při přejmenování nahraného soubory, viz [doc@faq1_11]FAQ 1.11[/doc]" +"Chyba při přejmenování nahraného soubory, viz [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14339,11 +14339,11 @@ msgstr "concurrent_insert je nastaveno na 0" #~ msgstr "Graf byl úspěšně vytvořen." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Výsledek tohoto dotazu nelze použít pro graf. Více informací nalezne ve " -#~ "[doc@faq6_29]FAQ 6.29[/doc]" +#~ "[doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Název" @@ -14378,10 +14378,10 @@ msgstr "concurrent_insert je nastaveno na 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Ne každý výsledek SQL dotazu je možné zobrazit v grafu. Ve FAQ 6.29 " +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29 " #~ "naleznete více podrobností" #~ msgid "Add a New User" diff --git a/po/cy.po b/po/cy.po index 80735f300c74..f03abab13cf7 100644 --- a/po/cy.po +++ b/po/cy.po @@ -672,11 +672,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nid oedd data wedi'u derbyn i'w mewnforio. Naill ai nid oedd enw ffeil " "wedi'i osod, neu roedd maint y ffeil yn fwy na'r maint uchaf sy'n cael ei " -"ganiatáu gan eich ffurfwedd PHP. Gweler See [doc@faq1_16]FAQ 1.16[/doc]." +"ganiatáu gan eich ffurfwedd PHP. Gweler See [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2808,7 +2808,7 @@ msgid "Kill" msgstr "Lladd" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2941,7 +2941,7 @@ msgid "Unknown error in file upload." msgstr "Gwall anhysbys wrth lanlwytho ffeil." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/da.po b/po/da.po index ea2d5f11adb5..c29dcc77d93e 100644 --- a/po/da.po +++ b/po/da.po @@ -648,11 +648,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Der blev ikke modtaget nogen data til import. Enten blev der ikke indsendt " "et filnavn, eller filstørrelsen kan have overskredet maksimal størrelsen " -"tilladt af din PHP-konfiguration. Se [doc@faq1_16]FAQ 1.16[/doc]." +"tilladt af din PHP-konfiguration. Se [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2626,8 +2626,8 @@ msgid "Kill" msgstr "Dræb (Kill)" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Kan være anslået. Se [doc@faq3_11] FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Kan være anslået. Se [doc@faq3-11] FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2757,8 +2757,8 @@ msgid "Unknown error in file upload." msgstr "Ukendt fejl i filupload." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Fejl ved flytning af den uploadede fil, se [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Fejl ved flytning af den uploadede fil, se [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14488,7 +14488,7 @@ msgstr "concurrent_insert er sat til 0" #~ msgstr "Privilegierne blev korrekt genindlæst." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Kan være anslået. Se FAQ 3.11" diff --git a/po/de.po b/po/de.po index c201abcde845..9d0120889a37 100644 --- a/po/de.po +++ b/po/de.po @@ -661,11 +661,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Es wurden keinen Daten zum Importieren empfangen. Entweder wurde keine Datei " "ausgewählt, oder die Dateigröße hat die maximal erlaubte Größe der PHP-" -"Konfiguration überschritten. Siehe [doc@faq1_16]FAQ 1.16[/doc]." +"Konfiguration überschritten. Siehe [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2663,10 +2663,10 @@ msgid "Kill" msgstr "Beenden" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" "Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch " -"[doc@faq3_11]FAQ 3.11[/doc]" +"[doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2801,9 +2801,9 @@ msgid "Unknown error in file upload." msgstr "Unbekannter Fehler beim hochladen der Datei." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Fehler beim Verschieben der hochgeladenen Datei, siehe [doc@faq1_11]FAQ 1.11" +"Fehler beim Verschieben der hochgeladenen Datei, siehe [doc@faq1-11]FAQ 1.11" "[/doc]" #: libraries/File.class.php:493 @@ -14787,11 +14787,11 @@ msgstr "concurrent_insert ist auf 0 gesetzt" #~ msgstr "Diagramm erfolgreich generiert." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Das Ergebnis dieser Abfrage kann nicht für ein Diagramm verwendet werden. " -#~ "Siehe [doc@faq6_29]FAQ 6.29[/doc]" +#~ "Siehe [doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Titel" @@ -14826,10 +14826,10 @@ msgstr "concurrent_insert ist auf 0 gesetzt" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Anmerkung: nicht alle Ergebnistabellen können im Diagramm dargerstellt " -#~ "weren. Siehe FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/el.po b/po/el.po index 4110f2646ce1..145765153050 100644 --- a/po/el.po +++ b/po/el.po @@ -650,11 +650,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Δεν ελήφθησαν δεδομένα για εισαγωγή. Είτε δεν υποβλήθηκε αρχείο είτε το " "μέγεθος του αρχείου υπερβαίνει το μέγιστο επιτρεπτό μέγεθος από τη ρύθμιση " -"της ΡΗΡ. Δείτε τις [doc@faq1_16]ΣΑΕ 1.16[/doc]." +"της ΡΗΡ. Δείτε τις [doc@faq1-16]ΣΑΕ 1.16[/doc]." #: import.php:429 msgid "" @@ -2639,8 +2639,8 @@ msgid "Kill" msgstr "Τερματισμός" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις [doc@faq3_11]ΣΑΕ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις [doc@faq3-11]ΣΑΕ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2773,9 +2773,9 @@ msgid "Unknown error in file upload." msgstr "Άγνωστο σφάλμα στην αποστολή αρχείου." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Σφάλμα μετακίνησης του αρχείου αποστολής. Δείτε τις [doc@faq1_11]ΣΑΕ 1.11[/" +"Σφάλμα μετακίνησης του αρχείου αποστολής. Δείτε τις [doc@faq1-11]ΣΑΕ 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -14698,11 +14698,11 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0" #~ msgstr "Το διάγραμμα δημιουργήθηκε επιτυχώς." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Το αποτέλεσμα δεν μπορεί να χρησιμοποιηθεί σε διάγραμμα. Δείτε τις " -#~ "[doc@faq6_29]ΣΑΕ 6.29[/doc]" +#~ "[doc@faq6-29]ΣΑΕ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Τίτλος" @@ -14737,10 +14737,10 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Σημειώστε ότι δεν μπορεί κάθε πίνακας αποτελεσμάτων να μπει σε διάγραμμα. " -#~ "Δείτε τις ΣΑΕ 6.29" #~ msgid "Add a New User" diff --git a/po/en_GB.po b/po/en_GB.po index 98aef336c128..8da15f4c7f90 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -651,11 +651,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2612,8 +2612,8 @@ msgid "Kill" msgstr "Kill" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2745,8 +2745,8 @@ msgid "Unknown error in file upload." msgstr "Unknown error in file upload." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14415,10 +14415,10 @@ msgstr "concurrent_insert is set to 0" #~ msgstr "Chart generated successfully." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgid "Title" @@ -14453,10 +14453,10 @@ msgstr "concurrent_insert is set to 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgid "Add a New User" #~ msgstr "Add a New User" diff --git a/po/es.po b/po/es.po index 4d2399471666..a023050b9a67 100644 --- a/po/es.po +++ b/po/es.po @@ -655,11 +655,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "No se recibieron datos para importar. O no se envió el nombre del archivo o " "el tamaño del archivo excedió el máximo permitido por su configuración PHP. " -"Ver [doc@faq1_16]FAQ 1.16[/doc]." +"Ver [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2652,8 +2652,8 @@ msgid "Kill" msgstr "Matar el proceso" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Podría ser aproximado. Ver [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Podría ser aproximado. Ver [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2786,9 +2786,9 @@ msgid "Unknown error in file upload." msgstr "Error desconocido al subir el archivo." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Se detectó un error al mover el archivo subido, ver [doc@faq1_11]FAQ 1.11[/" +"Se detectó un error al mover el archivo subido, ver [doc@faq1-11]FAQ 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -14945,10 +14945,10 @@ msgstr "«concurrent_insert» está definido como 0" #~ msgstr "Gráfico generado exitosamente." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "El resultado de esta consulta no puede ser graficado. Ver [doc@faq6_29]" +#~ "El resultado de esta consulta no puede ser graficado. Ver [doc@faq6-29]" #~ "FAQ 6.29[/doc]" #~ msgid "Title" @@ -14984,10 +14984,10 @@ msgstr "«concurrent_insert» está definido como 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Notar que no todas las tablas de resultados pueden ser graficadas. Ver FAQ 6.29FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/et.po b/po/et.po index c830a447b95d..43c9587dfbba 100644 --- a/po/et.po +++ b/po/et.po @@ -658,11 +658,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[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]." +"[doc@faq1-16]KKK 1.16[/doc]." #: import.php:429 msgid "" @@ -2634,8 +2634,8 @@ msgid "Kill" msgstr "Sulge" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Võib olla umbkaudne. Vaata [doc@faq3_11]KKK 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Võib olla umbkaudne. Vaata [doc@faq3-11]KKK 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2764,9 +2764,9 @@ msgid "Unknown error in file upload." msgstr "Faili üleslaadimises on tundmatu viga." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Üleslaetud faili liigutamisel esines viga, vaata [doc@faq1_11]KKK 1.11[/doc]" +"Üleslaetud faili liigutamisel esines viga, vaata [doc@faq1-11]KKK 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14478,10 +14478,10 @@ msgstr "concurrent_insert väärtuseks on määratud 0" #~ msgstr "Diagramm koostati edukalt." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "Selle päringu tulemust ei saa kasutada diagrammis. Vaata [doc@faq6_29]KKK " +#~ "Selle päringu tulemust ei saa kasutada diagrammis. Vaata [doc@faq6-29]KKK " #~ "6.29[/doc]" #~ msgid "Title" @@ -14516,10 +14516,10 @@ msgstr "concurrent_insert väärtuseks on määratud 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Pane tähele, et igat tulemuse tabelit ei saa lisada diagrammi. Vaata KKK 6.29KKK 6.29" #~ msgid "Add a New User" diff --git a/po/eu.po b/po/eu.po index 3a36fef2487b..d4f434b27fa3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -650,7 +650,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2785,7 +2785,7 @@ msgid "Kill" msgstr "Hil" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2918,7 +2918,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/fa.po b/po/fa.po index facda4c9660a..945bad58ff04 100644 --- a/po/fa.po +++ b/po/fa.po @@ -657,10 +657,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "اطلاعاتی برای ورود دریافت نشد. یا فایلی انتخاب نشده ، یا فایل از حجم حداکثر " -"بیشتر بوده. به [doc@faq1_16]FAQ 1.16[/doc] مراجعه نمایید." +"بیشتر بوده. به [doc@faq1-16]FAQ 1.16[/doc] مراجعه نمایید." #: import.php:429 msgid "" @@ -2639,7 +2639,7 @@ msgid "Kill" msgstr "از کار انداختن" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2772,7 +2772,7 @@ msgid "Unknown error in file upload." msgstr "خطای ناشناخته در آپلود فایل." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/fi.po b/po/fi.po index 1b46df08c5fc..fca919367662 100644 --- a/po/fi.po +++ b/po/fi.po @@ -658,10 +658,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Tuotavia tietoja ei ole. Tiedostonimeä ei joko annettu tai tiedoston koko " -"ylitti PHP:n asetusten salliman enimmäiskoon. Katso [doc@faq1_16]FAQ 1.16[/" +"ylitti PHP:n asetusten salliman enimmäiskoon. Katso [doc@faq1-16]FAQ 1.16[/" "doc]." #: import.php:429 @@ -2663,8 +2663,8 @@ msgid "Kill" msgstr "Lopeta" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Saattaa olla summittainen. Katso [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Saattaa olla summittainen. Katso [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2797,8 +2797,8 @@ msgid "Unknown error in file upload." msgstr "Tuntematon virhe tiedostoa lähetettäessä." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Virhe lähetettäessä tiedostoa, katso [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Virhe lähetettäessä tiedostoa, katso [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14634,7 +14634,7 @@ msgstr "Enim. yhtäaikaisia yhteyksiä" #~ msgstr "Käyttöoikeuksien uudelleenlataus onnistui." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Saattaa olla summittainen. Katso FAQ 3.11" diff --git a/po/fr.po b/po/fr.po index 7209f6c47916..79cf4f751566 100644 --- a/po/fr.po +++ b/po/fr.po @@ -653,11 +653,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Aucune données n'a été reçu en vue de l'importation. Aucun nom de fichier " "n'a été fourni, ou encore la taille du fichier a dépassé la limite permise " -"par votre configuration de PHP. Voir [doc@faq1_16]FAQ 1.16[/doc]." +"par votre configuration de PHP. Voir [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2633,8 +2633,8 @@ msgid "Kill" msgstr "Supprimer" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Peut être approximatif. Voir [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Peut être approximatif. Voir [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2768,9 +2768,9 @@ msgid "Unknown error in file upload." msgstr "Erreur inconnue durant le téléchargement." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Erreur lors du déplacement du fichier téléchargé, voir [doc@faq1_11]FAQ 1.11" +"Erreur lors du déplacement du fichier téléchargé, voir [doc@faq1-11]FAQ 1.11" "[/doc]" #: libraries/File.class.php:493 @@ -14651,11 +14651,11 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0" #~ msgstr "Le graphique a été généré." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Les résultats de cette requête ne peuvent servir à produire un graphique. " -#~ "Voir le [doc@faq6_29]FAQ 6.29[/doc]" +#~ "Voir le [doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Titre" @@ -14690,10 +14690,10 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Toute table de résultats ne peut être affichée en graphique. Voir le FAQ 6.29FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/gl.po b/po/gl.po index dc9f429d7d67..24f08242ec8e 100644 --- a/po/gl.po +++ b/po/gl.po @@ -657,11 +657,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Non se recibiron datos para importar. Ou ben non se enviou o ficheiro ou ben " "o seu tamaño excede o máximo permitido pola súa configuración de PHP. " -"Consulte a [doc@faq1_16]Pregunta frecuente 1.16[/doc]." +"Consulte a [doc@faq1-16]Pregunta frecuente 1.16[/doc]." #: import.php:429 msgid "" @@ -2648,9 +2648,9 @@ msgid "Kill" msgstr "Matar (kill)" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" -"Pode non ser exacto. Consulte a [doc@faq3_11]pregunta frecuente 3.11[/doc]" +"Pode non ser exacto. Consulte a [doc@faq3-11]pregunta frecuente 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2783,9 +2783,9 @@ msgid "Unknown error in file upload." msgstr "Produciuse un erro descoñecido ao enviar o ficheiro." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Produciuse un erro ao mover o ficheiro enviado. Consulte a [doc@faq1_11]" +"Produciuse un erro ao mover o ficheiro enviado. Consulte a [doc@faq1-11]" "Pregunta frecuente 1.11[/doc]" #: libraries/File.class.php:493 @@ -14470,7 +14470,7 @@ msgstr "concurrent_insert está definido como 0" #~ msgstr "Non houbo problemas ao recargar os privilexios." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Pode non ser exacto. Consulte a FAQ 3.11" diff --git a/po/he.po b/po/he.po index d6132187ddd4..17f95fc55731 100644 --- a/po/he.po +++ b/po/he.po @@ -651,10 +651,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "לא התקבלו נתונים לייבוא. או שלא נשלח שום קובץ או שגודל הקובץ חרג מהגודל " -"המרבי המותר בתצורת ה־PHP שלך. ניתן לעיין ב[doc@faq1_16]שו״ת 1.16[/doc]." +"המרבי המותר בתצורת ה־PHP שלך. ניתן לעיין ב[doc@faq1-16]שו״ת 1.16[/doc]." #: import.php:429 msgid "" @@ -2783,8 +2783,8 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "יכול להיות הערכה. ראה [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "יכול להיות הערכה. ראה [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2915,7 +2915,7 @@ msgstr "" #: libraries/File.class.php:475 #, fuzzy -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "יכול להיות הערכה. ראה FAQ 3.11" #: libraries/File.class.php:493 @@ -13769,7 +13769,7 @@ msgstr "" #~ msgstr "ההרשאות נטענו מחדש בהצלחה." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "יכול להיות הערכה. ראה FAQ 3.11" diff --git a/po/hi.po b/po/hi.po index cc11a03ab6d8..34dece2a59bd 100644 --- a/po/hi.po +++ b/po/hi.po @@ -658,11 +658,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "कोई डेटा आयात करने के लिए प्राप्त नहीं किया गया. या तो कोई फ़ाइल नाम प्रस्तुत नहीं किया " "गया या फ़ाइल का आकार अधिकतम PHP विन्यास द्वारा अनुमति आकार के पार हो गई है. " -"[doc@faq1_16] अकसर किये गए सवाल 1.16 [/doc] देखें." +"[doc@faq1-16] अकसर किये गए सवाल 1.16 [/doc] देखें." #: import.php:429 msgid "" @@ -2760,8 +2760,8 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "शायद अनुमानित हैं. [doc@faq3_11]FAQ 3.11[/doc] देखें" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "शायद अनुमानित हैं. [doc@faq3-11]FAQ 3.11[/doc] देखें" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2890,9 +2890,9 @@ msgid "Unknown error in file upload." msgstr "फ़ाइल अपलोड करने में अज्ञात त्रुटि." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"अपलोड की गयी फाइल की जगह बदलने में त्रुटि आई है. [doc@faq1_1]अकसर किये गए सवाल 1,11" +"अपलोड की गयी फाइल की जगह बदलने में त्रुटि आई है. [doc@faq1-1]अकसर किये गए सवाल 1,11" "[/doc] देखें" #: libraries/File.class.php:493 @@ -14117,9 +14117,9 @@ msgstr "अधिकतम वर्तमान कनेक्शन" #~ msgstr "Thread %s को सफलता से मारा गया।" #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "शायद अनुमानित हैं. [doc@faq3_11]FAQ 3.11[/doc] देखें" +#~ msgstr "शायद अनुमानित हैं. [doc@faq3-11]FAQ 3.11[/doc] देखें" #~ msgid "Title" #~ msgstr "ऊँचाई" diff --git a/po/hr.po b/po/hr.po index 4eb1bb4343b3..5f7ed0a261dd 100644 --- a/po/hr.po +++ b/po/hr.po @@ -688,11 +688,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili " "veličina datoteke prelazi najveću dopuštenu veličinu od strane vaše PHP " -"konfiguracije. Pogledajte [doc@faq1_16]ČPP 1.16[/doc]." +"konfiguracije. Pogledajte [doc@faq1-16]ČPP 1.16[/doc]." #: import.php:429 msgid "" @@ -2888,8 +2888,8 @@ msgid "Kill" msgstr "Eliminiraj" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Može biti približno. Pogledajte [doc@faq3_11]ČPP 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Može biti približno. Pogledajte [doc@faq3-11]ČPP 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3024,9 +3024,9 @@ msgid "Unknown error in file upload." msgstr "Nepoznata pogreška tijekom učitavanja datoteke." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Pogreška tijekom premještanja učitane datoteke. Pogledajte [doc@faq1_11]ČPP " +"Pogreška tijekom premještanja učitane datoteke. Pogledajte [doc@faq1-11]ČPP " "1.11[/doc]" #: libraries/File.class.php:493 @@ -14553,7 +14553,7 @@ msgstr "najv. uzastopnih veza" #~ msgstr "Privilegije su uspješno učitane." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Može biti približno. Pogledajte ČPP 3.11" diff --git a/po/hu.po b/po/hu.po index 3c3ee1cfa866..a10f6de5d519 100644 --- a/po/hu.po +++ b/po/hu.po @@ -652,11 +652,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nem került importálandó adat fogadásra. Vagy nem került átadásra fájlnév, " "vagy a fájlméret túllépte a PHP beállításokban engedélyezett legnagyobb " -"méretet. Lásd [doc@faq1_16]GYIK 1.16.[/doc].." +"méretet. Lásd [doc@faq1-16]GYIK 1.16.[/doc].." #: import.php:429 msgid "" @@ -2617,8 +2617,8 @@ msgid "Kill" msgstr "Leállít" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Becsült érték lehet. Lásd [doc@faq3_11]GyIK 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Becsült érték lehet. Lásd [doc@faq3-11]GyIK 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2751,9 +2751,9 @@ msgid "Unknown error in file upload." msgstr "Ismeretlen hiba a fájlfeltöltésben." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Hiba történt a feltöltött fájl áthelyezésekor, lásd [doc@faq1_11]GyIK 1.11[/" +"Hiba történt a feltöltött fájl áthelyezésekor, lásd [doc@faq1-11]GyIK 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -14262,7 +14262,7 @@ msgstr "A concurrent_insert 0-ra van állítva" #~ msgstr "A grafikon generálása sikeres." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Becsült érték lehet. Lásd: GYIK 3.11" diff --git a/po/hy.po b/po/hy.po index 49c0b0f7a5a8..7ac4530fa032 100644 --- a/po/hy.po +++ b/po/hy.po @@ -639,7 +639,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2529,7 +2529,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2657,7 +2657,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/id.po b/po/id.po index fd0d5c56f4d2..8c136dd63121 100644 --- a/po/id.po +++ b/po/id.po @@ -659,11 +659,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Tidak ada data untuk diimpor. Kemungkinan karena tidak ada berkas yang " "diambil atau ukuran berkas melebihi ukuran maksimum yang diizinkan oleh " -"konfigurasi PHP Anda. Lihat [doc@faq1_16]FAQ 1.16[/doc]." +"konfigurasi PHP Anda. Lihat [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2658,8 +2658,8 @@ msgid "Kill" msgstr "Tutup" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2790,8 +2790,8 @@ msgid "Unknown error in file upload." msgstr "Galat tidak dikenal sewaktu mengunggah berkas." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq1_11]FAQ 3.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq1-11]FAQ 3.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -13920,9 +13920,9 @@ msgstr "Koneksi konkuren maks." #~ msgstr "Sukses reload Hak Istimewa (Privileges)." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3_11]FAQ 3.11[/doc]" +#~ msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3-11]FAQ 3.11[/doc]" #~ msgid "Add a New User" #~ msgstr "Menambahkan pengguna baru" diff --git a/po/it.po b/po/it.po index 9a8ca71de191..895e2fb6d422 100644 --- a/po/it.po +++ b/po/it.po @@ -658,11 +658,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Non sono stati ricevuti dati da importare. O non è stato indicato alcun nome " "file, oppure è stato superata la dimensione massima consentita nella " -"configurazione di PHP per l'upload di un file. Vedi [doc@faq1_16]FAQ 1.16[/" +"configurazione di PHP per l'upload di un file. Vedi [doc@faq1-16]FAQ 1.16[/" "doc]." #: import.php:429 @@ -2661,8 +2661,8 @@ msgid "Kill" msgstr "Rimuovi" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Può essere approssimato. Vedi [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Può essere approssimato. Vedi [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2792,9 +2792,9 @@ msgid "Unknown error in file upload." msgstr "Si é verificato un errore sconosciuto durante il caricamento del file." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Errore nello spostare il file caricato, vedi [doc@faq1_11]FAQ 1.11[/doc]" +"Errore nello spostare il file caricato, vedi [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14666,11 +14666,11 @@ msgstr "concurrent_insert è impostato a 0" #~ msgstr "Diagramma creato con successo." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Il risultato di questa query non puó essere utilizzto per produrre un " -#~ "diagramma. Vedi [doc@faq6_29]FAQ 6.29[/doc]" +#~ "diagramma. Vedi [doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Titolo" @@ -14705,10 +14705,10 @@ msgstr "concurrent_insert è impostato a 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Nota che non tutta la tabella dei risultati può essere inserita nel " -#~ "grafico. Vedi FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/ja.po b/po/ja.po index 8d844c0230a1..59a1477b0410 100644 --- a/po/ja.po +++ b/po/ja.po @@ -656,10 +656,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "インポートするデータを受信できませんでした。ファイル名が送信されていないか、" -"ファイルサイズが PHP の設定で許可された最大値を超えています。[doc@faq1_16]" +"ファイルサイズが PHP の設定で許可された最大値を超えています。[doc@faq1-16]" "FAQ 1.16[/doc] をご覧ください。" #: import.php:429 @@ -2636,8 +2636,8 @@ msgid "Kill" msgstr "停止" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "正確な数字とは限りません。[doc@faq3_11]FAQ 3.11[/doc] をご覧ください" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "正確な数字とは限りません。[doc@faq3-11]FAQ 3.11[/doc] をご覧ください" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2768,9 +2768,9 @@ msgid "Unknown error in file upload." msgstr "ファイルのアップロード中に予期しないエラーが発生しました。" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"アップロードされたファイルの移動に失敗しました。[doc@faq1_11]FAQ 1.11[/doc] " +"アップロードされたファイルの移動に失敗しました。[doc@faq1-11]FAQ 1.11[/doc] " "をご覧ください。" #: libraries/File.class.php:493 @@ -14478,10 +14478,10 @@ msgstr "concurrent_insert は 0 に設定されています。" #~ msgstr "グラフが正常に作成されました。" #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "このクエリの結果は、グラフに使用することができませんでした。[doc@faq6_29]" +#~ "このクエリの結果は、グラフに使用することができませんでした。[doc@faq6-29]" #~ "FAQ 6.29[/doc] を参照してください。" #~ msgid "Title" @@ -14516,10 +14516,10 @@ msgstr "concurrent_insert は 0 に設定されています。" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "必ずしも、テーブルの結果を全てグラフにできるとは限りません。FAQ 6.29参照。" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29参照。" #~ msgid "Add a New User" #~ msgstr "新しいユーザを追加する" diff --git a/po/ka.po b/po/ka.po index 654c2d566d5f..fea4c4ace4a5 100644 --- a/po/ka.po +++ b/po/ka.po @@ -646,7 +646,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2849,8 +2849,8 @@ msgid "Kill" msgstr "Kill" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2980,7 +2980,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 @@ -14435,9 +14435,9 @@ msgstr "max. concurrent connections" #~ msgstr "The privileges were reloaded successfully." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3_11]FAQ 3.11[/doc]" +#~ msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3-11]FAQ 3.11[/doc]" #~ msgid "Add a New User" #~ msgstr "ახალი მომხმარებლის დამატება" diff --git a/po/kk.po b/po/kk.po index 61f870702aed..d50ad252c5b0 100644 --- a/po/kk.po +++ b/po/kk.po @@ -658,7 +658,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2560,7 +2560,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2688,7 +2688,7 @@ msgid "Unknown error in file upload." msgstr "Файлды жүктеу кезіндегі белгісіз қате." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/ko.po b/po/ko.po index 626fce1afa05..5a790e524007 100644 --- a/po/ko.po +++ b/po/ko.po @@ -655,10 +655,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "가져올 데이터가 없습니다. 파일이 지정되지 않았거나 파일 크기가 PHP 설정의 최" -"대 파일 크기를 초과했을 수 있습니다. [doc@faq1_16]FAQ 1.16[/doc] 참조." +"대 파일 크기를 초과했을 수 있습니다. [doc@faq1-16]FAQ 1.16[/doc] 참조." #: import.php:429 msgid "" @@ -2632,7 +2632,7 @@ msgid "Kill" msgstr "Kill" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2766,9 +2766,9 @@ msgid "Unknown error in file upload." msgstr "파일 업로드 중에 알 수 없는 오류가 발생했습니다." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"업로드된 파일을 이동시킬 수 없었습니다. [doc@faq1_11]FAQ 1.11[/doc] 참조." +"업로드된 파일을 이동시킬 수 없었습니다. [doc@faq1-11]FAQ 1.11[/doc] 참조." #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -13585,10 +13585,10 @@ msgstr "" #~ msgstr "권한을 다시 로딩했습니다." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "업로드된 파일을 이동시킬 수 없었습니다. [doc@faq1_11]FAQ 1.11[/doc] 참조." +#~ "업로드된 파일을 이동시킬 수 없었습니다. [doc@faq1-11]FAQ 1.11[/doc] 참조." #~ msgid "Add a New User" #~ msgstr "새 사용자 추가" diff --git a/po/lt.po b/po/lt.po index e5b61e93d51d..750cdf18d3ae 100644 --- a/po/lt.po +++ b/po/lt.po @@ -661,11 +661,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nebuvo gauta duomenų importavimui. Arba be failo pavadinimo išsiųsta arba " "failo dydis viršija didžiausią leidžiamą dydį PHP konfigūracijos. Žiūrėti " -"[doc@faq1_16]DUK 1.16[/doc]." +"[doc@faq1-16]DUK 1.16[/doc]." #: import.php:429 msgid "" @@ -2683,8 +2683,8 @@ msgid "Kill" msgstr "Stabdyti procesą" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Gali būti apytikslis. Žiūrėkite [doc@faq3_11]DUK 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Gali būti apytikslis. Žiūrėkite [doc@faq3-11]DUK 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2815,8 +2815,8 @@ msgid "Unknown error in file upload." msgstr "Nežinoma klaida failų įkėlime." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Klaida perkeliant įkeltą failą, žiūrėti [doc@faq1_11]DUK 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Klaida perkeliant įkeltą failą, žiūrėti [doc@faq1-11]DUK 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14139,11 +14139,11 @@ msgstr "MyISAM concurrent įterpimai" #~ msgstr "Diagrama sėkmingai sukurta." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Užklausos rezultatas negali būti naudojamas diagramai braižyti. Žiūrėti " -#~ "[doc@faq6_29]DUK 6.29[/doc]" +#~ "[doc@faq6-29]DUK 6.29[/doc]" #~ msgid "Title" #~ msgstr "Pavadinimas" @@ -14178,10 +14178,10 @@ msgstr "MyISAM concurrent įterpimai" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Atkreipkite dėmesį, kad ne visų lentelių rezultatai gali būti pateikiami " -#~ "diagramos forma. Žiūrėti DUK 6.29" #~ msgid "Add a New User" diff --git a/po/lv.po b/po/lv.po index f4fc8eda5d25..04b374ddd1e6 100644 --- a/po/lv.po +++ b/po/lv.po @@ -656,7 +656,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2731,8 +2731,8 @@ msgid "Kill" msgstr "Nogalināt" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Var būt aptuvens skaits. Skatīt [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Var būt aptuvens skaits. Skatīt [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2863,7 +2863,7 @@ msgstr "" #: libraries/File.class.php:475 #, fuzzy -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11" #: libraries/File.class.php:493 @@ -13849,7 +13849,7 @@ msgstr "" #~ msgstr "Privilēģijas tika veiksmīgi pārlādētas." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11" diff --git a/po/mk.po b/po/mk.po index 2e56de6a5f47..b431cbccd9e5 100644 --- a/po/mk.po +++ b/po/mk.po @@ -673,7 +673,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2849,10 +2849,10 @@ msgid "Kill" msgstr "Прекини" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" "Бројот на записи може да биде приближен. За подетални информации види " -"[doc@faq3_11]FAQ 3.11[/doc]" +"[doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2983,7 +2983,7 @@ msgstr "" #: libraries/File.class.php:475 #, fuzzy -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" "Бројот на записи може да биде приближен. За подетални информации види FAQ " "3.11" @@ -14068,7 +14068,7 @@ msgstr "" #~ msgstr "Привилегиите се успешно вчитани." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Бројот на записи може да биде приближен. За подетални информации види FAQ " diff --git a/po/ml.po b/po/ml.po index 51fff90712f7..5d94bbf22f7e 100644 --- a/po/ml.po +++ b/po/ml.po @@ -638,7 +638,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2534,7 +2534,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2662,7 +2662,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/mn.po b/po/mn.po index a79a7a5a01d3..5708931005e5 100644 --- a/po/mn.po +++ b/po/mn.po @@ -666,7 +666,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2859,8 +2859,8 @@ msgid "Kill" msgstr "Алах" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2991,7 +2991,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 @@ -14131,7 +14131,7 @@ msgstr "ХИ. давхацсан холболтууд" #~ msgstr "Онцгой эрхүүд дахин дуудагдлаа." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "May be approximate. See FAQ 3.11" diff --git a/po/ms.po b/po/ms.po index cfca89d237cd..db40a7b073c0 100644 --- a/po/ms.po +++ b/po/ms.po @@ -668,7 +668,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2803,7 +2803,7 @@ msgid "Kill" msgstr "Bunuh" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2934,7 +2934,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/nb.po b/po/nb.po index 1c3a66dfd2e5..bda5dc90c2c1 100644 --- a/po/nb.po +++ b/po/nb.po @@ -655,11 +655,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Ingen data ble mottatt for importering. Enten ble ingen filnavn gitt, eller " "så var filstørrelsen over maksimum størrelse tillatt i din PHP " -"konfigurasjon. Se [doc@faq1_16]FAQ 1.16[/doc]." +"konfigurasjon. Se [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2657,8 +2657,8 @@ msgid "Kill" msgstr "Avslutt" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Kan være unøyaktig. Se [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Kan være unøyaktig. Se [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2789,10 +2789,10 @@ msgid "Unknown error in file upload." 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]" +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]" +"[doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14604,7 +14604,7 @@ msgstr "maks. samtidige tilkoblinger" #~ msgstr "Oppfriskingen av privilegiene lyktes." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Kan være unøyaktig. Se FAQ 3.11" diff --git a/po/nl.po b/po/nl.po index 82545999a93e..04fb76c88bbc 100644 --- a/po/nl.po +++ b/po/nl.po @@ -659,12 +659,12 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Er zijn geen gegevens ontvangen om te importeren. Dit kan gebeuren wanneer " "er geen bestand werd verzonden, of wanneer deze werd afgekeurd op basis van " "de maximale bestandsgrootte zoals opgegeven in de PHP-configuratie. Zie " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2650,8 +2650,8 @@ msgid "Kill" msgstr "stop proces" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Bij benadering. Zie [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Bij benadering. Zie [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2783,9 +2783,9 @@ msgid "Unknown error in file upload." msgstr "Onbekende fout bij het uploaden." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Fout bij het verplaatsen van het geüploade bestand, zie [doc@faq1_11]FAQ 1.11" +"Fout bij het verplaatsen van het geüploade bestand, zie [doc@faq1-11]FAQ 1.11" "[/doc]" #: libraries/File.class.php:493 @@ -14668,11 +14668,11 @@ msgstr "concurrent_insert is ingesteld op 0" #~ msgstr "De grafiek werd succesvol aangemaakt." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Het resultaat van deze query kan niet gebruikt worden voor een grafiek. " -#~ "Zie [doc@faq6_29]FAQ 6.29[/doc]" +#~ "Zie [doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Titel" @@ -14707,10 +14707,10 @@ msgstr "concurrent_insert is ingesteld op 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Merk op dat niet elke resultaattabel omgevormd kan worden tot een " -#~ "grafiek. Zie FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/pa.po b/po/pa.po index 0bdd4955fca2..716cfb9e2164 100644 --- a/po/pa.po +++ b/po/pa.po @@ -639,7 +639,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2531,7 +2531,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2659,7 +2659,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 25ae8dc8d15f..be9e281d6e31 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -637,7 +637,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2527,7 +2527,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2655,7 +2655,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/pl.po b/po/pl.po index d3bb6df10712..6fb51143ca80 100644 --- a/po/pl.po +++ b/po/pl.po @@ -659,11 +659,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nie otrzymano żadnych danych do importu. Albo nie dostarczono nazwy pliku, " "albo jego rozmiar przekroczył rozmiar maksymalny, dozwolony przez " -"konfigurację PHP. Zobacz [doc@faq1_16]FAQ 1.16[/doc]." +"konfigurację PHP. Zobacz [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2649,8 +2649,8 @@ msgid "Kill" msgstr "Zabij" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Może być w przybliżeniu. Zobacz [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Może być w przybliżeniu. Zobacz [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2782,9 +2782,9 @@ msgid "Unknown error in file upload." msgstr "Nieznany błąd w przesyłania pliku." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Błąd podczas przenoszenia przesłanego pliku. Zobacz [doc@faq1_11]FAQ 1.11[/" +"Błąd podczas przenoszenia przesłanego pliku. Zobacz [doc@faq1-11]FAQ 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -14489,10 +14489,10 @@ msgstr "concurrent_insert jest ustawiony na 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Pamiętaj, że nie każde wyniki tabeli można umieścić na wykresie. Zobacz " -#~ "FAQ " +#~ "FAQ " #~ "6.29" #~ msgid "Note: Generating the query chart can take a long time." @@ -14529,11 +14529,11 @@ msgstr "concurrent_insert jest ustawiony na 0" #~ msgstr "Liczba wolnych bloków pamięci w podręcznym buforze zapytań." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "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]" +#~ "[doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Theme / Style" #~ msgstr "Motyw / Styl" diff --git a/po/pt.po b/po/pt.po index 3d667ac74a13..76acbcadf969 100644 --- a/po/pt.po +++ b/po/pt.po @@ -651,11 +651,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Não foram recebidos dados para importar. Ou não foi submetir um nome de " "ficheiro, ou o tamanho do ficheiro excede o tamanho máximo permitido pela " -"sua configuração PHP. Veja [doc@faq1_16]FAQ 1.16[/doc]." +"sua configuração PHP. Veja [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2639,8 +2639,8 @@ msgid "Kill" msgstr "Termina" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Pode ser aproximado. Veja o [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Pode ser aproximado. Veja o [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2773,8 +2773,8 @@ msgid "Unknown error in file upload." msgstr "Erro desconhecido no upload do ficheiro." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Erro ao mover o arquivo carregado, veja [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Erro ao mover o arquivo carregado, veja [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/pt_BR.po b/po/pt_BR.po index fcfb24ba65d4..d0583d48e29b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -651,11 +651,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nenhum dado foi recebido na importação. Ou nenhum nome de arquivo foi " "submetido, ou o tamanho do arquivo excedeu o tamanho máximo permitido pela " -"sua configuração do PHP. Verifique a [doc@faq1_16]FAQ 1.16[/doc]." +"sua configuração do PHP. Verifique a [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2643,8 +2643,8 @@ msgid "Kill" msgstr "Matar" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Pode ser aproximado. Veja o [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Pode ser aproximado. Veja o [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2777,8 +2777,8 @@ msgid "Unknown error in file upload." msgstr "Erro desconhecido no carregamento do arquivo." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Erro ao mover o arquivo carregado, veja [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Erro ao mover o arquivo carregado, veja [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14283,7 +14283,7 @@ msgstr "concurrent_insert está com valor 0" #~ msgstr "Os privilégios foram recarregados com sucesso." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Pode ser aproximado. Veja o FAQ 3.11" diff --git a/po/ro.po b/po/ro.po index 7f4c81cc7bf5..954a162378f2 100644 --- a/po/ro.po +++ b/po/ro.po @@ -678,11 +678,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nicio informație nu a fost recepționată pentru import. Ori niciun fișier nu " "a fost trimit, ori mărimea fișierului a depășit mărimea maximă permisă de " -"configurația PHP-ului dumneavoastră. Vedeți [doc@faq1_16]FAQ 1.16[/doc]." +"configurația PHP-ului dumneavoastră. Vedeți [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2804,8 +2804,8 @@ msgid "Kill" msgstr "Oprește" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Poate fi aproximativ. Vezi [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Poate fi aproximativ. Vezi [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2939,9 +2939,9 @@ msgid "Unknown error in file upload." msgstr "Eroare necunoscută la încărcarea fișierului." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Eroare la mutarea fișierului încărcat, vezi [doc@faq1_11]FAQ 1.11[/doc]" +"Eroare la mutarea fișierului încărcat, vezi [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14728,7 +14728,7 @@ msgstr "concurrent_insert este setat la 0" #~ msgstr "Drepturile au fost reîncarcate cu succes." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Poate fi aproximativ. Vezi FAQ 3.11" diff --git a/po/ru.po b/po/ru.po index d59520700287..bd73f97b7b2d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -654,11 +654,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Операция импорта невозможна. Причины: не выбран импортируемый файл; размер " "импортируемого файла превышает максимально допустимый, заданный в настройках " -"PHP. Смотрите [doc@faq1_16]FAQ 1.16[/doc]." +"PHP. Смотрите [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2648,8 +2648,8 @@ msgid "Kill" msgstr "Завершить" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Может быть приблизительно. Смотрите [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Может быть приблизительно. Смотрите [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2784,9 +2784,9 @@ msgid "Unknown error in file upload." msgstr "При время загрузке файла произошла неизвестная ошибка." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Ошибка при перемещении загруженного файла, смотрите [doc@faq1_11]FAQ 1.11[/" +"Ошибка при перемещении загруженного файла, смотрите [doc@faq1-11]FAQ 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -14679,11 +14679,11 @@ msgstr "concurrent_insert установлен в 0" #~ msgstr "График был успешно создан." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Результат данного запроса не может быть использован для постройки " -#~ "графика. Смотрите [doc@faq6_29]FAQ 6.29[/doc]" +#~ "графика. Смотрите [doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Название" @@ -14719,10 +14719,10 @@ msgstr "concurrent_insert установлен в 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Обратите внимание, что не любая таблица результатов может быть сведена в " -#~ "диаграмму. Смотрите FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/si.po b/po/si.po index 38eb1529f847..fc012ac6baff 100644 --- a/po/si.po +++ b/po/si.po @@ -645,10 +645,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "ආනයනය සඳහා දත්ත කිසිවක් නොලැබුණි. ගොනුව ආනයනය සඳහා යොමු නොකිරීම හෝ යොමු කල ගොනුවේ " -"විශාලත්වය PHP වින්‍යාසයන්හි අනුමත ප්‍රමාණයට වැඩ විශාල වීම මීට හේතු විය හැකිය. [doc@faq1_16]" +"විශාලත්වය PHP වින්‍යාසයන්හි අනුමත ප්‍රමාණයට වැඩ විශාල වීම මීට හේතු විය හැකිය. [doc@faq1-16]" "FAQ 1.16[/doc] බලන්න." #: import.php:429 @@ -2582,8 +2582,8 @@ msgid "Kill" msgstr "නවතා දමන්න" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "සමහර විට ආසන්න වශයෙන්. [doc@faq3_11]FAQ 3.11[/doc] බලන්න" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "සමහර විට ආසන්න වශයෙන්. [doc@faq3-11]FAQ 3.11[/doc] බලන්න" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2711,8 +2711,8 @@ msgid "Unknown error in file upload." msgstr "ගොනුව උඩුගත කිරීමේදී දෝෂයක් ඇති විය." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "උඩුගත කෙරුණු ගොනුව ගෙන යාමේදී දෝෂයක් ඇති විය, [doc@faq1_11]FAQ 1.11[/doc] බලන්න" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "උඩුගත කෙරුණු ගොනුව ගෙන යාමේදී දෝෂයක් ඇති විය, [doc@faq1-11]FAQ 1.11[/doc] බලන්න" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -13755,10 +13755,10 @@ msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත" #~ msgstr "ප්‍රස්තාරය සාර්ථකව අඳින ලදි." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "මෙම විමසුම් ප්‍රතිඑලය ප්‍රස්තාරයක් ඇඳීමට භාවිතා කල නොහැක. [doc@faq6_29]FAQ 6.29[/doc] " +#~ "මෙම විමසුම් ප්‍රතිඑලය ප්‍රස්තාරයක් ඇඳීමට භාවිතා කල නොහැක. [doc@faq6-29]FAQ 6.29[/doc] " #~ "බලන්න" #~ msgid "Title" @@ -13789,10 +13789,10 @@ msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "සෑම ප්‍රතිඑලයක්ම ප්‍රස්තාරයක් ඇඳීමට භාවිතා කල නොහැක. FAQ 6.29 බලන්න" +#~ "html#faq6-29\" target=\"Documentation\">FAQ 6.29 බලන්න" #~ msgid "Add a New User" #~ msgstr "නව භාවිතා කරන්නෙක් එක් කරන්න" diff --git a/po/sk.po b/po/sk.po index ae37bde2f4d7..4eb90e655ff1 100644 --- a/po/sk.po +++ b/po/sk.po @@ -658,11 +658,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Neboli prijaté žiadne dáta na import. Buď nebol odoslaný žiadny súbor alebo " "jeho veľkosť prekročila maximálnu veľkosť povolenú v PHP konfigurácii. Pozri " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2625,8 +2625,8 @@ msgid "Kill" msgstr "Zabiť" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Môže byť nepresné. Viď [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Môže byť nepresné. Viď [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2758,8 +2758,8 @@ msgid "Unknown error in file upload." msgstr "Neznáma chyba pri nahrávaní súboru." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Chyba pri presune nahrávaného súboru, viď [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Chyba pri presune nahrávaného súboru, viď [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -13940,10 +13940,10 @@ msgstr "concurrent_insert je nastavené na 0" #~ msgstr "Graf bol úspešne vytvorený." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "Výsledok tohto dopytu nemôže byť použitý pre graf. Viď [doc@faq6_29]FAQ " +#~ "Výsledok tohto dopytu nemôže byť použitý pre graf. Viď [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgid "Add a New User" diff --git a/po/sl.po b/po/sl.po index a5256148e200..b1d4e69f5595 100644 --- a/po/sl.po +++ b/po/sl.po @@ -652,11 +652,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Za uvoz ni bilo prejetih podatkov. Ali ime datoteke ni bilo določeno ali pa " "je velikost datoteke presegala največjo velikost, dovoljeno v konfiguraciji " -"PHP. Glej [doc@faq1_16]FAQ 1.16[/doc]." +"PHP. Glej [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2631,8 +2631,8 @@ msgid "Kill" msgstr "Prekini proces" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Morda je približno. Glej [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Morda je približno. Glej [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2761,9 +2761,9 @@ msgid "Unknown error in file upload." msgstr "Neznana napaka pri nalaganju datoteke." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Napaka pri premikanju naložene datoteke, glej [doc@faq1_11]FAQ 1.11[/doc]" +"Napaka pri premikanju naložene datoteke, glej [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14490,11 +14490,11 @@ msgstr "concurrent_insert je nastavljeno na 0" #~ msgstr "Grafikon je uspešno ustvarjen." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" #~ "Rezultata te poizvedbe ni mogoče uporabiti za grafikon. Oglejte si " -#~ "[doc@faq6_29]FAQ 6.29[/doc]" +#~ "[doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Naslov" @@ -14530,10 +14530,10 @@ msgstr "concurrent_insert je nastavljeno na 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Pomnite, da vseh tabel rezultatov ni mogoče uporabiti v grafikonu. " -#~ "Oglejte si FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/sq.po b/po/sq.po index 77e7258e09e9..406f575da438 100644 --- a/po/sq.po +++ b/po/sq.po @@ -671,7 +671,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2835,7 +2835,7 @@ msgid "Kill" msgstr "Hiq" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2966,7 +2966,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/sr.po b/po/sr.po index 3f2502c604af..2a378d8ff06c 100644 --- a/po/sr.po +++ b/po/sr.po @@ -684,11 +684,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Нису примљени никави подаци за увоз. Или није био наведен назив датотеке, " "или величина датотеке превазилази максималну величину дозвољену у вашој " -"конфигурацији PHP-а. Погледајте. See [doc@faq1_16]FAQ 1.16[/doc]." +"конфигурацији PHP-а. Погледајте. See [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2875,8 +2875,8 @@ msgid "Kill" msgstr "Обустави" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Може бити приближно. Видите [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Може бити приближно. Видите [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3010,9 +3010,9 @@ msgid "Unknown error in file upload." msgstr "Непозната грешка при слању датотеке." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Грешка у премештању примљене датотеке, погледајте [doc@faq1_11]FAQ 1.11[/doc]" +"Грешка у премештању примљене датотеке, погледајте [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14362,7 +14362,7 @@ msgstr "макс. истовремених веза" #~ msgstr "Привилегије су успешно поново учитане." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Може бити приближно. Видите FAQ 3.11" diff --git a/po/sr@latin.po b/po/sr@latin.po index c4b8c89d34fd..0f0247cfa887 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -655,11 +655,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Nisu primljeni nikavi podaci za uvoz. Ili nije bio naveden naziv datoteke, " "ili veličina datoteke prevazilazi maksimalnu veličinu dozvoljenu u vašoj " -"konfiguraciji PHP-a. Pogledajte. See [doc@faq1_16]FAQ 1.16[/doc]." +"konfiguraciji PHP-a. Pogledajte. See [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2628,8 +2628,8 @@ msgid "Kill" msgstr "Obustavi" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Može biti približno. Vidite [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Može biti približno. Vidite [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2762,9 +2762,9 @@ msgid "Unknown error in file upload." msgstr "Nepoznata greška pri slanju datoteke." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Greška u premeštanju primljene datoteke, pogledajte [doc@faq1_11]FAQ 1.11[/" +"Greška u premeštanju primljene datoteke, pogledajte [doc@faq1-11]FAQ 1.11[/" "doc]" #: libraries/File.class.php:493 @@ -13609,7 +13609,7 @@ msgstr "concurrent_insert je postavljeno na 0" #~ msgstr "Privilegije su uspešno ponovo učitane." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Može biti približno. Vidite FAQ 3.11" diff --git a/po/sv.po b/po/sv.po index f6faa7503869..5c8c365bbd33 100644 --- a/po/sv.po +++ b/po/sv.po @@ -649,11 +649,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Inga data att importera mottogs. Antingen angavs inget filnamn eller så " "översteg filens storlek den maximalt tillåtna storleken i din PHP-" -"konfiguration. Se [doc@faq1_16]FAQ 1.16[/doc]." +"konfiguration. Se [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2617,8 +2617,8 @@ msgid "Kill" msgstr "Döda" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Kan vara ungefärligt. Se [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Kan vara ungefärligt. Se [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2748,8 +2748,8 @@ msgid "Unknown error in file upload." msgstr "Okänt fel i filuppladdning." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Fel vid flytt av uppladdad fil, se [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Fel vid flytt av uppladdad fil, se [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14464,11 +14464,11 @@ msgstr "concurrent_insert är satt till 0" #~ msgstr "Diagram skapadesframgångsrikt." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "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]" +#~ "[doc@faq6-29]FAQ 6.29[/doc]" #~ msgid "Title" #~ msgstr "Titel" @@ -14503,10 +14503,10 @@ msgstr "concurrent_insert är satt till 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Notera att inte alla resultattabeller kan läggas till diagrammet. Se FAQ 6.29FAQ 6.29" #~ msgid "Add a New User" diff --git a/po/ta.po b/po/ta.po index 8556c9cb6f01..7ee0322fac91 100644 --- a/po/ta.po +++ b/po/ta.po @@ -653,7 +653,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2628,7 +2628,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2758,7 +2758,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/te.po b/po/te.po index 335ecd131e75..5a547e5abacb 100644 --- a/po/te.po +++ b/po/te.po @@ -656,7 +656,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2724,7 +2724,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2857,7 +2857,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/th.po b/po/th.po index ec36dbf5bf15..043778eaa9a6 100644 --- a/po/th.po +++ b/po/th.po @@ -639,10 +639,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "ไม่มีข้อมูลสำหรับการนำเข้า อาจจะไม่ได้ใส่ชื่อไฟล์ หรือขนาดไฟล์เกินขนาดสูงสุดที่ระบบตั้งไว้ " -"กรุณาแก้ไขไฟล์ตั้งค่าของ PHP ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1_16]FAQ 1.16[/doc]" +"กรุณาแก้ไขไฟล์ตั้งค่าของ PHP ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1-16]FAQ 1.16[/doc]" #: import.php:429 msgid "" @@ -2610,7 +2610,7 @@ msgid "Kill" msgstr "ฆ่าทิ้ง" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2741,8 +2741,8 @@ msgid "Unknown error in file upload." msgstr "ไม่ทราบข้อผิดพลาดของไฟล์ที่จะอัพโหลด" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/tk.po b/po/tk.po index 4071ad2af24d..f9fd5b7987e9 100644 --- a/po/tk.po +++ b/po/tk.po @@ -645,7 +645,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2537,7 +2537,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2665,7 +2665,7 @@ msgid "Unknown error in file upload." msgstr "" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 diff --git a/po/tr.po b/po/tr.po index 32da26296e63..f4ceb64f746c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -649,11 +649,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "İçe aktarmak için veri alınmadı. Ya gönderilen dosya adı yok ya da dosya " "boyutu PHP yapılandırmanız tarafından izin verilen en fazla boyutu aştı. " -"[doc@faq1_16]SSS 1.16[/doc]'ya bakın." +"[doc@faq1-16]SSS 1.16[/doc]'ya bakın." #: import.php:429 msgid "" @@ -2627,8 +2627,8 @@ msgid "Kill" msgstr "Sonlandır" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Yaklaşık olabilir. [doc@faq3_11]SSS 3.11[/doc]'e bakın" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Yaklaşık olabilir. [doc@faq3-11]SSS 3.11[/doc]'e bakın" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2759,8 +2759,8 @@ msgid "Unknown error in file upload." msgstr "Dosya göndermede bilinmeyen hata oldu." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Gönderilen dosyayı taşıma hatası, [doc@faq1_11]SSS 1.11[/doc]'e bakın" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Gönderilen dosyayı taşıma hatası, [doc@faq1-11]SSS 1.11[/doc]'e bakın" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14633,10 +14633,10 @@ msgstr "concurrent_insert 0'a ayarlı" #~ msgstr "Çizelge başarılı olarak oluşturuldu." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "Bu sorgunun sonucu çizelge için kullanılamaz. [doc@faq6_29]SSS 6.29[/" +#~ "Bu sorgunun sonucu çizelge için kullanılamaz. [doc@faq6-29]SSS 6.29[/" #~ "doc]'a bakın" #~ msgid "Title" @@ -14672,10 +14672,10 @@ msgstr "concurrent_insert 0'a ayarlı" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" #~ "Unutmayın, her sonuç tablosu çizelgeye koyulamayabilir. SSS 6.29'a bakın" +#~ "Documentation.html#faq6-29\" target=\"Belge\">SSS 6.29'a bakın" #~ msgid "Add a New User" #~ msgstr "Yeni Kullanıcı Ekle" diff --git a/po/tt.po b/po/tt.po index a561de9e622a..41ec1e51ac3d 100644 --- a/po/tt.po +++ b/po/tt.po @@ -675,7 +675,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2854,8 +2854,8 @@ msgid "Kill" msgstr "Üter" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Törle buluı bar. [doc@faq3_11]YBS 3.11[/doc] qarísı" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Törle buluı bar. [doc@faq3-11]YBS 3.11[/doc] qarísı" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2986,7 +2986,7 @@ msgstr "" #: libraries/File.class.php:475 #, fuzzy -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "Törle buluı bar. YBS 3.11 qarísı" #: libraries/File.class.php:493 @@ -14094,7 +14094,7 @@ msgstr "" #~ msgstr "Bu xoquqlarnı yökläw uñışlı uzdı." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "Törle buluı bar. YBS 3.11 qarísı" diff --git a/po/ug.po b/po/ug.po index 1e5c31b99adb..c9928eb14724 100644 --- a/po/ug.po +++ b/po/ug.po @@ -666,7 +666,7 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" #: import.php:429 @@ -2760,8 +2760,8 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3_11]FAQ 3.11[/doc] غا قاراڭ." +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3-11]FAQ 3.11[/doc] غا قاراڭ." #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2894,7 +2894,7 @@ msgid "Unknown error in file upload." msgstr "ھۆججەت يۈكلەشتە ئېنىقسىز خاتالىق كۆرۈلدى." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" #: libraries/File.class.php:493 @@ -13553,9 +13553,9 @@ msgstr "" #~ msgstr "سېكنۇت" #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3_11]FAQ 3.11[/doc] غا قاراڭ." +#~ msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3-11]FAQ 3.11[/doc] غا قاراڭ." #~ msgid "Create User" #~ msgstr "نەشىرنى قۇىماق" diff --git a/po/uk.po b/po/uk.po index 3b14303d7a20..13faf4593976 100644 --- a/po/uk.po +++ b/po/uk.po @@ -665,11 +665,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Даних для імпорту небуло отримано. Назви файлу не було вказано або розмір " "файлу перевищив допустимий максимум для вашої PHP конфігурації. Дивіться " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2705,7 +2705,7 @@ msgid "Kill" msgstr "Вбити" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2841,8 +2841,8 @@ msgid "Unknown error in file upload." msgstr "Невідома помилка при завантаженні файлу." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "Помилка прі переміщенні файлу, дивись [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "Помилка прі переміщенні файлу, дивись [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/ur.po b/po/ur.po index d30c13c26847..3b0089819a1b 100644 --- a/po/ur.po +++ b/po/ur.po @@ -676,11 +676,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "درآمد کے لیے کوئی کوائف نہیں ملا۔ ممکن ہے کہ مسل نام بھیجا نہ گیا ہو یا مسل " "سائز مقررہ حد سے تجاوز کرگئی ہو جو آپ کے PHP تشکیل میں ہے۔ دیکھیں" -"[doc@faq1_16]عمومی سوالات 1.16[/doc]." +"[doc@faq1-16]عمومی سوالات 1.16[/doc]." #: import.php:429 msgid "" @@ -2771,7 +2771,7 @@ msgid "Kill" msgstr "" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgstr "" #: libraries/DisplayResults.class.php:4894 @@ -2905,9 +2905,9 @@ msgid "Unknown error in file upload." msgstr "اپ لوڈ مسل میں نامعلوم نقص ہے۔" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"اپ لوڈ مسل کو بڑھاتے ہوئے نقص ہے, دیکھیں [doc@faq1_11]عمومی سوالات 1.11[/doc]" +"اپ لوڈ مسل کو بڑھاتے ہوئے نقص ہے, دیکھیں [doc@faq1-11]عمومی سوالات 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." diff --git a/po/uz.po b/po/uz.po index c24e7ef00982..6dc1f63ad0b2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -677,11 +677,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Импорт қилиш имкони йўқ. Сабаблар: импорт файли танланмаган; импорт " "қилинаётган файл ҳажми PHP конфигурацион файлида кўрсатилган максимал " -"қийматдан катта. Қаранг: [doc@faq1_16]FAQ 1.16[/doc]." +"қийматдан катта. Қаранг: [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2939,8 +2939,8 @@ msgid "Kill" msgstr "Тугатиш" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Тахминий бўлиши мумкин. [doc@faq3_11]\"FAQ 3.11\"[/doc]га қаранг" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Тахминий бўлиши мумкин. [doc@faq3-11]\"FAQ 3.11\"[/doc]га қаранг" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3077,9 +3077,9 @@ msgid "Unknown error in file upload." msgstr "Файл юкланаётган вақтда номаълум хатолик юз берди." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Юкланган файл жойини ўзгартиришда хатолик, [doc@faq1_11]\"FAQ 1.11\"[/doc]га " +"Юкланган файл жойини ўзгартиришда хатолик, [doc@faq1-11]\"FAQ 1.11\"[/doc]га " "қаранг" #: libraries/File.class.php:493 @@ -15272,9 +15272,9 @@ msgstr "Максимал уланишлар сони " #~ msgstr "Привилегиялар муваффақиятли қайта юкланди." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "Тахминий бўлиши мумкин. [doc@faq3_11]\"FAQ 3.11\"[/doc]га қаранг" +#~ msgstr "Тахминий бўлиши мумкин. [doc@faq3-11]\"FAQ 3.11\"[/doc]га қаранг" #~ msgid "Add a New User" #~ msgstr "Янги фойдаланувчи қўшиш" diff --git a/po/uz@latin.po b/po/uz@latin.po index 2fa87ef95f7f..080aa1e8563d 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -679,11 +679,11 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Import qilish imkoni yo‘q. Sabablar: import fayli tanlanmagan; import " "qilinayotgan fayl hajmi PHP konfiguratsion faylida ko‘rsatilgan maksimal " -"qiymatdan katta. Qarang: [doc@faq1_16]FAQ 1.16[/doc]." +"qiymatdan katta. Qarang: [doc@faq1-16]FAQ 1.16[/doc]." #: import.php:429 msgid "" @@ -2949,8 +2949,8 @@ msgid "Kill" msgstr "Tugatish" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3_11]\"FAQ 3.11\"[/doc]ga qarang" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3-11]\"FAQ 3.11\"[/doc]ga qarang" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -3087,9 +3087,9 @@ msgid "Unknown error in file upload." msgstr "Fayl yuklanayotgan vaqtda noma`lum xatolik yuz berdi." #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Yuklangan fayl joyini o‘zgartirishda xatolik, [doc@faq1_11]\"FAQ 1.11\"[/doc]" +"Yuklangan fayl joyini o‘zgartirishda xatolik, [doc@faq1-11]\"FAQ 1.11\"[/doc]" "ga qarang" #: libraries/File.class.php:493 @@ -15335,9 +15335,9 @@ msgstr "Maksimal ulanishlar soni " #~ msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi." #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" -#~ msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3_11]\"FAQ 3.11\"[/doc]ga qarang" +#~ msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3-11]\"FAQ 3.11\"[/doc]ga qarang" #~ msgid "Add a New User" #~ msgstr "Yangi foydalanuvchi qo‘shish" diff --git a/po/zh_CN.po b/po/zh_CN.po index 6e3024e98152..a4bbc39d425f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -646,10 +646,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "没有接收到要导入的数据。可能是文件名没有提交,也可能是文件大小超出 PHP 限制。" -"参见 [doc@faq1_16]FAQ 1.16[/doc]。" +"参见 [doc@faq1-16]FAQ 1.16[/doc]。" #: import.php:429 msgid "" @@ -2594,8 +2594,8 @@ msgid "Kill" msgstr "杀死" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "可能接近。参见 [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "可能接近。参见 [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2722,8 +2722,8 @@ msgid "Unknown error in file upload." msgstr "上传文件时发生未知错误。" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "移动上传文件时发生错误,参见 [doc@faq1_11]FAQ 1.11[/doc]" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "移动上传文件时发生错误,参见 [doc@faq1-11]FAQ 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -13924,10 +13924,10 @@ msgstr "concurrent_insert 被设为 0" #~ msgstr "图表生成成功。" #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "该查询的结果不能用于图表。参见[doc@faq6_29]常见问题 (FAQ) 6.29[/doc]" +#~ "该查询的结果不能用于图表。参见[doc@faq6-29]常见问题 (FAQ) 6.29[/doc]" #~ msgid "Title" #~ msgstr "标题" @@ -13958,9 +13958,9 @@ msgstr "concurrent_insert 被设为 0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" -#~ "请注意不是所有的结果表都能绘图。参见常见问题 (FAQ) 6.29" #~ msgid "Add a New User" diff --git a/po/zh_TW.po b/po/zh_TW.po index e19d1d925a18..b3fe11b4db2b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -646,10 +646,10 @@ msgstr "" msgid "" "No data was received to import. Either no file name was submitted, or the " "file size exceeded the maximum size permitted by your PHP configuration. See " -"[doc@faq1_16]FAQ 1.16[/doc]." +"[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "沒有接收到要匯入的資料。可能是檔案名稱沒有送出,也可能是檔案大小超出 PHP 限制" -"參見 [doc@faq1_16]FAQ 1.16[/doc]" +"參見 [doc@faq1-16]FAQ 1.16[/doc]" #: import.php:429 msgid "" @@ -2720,8 +2720,8 @@ msgid "Kill" msgstr "中止" #: libraries/DisplayResults.class.php:4498 libraries/structure.lib.php:778 -msgid "May be approximate. See [doc@faq3_11]FAQ 3.11[/doc]" -msgstr "可能接近。參見 [doc@faq3_11]FAQ 3.11[/doc]" +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" +msgstr "可能接近。參見 [doc@faq3-11]FAQ 3.11[/doc]" #: libraries/DisplayResults.class.php:4894 msgid "in query" @@ -2848,8 +2848,8 @@ msgid "Unknown error in file upload." msgstr "上傳檔案時發生未知錯誤" #: libraries/File.class.php:475 -msgid "Error moving the uploaded file, see [doc@faq1_11]FAQ 1.11[/doc]" -msgstr "移動上傳文件時發生錯誤,參見 [doc@faq1_11]FAQ 1.11[/doc]。" +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" +msgstr "移動上傳文件時發生錯誤,參見 [doc@faq1-11]FAQ 1.11[/doc]。" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -14330,10 +14330,10 @@ msgstr "concurrent_insert設置為0" #~ msgstr "圖表產生成功" #~ msgid "" -#~ "The result of this query can't be used for a chart. See [doc@faq6_29]FAQ " +#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "該查詢的結果不能用於圖表。參見[doc@faq6_29]常見問題 (FAQ) 6.29[/doc]" +#~ "該查詢的結果不能用於圖表。參見[doc@faq6-29]常見問題 (FAQ) 6.29[/doc]" #~ msgid "Title" #~ msgstr "標題" @@ -14364,9 +14364,9 @@ msgstr "concurrent_insert設置為0" #~ msgid "" #~ "Note that not every result table can be put to the chart. See FAQ 6.29" +#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29" #~ msgstr "" -#~ "請注意不是所有的結果表都能繪圖。參見常見問題 (FAQ) 6.29" #~ msgid "Add a New User"