OLD | NEW |
1 { | 1 { |
2 "options_acceptableAds_header": { | 2 "options_acceptableAds_header": { |
3 "message": "Sprejemljivi oglasi" | 3 "message": "Sprejemljivi oglasi" |
4 }, | 4 }, |
5 "options_close": { | 5 "options_close": { |
6 "message": "zapri" | 6 "message": "zapri" |
7 }, | 7 }, |
8 "options_customFilter_cancel": { | 8 "options_customFilter_cancel": { |
9 "message": "Prekliči" | 9 "message": "Prekliči" |
10 }, | 10 }, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 "message": "Podpora" | 48 "message": "Podpora" |
49 }, | 49 }, |
50 "options_tab_general": { | 50 "options_tab_general": { |
51 "message": "Splošno" | 51 "message": "Splošno" |
52 }, | 52 }, |
53 "options_tab_help": { | 53 "options_tab_help": { |
54 "message": "Pomoč" | 54 "message": "Pomoč" |
55 }, | 55 }, |
56 "options_tab_whitelist": { | 56 "options_tab_whitelist": { |
57 "message": "Dovoljene spletne strani" | 57 "message": "Dovoljene spletne strani" |
| 58 }, |
| 59 "options_tracking_warning_1": { |
| 60 "message": "Opatili smo, da imate omogočena tako <strong>$tracking$</strong>
kot <strong>$acceptableAds$</strong>.", |
| 61 "placeholders": { |
| 62 "acceptableAds": { |
| 63 "content": "$2", |
| 64 "example": "Allow Acceptable Ads" |
| 65 }, |
| 66 "tracking": { |
| 67 "content": "$1", |
| 68 "example": "Block additional tracking" |
| 69 } |
| 70 } |
| 71 }, |
| 72 "options_tracking_warning_2": { |
| 73 "message": "Upoštevajte, da če želite od oglaševalcev videti ustreznejše ogl
ase, je <strong>lahko</strong> pri sprejemljivih oglasih prisotnega nekaj sleden
ja." |
| 74 }, |
| 75 "options_tracking_warning_3": { |
| 76 "message": "Če imate rajši zasebnost, spodaj označite polje <strong>$accepta
bleAdsPrivacy$</strong>.", |
| 77 "placeholders": { |
| 78 "acceptableAdsPrivacy": { |
| 79 "content": "$1", |
| 80 "example": "Only allow ads without third-party tracking" |
| 81 } |
| 82 } |
| 83 }, |
| 84 "options_tracking_warning_acknowledgment": { |
| 85 "message": "V redu, razumem" |
58 } | 86 } |
59 } | 87 } |
OLD | NEW |