diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-17 02:25:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-17 02:25:48 +0000 |
commit | 78bfaeaa0e2c13e74f1c906e8eaea615a73463b2 (patch) | |
tree | 18c8557cc67a86ddfad4d4d8cbca8131a322b13a /lib/l10n/mk.js | |
parent | f8add9d82fb13c6e188ee9c5460fd33d8770b8ad (diff) | |
download | nextcloud-server-78bfaeaa0e2c13e74f1c906e8eaea615a73463b2.tar.gz nextcloud-server-78bfaeaa0e2c13e74f1c906e8eaea615a73463b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/mk.js')
-rw-r--r-- | lib/l10n/mk.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index c1500675974..12e54c70f2d 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -2,11 +2,8 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "Не може да зе запишува во \"config\" директориумот!", - "This can usually be fixed by giving the webserver write access to the config directory" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во config папката", - "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Или, доколку претпочитувате config.php да биде само за читање, поставете параметар \"config_is_read_only\" во него.", - "See %s" : "Види %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Ова најчесто се поправа со давање на дозвола веб серверот за запишување во config папката.", - "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Или, доколку претпочитувате config.php да биде само за читање, поставете параметар \"config_is_read_only\" во него. Видете %s", + "See %s" : "Види %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Датотеките од аоликацијата %1$s не се преклопени коректно. Проверете дали верзијата е компатибилна со серверот.", "Sample configuration detected" : "Детектирана е едноставна конфигурација", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Детектирано е дека едноставната конфигурација е копирана. Ова може да и наштети на вашата инсталација и не е поддржано. Прочитајте ја документацијата пред да правите промени во config.php", @@ -188,6 +185,7 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема инсталирано додаток за (sqlite, mysql, или postgresql) база на податоци.", "Cannot write into \"config\" directory" : "Не може да зе запишува во \"config\" директориумот", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во config папката. Видете %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Или, доколку претпочитувате config.php да биде само за читање, поставете параметар \"config_is_read_only\" во него. Видете %s", "Cannot write into \"apps\" directory" : "Не може да зе запишува во \"apps\" директориумот", "Cannot create \"data\" directory" : "Неможе да се креира директориум \"data\"", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во главната папка. Видете %s", @@ -225,6 +223,8 @@ OC.L10N.register( "Storage connection error. %s" : "Грешка во конекција до складиштето. %s", "Storage is temporarily not available" : "Складиштето моментално не е достапно", "Storage connection timeout. %s" : "Поврзувањето со складиштето не успеа. %s", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ова најчесто се поправа со давање дозвола на веб серверот за запишување во config папката", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Или, доколку претпочитувате config.php да биде само за читање, поставете параметар \"config_is_read_only\" во него.", "Following databases are supported: %s" : "Следниве бази со податоци се поддржани: %s", "Following platforms are supported: %s" : "Следниве платформи се поддржани: %s", "Can't create or write into the data directory %s" : "Неможете да креирате или да запишувате во оваа папка %s", |