blob: a9eb7d4a335828679a46c87aaefd3c1e601081fe (
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
|
# Reviewer(s):
#
# Alexandru Szasz <alexxed@gmail.com>
#
# 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/.
# note this section of the code may require some tinkering in other languages =(
# format in dialog: site [can/cannot] set cookies
can=site can set cookies
cannot=site cannot set cookies
canSession=site can set session cookies
domain=Domain for which this cookie applies:
host=Server which set the cookie:
hostColon=Gazdă:
domainColon=Domeniu:
forSecureOnly=Doar conexiuni criptate
forAnyConnection=Orice tip de conexiune
expireAtEndOfSession=At end of session
deleteAllCookies=Are you sure you want to delete all the cookies?
deleteAllCookiesTitle=Șterge toate cookie-urile
deleteAllCookiesYes=E&limină
deleteAllCookiesSites=Are you sure you want to delete all of the cookie sites?
deleteAllSitesTitle=Elimină toate saiturile
deleteAllSitesYes=E&limină
deleteSelectedCookies=Are you sure you want to delete the selected cookies?
deleteSelectedCookiesTitle=Remove Selected Cookies
deleteSelectedCookiesYes=&Remove
deleteSelectedCookiesSites=Are you sure you want to delete the selected cookie websites?
deleteSelectedSitesTitle=Remove Selected Websites
deleteSelectedSitesYes=&Remove
|