Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
ce6d0d496b
commit
b4d03dc9f5
@ -127,13 +127,13 @@ if (strlen($db)
|
||||
$GLOBALS['dbi']->query($local_query);
|
||||
|
||||
$message = PMA_Message::success(
|
||||
__('Database %1$s has been renamed to %2$s')
|
||||
__('Database %1$s has been renamed to %2$s.')
|
||||
);
|
||||
$message->addParam($db);
|
||||
$message->addParam($_REQUEST['newname']);
|
||||
} elseif (! $_error) {
|
||||
$message = PMA_Message::success(
|
||||
__('Database %1$s has been copied to %2$s')
|
||||
__('Database %1$s has been copied to %2$s.')
|
||||
);
|
||||
$message->addParam($db);
|
||||
$message->addParam($_REQUEST['newname']);
|
||||
|
||||
@ -47,7 +47,7 @@ $url_params['goto'] = 'db_qbe.php';
|
||||
require 'libraries/db_info.inc.php';
|
||||
|
||||
if ($message_to_display) {
|
||||
PMA_Message::error(__('You have to choose at least one column to display'))->display();
|
||||
PMA_Message::error(__('You have to choose at least one column to display!'))->display();
|
||||
}
|
||||
unset($message_to_display);
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ require 'libraries/db_common.inc.php';
|
||||
// If config variable $GLOBALS['cfg']['Usedbsearch'] is on false : exit.
|
||||
if (! $GLOBALS['cfg']['UseDbSearch']) {
|
||||
PMA_Util::mysqlDie(
|
||||
__('Access denied'), '', false, $err_url
|
||||
__('Access denied!'), '', false, $err_url
|
||||
);
|
||||
} // end if
|
||||
$url_query .= '&goto=db_search.php';
|
||||
|
||||
@ -78,7 +78,7 @@ class AuthenticationConfig extends AuthenticationPlugin
|
||||
$response->getFooter()->setMinimal();
|
||||
$header = $response->getHeader();
|
||||
$header->setBodyId('loginform');
|
||||
$header->setTitle(__('Access denied'));
|
||||
$header->setTitle(__('Access denied!'));
|
||||
$header->disableMenu();
|
||||
echo '<br /><br />
|
||||
<center>
|
||||
@ -93,7 +93,7 @@ class AuthenticationConfig extends AuthenticationPlugin
|
||||
if (isset($GLOBALS['allowDeny_forbidden'])
|
||||
&& $GLOBALS['allowDeny_forbidden']
|
||||
) {
|
||||
trigger_error(__('Access denied'), E_USER_NOTICE);
|
||||
trigger_error(__('Access denied!'), E_USER_NOTICE);
|
||||
} else {
|
||||
// Check whether user has configured something
|
||||
if ($GLOBALS['PMA_Config']->source_mtime == 0) {
|
||||
|
||||
@ -680,7 +680,7 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
. ' (see AllowNoPassword)'
|
||||
);
|
||||
} elseif (! empty($GLOBALS['allowDeny_forbidden'])) {
|
||||
$conn_error = __('Access denied');
|
||||
$conn_error = __('Access denied!');
|
||||
} elseif (! empty($GLOBALS['no_activity'])) {
|
||||
$conn_error = sprintf(
|
||||
__('No activity within %s seconds; please log in again.'),
|
||||
|
||||
@ -66,7 +66,7 @@ class AuthenticationHttp extends AuthenticationPlugin
|
||||
$response = PMA_Response::getInstance();
|
||||
$response->getFooter()->setMinimal();
|
||||
$header = $response->getHeader();
|
||||
$header->setTitle(__('Access denied'));
|
||||
$header->setTitle(__('Access denied!'));
|
||||
$header->disableMenu();
|
||||
$header->setBodyId('loginform');
|
||||
|
||||
|
||||
@ -267,7 +267,7 @@ class AuthenticationSignon extends AuthenticationPlugin
|
||||
. '(see AllowNoPassword)'
|
||||
);
|
||||
} elseif (! empty($GLOBALS['allowDeny_forbidden'])) {
|
||||
$_SESSION['PMA_single_signon_error_message'] = __('Access denied');
|
||||
$_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.'),
|
||||
|
||||
2
po/af.po
2
po/af.po
@ -306,7 +306,7 @@ msgstr "Skakel oor na %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Toegang Geweier"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ar.po
2
po/ar.po
@ -317,7 +317,7 @@ msgstr "التحويل إلى %sالباني المرئي%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "ممنوع الوصول"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/az.po
2
po/az.po
@ -317,7 +317,7 @@ msgstr "Kopyalanmış cedvele keç"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Giriş Tesdiq Edilmedi"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/be.po
2
po/be.po
@ -320,7 +320,7 @@ msgstr "Перайсьці да скапіяванай табліцы"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "У доступе адмоўлена"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -321,7 +321,7 @@ msgstr "Pierajści da skapijavanaj tablicy"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "U dostupie admoŭlena"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/bg.po
2
po/bg.po
@ -304,7 +304,7 @@ msgstr "Превключване към %sвизуален строител%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Отказан достъп"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/bn.po
2
po/bn.po
@ -310,7 +310,7 @@ msgstr "দেখে তৈরীর %svisual builder%s যাও"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "প্রবেশ করা যাচ্ছে না"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/br.po
2
po/br.po
@ -308,7 +308,7 @@ msgstr "Cheñch evit ar %ssavour gwelet%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Moned nac'het"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/bs.po
2
po/bs.po
@ -311,7 +311,7 @@ msgstr "Pređi na %svizualni graditelj%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Ulaz nije dozvoljen"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ca.po
2
po/ca.po
@ -312,7 +312,7 @@ msgstr "Canviar al %sconstructor visual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Accés denegat"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -315,7 +315,7 @@ msgstr "گۆڕین بۆ %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "ڕێگەنەدرا بە بینین"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/cs.po
2
po/cs.po
@ -306,7 +306,7 @@ msgstr "Přepnout na %svizuálního návrháře%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Přístup odepřen"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/cy.po
2
po/cy.po
@ -316,7 +316,7 @@ msgstr "Newid i %sadeiladwr gweledol%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Mynediad wedi'i wrthod"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/da.po
2
po/da.po
@ -302,7 +302,7 @@ msgstr "Skift til %svisuel konstruktør%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Adgang nægtet"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/de.po
2
po/de.po
@ -304,7 +304,7 @@ msgstr "Zum %sDesigner%s wechseln"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Zugriff verweigert"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/el.po
2
po/el.po
@ -303,7 +303,7 @@ msgstr "Αλλαγή στον %sεικονικός μάστορας%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Άρνηση πρόσβασης"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -306,8 +306,8 @@ msgstr "Switch to %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgstr "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Access denied!"
|
||||
|
||||
#: db_tracking.php:75
|
||||
msgid "Tracked tables"
|
||||
|
||||
2
po/es.po
2
po/es.po
@ -306,7 +306,7 @@ msgstr "Cambiar al %sconstructor visual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Acceso denegado"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/et.po
2
po/et.po
@ -306,7 +306,7 @@ msgstr "Mine %sgraafilisele loojale%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Ligipääs keelatud"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/eu.po
2
po/eu.po
@ -314,7 +314,7 @@ msgstr "Aldatu %serakitzaile bisualrera%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Sarbidea ukatua"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/fa.po
2
po/fa.po
@ -304,7 +304,7 @@ msgstr "به %svisual builder%s بروید"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "دسترسي مجاز نيست"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/fi.po
2
po/fi.po
@ -304,7 +304,7 @@ msgstr "Vaihda %svisuaaliseen muokkaimeen%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Käyttö estetty"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/fr.po
2
po/fr.po
@ -304,7 +304,7 @@ msgstr "Passer au %smode visuel%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Accès refusé"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/gl.po
2
po/gl.po
@ -304,7 +304,7 @@ msgstr "Cambiar ao %sconstrutor visual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Denegouse o acceso"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/he.po
2
po/he.po
@ -301,7 +301,7 @@ msgstr "מעבר ל%sבונה החזותי%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "הגישה נדחתה"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/hi.po
2
po/hi.po
@ -305,7 +305,7 @@ msgstr "%s दृश्य निर्माता %s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "पहुँच निषेधित"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/hr.po
2
po/hr.po
@ -313,7 +313,7 @@ msgstr "Prebaci se na %svizualnu izradu%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Pristup odbijen"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/hu.po
2
po/hu.po
@ -304,7 +304,7 @@ msgstr "Átváltás a %svizuális tervezőre%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "A hozzáférés megtagadva"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/hy.po
2
po/hy.po
@ -315,7 +315,7 @@ msgstr "Միացնել հարցումների %sտեսական կառուցող
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Մուտքն արգելված է"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ia.po
2
po/ia.po
@ -308,7 +308,7 @@ msgstr "Commuta a %svisual builder%s (constructor visual)"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Accesso negate"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/id.po
2
po/id.po
@ -304,7 +304,7 @@ msgstr "Alihkan ke %spembangun visual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Akses ditolak"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/it.po
2
po/it.po
@ -304,7 +304,7 @@ msgstr "Passa a %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Accesso negato"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ja.po
2
po/ja.po
@ -309,7 +309,7 @@ msgstr "%sビジュアル・クエリ・ビルダ%sに切り替える"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "アクセスは拒否されました"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ka.po
2
po/ka.po
@ -311,7 +311,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "მიუწვდომელია"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/kk.po
2
po/kk.po
@ -308,7 +308,7 @@ msgstr "%sСұраныстарды көз мөлшерiмен құрастыру
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Рұқсат жоқ"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/kn.po
2
po/kn.po
@ -304,7 +304,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ko.po
2
po/ko.po
@ -303,7 +303,7 @@ msgstr "%s비주얼 쿼리 빌더%s로 전환"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "접근이 거부되었습니다."
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ky.po
2
po/ky.po
@ -308,7 +308,7 @@ msgstr "%svisual builder%s көрсөт"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Кирүүгө уруксат жок"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/lt.po
2
po/lt.po
@ -312,7 +312,7 @@ msgstr "Pereiti į %svizualią daryklę%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Priėjimas uždraustas"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/lv.po
2
po/lv.po
@ -305,7 +305,7 @@ msgstr "Pārslēgties uz %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Pieeja aizliegta"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/mk.po
2
po/mk.po
@ -319,7 +319,7 @@ msgstr "Премини на копираната табела"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Пристапот не е допуштен"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ml.po
2
po/ml.po
@ -311,7 +311,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/mn.po
2
po/mn.po
@ -312,7 +312,7 @@ msgstr "%sХүсэлтийн визуаль үүсгэгч%s рүү шилжих
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Хандах эрхгүй"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ms.po
2
po/ms.po
@ -311,7 +311,7 @@ msgstr "Tukar kepada %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Akses dinafikan"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/nb.po
2
po/nb.po
@ -311,7 +311,7 @@ msgstr "Bytt til %svisuell bygger%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Ingen tilgang"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/nl.po
2
po/nl.po
@ -303,7 +303,7 @@ msgstr "Overschakelen op %svisuele builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Toegang geweigerd"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/pa.po
2
po/pa.po
@ -304,7 +304,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/pl.po
2
po/pl.po
@ -306,7 +306,7 @@ msgstr "Przełącz do %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Odmowa dostępu"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/pt.po
2
po/pt.po
@ -304,7 +304,7 @@ msgstr "Mudar para %sConstrutor Gráfico%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Acesso Negado"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -304,7 +304,7 @@ msgstr "Alterar para %sconstrutor visual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Acesso negado"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ro.po
2
po/ro.po
@ -306,7 +306,7 @@ msgstr "Comutați la %sconstructorul vizual%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Acces refuzat"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ru.po
2
po/ru.po
@ -307,7 +307,7 @@ msgstr "Переключиться на %sвизуальный составит
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "В доступе отказано"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/si.po
2
po/si.po
@ -302,7 +302,7 @@ msgstr "%sදෘශ්ය ගොඩනංවනය%s වෙත යන්න"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "පිවිසුම වලක්වා ඇත"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/sk.po
2
po/sk.po
@ -305,7 +305,7 @@ msgstr "Prepnúť do %svizuálneho návrhára%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Prístup odmietnutý"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/sl.po
2
po/sl.po
@ -307,7 +307,7 @@ msgstr "Preklopi na %svidni graditelj%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Dostop zavrnjen"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/sq.po
2
po/sq.po
@ -304,7 +304,7 @@ msgstr "Kalo tek %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Ndalohet hyrja"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/sr.po
2
po/sr.po
@ -319,7 +319,7 @@ msgstr "Пређи на копирану табелу"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Приступ одбијен"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -314,7 +314,7 @@ msgstr "Pređi na %svizuelnu izradu%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Pristup odbijen"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/sv.po
2
po/sv.po
@ -303,7 +303,7 @@ msgstr "Växla till %sgrafisk modellerare%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Åtkomst nekad"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ta.po
2
po/ta.po
@ -304,7 +304,7 @@ msgstr "%s காட்சி கட்டுனர் இற்கு %s மா
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "அனுமதி நிராகரிக்கப்பட்டுள்ளது"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/te.po
2
po/te.po
@ -317,7 +317,7 @@ msgstr "దృశ్య కల్పకం"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "యాక్సెస్ నిరోధించడమైనది"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/th.po
2
po/th.po
@ -306,7 +306,7 @@ msgstr "สลับไปยัง %svisual builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "ไม่อนุญาตให้ใช้งาน"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/tk.po
2
po/tk.po
@ -308,7 +308,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/tr.po
2
po/tr.po
@ -303,7 +303,7 @@ msgstr "%sGörsel yaratıcı'ya%s geç"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Erişim engellendi"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/tt.po
2
po/tt.po
@ -317,7 +317,7 @@ msgstr "Kübäytelgän tüşämägä küçäse"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "İreşep Bulmadı"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ug.po
2
po/ug.po
@ -314,7 +314,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "رەت قىلىندى"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/uk.po
2
po/uk.po
@ -306,7 +306,7 @@ msgstr "Перемкнутись на %sвізуальний конструкт
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Доступ заборонено"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/ur.po
2
po/ur.po
@ -311,7 +311,7 @@ msgstr "بصری تعمیر کنندہ"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "رسائی ممکن نہیں"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
2
po/uz.po
2
po/uz.po
@ -302,7 +302,7 @@ msgstr "%sсўровларнинг визуал таркибига%s ўтиш"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Рухсат берилмади"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -319,7 +319,7 @@ msgstr "Nusxa olingan jadvalga o‘tish"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "Ruxsat berilmadi"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -304,7 +304,7 @@ msgstr ""
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr ""
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -299,7 +299,7 @@ msgstr "切换到%s可视化查询生成器%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "访问被拒绝"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
@ -299,7 +299,7 @@ msgstr "切換至 %sVisual Builder%s"
|
||||
#: libraries/plugins/auth/AuthenticationCookie.class.php:683
|
||||
#: libraries/plugins/auth/AuthenticationHttp.class.php:69
|
||||
#: libraries/plugins/auth/AuthenticationSignon.class.php:270
|
||||
msgid "Access denied"
|
||||
msgid "Access denied!"
|
||||
msgstr "拒絕存取"
|
||||
|
||||
#: db_tracking.php:75
|
||||
|
||||
Loading…
Reference in New Issue
Block a user