Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-07-12 15:24:46 +02:00
commit 2bab8b30b9
74 changed files with 147 additions and 147 deletions

View File

@ -659,7 +659,7 @@ class AuthenticationCookie extends AuthenticationPlugin
$conn_error = __('Access denied');
} elseif (! empty($GLOBALS['no_activity'])) {
$conn_error = sprintf(
__('No activity within %s seconds; please log in again'),
__('No activity within %s seconds; please log in again.'),
$GLOBALS['cfg']['LoginCookieValidity']
);
} elseif ($GLOBALS['dbi']->getError()) {

View File

@ -251,7 +251,7 @@ class AuthenticationSignon extends AuthenticationPlugin
$_SESSION['PMA_single_signon_error_message'] = __('Access denied');
} elseif (! empty($GLOBALS['no_activity'])) {
$_SESSION['PMA_single_signon_error_message'] = sprintf(
__('No activity within %s seconds; please log in again'),
__('No activity within %s seconds; please log in again.'),
$GLOBALS['cfg']['LoginCookieValidity']
);
} elseif ($GLOBALS['dbi']->getError()) {

View File

@ -130,7 +130,7 @@ function PMA_SQP_throwError($message, $sql)
. __(
'There seems to be an error in your SQL query. The MySQL server '
. 'error output below, if there is any, may also help you in '
. 'diagnosing the problem'
. 'diagnosing the problem.'
)
. '</p>' . "\n"
. '<pre>' . "\n"

View File

@ -8003,7 +8003,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11081,7 +11081,7 @@ msgstr "Kyk slegs"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Dit lyk of daar 'n fout is in jou SQL stelling. Die MySQL bediener se "
"foutboodskap hieronder (indien enige) kan jou ook help om die probleem te "

View File

@ -7764,7 +7764,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10993,7 +10993,7 @@ msgstr "عرض فقط"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه "
"في تشخيص المشكلة، إن كان هناك واحدة،."

View File

@ -8113,7 +8113,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11297,7 +11297,7 @@ msgstr "Sadece göster"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8342,7 +8342,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце "
"зноў"
@ -11751,7 +11751,7 @@ msgstr "Толькі прагляд"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра "
"MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну "

View File

@ -8340,7 +8340,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie "
"znoŭ"
@ -11755,7 +11755,7 @@ msgstr "Tolki prahlad"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Zdajecca, vaš SQL-zapyt utrymlivaje pamyłku. Paviedamleńnie pra pamyłku "
"servera MySQL pryviedzienaje nižej, mahčyma, taksama dapamoža vam vyśvietlić "

View File

@ -7872,7 +7872,7 @@ msgstr "Входът без парола е забранен от конфигу
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Няма активност през последните %s секунди; моля влезте отново"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10959,7 +10959,7 @@ msgstr "Само показване"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра "
"по долу, ако има такава, би могла да ви помогне в определянето на проблема"

View File

@ -7872,7 +7872,7 @@ msgstr "পাসওয়ার্ড বিহীন লগইন কনফিগ
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s সেকেন্ডের মধ্য কার্যক্রম নাই; অনুগ্রহ করে আবার লগইন করুন।"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11038,7 +11038,7 @@ msgstr "শুধু দেখার জন্য"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"আপনার SQL অনুসন্ধানে কোন ভুল আছে মনে হয়। নীচে সার্ভারের ভুল প্রতিবেদনটি দেওয়া হল, "
"যদি কিছু থাকে তা আপনাকে সমস্যাটি নির্ণয়ে সাহায্য করবে "

View File

@ -7879,7 +7879,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Tamm obererezh ebet abaoe %s eilenn; kevreit en-dro"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10920,7 +10920,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8096,7 +8096,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11281,7 +11281,7 @@ msgstr "Vidi samo"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL "
"servera, koja vam može pomoći u otkrivanju problema"

View File

@ -8111,7 +8111,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Sense activitat des de fa %s segons o més, entra de nou"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11382,7 +11382,7 @@ msgstr "Només mirar"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Sembla que hi ha un error a la consulta SQL. La sortida següent generada pel "
"servidor MySQL, si n'hi ha, pot ajudar-vos a diagnosticar el problema"

View File

@ -7615,7 +7615,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10567,7 +10567,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7880,7 +7880,7 @@ msgstr "Přihlášení bez hesla je zakázáno v nastavení (viz AllowNoPassword
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Nebyla zaznamenána žádná aktivita po dobu %s sekund, prosím přihlaste se "
"znovu"
@ -11042,7 +11042,7 @@ msgstr "Zobrazit"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Pravděpodobně máte v SQL dotazu chybu. Níže uvedený výstup MySQL serveru "
"(pokud je nějaký) vám také může pomoci při zkoumání problému"

View File

@ -8116,7 +8116,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Dim gweithredoedd o fewn %s eiliad; mewngofnodwch eto."
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11247,7 +11247,7 @@ msgstr "Dangos yn unig"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7942,7 +7942,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen"
@ -11134,7 +11134,7 @@ msgstr "Kun oversigt"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Der ser ud til at være en fejl i din SQL-forespørgsel. MySQL-serverens "
"fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med "

View File

@ -8142,7 +8142,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch "
"abgemeldet. Bitte melden Sie sich erneut an"
@ -11484,7 +11484,7 @@ msgstr "Nur zeigen"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-"
"Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen"

View File

@ -8015,7 +8015,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Καμιά δραστηριότητα εδώ και %s δευτερόλεπτα τουλάχιστον, για αυτό "
"ξανασυνδεθείτε"
@ -11281,7 +11281,7 @@ msgstr "Μόνο ανάγνωση"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Φαίνεται να υπάρχει ένα λάθος στο ερώτημά σας. Το παρακάτω λάθος διακομιστή "
"MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το "

View File

@ -7998,8 +7998,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "No activity within %s seconds; please log in again."
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
#: libraries/plugins/auth/AuthenticationCookie.class.php:669
@ -11232,10 +11232,10 @@ msgstr "View only"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
#: libraries/sqlparser.lib.php:178
msgid ""

View File

@ -8056,7 +8056,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"No ha habido actividad desde hace %s o más segundos; inicie sesión nuevamente"
@ -11316,7 +11316,7 @@ msgstr "Solamente ver"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Parece haber un error en su consulta de SQL. La salida generada por el "
"servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a "

View File

@ -7879,7 +7879,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s sekundi jooksul aktiivsust polnud. Palun logi uuesti sisse"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11046,7 +11046,7 @@ msgstr "Ainult vaata"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Tundub, et sinu SQL päringus on viga. MySQL serveri viga näidatakse allpool "
"ja kui seal on midagi, siis peaks see aitama sul probleemi diagnoosida"

View File

@ -8078,7 +8078,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11286,7 +11286,7 @@ msgstr "Soilik ikusi"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak "
"itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake"

View File

@ -7829,7 +7829,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "در %s گذشته هیچ فعالیتی نداشته اید؛ لطفا دوباره وارد شوید"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10912,7 +10912,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8095,7 +8095,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Yhteys on ollut toimettomana %s sekuntia tai kauemmin. Kirjaudu sisään "
"uudestaan."
@ -11520,7 +11520,7 @@ msgstr "Näytä"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Käyttämässäsi SQL-kyselyssä on virhe. Alla näkyy ongelman selvittämisessä "
"auttava virheilmoitus, mikäli Mysql-palvelin sellaisen antoi."

View File

@ -7994,7 +7994,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11227,7 +11227,7 @@ msgstr "Voir uniquement"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Il semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas "
"peut vous aider à en trouver la cause"

View File

@ -8157,7 +8157,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Non se rexistrou actividade ningunha desde hai %s segundos ou máis. Terá que "
"entrar de novo"
@ -11440,7 +11440,7 @@ msgstr "Só visualizar"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Parece que se produciu un erro na súa consulta de SQL. Se máis abaixo "
"aparece unha mensaxe de erro do servidor de MySQL, isto pode axudar a "

View File

@ -8036,7 +8036,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11181,7 +11181,7 @@ msgstr "ראה רק"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7981,7 +7981,7 @@ msgstr "पासवर्ड के बिना लॉग इन विन्
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s सेकंड के भीतर कोई गतिविधि नहीं है. कृपया फिर से लोगिन करें."
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11150,7 +11150,7 @@ msgstr "केवल देखिये"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8291,7 +8291,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo."
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11685,7 +11685,7 @@ msgstr "Samo prikaz"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Izgleda da postoji pogreška u vašem SQL upitu. Ispis pogreške MySQL "
"poslužitelja može vam pomoći u dijagnosticiranju problema."

View File

@ -7983,7 +7983,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Nem volt tevékenység %s másodperce; jelentkezzen be újra"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11199,7 +11199,7 @@ msgstr "Csak megtekinthető"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Úgy látszik, hogy hiba van az SQL lekérdezésben. A MySQL szerver "
"hibakimenete alul látható, ha van ott valami, az segíthet kideríteni a hiba "

View File

@ -7528,7 +7528,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10452,7 +10452,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7597,7 +7597,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10507,7 +10507,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7947,7 +7947,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Tidak ada aktivitas selama %s detik atau lebih. Harap masuk kembali"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11067,7 +11067,7 @@ msgstr "Hanya melihat"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Tampaknya ada galat pada kueri SQL Anda. Keluaran galat server MySQL di "
"bawah, jika ada, mungkin dapat membantu Anda mendiagnosis masalah"

View File

@ -8181,7 +8181,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente"
@ -11503,7 +11503,7 @@ msgstr "Visualizza solo"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Pare che ci sia un errore nella query SQL immessa. L'errore del server MySQL "
"mostrato qui sotto, se c'è, può anche aiutare nella risoluzione del problema"

View File

@ -8142,7 +8142,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s 秒以上操作をしませんでした。ログインし直してください。"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11368,7 +11368,7 @@ msgstr "表示のみ"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"SQL にエラーがあるようです。下に MySQL サーバのエラー出力が出ているようなら問"
"題の解析に役立つかもしれません"

View File

@ -8324,7 +8324,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11583,7 +11583,7 @@ msgstr "View only"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7605,7 +7605,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10551,7 +10551,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7478,7 +7478,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10388,7 +10388,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7752,7 +7752,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"최근 %s초 동안 아무 동작이 없어 로그아웃 되었습니다. 다시 로그인해주세요."
@ -10812,7 +10812,7 @@ msgstr "보기만"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. "
"이것이 문제를 진단하는데 도움이 될 것입니다"

View File

@ -8066,7 +8066,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų, prašome prisijungti "
"iš naujo"
@ -11231,7 +11231,7 @@ msgstr "Peržiūra"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Klaida SQL užklausoje. Žemiau išvestas MySQL serverio pranešimas (jeigu toks "
"yra), turėtų padėti Jums nustatyti klaidos priežastį"

View File

@ -8042,7 +8042,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz"
@ -11267,7 +11267,7 @@ msgstr "Tikai apskatīt"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Izkatās, ka Jūsu SQL vaicajumā ir kļūda. MySQL servera kļūdas pazinojums "
"zemāk, ja tāds ir, var arī palīdzet Jums diagnosticēt problēmu"

View File

@ -8184,7 +8184,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Немаше никаква активност %s или повеќе секунди, ве молиме најавете се "
"повторно"
@ -11432,7 +11432,7 @@ msgstr "Види само"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Изгледа дека има грешка во вашиот SQL упит. Еве ја пораката за грешката од "
"MySQL серверот, која може да ви помогне во откривањето на проблемот"

View File

@ -7533,7 +7533,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10451,7 +10451,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8207,7 +8207,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11482,7 +11482,7 @@ msgstr "Зөвхөн харах"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8017,7 +8017,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11113,7 +11113,7 @@ msgstr "Paparan sahaja"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , "
"jika ada, ianya membantu anda menganalisis masalah"

View File

@ -8111,7 +8111,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11493,7 +11493,7 @@ msgstr "Bare se"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Det ser ut til å være en feil i din SQL-spørring. En eventuell feilmelding "
"fra MySQL-tjeneren er skrevet ut nedenfor, og kan kanskje hjelpe deg med å "

View File

@ -8007,7 +8007,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Geen activiteit voor %s seconden of meer, meld a.u.b. opnieuw aan"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11246,7 +11246,7 @@ msgstr "Alleen bekijken"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Er schijnt een fout te zitten in uw SQL-query. Mocht de MySQL-server een "
"foutmelding hebben teruggegeven, probeer dan of u hiermee uw fout kunt "

View File

@ -7484,7 +7484,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10394,7 +10394,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8119,7 +8119,7 @@ msgstr "Konfiguracja zabrania logowania bez hasła (zobacz AllowNoPassword)"
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz"
@ -11387,7 +11387,7 @@ msgstr "Pokaż tylko"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny "
"problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera "

View File

@ -8109,7 +8109,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Sem actividade há %s segundos ou mais; Por favor, faça o login novamente"
@ -11263,7 +11263,7 @@ msgstr "Ver apenas"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Parece haver um erro na sua consulta SQL. A mensagem de erro do servidor "
"MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar "

View File

@ -8010,7 +8010,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Sem atividade por %s segundos ou mais, faça o login novamente"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11220,7 +11220,7 @@ msgstr "Apenas visualizar"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, "
"se houver alguma, também poderá ajudar a diagnosticar o problema"

View File

@ -8469,7 +8469,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă "
"autentificați din nou"
@ -11763,7 +11763,7 @@ msgstr "Numai vizualizare"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e "
"vreuna, poate sa te ajute la diagnosticarea problemei"

View File

@ -8022,7 +8022,7 @@ msgstr "Вход без пароля запрещен при конфигура
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"Отсутствие активности более %s секунд, пожалуйста, авторизуйтесь заново"
@ -11275,7 +11275,7 @@ msgstr "Просмотр"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет "
"выведена ошибка MySQL-сервера, облегчающая диагностику проблемы."

View File

@ -7758,7 +7758,7 @@ msgstr "මුර පදයක් නොමැතිව ඇතුල් වී
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "පසුගිය තත්පර %s තුල අක්‍රීයයි; නැවත ඇතුළු වන්න"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10786,7 +10786,7 @@ msgstr "දර්ශනය කිරීම පමණි"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8012,7 +8012,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11166,7 +11166,7 @@ msgstr "Iba prezrieť"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Vyskytla sa chyba v SQL dopyte. Nižšie uvedený MySQL výstup (ak je nejaký) "
"Vám môže pomôcť odstrániť problém"

View File

@ -7941,7 +7941,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Brez aktivnosti v zadnjih %s sekundah; prosimo, prijavite se znova"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11138,7 +11138,7 @@ msgstr "Samo pogled"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Kaže, da je v poizvedbi SQL prišlo do napake. Če je strežnik MySQL izpisal "
"napako, vam le-ta lahko pomaga pri odkrivanju težav"

View File

@ -7872,7 +7872,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11090,7 +11090,7 @@ msgstr "Shfaq vetëm"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Mesa duket ekziston një gabim tek query juaj SQL e futur. Gabimi i serverit "
"MySQL i treguar më poshtë, nëse ekziston, mund t'ju ndihmojë në "

View File

@ -8277,7 +8277,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Није било активности %s или више секунди, молимо пријавите се поново"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11634,7 +11634,7 @@ msgstr "Види само"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Изгледа да постоји грешка у вашем SQL упиту. Овде је порука о грешки MySQL "
"сервера, која вам може помоћи у откривању проблема"

View File

@ -7912,7 +7912,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11078,7 +11078,7 @@ msgstr "Vidi samo"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL "
"servera, koja vam može pomoći u otkrivanju problema"

View File

@ -7925,7 +7925,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Ingen aktivitet sedan %s sekunder; var god logga in igen"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11124,7 +11124,7 @@ msgstr "Visa endast"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Det verkar vara ett fel i din SQL-fråga. Felmeddelandet från MySQL-servern "
"nedan, om det finns något, kan också hjälpa dig analysera problemet"

View File

@ -7713,7 +7713,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10714,7 +10714,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7878,7 +7878,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10943,7 +10943,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7846,7 +7846,7 @@ msgstr "ห้ามกำหนดค่า สำหรับการเ
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "ไม่มีกิจกรรมภายใน %s วินาที กรุณาล็อกอินอีกครั้ง"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10978,7 +10978,7 @@ msgstr "ดูอย่างเดียว"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server "
"ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น"

View File

@ -7492,7 +7492,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10402,7 +10402,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7957,7 +7957,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s saniye içinde hiçbir işlem yapılmadı, lütfen yeniden oturum açın"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11149,7 +11149,7 @@ msgstr "Sadece göster"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"SQL sorgunuzda bir hata olduğu görünüyor. MySQL sunucusu hata çıktısı "
"aşağıdadır, eğer varsa, sorunu teşhis etmenizde ayrıca size yardımcı olabilir"

View File

@ -8204,7 +8204,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Kimendä %s sekund eşlämi tordıq, şuña kürä yañadan keräse"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11431,7 +11431,7 @@ msgstr "Kürep kenä"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -7964,7 +7964,7 @@ msgstr "پارولسىز كىرىش چەكلەنگەن (پارولسىز كىر
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11060,7 +11060,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8088,7 +8088,7 @@ msgstr "Авторизація без паролю заборонена в на
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "Відсутня діяльність протягом %s секунд; будь ласка, увійдіть знову"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11382,7 +11382,7 @@ msgstr "Лише перегляд"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Схоже на помилку у SQL запиті. У визначенні проблеми може допомогти "
"повідомлення про помилку сервера MySQL, що наведено нижче (якщо таке є)"

View File

@ -8105,7 +8105,7 @@ msgstr "پاس ورڈ کے بغیر لاگ ان تشکیل میں ممنوع ہ
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "%s سیکنڈ میں کوئی سرگرمی نہیں ہوئی، دوبارہ لاگ ان کریں۔"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -11205,7 +11205,7 @@ msgstr ""
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
#: libraries/sqlparser.lib.php:178

View File

@ -8641,7 +8641,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"\"%s\" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан "
"ўтинг"
@ -12124,7 +12124,7 @@ msgstr "Фақат кўриш"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Эҳтимол, SQL сўровида хатолик мавжуд. Агар хато мавжуд бўлса, пастда MySQL "
"сервер хатоликни кўрсатади ва ўша хабар муаммо ечимини топишга ёрдам беради."

View File

@ -8695,7 +8695,7 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr ""
"\"%s\" soniya davomida faollik kuzatilmadi, iltimos, qayta avtorizatsiyadan "
"oting."
@ -12200,7 +12200,7 @@ msgstr "Faqat korish"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"Ehtimol, SQL sorovida xatolik mavjud. Agar xato mavjud bolsa, pastda MySQL "
"server xatolikni korsatadi va osha xabar muammo yechimini topishga yordam "

View File

@ -7712,7 +7712,7 @@ msgstr "空密码登录被禁止 (参见 允许空密码)"
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "登录超时 (%s 秒未活动),请重新登录"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10828,7 +10828,7 @@ msgstr "仅查看"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可"
"能对您解决问题有一定的帮助"

View File

@ -7669,7 +7669,7 @@ msgstr "空密碼登錄被禁止 (參見 允許空密碼)"
#: libraries/plugins/auth/AuthenticationCookie.class.php:662
#: libraries/plugins/auth/AuthenticationSignon.class.php:254
#, php-format
msgid "No activity within %s seconds; please log in again"
msgid "No activity within %s seconds; please log in again."
msgstr "登錄超時 (%s 秒未操作),請重新登錄"
#: libraries/plugins/auth/AuthenticationCookie.class.php:667
@ -10713,7 +10713,7 @@ msgstr "僅查看"
#: libraries/sqlparser.lib.php:131
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
"below, if there is any, may also help you in diagnosing the problem."
msgstr ""
"您的 SQL 查詢可能有錯。如果可能的話,以下會列出 MySQL 伺服器的錯誤輸出,這可"
"能對您解決問題有一定的幫助"