blob: a11f3ddbf55de0b9a8733a2c7d02a2ca29a44e61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
webext-perms-learn-more = Află mai multe
# Variables:
# $addonName (String): localized named of the extension that is asking to change the default search engine.
# $currentEngine (String): name of the current search engine.
# $newEngine (String): name of the new search engine.
webext-default-search-description = { $addonName } dorește să îți schimbe motorul de căutare implicit de pe { $currentEngine } pe { $newEngine }. Este în regulă?
webext-default-search-yes =
.label = Da
.accesskey = Y
webext-default-search-no =
.label = Nu
.accesskey = N
# Variables:
# $addonName (String): localized named of the extension that was just installed.
addon-post-install-message = { $addonName } a fost adăugat.
|