#ifndef RSPAMD_LOGGER_H #define RSPAMD_LOGGER_H #include "config.h" #include "cfg_file.h" #include "radix.h" #include "util.h" typedef void (*rspamd_log_func_t)(const gchar * log_domain, const gchar *function, GLogLevelFlags log_level, const gchar * message, gboolean forced, gpointer arg); typedef struct rspamd_logger_s rspamd_logger_t; /** * Init logger */ void rspamd_set_logger (enum rspamd_log_type type, GQuark ptype, struct rspamd_main *main); /** * Open log file or initialize other structures */ gint open_log (rspamd_logger_t *logger); /** * Close log file or destroy other structures */ void close_log (rspamd_logger_t *logger); /** * Close and open log again */ gint reopen_log (rspamd_logger_t *logger); /** * Open log file or initialize other structures for privileged processes */ gint open_log_priv (rspamd_logger_t *logger, uid_t uid, gid_t gid); /** * Close log file or destroy other structures for privileged processes */ void close_log_priv (rspamd_logger_t *logger, uid_t uid, gid_t gid); /** * Close and open log again for privileged processes */ gint reopen_log_priv (rspamd_logger_t *logger, uid_t uid, gid_t gid); /** * Set log pid */ void update_log_pid (GQuark ptype, rspamd_logger_t *logger); /** * Flush log buffer for some types of logging */ void flush_log_buf (rspamd_logger_t *logger); /** * Log function that is compatible for glib messages */ void rspamd_glib_log_function (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer arg); /** * Function with variable number of arguments support */ void rspamd_common_log_function (rspamd_logger_t *logger, GLogLevelFlags log_level, const gchar *function, const gchar *fmt, ...); /** * Conditional debug function */ void rspamd_conditional_debug (rspamd_logger_t *logger, guint32 addr, const gchar *function, const gchar *fmt, ...) ; /** * Temporary turn on debug */ void rspamd_log_debug (rspamd_logger_t *logger); /** * Turn off debug */ void rspamd_log_nodebug (rspamd_logger_t *logger); /* Typical functions */ /* Logging in postfix style */ #if (defined(RSPAMD_MAIN) || defined(RSPAMD_LIB) || defined(RSPAMD_TEST)) #define msg_err(...) rspamd_common_log_function(rspamd_main->logger, G_LOG_LEVEL_CRITICAL, __FUNCTION__, __VA_ARGS__) #define msg_warn(...) rspamd_common_log_function(rspamd_main->logger, G_LOG_LEVEL_WARNING, __FUNCTION__, __VA_ARGS__) #define msg_info(...) rspamd_common_log_function(rspamd_main->logger, G_LOG_LEVEL_INFO, __FUNCTION__, __VA_ARGS__) #define msg_debug(...) rspamd_conditional_debug(rspamd_main->logger, -1, __FUNCTION__, __VA_ARGS__) #ifdef HAVE_INET_PTON # define debug_task(...) rspamd_conditional_debug(rspamd_main->logger, task->from_addr.d.in4.s_addr, __FUNCTION__, __VA_ARGS__) #else # define debug_task(...) rspamd_conditional_debug(rspamd_main->logger, task->from_addr.s_addr, __FUNCTION__, __VA_ARGS__) #endif #else #define msg_err(...) rspamd_log_fprintf(stderr, __VA_ARGS__) #define msg_warn(...) rspamd_log_fprintf(stderr, __VA_ARGS__) #define msg_info(...) rspamd_log_fprintf(stderr, __VA_ARGS__) #define msg_debug(...) rspamd_log_fprintf(stderr, __VA_ARGS__) #define debug_task(...) rspamd_log_fprintf(stderr, __VA_ARGS__) #endif #endif rt_to_query_builder Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/l10n/bg_BG/files_external.po
blob: a83766c4f7e6fa33657435ec93f99fc04b80757c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-20 01:54-0400\n"
"PO-Revision-Date: 2013-07-20 05:25+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
msgid "Access granted"
msgstr "Достъпът е даден"

#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102
msgid "Error configuring Dropbox storage"
msgstr ""

#: js/dropbox.js:65 js/google.js:66
msgid "Grant access"
msgstr "Даване на достъп"

#: js/dropbox.js:101
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""

#: js/google.js:36 js/google.js:93
msgid "Error configuring Google Drive storage"
msgstr ""

#: lib/config.php:431
msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""

#: lib/config.php:434
msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""

#: lib/config.php:437
msgid ""
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
"your system administrator to install it."
msgstr ""

#: templates/settings.php:3
msgid "External Storage"
msgstr "Външно хранилище"

#: templates/settings.php:9 templates/settings.php:28
msgid "Folder name"
msgstr "Име на папката"

#: templates/settings.php:10
msgid "External storage"
msgstr ""

#: templates/settings.php:11
msgid "Configuration"
msgstr "Конфигурация"

#: templates/settings.php:12
msgid "Options"
msgstr "Опции"

#: templates/settings.php:13
msgid "Applicable"
msgstr "Приложимо"

#: templates/settings.php:33
msgid "Add storage"
msgstr ""

#: templates/settings.php:90
msgid "None set"
msgstr "Няма избрано"

#: templates/settings.php:91
msgid "All Users"
msgstr "Всички потребители"

#: templates/settings.php:92
msgid "Groups"
msgstr "Групи"

#: templates/settings.php:100
msgid "Users"
msgstr "Потребители"

#: templates/settings.php:113 templates/settings.php:114
#: templates/settings.php:149 templates/settings.php:150
msgid "Delete"
msgstr "Изтриване"

#: templates/settings.php:129
msgid "Enable User External Storage"
msgstr "Вкл. на поддръжка за външно потр. хранилище"

#: templates/settings.php:130
msgid "Allow users to mount their own external storage"
msgstr "Позволено е на потребителите да ползват тяхно лично външно хранилище"

#: templates/settings.php:141
msgid "SSL root certificates"
msgstr "SSL основни сертификати"

#: templates/settings.php:159
msgid "Import Root Certificate"
msgstr "Импортиране на основен сертификат"