diff --git a/db_structure.php b/db_structure.php
index 9d3b5a6b1a..e232da44e4 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -83,7 +83,7 @@ $titles = PMA_Util::buildActionTitles();
if ($num_tables == 0) {
$response->addHTML(
- '
' . __('No tables found in database') . '
' . "\n"
+ '' . __('No tables found in database.') . '
' . "\n"
);
if (empty($db_is_information_schema)) {
ob_start();
diff --git a/js/messages.php b/js/messages.php
index fb103a1859..447dd9b25b 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -256,7 +256,7 @@ $js_messages['enum_hint'] =__('Enter each value in a separate field');
$js_messages['enum_addValue'] =__('Add %d value(s)');
/* For import.js */
-$js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, they will be combined into one');
+$js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, they will be combined into one.');
/* For sql.js */
$js_messages['strHideQueryBox'] = __('Hide query box');
diff --git a/libraries/Index.class.php b/libraries/Index.class.php
index b2f1726a64..3540a4ee10 100644
--- a/libraries/Index.class.php
+++ b/libraries/Index.class.php
@@ -605,7 +605,7 @@ class PMA_Index
. PMA_Util::backquote($table) . ' DROP INDEX '
. PMA_Util::backquote($index->getName()) . ';';
$this_params['message_to_show'] = sprintf(
- __('Index %s has been dropped'), $index->getName()
+ __('Index %s has been dropped.'), $index->getName()
);
$js_msg = PMA_jsFormat(
diff --git a/libraries/Util.class.php b/libraries/Util.class.php
index 51a5921f40..f4ce701e97 100644
--- a/libraries/Util.class.php
+++ b/libraries/Util.class.php
@@ -3438,7 +3438,7 @@ class PMA_Util
if ($files === false) {
PMA_Message::error(
- __('The directory you set for upload work cannot be reached')
+ __('The directory you set for upload work cannot be reached.')
)->display();
} elseif (! empty($files)) {
$block_html .= "\n"
diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php
index a8d4f6510c..21557db76e 100644
--- a/libraries/insert_edit.lib.php
+++ b/libraries/insert_edit.lib.php
@@ -1180,7 +1180,7 @@ function PMA_getSelectOptionForUpload($vkey, $column)
if ($files === false) {
return '' . __('Error') . '
' . "\n"
- . __('The directory you set for upload work cannot be reached') . "\n";
+ . __('The directory you set for upload work cannot be reached.') . "\n";
} elseif (!empty($files)) {
return "
\n"
. '' . __('Or') . '' . ' '
diff --git a/libraries/plugins/auth/swekey/swekey.auth.lib.php b/libraries/plugins/auth/swekey/swekey.auth.lib.php
index 2231de469d..ec2abb4bb6 100644
--- a/libraries/plugins/auth/swekey/swekey.auth.lib.php
+++ b/libraries/plugins/auth/swekey/swekey.auth.lib.php
@@ -173,7 +173,7 @@ function Swekey_auth_error()
$res = Swekey_CheckOtp($swekey_id, $_SESSION['SWEKEY']['RND_TOKEN'], $swekey_otp);
unset($_SESSION['SWEKEY']['RND_TOKEN']);
if (! $res) {
- $result = __('Hardware authentication failed') . ' (' . Swekey_GetLastError() . ')';
+ $result = __('Hardware authentication failed!') . ' (' . Swekey_GetLastError() . ')';
} else {
$_SESSION['SWEKEY']['AUTHENTICATED_SWEKEY'] = $swekey_id;
$_SESSION['SWEKEY']['FORCE_USER'] = $_SESSION['SWEKEY']['VALID_SWEKEYS'][$swekey_id];
@@ -193,7 +193,7 @@ function Swekey_auth_error()
$_SESSION['SWEKEY']['RND_TOKEN'] = Swekey_GetFastRndToken();
if (strlen($_SESSION['SWEKEY']['RND_TOKEN']) != 64) {
- $result = __('Hardware authentication failed') . ' (' . Swekey_GetLastError() . ')';
+ $result = __('Hardware authentication failed!') . ' (' . Swekey_GetLastError() . ')';
unset($_SESSION['SWEKEY']['CONF_LOADED']); // reload the conf file
}
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php
index 22e52156cc..3054a60d0a 100644
--- a/libraries/sql_query_form.lib.php
+++ b/libraries/sql_query_form.lib.php
@@ -480,7 +480,7 @@ function PMA_sqlQueryFormUpload()
echo '';
if ($files === false) {
- $errors[] = PMA_Message::error(__('The directory you set for upload work cannot be reached'));
+ $errors[] = PMA_Message::error(__('The directory you set for upload work cannot be reached.'));
} elseif (!empty($files)) {
echo '';
echo '' . __('web server upload directory:') .'' . "\n";
diff --git a/po/af.po b/po/af.po
index a05bb069da..c8841556b1 100644
--- a/po/af.po
+++ b/po/af.po
@@ -388,7 +388,7 @@ msgstr "Toegang Geweier"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Geen tabelle in databasis gevind nie."
#: db_tracking.php:73
@@ -1728,7 +1728,7 @@ msgstr "Voeg 'n nuwe gebruiker by"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3012,7 +3012,7 @@ msgstr "Die primere sleutel is verwyder"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s is verwyder"
#: libraries/Index.class.php:731
@@ -3950,7 +3950,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -8027,7 +8027,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ar.po b/po/ar.po
index c853055fbf..e30b3a321c 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -391,7 +391,7 @@ msgid "Access denied"
msgstr "ممنوع الوصول"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "لم يعثر على جداول في قاعدة البيانات"
#: db_tracking.php:73
@@ -1659,7 +1659,7 @@ msgstr "إضافة قيمة/قيم %d"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "ملاحظة: إذا كان الملف يحتوي على جداول متعددة , فإنها سوف تتجمع في واحد"
#: js/messages.php:262
@@ -2853,7 +2853,7 @@ msgstr "لقد تم حذف المفتاح الأساسي"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "تم حذف الفهرس %s"
#: libraries/Index.class.php:731
@@ -3782,7 +3782,7 @@ msgstr "إختر مجلد الرفع من الخادم %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "لا يمكن الوصول إلى الدليل اللذي عينته لعمل التحميل"
#: libraries/Util.class.php:3452
@@ -7788,7 +7788,7 @@ msgstr "الملف %s لايحتوي على أي مفتاح تعريف"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "فشلت المصادقة المحسوسة"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/az.po b/po/az.po
index 3d62248a78..87daa8de46 100644
--- a/po/az.po
+++ b/po/az.po
@@ -391,7 +391,7 @@ msgstr "Giriş Tesdiq Edilmedi"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Me'lumat bazasında cedvel yoxdur."
#: db_tracking.php:73
@@ -1760,7 +1760,7 @@ msgstr "Yeni İstifadeçi elave Et"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3049,7 +3049,7 @@ msgstr "Birinci dereceli açar leğv edildi"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "%s indeksi leğv edildi"
#: libraries/Index.class.php:731
@@ -3998,7 +3998,7 @@ msgstr "web-server upload direktoriyası"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Upload işleri üçün te'yin etdiyiniz direktoriya tapılmadı"
#: libraries/Util.class.php:3452
@@ -8137,7 +8137,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/be.po b/po/be.po
index 7e62b0b069..591e4e32de 100644
--- a/po/be.po
+++ b/po/be.po
@@ -397,7 +397,7 @@ msgstr "У доступе адмоўлена"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "У базе дадзеных табліц ня выяўлена."
#: db_tracking.php:73
@@ -1831,7 +1831,7 @@ msgstr "Дадаць новага карыстальніка"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3135,7 +3135,7 @@ msgstr "Першасны ключ быў выдалены"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Індэкс %s быў выдалены"
#: libraries/Index.class.php:731
@@ -4097,7 +4097,7 @@ msgstr "тэчка вэб-сэрвэра для загрузкі файлаў"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў"
#: libraries/Util.class.php:3452
@@ -8369,7 +8369,7 @@ msgstr "Файл %s ня ўтрымлівае ніякага ідэнтыфік
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/be@latin.po b/po/be@latin.po
index 3581223cab..4c28ef3b3b 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -398,7 +398,7 @@ msgstr "U dostupie admoŭlena"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "U bazie dadzienych tablic nia vyjaŭlena."
#: db_tracking.php:73
@@ -1837,7 +1837,7 @@ msgstr "Dadać novaha karystalnika"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3149,7 +3149,7 @@ msgstr "Pieršasny kluč byŭ vydaleny"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s byŭ vydaleny"
#: libraries/Index.class.php:731
@@ -4114,7 +4114,7 @@ msgstr "tečka web-servera dla zahruzki fajłaŭ"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ"
#: libraries/Util.class.php:3452
@@ -8368,7 +8368,7 @@ msgstr "Fajł %s nia ŭtrymlivaje nijakaha identyfikatara kluča"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Aparatnaja aŭtentyfikacyja skončyłasia niaŭdała"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/bg.po b/po/bg.po
index ba7dc6854d..6a4737ca44 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "Отказан достъп"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "В БД няма таблици"
#: db_tracking.php:73
@@ -1686,7 +1686,7 @@ msgstr "Добавяне %d стойност(и)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Заб.: Ако файлът съдържа няколко таблици, те ще бъдат обединени"
#: js/messages.php:262
@@ -2885,7 +2885,7 @@ msgstr "Главният ключ беше изтрит"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Индекс %s беше изтрит"
#: libraries/Index.class.php:731
@@ -3808,7 +3808,7 @@ msgstr "Избор от директорията за качване %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Папката, която сте указали за качване е недостъпна"
#: libraries/Util.class.php:3452
@@ -7896,7 +7896,7 @@ msgstr "Файлът %s не съдържа идентификатор на кл
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Неуспешно хардуерно удостоверяване"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/bn.po b/po/bn.po
index f6cdf1be3d..9c91524dcf 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -384,7 +384,7 @@ msgid "Access denied"
msgstr "প্রবেশ করা যাচ্ছে না"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "ডাটাবেইজে কোন টেবিল পাওয়া যায়নি"
#: db_tracking.php:73
@@ -1669,7 +1669,7 @@ msgstr "%d মান যোগ কর"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "টিকা: যদি ফাইলটিতে একাধিক টেবিল থাকে, ওই গুলো একটিতে পরিনত হবে"
#: js/messages.php:262
@@ -2844,7 +2844,7 @@ msgstr "প্রাথমিক কী মুছা হয়েছে"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "ইনডেক্স %s মুছা হয়েছে"
#: libraries/Index.class.php:731
@@ -3802,7 +3802,7 @@ msgstr "ওয়েভ সার্ভারের আপলোড ডিরেক
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "আপলোড করার জন্য নির্ধারিত ডিরেক্টরীটি পাওয়া যাচ্ছে না"
#: libraries/Util.class.php:3452
@@ -7896,7 +7896,7 @@ msgstr "ফাইল %s এ কোন কী আইডি নাই"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "যান্ত্রীক প্রমানীকরণ ব্যার্থ"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/br.po b/po/br.po
index ed18d99307..e6109b158b 100644
--- a/po/br.po
+++ b/po/br.po
@@ -392,7 +392,7 @@ msgid "Access denied"
msgstr "Moned nac'het"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "N'eus bet kavet taolenn ebet en diaz roadennoù."
#: db_tracking.php:73
@@ -1718,7 +1718,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Notenn : ma vez meur a daolenn er restr e vint unanet."
#: js/messages.php:262
@@ -2928,7 +2928,7 @@ msgstr "Diverket eo bet an alc'hwez kentidik"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Diverket eo bet ar meneger %s."
#: libraries/Index.class.php:731
@@ -3863,7 +3863,7 @@ msgstr "Diuzit e-mesk kavlec'h pellgargañ ar servijer web %s :"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Ar c'havlec'h treuzkas n'hall ket bezañ diraezet."
#: libraries/Util.class.php:3452
@@ -7903,7 +7903,7 @@ msgstr "N'eus anaouder alc'hwez ebet er restr %s"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "C'hwitet eo bet dilesadur ar periant."
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/bs.po b/po/bs.po
index e27f145d2c..7bc0e015a4 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -386,7 +386,7 @@ msgid "Access denied"
msgstr "Ulaz nije dozvoljen"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nema pronađenih tabela u bazi"
#: db_tracking.php:73
@@ -1750,7 +1750,7 @@ msgstr "Dodaj novog korisnika"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3040,7 +3040,7 @@ msgstr "Primarni ključ je obrisan"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Ključ %s je obrisan"
#: libraries/Index.class.php:731
@@ -3986,7 +3986,7 @@ msgstr "direkcija za slanje web servera "
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Direkcija koju ste izabrali za slanje nije dostupna"
#: libraries/Util.class.php:3452
@@ -8120,7 +8120,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ca.po b/po/ca.po
index 28b81e3a1e..865f51ebff 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "Accés denegat"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Base de dades sense taules"
#: db_tracking.php:73
@@ -1711,7 +1711,7 @@ msgstr "Afegir %d valors"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Nota: Si l'arxiu conté múltiples taules, es combinaran en una"
#: js/messages.php:262
@@ -2902,7 +2902,7 @@ msgstr "S'ha esborrat la clau principal"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "S'ha esborrat l'índex %s"
#: libraries/Index.class.php:731
@@ -3895,7 +3895,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "No està disponible el directori indicat per pujar arxius"
#: libraries/Util.class.php:3452
@@ -8135,7 +8135,7 @@ msgstr "L 'arxiu %s no conté cap identificació de clau"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Error a l'autenticació de maquinari"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ckb.po b/po/ckb.po
index 6c9c3386e8..315445f403 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -390,7 +390,7 @@ msgid "Access denied"
msgstr "ڕێگەنەدرا بە بینین"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "هیچ خشتەیەک نەدۆزرایەوە لە بنکەی دراو"
#: db_tracking.php:73
@@ -1651,7 +1651,7 @@ msgstr "نرخ(کان)ی %d زیادبکە"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"تێبینی: ئەگەر فایلەکە چەند خشتەیەکی تێدابێت، ئەوا تێکەڵی یەک دەکرێن بۆ یەک "
"دانە"
@@ -2823,7 +2823,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3734,7 +3734,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7639,7 +7639,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/cs.po b/po/cs.po
index c771fe3580..c47ba3bcd3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -379,7 +379,7 @@ msgid "Access denied"
msgstr "Přístup odepřen"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "V databázi nebyly nalezeny žádné tabulky"
#: db_tracking.php:73
@@ -1660,7 +1660,7 @@ msgstr "Přidat %d hodnot"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Poznámka: Pokud soubor obsahuje více tabulek, budou sloučeny do jedné"
#: js/messages.php:262
@@ -2826,7 +2826,7 @@ msgstr "Primární klíč byl odstraněn"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Klíč %s byl odstraněn"
#: libraries/Index.class.php:731
@@ -3781,7 +3781,7 @@ msgstr "Zvolte soubor z adresáře pro upload na serveru %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Adresář určený pro upload souborů nemohl být otevřen"
#: libraries/Util.class.php:3452
@@ -7906,7 +7906,7 @@ msgstr "Soubor %s neobsahuje ID klíče"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardwarové přihlašování selhala"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/cy.po b/po/cy.po
index 0caa01e43c..f016854204 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -392,7 +392,7 @@ msgid "Access denied"
msgstr "Mynediad wedi'i wrthod"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata"
#: db_tracking.php:73
@@ -1803,7 +1803,7 @@ msgstr "Ychwanegwch weinydd newydd"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3048,7 +3048,7 @@ msgstr "Cafodd yr allwedd gynradd ei gollwng"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Cafodd indecs %s ei ollwng"
#: libraries/Index.class.php:731
@@ -4000,7 +4000,7 @@ msgstr "cyfeiriadur lanlwytho y gweinydd gwe"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
"Does dim modd cyrraedd y cyfeiriadur a osodoch chi ar gyfer gwaith a "
"lanwlythwyd"
@@ -8142,7 +8142,7 @@ msgstr "Nid yw ffeil %s yn cynnwys unrhyw id allwedd"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Dilysu caledwedd wedi methu"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9526,7 +9526,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
@@ -9560,7 +9560,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
@@ -9594,7 +9594,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
diff --git a/po/da.po b/po/da.po
index 02e10b3d1d..57d577f90e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -375,7 +375,7 @@ msgid "Access denied"
msgstr "Adgang nægtet"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Ingen tabeller fundet i databasen"
#: db_tracking.php:73
@@ -1663,7 +1663,7 @@ msgstr "Tilføj %d værdi(er)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Note: Hvis filen indeholder flere tabeller, vil de blive kombineret til én"
@@ -2835,7 +2835,7 @@ msgstr "Primærnøglen er slettet"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s er blevet slettet"
#: libraries/Index.class.php:731
@@ -3814,7 +3814,7 @@ msgstr "Vælg fra %s - webserverens upload-mappe:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Mappen du har sat til upload-arbejde kan ikke findes"
#: libraries/Util.class.php:3452
@@ -7967,7 +7967,7 @@ msgstr "Filen %s indeholder ikke noget nøgle-id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardwareautentifikation mislykkedes"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/de.po b/po/de.po
index f90c114f25..4dbb5f9434 100644
--- a/po/de.po
+++ b/po/de.po
@@ -383,7 +383,7 @@ msgid "Access denied"
msgstr "Zugriff verweigert"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Diese Datenbank enthält keine Tabellen"
#: db_tracking.php:73
@@ -1717,7 +1717,7 @@ msgstr "%d Wert(e) hinzufügen"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Hinweis: Wenn die Datei mehrere Tabellen enthält, werden diese in einer "
"einzigen Tabelle zusammengefasst"
@@ -2929,7 +2929,7 @@ msgstr "Der Primärschlüssel wurde gelöscht"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Index %s wurde entfernt"
#: libraries/Index.class.php:731
@@ -3923,7 +3923,7 @@ msgstr "Wählen Sie vom Webserver-Uploadverzeichnis %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden"
#: libraries/Util.class.php:3452
@@ -8168,7 +8168,7 @@ msgstr "Die Datei %s enthält keine Schlüsselnummer"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardware Authentisierung fehlgeschlagen"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/el.po b/po/el.po
index 6762861029..ab21f56027 100644
--- a/po/el.po
+++ b/po/el.po
@@ -376,7 +376,7 @@ msgid "Access denied"
msgstr "Άρνηση πρόσβασης"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Δεν βρέθηκαν πίνακες στη βάση δεδομένων"
#: db_tracking.php:73
@@ -1675,7 +1675,7 @@ msgstr "Προσθήκη %d τιμής(ών)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Σημείωση: Αν το αρχείο περιέχει πολλούς πίνακες, θα ενωθουν σε έναν"
#: js/messages.php:262
@@ -2852,7 +2852,7 @@ msgstr "Το πρωτεύον κλειδί διεγράφη"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Το ευρετήριο %s διεγράφη"
#: libraries/Index.class.php:731
@@ -3830,7 +3830,7 @@ msgstr "Επιλογή από το φάκελο αποστολής του δια
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
"Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί"
@@ -8041,7 +8041,7 @@ msgstr "Το αρχείο %s δεν περιέχει καμιά ταυτότητ
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Η επικύρωση του υλικού απέτυχε"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/en_GB.po b/po/en_GB.po
index 1c848c3da8..edebf04098 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -379,8 +379,8 @@ msgid "Access denied"
msgstr "Access denied"
#: db_structure.php:86
-msgid "No tables found in database"
-msgstr "No tables found in database"
+msgid "No tables found in database."
+msgstr "No tables found in database."
#: db_tracking.php:73
msgid "Tracked tables"
@@ -1673,9 +1673,9 @@ msgstr "Add %d value(s)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
#: js/messages.php:262
msgid "Hide query box"
@@ -2854,8 +2854,8 @@ msgstr "The primary key has been dropped"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
-msgstr "Index %s has been dropped"
+msgid "Index %s has been dropped."
+msgstr "Index %s has been dropped."
#: libraries/Index.class.php:731
#, php-format
@@ -3836,8 +3836,8 @@ msgstr "Select from the web server upload directory %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
-msgstr "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
+msgstr "The directory you set for upload work cannot be reached."
#: libraries/Util.class.php:3452
msgid "There are no files to upload"
@@ -8022,8 +8022,8 @@ msgstr "File %s does not contain any key id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
-msgstr "Hardware authentication failed"
+msgid "Hardware authentication failed!"
+msgstr "Hardware authentication failed!"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
msgid "No valid authentication key plugged"
diff --git a/po/es.po b/po/es.po
index 3a43073b00..a7c3c53dc6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -379,7 +379,7 @@ msgid "Access denied"
msgstr "Acceso denegado"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "No se han encontrado tablas en la base de datos"
#: db_tracking.php:73
@@ -1681,7 +1681,7 @@ msgstr "Agregar %d valor(es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Nota: si la fila contiene múltiples tablas, van a ser combinadas en una"
@@ -2865,7 +2865,7 @@ msgstr "La clave primaria ha sido eliminada"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "El índice %s ha sido eliminado"
#: libraries/Index.class.php:731
@@ -3850,7 +3850,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
"No se puede acceder al directorio que seleccionó para subir los archivos"
@@ -8082,7 +8082,7 @@ msgstr "El archivo %s no contiene ningún id de clave"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "La autenticación de hardware fracasó"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/et.po b/po/et.po
index 7419dd44e1..7ecb7f1303 100644
--- a/po/et.po
+++ b/po/et.po
@@ -378,7 +378,7 @@ msgid "Access denied"
msgstr "Ligipääs keelatud"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Andmebaasist tabeleid ei leitud"
#: db_tracking.php:73
@@ -1659,7 +1659,7 @@ msgstr "Lisa %d väärtus(t)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Märkus: Kui fail sisaldab mitut tabelit, siis need liidetakse kokku"
#: js/messages.php:262
@@ -2819,7 +2819,7 @@ msgstr "Primaarvõti on kustutatud"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "%s indeks on kustutatud"
#: libraries/Index.class.php:731
@@ -3781,7 +3781,7 @@ msgstr "Vali veebiserveri üleslaadimise kataloogist %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Valitud üleslaadimise kataloogile ei pääse ligi"
#: libraries/Util.class.php:3452
@@ -7903,7 +7903,7 @@ msgstr "%s fail ei sisalda ühegi võtme id'd"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Riistvara autentimine ebaõnnestus"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/eu.po b/po/eu.po
index f84a6d0348..59d246272f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -388,7 +388,7 @@ msgid "Access denied"
msgstr "Sarbidea ukatua"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Ez da taularik aurkitu datu-basean"
#: db_tracking.php:73
@@ -1748,7 +1748,7 @@ msgstr "Erabiltzaile berria gehitu"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3028,7 +3028,7 @@ msgstr "Lehen mailako gakoa ezabatu da"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "%s indizea ezabatu da"
#: libraries/Index.class.php:731
@@ -3971,7 +3971,7 @@ msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Igoerentzat ezarri duzun direktorioa ez dago eskuragarri"
#: libraries/Util.class.php:3452
@@ -8101,7 +8101,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/fa.po b/po/fa.po
index 4214a2bdd3..49de02a90f 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "دسترسي مجاز نيست"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "در پايگاه داده هيچ جدولي یافت نشد"
#: db_tracking.php:73
@@ -1680,7 +1680,7 @@ msgstr "اضافه کردن مقدار %d"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"توجه داشته باشید:اگر این فایل شامل جداول چند گانه میباشد,انها به یکی تبدیل "
"خواهند شد"
@@ -2886,7 +2886,7 @@ msgstr "كليد اصلي حذف گرديد"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "فهرست %s حذف گرديد"
#: libraries/Index.class.php:731
@@ -3832,7 +3832,7 @@ msgstr "انتخاب از مسیر آپلود در سرور %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "پوشهاي را كه براي انتقال فايل انتخاب كردهايد قابل دسترسي نيست"
#: libraries/Util.class.php:3452
@@ -7853,7 +7853,7 @@ msgstr "فایل %s دارای کلید id نمی باشد"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "ورود سخنت افزاری نا موفق بود"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9206,7 +9206,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "در پايگاه داده هيچ جدولي یافت نشد."
@@ -9235,7 +9235,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "در پايگاه داده هيچ جدولي یافت نشد."
@@ -9263,7 +9263,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "در پايگاه داده هيچ جدولي یافت نشد."
diff --git a/po/fi.po b/po/fi.po
index 6a343ce73b..e1fe93d6e4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "Käyttö estetty"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Tietokannassa ei ole tauluja"
#: db_tracking.php:73
@@ -1712,7 +1712,7 @@ msgstr "Lisää %d arvo(a)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Huom: Mikäli tiedostossa on useita tauluja, ne liitetään yhdeksi tauluksi"
@@ -2918,7 +2918,7 @@ msgstr "Perusavain on poistettu"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeksi %s on poistettu"
#: libraries/Index.class.php:731
@@ -3865,7 +3865,7 @@ msgstr "Valitse verkkopalvelimen lähetyskansiosta %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää"
#: libraries/Util.class.php:3452
@@ -8121,7 +8121,7 @@ msgstr "Tiedosto %s ei sisällä avaintunnusta"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Laitetodennus epäonnistui"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9619,7 +9619,7 @@ msgstr "Sinulla ei ole riittäviä oikeuksia!"
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "Tietokannassa ei ole tauluja."
@@ -9655,7 +9655,7 @@ msgstr "Sinulla ei ole riittäviä oikeuksia!"
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "Tietokannassa ei ole tauluja."
@@ -9691,7 +9691,7 @@ msgstr "Sinulla ei ole riittäviä oikeuksia!"
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "Tietokannassa ei ole tauluja."
diff --git a/po/fr.po b/po/fr.po
index 3e9674cd35..37fa518a9e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -377,7 +377,7 @@ msgid "Access denied"
msgstr "Accès refusé"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Aucune table n'a été trouvée dans cette base"
#: db_tracking.php:73
@@ -1670,7 +1670,7 @@ msgstr "Ajouter %d valeur(s)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Note : si le fichier contient plusieurs tables, elles seront combinées"
#: js/messages.php:262
@@ -2850,7 +2850,7 @@ msgstr "La clé primaire a été effacée"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "L'index %s a été effacé"
#: libraries/Index.class.php:731
@@ -3831,7 +3831,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Le répertoire de transfert est inaccessible"
#: libraries/Util.class.php:3452
@@ -8017,7 +8017,7 @@ msgstr "Le fichier %s ne contient pas d'identifiant de clé"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "L'authentification matérielle a échoué"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/gl.po b/po/gl.po
index d8b075a0c0..cede7fea44 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "Denegouse o acceso"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "No se atoparon táboas na base de datos"
#: db_tracking.php:73
@@ -1710,7 +1710,7 @@ msgstr "Engadir %d valor(es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Nota: Se o ficheiro contén varias táboas, estas combínanse nunha"
#: js/messages.php:262
@@ -2905,7 +2905,7 @@ msgstr "Eliminouse a chave primaria"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Eliminouse o índice %s"
#: libraries/Index.class.php:731
@@ -3901,7 +3901,7 @@ msgstr "Escoller o directorio de subida do servidor web %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Non é posíbel acceder ao directorio que designou para os envíos"
#: libraries/Util.class.php:3452
@@ -8183,7 +8183,7 @@ msgstr "O ficheiro %s non contén ningún identificador de chave"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Fallou a autenticación do hardware"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/he.po b/po/he.po
index f32d1d88f2..bf49ce0a7e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -373,7 +373,7 @@ msgid "Access denied"
msgstr "הגישה נדחתה"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "לא נמצאו טבלאות במסד הנתונים"
#: db_tracking.php:73
@@ -1713,7 +1713,7 @@ msgstr "הוספת משתמש חדש"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2992,7 +2992,7 @@ msgstr "המפתח הראשי הוסר"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "אינדקס %s הוסר"
#: libraries/Index.class.php:731
@@ -3939,7 +3939,7 @@ msgstr "שמירת שרת בתוך תיקיית %s"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -8060,7 +8060,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/hi.po b/po/hi.po
index 5e9bfaaf1a..6094e11973 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -386,7 +386,7 @@ msgid "Access denied"
msgstr "पहुँच निषेधित"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "डाटाबेस में कोई टेबल नहीं है ।"
#: db_tracking.php:73
@@ -1688,7 +1688,7 @@ msgstr "%d मान जोड़ें"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "सूचना: यदि फ़ाईल में एक से अधिक टेबलें हैं तो वे एक में ही संगठित की जाएँगी"
#: js/messages.php:262
@@ -2894,7 +2894,7 @@ msgstr "प्राथमिक कुंजी गिरा दी गयी
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "सूचकांक %s गिरा दिया गया है"
#: libraries/Index.class.php:731
@@ -3848,7 +3848,7 @@ msgstr "अपने वेब सर्वर की अपलोड डिर
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "आपकी अपलोड दिरेक्टोरी तक पहुंचा नहीं जा सकता"
#: libraries/Util.class.php:3452
@@ -8007,7 +8007,7 @@ msgstr "%s फाइल में कोई भी प्रमुख आईड
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "हार्डवेयर प्रमाणीकरण असफल"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9403,7 +9403,7 @@ msgstr "आपके पास यहाँ उपस्थित होने
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "डाटाबेस में कोई टेबल नहीं।"
@@ -9439,7 +9439,7 @@ msgstr "आपके पास यहाँ उपस्थित होने
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "डाटाबेस में कोई टेबल नहीं।"
@@ -9475,7 +9475,7 @@ msgstr "आपके पास यहाँ उपस्थित होने
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "डाटाबेस में कोई टेबल नहीं।"
diff --git a/po/hr.po b/po/hr.po
index 0989a7684e..237a2a2380 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -390,7 +390,7 @@ msgid "Access denied"
msgstr "Pristup odbijen"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "U bazi podataka nisu pronađene tablice"
#: db_tracking.php:73
@@ -1790,7 +1790,7 @@ msgstr "Dodaj novog korisnika"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3083,7 +3083,7 @@ msgstr "Primarni ključ je odbačen"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Index %s je odbačen"
#: libraries/Index.class.php:731
@@ -4041,7 +4041,7 @@ msgstr "mapa učitavanja web poslužitelja"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti"
#: libraries/Util.class.php:3452
@@ -8315,7 +8315,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/hu.po b/po/hu.po
index 5d77bda66a..2a6ab9d18e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -377,7 +377,7 @@ msgid "Access denied"
msgstr "A hozzáférés megtagadva"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nem található tábla az adatbázisban"
#: db_tracking.php:73
@@ -1671,7 +1671,7 @@ msgstr "%d érték hozzáadása"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Megjegyzés: Ha a fájl több táblát tartalmaz, akkor azok egyesítve lesznek"
@@ -2848,7 +2848,7 @@ msgstr "Az elsődleges kulcs eldobása megtörtént"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "A(z) %s index eldobása megtörtént"
#: libraries/Index.class.php:731
@@ -3822,7 +3822,7 @@ msgstr "Válasszon a szerver feltöltési könyvtárából %s :"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Nem elérhető a feltöltésekhez megadott könyvtár"
#: libraries/Util.class.php:3452
@@ -8007,7 +8007,7 @@ msgstr "A(z) %s fájl nem tartalmaz semmilyen kulcsazonosítót"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "A hardveres hitelesítés nem sikerült"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/hy.po b/po/hy.po
index 2f6eaf6b53..f1c1be6dfc 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -387,7 +387,7 @@ msgid "Access denied"
msgstr "Մուտքն արգելված է"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Տվյալների բազայում աղյուսակներ չկան"
#: db_tracking.php:73
@@ -1606,7 +1606,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2759,7 +2759,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3666,7 +3666,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7552,7 +7552,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ia.po b/po/ia.po
index dd9624c13d..107021ab81 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -381,7 +381,7 @@ msgid "Access denied"
msgstr "Accesso negate"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Il non ha tabula in le base de datos"
#: db_tracking.php:73
@@ -1680,7 +1680,7 @@ msgstr "Adde %d valor(es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Nota: si le file contine plus que un tabella, le datos essera fusionate in "
"un tabella unic"
@@ -2849,7 +2849,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3746,7 +3746,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7621,7 +7621,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/id.po b/po/id.po
index 413b51cb7a..53ba2e94ec 100644
--- a/po/id.po
+++ b/po/id.po
@@ -377,7 +377,7 @@ msgid "Access denied"
msgstr "Akses ditolak"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Tidak ada tabel dalam basis data"
#: db_tracking.php:73
@@ -1667,7 +1667,7 @@ msgstr "Tambahkan nilai %d"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Catatan: Jika berkas mengandung banyak tabel, mereka akan di gabung menjadi "
"satu"
@@ -2842,7 +2842,7 @@ msgstr "Kunci primer telah dihapus"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s telah dihapus"
#: libraries/Index.class.php:731
@@ -3810,7 +3810,7 @@ msgstr "Pilih dari direktori unggah %s pada web server:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Direktori yang telah ditetapkan untuk mengunggah tidak dapat dihubungi"
#: libraries/Util.class.php:3452
@@ -7971,7 +7971,7 @@ msgstr "Arsip %s tidak mengandung key id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Autentikasi perangkat keras gagal"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/it.po b/po/it.po
index 6b2ac4c8e7..b86e995a45 100644
--- a/po/it.po
+++ b/po/it.po
@@ -388,7 +388,7 @@ msgid "Access denied"
msgstr "Accesso negato"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Non ci sono tabelle nel database"
#: db_tracking.php:73
@@ -1724,7 +1724,7 @@ msgstr "Aggiungi %d valore/i"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Nota: Se il file contiene piú di una tabella, i dati saranno combinati in un "
"unica tabella"
@@ -2919,7 +2919,7 @@ msgstr "La chiave primaria è stata eliminata"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "L'indice %s è stato eliminato"
#: libraries/Index.class.php:731
@@ -3857,7 +3857,7 @@ msgstr "Selezionare dalla cartella di upload del server web %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "La directory impostata per l'upload non può essere trovata"
#: libraries/Util.class.php:3452
@@ -8206,7 +8206,7 @@ msgstr "Il file %s non contiente nessuna chiave id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Autenticazione hardware fallita"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ja.po b/po/ja.po
index 3e24280b4c..861f706e7f 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -382,7 +382,7 @@ msgid "Access denied"
msgstr "アクセスは拒否されました"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "このデータベースにはテーブルがありません"
#: db_tracking.php:73
@@ -1691,7 +1691,7 @@ msgstr "値 %d を追加する"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"注意:ファイルに複数のテーブルが含まれている場合、それらは1つに統合されま"
"す。"
@@ -2892,7 +2892,7 @@ msgstr "主キーを削除しました"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "インデックス %s を削除しました"
#: libraries/Index.class.php:731
@@ -3861,7 +3861,7 @@ msgstr "ウェブサーバ上のアップロードディレクトリ %s
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "指定したアップロードディレクトリが利用できません"
#: libraries/Util.class.php:3452
@@ -8167,7 +8167,7 @@ msgstr "ファイル %s にキー ID が含まれていません"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "ハードウェア認証に失敗しました"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ka.po b/po/ka.po
index 9a81d518ae..a79967e29a 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -385,7 +385,7 @@ msgstr "მიუწვდომელია"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "No tables found in database."
#: db_tracking.php:73
@@ -1791,7 +1791,7 @@ msgstr "ახალი სერვერის დამატება"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3089,7 +3089,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -4050,7 +4050,7 @@ msgstr "web server upload directory"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -8350,7 +8350,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/kk.po b/po/kk.po
index 7cb94737bf..7711fd1842 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -391,7 +391,7 @@ msgid "Access denied"
msgstr "Рұқсат жоқ"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Дерекқорында, ешбір кесте табылмады"
#: db_tracking.php:73
@@ -1646,7 +1646,7 @@ msgstr "%d мән(ін)(дерін) қосу"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2812,7 +2812,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Индекс %s жойылған болатын"
#: libraries/Index.class.php:731
@@ -3723,7 +3723,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7629,7 +7629,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/kn.po b/po/kn.po
index 0f8cfee42f..db11e2c91a 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -374,7 +374,7 @@ msgid "Access denied"
msgstr ""
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr ""
#: db_tracking.php:73
@@ -1589,7 +1589,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2732,7 +2732,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3629,7 +3629,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7502,7 +7502,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ko.po b/po/ko.po
index 918d4af491..2f9657fd3b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -375,7 +375,7 @@ msgid "Access denied"
msgstr "접근이 거부되었습니다."
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "데이터베이스에 테이블이 없습니다."
#: db_tracking.php:73
@@ -1654,7 +1654,7 @@ msgstr "%d 값 추가"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "참고: 파일에 여러 테이블이 포함되어 있다면, 하나로 결합됩니다"
#: js/messages.php:262
@@ -2820,7 +2820,7 @@ msgstr "기본 키를 제거했습니다"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "인덱스 %s 를 제거했습니다"
#: libraries/Index.class.php:731
@@ -3756,7 +3756,7 @@ msgstr "웹 서버 업로드 디렉토리중 %s에서 선택:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "업로드 디렉토리에 접근할 수 없습니다"
#: libraries/Util.class.php:3452
@@ -7777,7 +7777,7 @@ msgstr "%s 파일은 어떤 key id도 포함하지 않습니다."
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "하드웨어 인증 실패"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9142,7 +9142,7 @@ msgstr "트리거를 생성하는데 필요한 권한을 가지고 있지 않습
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "데이터베이스에 테이블이 없습니다."
@@ -13591,7 +13591,7 @@ msgstr "concurrent_insert가 0으로 설정되었습니다."
#~ msgstr "차트 삭제"
#, fuzzy
-#~| msgid "No tables found in database"
+#~| msgid "No tables found in database."
#~ msgid "Count tables when showing database list"
#~ msgstr "데이터베이스에 테이블이 없습니다."
diff --git a/po/lt.po b/po/lt.po
index 46f97d4c25..e5c819a8a0 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -386,7 +386,7 @@ msgid "Access denied"
msgstr "Priėjimas uždraustas"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Duomenų bazėje nerasta jokių lentelių"
#: db_tracking.php:73
@@ -1696,7 +1696,7 @@ msgstr "Pridėti %d reikšmę(-es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Pastaba: Jei failas turi keletą lentelių jos bus sukombinuotos į vieną"
#: js/messages.php:262
@@ -2914,7 +2914,7 @@ msgstr "Panaikintas pirminis raktas"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeksas %s ištrintas"
#: libraries/Index.class.php:731
@@ -3859,7 +3859,7 @@ msgstr "Pasirinkti iš saityno serverio atsisiuntimų katalogą %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Aplankas, kuris nurodytas įkeliamiems failams, nepasiekiamas"
#: libraries/Util.class.php:3452
@@ -8092,7 +8092,7 @@ msgstr "Failas %s neturi jokio raktinio id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Aparatūros atpažinimas nepavyko"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/lv.po b/po/lv.po
index 24bc7fe4e9..181db295b3 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -393,7 +393,7 @@ msgstr "Pieeja aizliegta"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Tabulas nav atrastas šajā datubāzē."
#: db_tracking.php:73
@@ -1694,7 +1694,7 @@ msgstr "Pievienot jaunu lietotāju"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2980,7 +2980,7 @@ msgstr "Primārā atslēga tika izdzēsta"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indekss %s tika izdzēsts"
#: libraries/Index.class.php:731
@@ -3926,7 +3926,7 @@ msgstr "web servera augšupielādes direktorija"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Direktoija, kuru norādijāt augšupielādei, nav pieejama"
#: libraries/Util.class.php:3452
@@ -8067,7 +8067,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/mk.po b/po/mk.po
index 7a3df46832..f05bc8a111 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -396,7 +396,7 @@ msgstr "Пристапот не е допуштен"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Табелите не се пронајдени во базата на податоци."
#: db_tracking.php:73
@@ -1790,7 +1790,7 @@ msgstr "Додади нов корисник"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3090,7 +3090,7 @@ msgstr "Примарниот клуч е избришан"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Клучот %s е избиршан"
#: libraries/Index.class.php:731
@@ -4039,7 +4039,7 @@ msgstr "директориум за праќање на веб серверот
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Директориумот кој го избравте за праќање не е достапен"
#: libraries/Util.class.php:3452
@@ -8210,7 +8210,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ml.po b/po/ml.po
index 9315281304..1d723f7961 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -383,7 +383,7 @@ msgid "Access denied"
msgstr ""
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr ""
#: db_tracking.php:73
@@ -1604,7 +1604,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2761,7 +2761,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3663,7 +3663,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7557,7 +7557,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/mn.po b/po/mn.po
index 7d9ce114e5..ce6748d44b 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -396,7 +396,7 @@ msgstr "Хандах эрхгүй"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "ӨС-д хүснэгт олдсонгүй."
#: db_tracking.php:73
@@ -1802,7 +1802,7 @@ msgstr "Шинэ хэрэглэгч нэмэх"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3102,7 +3102,7 @@ msgstr "Үндсэн түлхүүр устгагдлаа"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Индекс %s нь устгагдсан"
#: libraries/Index.class.php:731
@@ -4058,7 +4058,7 @@ msgstr "web-сервэр түлхэх хавтас"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Таны сонгосон хавтас \"upload\" хийгдэхгүй байна"
#: libraries/Util.class.php:3452
@@ -8231,7 +8231,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ms.po b/po/ms.po
index 7ede0fd347..745bafa046 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -386,7 +386,7 @@ msgid "Access denied"
msgstr "Akses dinafikan"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Tiada jadual dijumpai di dalam pangkalan data"
#: db_tracking.php:73
@@ -1742,7 +1742,7 @@ msgstr "Tambah Pengguna Baru"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3014,7 +3014,7 @@ msgstr "Kekunci utama telah digugurkan"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s telah digugurkan"
#: libraries/Index.class.php:731
@@ -3953,7 +3953,7 @@ msgstr "direktori muatnaik pelayan-web"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Direktori muatnaik yang telah ditetapkan tidak dapat dicapai"
#: libraries/Util.class.php:3452
@@ -8041,7 +8041,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/nb.po b/po/nb.po
index 0a8b4ec227..89089d0fd5 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -385,7 +385,7 @@ msgid "Access denied"
msgstr "Ingen tilgang"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Ingen tabeller funnet i databasen"
#: db_tracking.php:73
@@ -1702,7 +1702,7 @@ msgstr "Legg til %d verdi(er)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Legg merke til: Om filen inneholder flere tabeller, så vil de kombineres til "
"en tabell"
@@ -2887,7 +2887,7 @@ msgstr "Primærnøkkelen har blitt slettet"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeksen %s har blitt slettet"
#: libraries/Index.class.php:731
@@ -3820,7 +3820,7 @@ msgstr "Merk fra opplastingskatalogen på vevtjeneren %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Katalogen du anga for opplasting kan ikke nåes"
#: libraries/Util.class.php:3452
@@ -8135,7 +8135,7 @@ msgstr "Fila %s inneholder ingen nøkkel id"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Maskinvaregodkjenning mislyktes"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9621,7 +9621,7 @@ msgstr "Du har ikke nok rettigheter til å være her nå!"
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "Ingen tabeller funnet i databasen"
@@ -9657,7 +9657,7 @@ msgstr "Du har ikke nok rettigheter til å være her nå!"
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "Ingen tabeller funnet i databasen"
@@ -9693,7 +9693,7 @@ msgstr "Du har ikke nok rettigheter til å være her nå!"
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "Ingen tabeller funnet i databasen"
diff --git a/po/nl.po b/po/nl.po
index b7f160c909..784ee2314c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -375,7 +375,7 @@ msgid "Access denied"
msgstr "Toegang geweigerd"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Geen tabellen gevonden in de databank"
#: db_tracking.php:73
@@ -1675,7 +1675,7 @@ msgstr "%d nieuwe waarde(n) toevoegen"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Opmerking: Als het bestand meerdere tabellen bevat, zullen deze samengevoegd "
"worden tot één tabel"
@@ -2851,7 +2851,7 @@ msgstr "De primaire sleutel is vervallen"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Index %s is vervallen"
#: libraries/Index.class.php:731
@@ -3831,7 +3831,7 @@ msgstr "Selecteer uit de web-server upload directory %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "De folder die u heeft ingesteld om te uploaden kan niet worden bereikt"
#: libraries/Util.class.php:3452
@@ -8031,7 +8031,7 @@ msgstr "Bestand %s bevat geen sleutel-ID"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardware-authenticatie mislukt"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/pa.po b/po/pa.po
index 36d8d94107..a36d06c9da 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -376,7 +376,7 @@ msgid "Access denied"
msgstr ""
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr ""
#: db_tracking.php:73
@@ -1591,7 +1591,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2738,7 +2738,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3635,7 +3635,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7508,7 +7508,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/pl.po b/po/pl.po
index 7fb3fc8a8d..e60431ed2e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -389,7 +389,7 @@ msgid "Access denied"
msgstr "Odmowa dostępu"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nie znaleziono żadnych tabel w bazie danych"
#: db_tracking.php:73
@@ -1707,7 +1707,7 @@ msgstr "Dodaj %d wartość(i)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Uwaga: Jeśli plik zawiera wiele tabel, będzie połączony w jeden"
#: js/messages.php:262
@@ -2902,7 +2902,7 @@ msgstr "Klucz podstawowy został usunięty"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Klucz %s został usunięty"
#: libraries/Index.class.php:731
@@ -3892,7 +3892,7 @@ msgstr "Wybierz katalog serwera WWW dla uploadu %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Nie można znaleźć katalogu do zapisu przesyłanych plików"
#: libraries/Util.class.php:3452
@@ -8144,7 +8144,7 @@ msgstr "Plik %s nie zawiera żadnego identyfikatora klucza"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Uwierzytelnianie sprzętowe nie powiodło się"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/pt.po b/po/pt.po
index 5afd849d98..6b09ec6a78 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -379,7 +379,7 @@ msgid "Access denied"
msgstr "Acesso Negado"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Não foram encontradas tabelas na base de dados"
#: db_tracking.php:73
@@ -1694,7 +1694,7 @@ msgstr "Add %d valor(es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Nota: Se o arquivo contém várias tabelas, estas serão combinadas numa"
#: js/messages.php:262
@@ -2887,7 +2887,7 @@ msgstr "A chave primária foi eliminada"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "O Índice %s foi eliminado"
#: libraries/Index.class.php:731
@@ -3846,7 +3846,7 @@ msgstr "Selecionar a partir da directoria de upload do servidor %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Não é possivel alcançar a directoria que configurou para fazer upload"
#: libraries/Util.class.php:3452
@@ -8134,7 +8134,7 @@ msgstr "Arquivo %s não contém qualquer identificação de chave"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Falha na autenticação de hardware"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9520,7 +9520,7 @@ msgstr "Não tem permissões suficientes para aceder aqui, neste momento!"
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "Não foram encontradas tabelas na base de dados"
@@ -9553,7 +9553,7 @@ msgstr "Não tem permissões suficientes para aceder aqui, neste momento!"
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "Não foram encontradas tabelas na base de dados"
@@ -9586,7 +9586,7 @@ msgstr "Não tem permissões suficientes para aceder aqui, neste momento!"
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "Não foram encontradas tabelas na base de dados"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index f21bb24ef8..918fd9397f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -377,7 +377,7 @@ msgid "Access denied"
msgstr "Acesso negado"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nenhuma tabela encontrada no banco de dados"
#: db_tracking.php:73
@@ -1680,7 +1680,7 @@ msgstr "Adicionar %d valor(es)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Nota: Se o arquivo contém várias tabelas, elas serão combinadas em uma só"
@@ -2862,7 +2862,7 @@ msgstr "A chave primária foi deletada"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Índice %s foi eliminado"
#: libraries/Index.class.php:731
@@ -3850,7 +3850,7 @@ msgstr "Selecionar a partir do diretório de upload do servidor %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
"O diretório que você especificou para subir arquivos não foi encontrado"
@@ -8034,7 +8034,7 @@ msgstr "Arquivo %s não contém qualquer identificação da chave"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Falha na autenticação de hardware"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ro.po b/po/ro.po
index a260e2d8b3..27765f4846 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -389,7 +389,7 @@ msgid "Access denied"
msgstr "Acces interzis"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nu s-a găsit niciun tabel în baza de date"
#: db_tracking.php:73
@@ -1775,7 +1775,7 @@ msgstr "Adaugă %d valori"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Notă: Dacă fișierul conține mai multe tabele, acestea vor fi combinate într-"
"unul singur"
@@ -3041,7 +3041,7 @@ msgstr "Cheia primară a fost aruncată"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indexul %s a fost aruncat"
#: libraries/Index.class.php:731
@@ -3997,7 +3997,7 @@ msgstr "director de încărcare al serverului Web"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Directorul stabilit pentru încărcare nu poate fi găsit"
#: libraries/Util.class.php:3452
@@ -8496,7 +8496,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Autentificarea hardware a eșuat"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ru.po b/po/ru.po
index 061c45f326..142111fdc4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -380,7 +380,7 @@ msgid "Access denied"
msgstr "В доступе отказано"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Таблиц в базе данных не найдено"
#: db_tracking.php:73
@@ -1673,7 +1673,7 @@ msgstr "Добавить %d значение(й)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Замечание: если файл содержит множество таблиц, они будут объединены в одну"
@@ -2859,7 +2859,7 @@ msgstr "Первичный ключ был удален"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Индекс %s был удален"
#: libraries/Index.class.php:731
@@ -3843,7 +3843,7 @@ msgstr "Выберите из каталога загрузки сервера <
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Установленный каталог загрузки не доступен"
#: libraries/Util.class.php:3452
@@ -8047,7 +8047,7 @@ msgstr "Файл %s не содержит ключа идентификации"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Ошибка аппаратной идентификации"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/si.po b/po/si.po
index 5ef525c82b..da05bbe701 100644
--- a/po/si.po
+++ b/po/si.po
@@ -374,7 +374,7 @@ msgid "Access denied"
msgstr "පිවිසුම වලක්වා ඇත"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "දත්තගබඩාවේ වගු කිසිවක් සොයා ගැනීමට නොමැත"
#: db_tracking.php:73
@@ -1644,7 +1644,7 @@ msgstr "අගයන් %dක් එක් කරන්න"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "සටහන: ගොනුවේ වගු එකකට වැඩි ගණනක් ඇත්නම්, ඒවා එකකට සංයුක්ත කෙරෙනු ඇත"
#: js/messages.php:262
@@ -2803,7 +2803,7 @@ msgstr "ප්රාථමික මූලය හලන ලදි"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "%s සූචිය හලන ලදි"
#: libraries/Index.class.php:731
@@ -3762,7 +3762,7 @@ msgstr "වෙබ් සේවාදායකයේ %s උඩුගත
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක"
#: libraries/Util.class.php:3452
@@ -7782,7 +7782,7 @@ msgstr "%s ගොනුවෙහි යතුරු කිසිවක් අඩ
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "දෘඪාංග සත්යාපනය අසමත් විය"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sk.po b/po/sk.po
index 176b464b56..d1b7887a5f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -388,7 +388,7 @@ msgid "Access denied"
msgstr "Prístup odmietnutý"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "V tejto databáze neboli nájdené žiadne tabuľky"
#: db_tracking.php:73
@@ -1707,7 +1707,7 @@ msgstr "Pridať %d hodnôt"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Poznámka: Ak súbor obsahuje viac tabuliek, tieto budú spojené do jednej"
@@ -2888,7 +2888,7 @@ msgstr "Primárny kľúč bol zrušený"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Index pre %s bol odstránený"
#: libraries/Index.class.php:731
@@ -3871,7 +3871,7 @@ msgstr "Zvoľte súbor z upload adresára %s web servera:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Adresár určený pre upload súborov sa nedá otvoriť"
#: libraries/Util.class.php:3452
@@ -8036,7 +8036,7 @@ msgstr "Súbor %s neobsahuje ID kľúč"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardwarové prihlasovanie zlyhalo"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sl.po b/po/sl.po
index 4a95ecef61..0c9d2b0744 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -379,7 +379,7 @@ msgid "Access denied"
msgstr "Dostop zavrnjen"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "V zbirki podatkov ni mogoče najti tabel"
#: db_tracking.php:73
@@ -1668,7 +1668,7 @@ msgstr "Dodaj %d vrednost(i)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "Opomba: Če datoteka vsebuje več tabel, bodo združene v eno"
#: js/messages.php:262
@@ -2838,7 +2838,7 @@ msgstr "Primarni ključ je zavržen"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s je zavržen"
#: libraries/Index.class.php:731
@@ -3812,7 +3812,7 @@ msgstr "Izberite iz mape za nalaganje na spletnem strežniku %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Imenik, ki ste ga določili za nalaganje, je nedosegljiv"
#: libraries/Util.class.php:3452
@@ -7965,7 +7965,7 @@ msgstr "Datoteka %s ne vsebuje nobenega identifikacijskega ključa"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Overitev strojne opreme je spodletelo"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sq.po b/po/sq.po
index 68bf0d9a4a..4824ae90e4 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -377,7 +377,7 @@ msgid "Access denied"
msgstr "Ndalohet hyrja"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nuk gjenden tabela në bazën e të dhënave"
#: db_tracking.php:73
@@ -1652,7 +1652,7 @@ msgstr "Shto %d vlerë(a)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2826,7 +2826,7 @@ msgstr "Kyçi primar u eleminua"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Treguesi %s u eleminua"
#: libraries/Index.class.php:731
@@ -3766,7 +3766,7 @@ msgstr "directory e upload të server-it web"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Directory që keni zgjedhur për upload nuk arrin të gjehet"
#: libraries/Util.class.php:3452
@@ -7896,7 +7896,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sr.po b/po/sr.po
index 5c292c7e6a..56aebcad3f 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -396,7 +396,7 @@ msgstr "Приступ одбијен"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Табеле нису пронађене у бази."
#: db_tracking.php:73
@@ -1820,7 +1820,7 @@ msgstr "Додај новог корисника"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3119,7 +3119,7 @@ msgstr "Примарни кључ је обрисан"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Кључ %s је обрисан"
#: libraries/Index.class.php:731
@@ -4075,7 +4075,7 @@ msgstr "директоријум за слање веб сервера "
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Директоријум који сте изабрали за слање није доступан"
#: libraries/Util.class.php:3452
@@ -8301,7 +8301,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sr@latin.po b/po/sr@latin.po
index e1c3e72157..f72a1fb275 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -389,7 +389,7 @@ msgid "Access denied"
msgstr "Pristup odbijen"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Nema tabela u bazi"
#: db_tracking.php:73
@@ -1691,7 +1691,7 @@ msgstr "Dodaj %d vrednost(i)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Imajte u vidu: Ako datoteka sadrži više tabela, one će biti kombinovane u "
"jednu"
@@ -2900,7 +2900,7 @@ msgstr "Primarni ključ je obrisan"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Indeks %s je obrisan"
#: libraries/Index.class.php:731
@@ -3837,7 +3837,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Direktorijum koji ste izabrali za slanje nije dostupan"
#: libraries/Util.class.php:3452
@@ -7936,7 +7936,7 @@ msgstr "Datoteka %s ne sadrži ni jedan identifikator ključa"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hardverska autentikacija nije uspela"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/sv.po b/po/sv.po
index 418eb56d5c..280f98bd67 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -376,7 +376,7 @@ msgid "Access denied"
msgstr "Åtkomst nekad"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Det finns inga tabeller i databasen"
#: db_tracking.php:73
@@ -1657,7 +1657,7 @@ msgstr "Lägg till %d värde(n)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Obs: Om filen innehåller multipla tabeller, kommer de att kombineras till en"
@@ -2827,7 +2827,7 @@ msgstr "Den primära nyckeln har tagits bort"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Index %s har tagits bort"
#: libraries/Index.class.php:731
@@ -3802,7 +3802,7 @@ msgstr "Välj katalog att ladda upp till från web-server listningen %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Katalogen som du konfigurerat för uppladdning kan inte nås"
#: libraries/Util.class.php:3452
@@ -7949,7 +7949,7 @@ msgstr "Filen %s innehåller inget nyckelid"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Hårdvaruautentisering misslyckades"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ta.po b/po/ta.po
index ed2e3d0fcb..69a72221fa 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -389,7 +389,7 @@ msgid "Access denied"
msgstr "அனுமதி நிராகரிக்கப்பட்டுள்ளது"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "தரவுத்தளத்தில் அட்டவணைகள் எதுவுமில்லை"
#: db_tracking.php:73
@@ -1679,7 +1679,7 @@ msgstr "புதிய பயனாளரை சேர்க்க"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2875,7 +2875,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3801,7 +3801,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7737,7 +7737,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/te.po b/po/te.po
index 25eff9832b..f840d8cbfa 100644
--- a/po/te.po
+++ b/po/te.po
@@ -390,7 +390,7 @@ msgid "Access denied"
msgstr "యాక్సెస్ నిరోధించడమైనది"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "డేటాబేసులో పట్టికలు ఏమీ లేవు"
#: db_tracking.php:73
@@ -1745,7 +1745,7 @@ msgstr "క్రొత్త వినియోగదారుని చేర
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2963,7 +2963,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3901,7 +3901,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7904,7 +7904,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/th.po b/po/th.po
index df9690759d..9525b8b8c7 100644
--- a/po/th.po
+++ b/po/th.po
@@ -380,7 +380,7 @@ msgid "Access denied"
msgstr "ไม่อนุญาตให้ใช้งาน"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "ไม่พบตารางใดๆ ในฐานข้อมูล"
#: db_tracking.php:73
@@ -1653,7 +1653,7 @@ msgstr "เพิ่มค่า %d"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "เตือน: ถ้าไฟล์มีหลายตาราง จะถูกรวมเป็นหนึ่ง"
#: js/messages.php:262
@@ -2847,7 +2847,7 @@ msgstr "โยนคีย์หลักทิ้งไปเรียบร้
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว"
#: libraries/Index.class.php:731
@@ -3799,7 +3799,7 @@ msgstr "ไดเรกทอรีสำหรับอัพโหลด ท
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้"
#: libraries/Util.class.php:3452
@@ -7870,7 +7870,7 @@ msgstr "แฟ้ม %s ไม่ควรประกอบไปด้ว
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "ตรวจสอบฮาร์ดแวร์ล้มเหลว"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/tk.po b/po/tk.po
index 2abef6323a..146e4e45f6 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -383,7 +383,7 @@ msgid "Access denied"
msgstr ""
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr ""
#: db_tracking.php:73
@@ -1598,7 +1598,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2745,7 +2745,7 @@ msgstr ""
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr ""
#: libraries/Index.class.php:731
@@ -3643,7 +3643,7 @@ msgstr ""
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr ""
#: libraries/Util.class.php:3452
@@ -7516,7 +7516,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/tr.po b/po/tr.po
index 75259b2469..7db2437876 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -376,7 +376,7 @@ msgid "Access denied"
msgstr "Erişim engellendi"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Veritabanında tablolar bulunamadı"
#: db_tracking.php:73
@@ -1664,7 +1664,7 @@ msgstr "%d değer ekle"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Not: Eğer dosya çoklu tablolar içeriyorsa, bunlar bir tane içinde "
"birleştirilecektir"
@@ -2835,7 +2835,7 @@ msgstr "Birincil anahtar kaldırıldı"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "%s indeksi kaldırıldı"
#: libraries/Index.class.php:731
@@ -3800,7 +3800,7 @@ msgstr "Web sunucusu gönderme dizininden %s seçin:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Gönderme işi için ayarladığınız dizine ulaşılamıyor"
#: libraries/Util.class.php:3452
@@ -7981,7 +7981,7 @@ msgstr "%s dosyası herhangi bir anahtar kimliği içermiyor"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Donanım kimlik doğrulaması başarısız"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/tt.po b/po/tt.po
index 391833e1e5..d9e9982766 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -394,7 +394,7 @@ msgstr "İreşep Bulmadı"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Bu biremlektä ber genä dä tüşämä yuq."
#: db_tracking.php:73
@@ -1796,7 +1796,7 @@ msgstr "Yaña qullanuçı östäw"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3090,7 +3090,7 @@ msgstr "Töp açqıç beterelde"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "\"%s\" digän tezeş salındı"
#: libraries/Index.class.php:731
@@ -4041,7 +4041,7 @@ msgstr "web-server'neñ yökläw törgäge"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Yökläw öçen bigelängän törgäkne uqıp bulmí"
#: libraries/Util.class.php:3452
@@ -8228,7 +8228,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ug.po b/po/ug.po
index fbdc191067..4dd33c3214 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -392,7 +392,7 @@ msgstr "رەت قىلىندى"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "سانداندا جەدۋەل يوق"
#: db_tracking.php:73
@@ -1768,7 +1768,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3004,7 +3004,7 @@ msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "ئۆچۈرۈلگەن تېزىسلار %s"
#: libraries/Index.class.php:731
@@ -3941,7 +3941,7 @@ msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "كۆرسىتىلگەن مۇندەرىجىگە يۈكلىيەلمىدى"
#: libraries/Util.class.php:3452
@@ -7990,7 +7990,7 @@ msgstr ""
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "قاتتىق دېتال تەكشۈرۈشتىن ئۆتمىدى."
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/uk.po b/po/uk.po
index 198d7722cd..1f66a942b6 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -389,7 +389,7 @@ msgid "Access denied"
msgstr "Доступ заборонено"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Немає таблиць у базі даних"
#: db_tracking.php:73
@@ -1705,7 +1705,7 @@ msgstr "Додати %d значення(ь)"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"Примітка: Якщо файл містить кілька таблиць, то вони будуть об'єднані в одну"
@@ -2900,7 +2900,7 @@ msgstr "Первинний ключ було знищено"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "Індекс %s було знищено"
#: libraries/Index.class.php:731
@@ -3837,7 +3837,7 @@ msgstr "Виберіть з каталога веб-сервера для від
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Встановлений Вами каталог для завантаження файлів недоступний"
#: libraries/Util.class.php:3452
@@ -8113,7 +8113,7 @@ msgstr "Файл %s не містить ідентифікатора (id) клю
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Апаратна аутентифікація не вдалася"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/ur.po b/po/ur.po
index 99e8977e31..0cb2492b5d 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -393,7 +393,7 @@ msgid "Access denied"
msgstr "رسائی نہیں دی گئی"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "کوائیفیہ میں کوئی جدول نہیں ملا"
#: db_tracking.php:73
@@ -1757,7 +1757,7 @@ msgstr ""
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -2983,7 +2983,7 @@ msgstr "بنیادی کلید چھوڑ دیا گیا ہے"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "اشاریہ %s چھوڑ دیا گیا ہے"
#: libraries/Index.class.php:731
@@ -3930,7 +3930,7 @@ msgstr "ویب سرور اپ لوڈ پوشہ سے منتخب کریں %s:
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "اپ لوڈ کام کے لیے سیٹ کیا گیا پوشہ قابل رسائی نہیں ہے"
#: libraries/Util.class.php:3452
@@ -8129,7 +8129,7 @@ msgstr "مسل %s کلید آئی ڈی کا حامل نہیں ہے"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "ہارڈویئر توثيق ناکام ہوا"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
@@ -9492,7 +9492,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:32
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No routine with name %1$s found in database %2$s"
msgstr "کوائیفیہ میں کوئی جدول نہیں ملا"
@@ -9525,7 +9525,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:44
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No trigger with name %1$s found in database %2$s"
msgstr "کوائیفیہ میں کوئی جدول نہیں ملا"
@@ -9557,7 +9557,7 @@ msgstr ""
#: libraries/rte/rte_words.lib.php:56
#, fuzzy, php-format
-#| msgid "No tables found in database"
+#| msgid "No tables found in database."
msgid "No event with name %1$s found in database %2$s"
msgstr "کوائیفیہ میں کوئی جدول نہیں ملا"
diff --git a/po/uz.po b/po/uz.po
index 9e4ec487ef..7ce38da584 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -386,7 +386,7 @@ msgid "Access denied"
msgstr "Рухсат берилмади"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Маълумотлар базасида жадвал топилмади"
#: db_tracking.php:73
@@ -1859,7 +1859,7 @@ msgstr "Янги фойдаланувчи қўшиш"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3170,7 +3170,7 @@ msgstr "Бирламчи калит ўчирилди"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "\"%s\" индекси ўчирилди"
#: libraries/Index.class.php:731
@@ -4142,7 +4142,7 @@ msgstr "Юклаш каталогидан"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Кўрсатилган каталокка юклаб бўлмади"
#: libraries/Util.class.php:3452
@@ -8669,7 +8669,7 @@ msgstr "\"%s\" файлида калит идентификатори мавжу
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Ускунавий аутентификация муваффақиятсиз якунланди"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/uz@latin.po b/po/uz@latin.po
index 3ff7480465..c9802286cc 100644
--- a/po/uz@latin.po
+++ b/po/uz@latin.po
@@ -396,7 +396,7 @@ msgstr "Ruxsat berilmadi"
#: db_structure.php:86
#, fuzzy
#| msgid "No tables found in database."
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "Ma`lumotlar bazasida bironta ham jadval mavjud emas."
#: db_tracking.php:73
@@ -1875,7 +1875,7 @@ msgstr "Yangi foydalanuvchi qo‘shish"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
#: js/messages.php:262
@@ -3203,7 +3203,7 @@ msgstr "Birlamchi kalit o‘chirildi"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "\"%s\" indeksi o‘chirildi"
#: libraries/Index.class.php:731
@@ -4175,7 +4175,7 @@ msgstr "Yuklash katalogidan"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "Ko‘rsatilgan katalokka yuklab bo‘lmadi"
#: libraries/Util.class.php:3452
@@ -8723,7 +8723,7 @@ msgstr "\"%s\" faylida kalit identifikatori mavjud emas"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "Uskunaviy autentifikatsiya muvaffaqiyatsiz yakunlandi"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6077d2df39..23ffaf20d8 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -371,7 +371,7 @@ msgid "Access denied"
msgstr "拒绝访问"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "没有在数据库中找到表"
#: db_tracking.php:73
@@ -1624,7 +1624,7 @@ msgstr "添加 %d 个值"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "注意:如果文件包含多个表,它们会被合并成一个"
#: js/messages.php:262
@@ -2774,7 +2774,7 @@ msgstr "已删除主键"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "已删除索引 %s"
#: libraries/Index.class.php:731
@@ -3706,7 +3706,7 @@ msgstr "从网站服务器上传文件夹 %s 中选择:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "用于上传的文件夹出错,无法使用"
#: libraries/Util.class.php:3452
@@ -7736,7 +7736,7 @@ msgstr "文件 %s 未包含任何密钥"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "硬件认证失败"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7ac1f42fb4..1e7dd60632 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -371,7 +371,7 @@ msgid "Access denied"
msgstr "拒絕訪問"
#: db_structure.php:86
-msgid "No tables found in database"
+msgid "No tables found in database."
msgstr "沒有在資料庫中找到表"
#: db_tracking.php:73
@@ -1626,7 +1626,7 @@ msgstr "增加 %d 個值"
#: js/messages.php:259
msgid ""
-"Note: If the file contains multiple tables, they will be combined into one"
+"Note: If the file contains multiple tables, they will be combined into one."
msgstr "備註:若檔案中包含多個資料表,它們會被結合成同一個資料表。"
#: js/messages.php:262
@@ -2777,7 +2777,7 @@ msgstr "已刪除主鍵"
#: libraries/Index.class.php:608
#, php-format
-msgid "Index %s has been dropped"
+msgid "Index %s has been dropped."
msgstr "已刪除索引 %s"
#: libraries/Index.class.php:731
@@ -3725,7 +3725,7 @@ msgstr "選擇 Web 伺服器上傳目錄 %s:"
#: libraries/Util.class.php:3441 libraries/insert_edit.lib.php:1183
#: libraries/sql_query_form.lib.php:483
-msgid "The directory you set for upload work cannot be reached"
+msgid "The directory you set for upload work cannot be reached."
msgstr "設定之上傳目錄錯誤,無法使用"
#: libraries/Util.class.php:3452
@@ -7693,7 +7693,7 @@ msgstr "檔案 %s 未包含任何密鑰"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:176
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:196
-msgid "Hardware authentication failed"
+msgid "Hardware authentication failed!"
msgstr "硬件認證失敗"
#: libraries/plugins/auth/swekey/swekey.auth.lib.php:183