OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "Přidat" | 3 "message": "Přidat" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "Přidat doménu" | 6 "message": "Přidat doménu" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "Přidat filtr" | 9 "message": "Přidat filtr" |
10 }, | 10 }, |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "message": "Řádek $number$", | 96 "message": "Řádek $number$", |
97 "placeholders": { | 97 "placeholders": { |
98 "number": { | 98 "number": { |
99 "content": "$1" | 99 "content": "$1" |
100 } | 100 } |
101 } | 101 } |
102 }, | 102 }, |
103 "name_devbuild": { | 103 "name_devbuild": { |
104 "message": "Vývojové sestavení Adblock Plus" | 104 "message": "Vývojové sestavení Adblock Plus" |
105 }, | 105 }, |
| 106 "notification_configure": { |
| 107 "message": "Konfigurovat nastavení oznámení" |
| 108 }, |
| 109 "notification_open_all": { |
| 110 "message": "Otevřít všechny odkazy z tohoto oznámení" |
| 111 }, |
106 "notification_with_buttons": { | 112 "notification_with_buttons": { |
107 "message": "Klepněte na 'OK' pro otevření všech odkazů v tomto oznámení." | 113 "message": "Klepněte na 'OK' pro otevření všech odkazů v tomto oznámení." |
108 }, | 114 }, |
109 "notification_without_buttons": { | 115 "notification_without_buttons": { |
110 "message": "Klepněte na oznámení pro otevření všech obsažených odkazů." | 116 "message": "Klepněte na oznámení pro otevření všech obsažených odkazů." |
111 }, | 117 }, |
112 "options": { | 118 "options": { |
113 "message": "Možnosti Adblock Plus" | 119 "message": "Možnosti Adblock Plus" |
114 }, | 120 }, |
115 "options_short": { | 121 "options_short": { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "unexpected_filter_list_header": { | 180 "unexpected_filter_list_header": { |
175 "message": "Záhlaví seznamů filtrů zde nejsou povoleny" | 181 "message": "Záhlaví seznamů filtrů zde nejsou povoleny" |
176 }, | 182 }, |
177 "update_now": { | 183 "update_now": { |
178 "message": "Aktualizovat nyní" | 184 "message": "Aktualizovat nyní" |
179 }, | 185 }, |
180 "whitelisted_domains": { | 186 "whitelisted_domains": { |
181 "message": "Povolené domény" | 187 "message": "Povolené domény" |
182 } | 188 } |
183 } | 189 } |
OLD | NEW |