blob: 7ab40cf408d17b2683fb822ff91fd9821526ab38 (
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
|
# 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/.
containers-window-new =
.title = ਨਵਾਂ ਕਨਟੇਨਰ ਜੋੜੋ
.style = width: 45em
# Variables
# $name (String) - Name of the container
containers-window-update-settings =
.title = { $name } ਕਨਟੇਨਰ ਸੈਟਿੰਗਾਂ
.style = width: 45em
containers-window-new2 =
.title = ਨਵਾਂ ਕਨਟੇਨਰ ਜੋੜੋ
.style = min-width: 45em
# Variables
# $name (String) - Name of the container
containers-window-update-settings2 =
.title = { $name } ਕਨਟੇਨਰ ਸੈਟਿੰਗਾਂ
.style = min-width: 45em
containers-window-close =
.key = w
# This is a term to store style to be applied
# on the three labels in the containers add/edit dialog:
# - name
# - icon
# - color
#
# Using this term and referencing it in the `.style` attribute
# of the three messages ensures that all three labels
# will be aligned correctly.
-containers-labels-style = min-width: 4rem
containers-name-label = ਨਾਂ
.accesskey = N
.style = { -containers-labels-style }
containers-name-text =
.placeholder = ਕਨਟੇਨਰ ਨਾਂ ਭਰੋ
containers-icon-label = ਆਈਕਾਨ
.accesskey = I
.style = { -containers-labels-style }
containers-color-label = ਰੰਗ
.accesskey = o
.style = { -containers-labels-style }
containers-dialog =
.buttonlabelaccept = ਹੋ ਗਿਆ
.buttonaccesskeyaccept = D
containers-color-blue =
.label = ਨੀਲਾ
containers-color-turquoise =
.label = ਮੋਰ-ਪੰਖੀਆ
containers-color-green =
.label = ਹਰਾ
containers-color-yellow =
.label = ਪੀਲਾ
containers-color-orange =
.label = ਸੰਤਰੀ
containers-color-red =
.label = ਲਾਲ
containers-color-pink =
.label = ਗੁਲਾਬੀ
containers-color-purple =
.label = ਬੈਂਗਣੀ
containers-color-toolbar =
.label = ਟੂਲਬਾਰ ਨਾਲ ਮਿਲਾਓ
containers-icon-fence =
.label = ਵਾੜ
containers-icon-fingerprint =
.label = ਫਿੰਗਰਪਰਿੰਟ
containers-icon-briefcase =
.label = ਸੰਦੂਕੜੀ
# String represents a money sign but currently uses a dollar sign
# so don't change to local currency. See Bug 1291672.
containers-icon-dollar =
.label = ਡਾਲਰ ਸਾਈਨ
containers-icon-cart =
.label = ਖਰੀਦਦਾਰੀ ਰੇੜ੍ਹੀ
containers-icon-circle =
.label = ਬਿੰਦੀ
containers-icon-vacation =
.label = ਛੁੱਟੀਆਂ
containers-icon-gift =
.label = ਸੁਗਾਤ
containers-icon-food =
.label = ਖਾਣ-ਪੀਣ
containers-icon-fruit =
.label = ਫ਼ਲ
containers-icon-pet =
.label = ਪਾਲਤੂ
containers-icon-tree =
.label = ਦਰੱਖਤ
containers-icon-chill =
.label = ਠੰਢ
|