diff options
Diffstat (limited to 'lib/l10n/bg.js')
-rw-r--r-- | lib/l10n/bg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index 7c02c084dc0..c28712e8c4c 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -2,7 +2,6 @@ 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 папката.", "See %s" : "Вижте %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", @@ -130,6 +129,7 @@ OC.L10N.register( "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Моля, променете правата за достъп на 0770, за да не може директорията да бъде видяна от други потребители.", "Could not obtain lock type %d on \"%s\"." : "Неуспешен опит за ексклузивен достъп от типa %d върху \"%s\".", "Storage is temporarily not available" : "Временно хранилището не е налично", + "This can usually be fixed by giving the webserver write access to the config directory" : "Това може да бъде решено единствено като разрешиш на уеб сървъра да пише в config папката.", "Following databases are supported: %s" : "Следните бази данни са поддържани: %s", "Following platforms are supported: %s" : "Поддържани са следните платформи: %s", "Can't create or write into the data directory %s" : "Неуспешно създаване или записване в \"data\" папката %s", |