blob: 8089e9fd0e53233a6385cfa81ef99c060b2ea549 (
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
|
# 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/.
## Names of the default containers in Firefox.
## See https://support.mozilla.org/kb/how-use-firefox-containers
user-context-personal =
.label = Osobné
.accesskey = O
user-context-work =
.label = Pracovné
.accesskey = P
user-context-banking =
.label = Bankovníctvo
.accesskey = B
user-context-shopping =
.label = Nakupovanie
.accesskey = N
##
user-context-none =
.label = Žiadny kontajner
.accesskey = Ž
user-context-manage-containers =
.label = Spravovať kontajnery
.accesskey = S
|