blob: ef356345a24c079d2f9194de6f65e24c10a5b64f (
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 = Lični
.accesskey = L
user-context-work =
.label = Poslovni
.accesskey = P
user-context-banking =
.label = Bankarstvo
.accesskey = B
user-context-shopping =
.label = Kupovina
.accesskey = K
##
user-context-none =
.label = Bez Containera
.accesskey = n
user-context-manage-containers =
.label = Upravljaj kontejnerima
.accesskey = o
|