diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/mk.js | 4 | ||||
-rw-r--r-- | lib/l10n/mk.json | 4 | ||||
-rw-r--r-- | lib/private/legacy/OC_DB.php | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 49741d2e850..2f375720ecf 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -75,7 +75,7 @@ OC.L10N.register( "File name contains at least one invalid character" : "Името на датотеката соджи невалиден карактер", "File name is too long" : "Името на датотеката е премногу долго", "Dot files are not allowed" : "Датотеки само со точки не се дозволени", - "Empty filename is not allowed" : "Датотеки без име не се дозболени", + "Empty filename is not allowed" : "Датотеки без име не се дозволени", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Апликацијата \"%s\" неможе да се инсталира бидејќи датотеката appinfo неможе да се прочита.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Апликацијата \"%s\" неможе да се инсталира бидејќи не е компатибилна со верзијата на серверот.", "__language_name__" : "Македонски", @@ -198,7 +198,7 @@ OC.L10N.register( "PHP module %s not installed." : "PHP модулот %s не е инсталиран.", "Please ask your server administrator to install the module." : "Замолете го сервер администраторот да го инсталира додатокот.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP поставката \"%s\" не е поставена до \"%s\".", - "Adjusting this setting in php.ini will make Nextcloud run again" : "Прилагодувањето на оваа поставка во php.ini ќе направи Nextcloud повторно да работи ", + "Adjusting this setting in php.ini will make Nextcloud run again" : "Прилагодувањето на оваа поставка во php.ini ќе направи повторно да работи ", "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload е поставено на \"%s\", очекувана вредност е \"0\"", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "За да го поправите ова, поставете вредност за <code>mbstring.func_overload</code> = <code>0</code> во вашата php.ini датотека", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Потербна минимална верзија на libxml2 е 2.7.0. Моментална верзија е %s.", diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index f06967c5673..d8bd4482933 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -73,7 +73,7 @@ "File name contains at least one invalid character" : "Името на датотеката соджи невалиден карактер", "File name is too long" : "Името на датотеката е премногу долго", "Dot files are not allowed" : "Датотеки само со точки не се дозволени", - "Empty filename is not allowed" : "Датотеки без име не се дозболени", + "Empty filename is not allowed" : "Датотеки без име не се дозволени", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Апликацијата \"%s\" неможе да се инсталира бидејќи датотеката appinfo неможе да се прочита.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Апликацијата \"%s\" неможе да се инсталира бидејќи не е компатибилна со верзијата на серверот.", "__language_name__" : "Македонски", @@ -196,7 +196,7 @@ "PHP module %s not installed." : "PHP модулот %s не е инсталиран.", "Please ask your server administrator to install the module." : "Замолете го сервер администраторот да го инсталира додатокот.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP поставката \"%s\" не е поставена до \"%s\".", - "Adjusting this setting in php.ini will make Nextcloud run again" : "Прилагодувањето на оваа поставка во php.ini ќе направи Nextcloud повторно да работи ", + "Adjusting this setting in php.ini will make Nextcloud run again" : "Прилагодувањето на оваа поставка во php.ini ќе направи повторно да работи ", "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload е поставено на \"%s\", очекувана вредност е \"0\"", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "За да го поправите ова, поставете вредност за <code>mbstring.func_overload</code> = <code>0</code> во вашата php.ini датотека", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Потербна минимална верзија на libxml2 е 2.7.0. Моментална верзија е %s.", diff --git a/lib/private/legacy/OC_DB.php b/lib/private/legacy/OC_DB.php index 390b2d3b1ea..d2606793f24 100644 --- a/lib/private/legacy/OC_DB.php +++ b/lib/private/legacy/OC_DB.php @@ -102,7 +102,8 @@ class OC_DB { return true; } - \OC::$server->getLogger()->logException(new \Exception('Can not detect if query is manipulating: ' . $sql)); + // This is triggered with "SHOW VERSION" and some more, so until we made a list, we keep this out. + // \OC::$server->getLogger()->logException(new \Exception('Can not detect if query is manipulating: ' . $sql)); return false; } |