aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/group_request_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r--tests/notification/group_request_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php
index e849c66fa5..b935b180d9 100644
--- a/tests/notification/group_request_test.php
+++ b/tests/notification/group_request_test.php
@@ -49,7 +49,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
$this->cache->get_driver()
));
$this->container->set('group_helper', new \phpbb\group\helper(
- $this->getMock('\phpbb\auth\auth'),
+ $this->getMockBuilder('\phpbb\auth\auth')->disableOriginalConstructor()->getMock(),
$this->cache,
$this->config,
new \phpbb\language\language(
@@ -61,7 +61,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
new phpbb_mock_request()
),
new \phpbb\filesystem\filesystem(),
- $this->getMock('\phpbb\request\request'),
+ $this->getMockBuilder('\phpbb\request\request')->disableOriginalConstructor()->getMock(),
$phpbb_root_path,
$phpEx
),
3 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"POT-Creation-Date: 2010-05-25 09:22-0300\n"
"PO-Revision-Date: 2017-09-19 17:26+0000\n"
"Last-Translator: Rémi Verschelde <akien@mageia.org>\n"
"Language-Team: Georgian (http://www.transifex.com/MageiaLinux/mageia/"
"language/ka/)\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

#: ../bin/drakguard:29
#, c-format
msgid "Low"
msgstr ""

#: ../bin/drakguard:30
#, c-format
msgid "Normal"
msgstr ""

#: ../bin/drakguard:31
#, c-format
msgid "High"
msgstr ""

#: ../bin/drakguard:76
#, c-format
msgid "Parental Control"
msgstr ""

#: ../bin/drakguard:85
#, c-format
msgid "All users"
msgstr ""

#: ../bin/drakguard:92 ../bin/drakguard:210
#, c-format
msgid "Allowed users"
msgstr ""

#: ../bin/drakguard:98 ../bin/drakguard:218 ../bin/drakguard:221
#, c-format
msgid "Blacklist"
msgstr ""

#: ../bin/drakguard:99
#, c-format
msgid "Forbidden addresses"
msgstr ""

#: ../bin/drakguard:100
#, c-format
msgid "Remove from blacklist"
msgstr ""

#: ../bin/drakguard:105 ../bin/drakguard:217 ../bin/drakguard:220
#, c-format
msgid "Whitelist"
msgstr ""

#: ../bin/drakguard:106
#, c-format
msgid "Allowed addresses"
msgstr ""

#: ../bin/drakguard:107
#, c-format
msgid "Remove from whitelist"
msgstr ""

#: ../bin/drakguard:112 ../bin/drakguard:203 ../bin/drakguard:219
#: ../bin/drakguard:223 ../bin/drakguard:226 ../bin/drakguard:228
#: ../bin/drakguard:234 ../bin/drakguard:258 ../bin/drakguard:259
#: ../bin/drakguard:268 ../bin/drakguard:269 ../bin/drakguard:274
#, c-format
msgid "Block programs"
msgstr ""

#: ../bin/drakguard:113
#, c-format
msgid "Programs with blocked execution"
msgstr ""

#: ../bin/drakguard:114
#, c-format
msgid "Remove from blocked execution list"
msgstr ""

#: ../bin/drakguard:144
#, c-format
msgid "Configuration"
msgstr "კონფიგურაცია"

#: ../bin/drakguard:146
#, c-format
msgid ""
"This tool allows to configure parental control.\n"
"It can block access to web sites and restrict connection during a specified "
"timeframe."
msgstr ""

#: ../bin/drakguard:147
#, c-format
msgid "Enable parental control"
msgstr ""

#: ../bin/drakguard:150
#, c-format
msgid "Main options"
msgstr ""

#: ../bin/drakguard:152
#, c-format
msgid "Block all network traffic"
msgstr ""

#: ../bin/drakguard:156
#, c-format
msgid "Obscenity sensibility"
msgstr ""

#: ../bin/drakguard:165
#, c-format
msgid "User access"
msgstr ""

#: ../bin/drakguard:175
#, c-format
msgid "Time control"
msgstr ""

#: ../bin/drakguard:176
#, c-format
msgid "Allow connections only between these times:"
msgstr ""

#: ../bin/drakguard:180
#, c-format
msgid "Start:"
msgstr ""

#: ../bin/drakguard:189
#, c-format
msgid "End:"
msgstr ""

#: ../bin/drakguard:206
#, c-format
msgid "Blocked users"
msgstr ""

#: ../bin/drakguard:223
#, c-format
msgid "Block defined applications"
msgstr ""

#: ../bin/drakguard:228
#, c-format
msgid "..."
msgstr ""

#: ../bin/drakguard:229
#, c-format
msgid "Please select the program you want to control"
msgstr ""

#: ../bin/drakguard:231
#, c-format
msgid "Add"
msgstr "დამატება"

#: ../bin/drakguard:258
#, c-format
msgid "Error"
msgstr "შეცდომა"

#: ../bin/drakguard:258
#, c-format
msgid "Invalid Binary Name"
msgstr ""

#: ../bin/drakguard:275
#, c-format
msgid "Unblock users"
msgstr ""

#: ../bin/drakguard:292
#, c-format
msgid "Help"
msgstr "დახმარება"

#: ../bin/drakguard:299 ../bin/drakguard:309 ../bin/drakguard:317
#, c-format
msgid "Warning"
msgstr "გაფრთხილება"

#: ../bin/drakguard:299
#, c-format
msgid ""
"The support for Access Control Lists must be enabled in order to use the "
"Block programs feature.\n"
"Do you want to enable it now?"
msgstr ""

#: ../bin/drakguard:309
#, c-format
msgid "The support for Access Control Lists was enabled."
msgstr ""

#: ../bin/drakguard:309 ../bin/drakguard:317
#, c-format
msgid "It is necessary to restart your computer to activate it."
msgstr ""

#: ../bin/drakguard:317
#, c-format
msgid ""
"The support for Access Control Lists, required by the Block programs "
"feature, is enabled, but not yet activated."
msgstr ""

#: ../bin/drakguard:422
#, c-format
msgid "Please wait"
msgstr "გთხოვთ იქონიოთ მოთმინება"