OLD | NEW |
1 <!ENTITY dialog.title "Adblock Plus Filter Preferences"> | 1 <!ENTITY dialog.title "Adblock Plus Filter Preferences"> |
2 | 2 |
3 <!ENTITY subscriptions.tab.label "Filter subscriptions"> | 3 <!ENTITY subscriptions.tab.label "Filter subscriptions"> |
4 <!ENTITY filters.tab.label "Custom filters"> | 4 <!ENTITY filters.tab.label "Custom filters"> |
| 5 <!ENTITY typoCorrections.tab.label "Typo corrections"> |
5 | 6 |
6 <!ENTITY addSubscription.label "Add filter subscription"> | 7 <!ENTITY addSubscription.label "Add filter subscription"> |
7 <!ENTITY addSubscription.accesskey "f"> | 8 <!ENTITY addSubscription.accesskey "f"> |
8 | 9 |
9 <!ENTITY addSubscriptionAdd.label "Add"> | 10 <!ENTITY addSubscriptionAdd.label "Add"> |
10 <!ENTITY addSubscriptionCancel.label "Cancel"> | 11 <!ENTITY addSubscriptionCancel.label "Cancel"> |
11 <!ENTITY addSubscriptionOther.label "Add a different subscription"> | 12 <!ENTITY addSubscriptionOther.label "Add a different subscription"> |
12 | 13 |
13 <!ENTITY noSubscriptions.text " | 14 <!ENTITY noSubscriptions.text " |
14 You haven't added any filter subscriptions yet. Adblock Plus won't block | 15 You haven't added any filter subscriptions yet. Adblock Plus won't block |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 <!ENTITY backup.error "There was an error writing filter
s to the file. Make sure that the file isn't write protected or in use by anothe
r application."> | 106 <!ENTITY backup.error "There was an error writing filter
s to the file. Make sure that the file isn't write protected or in use by anothe
r application."> |
106 <!ENTITY restore.error "The file's data could not be proc
essed, maybe this isn't an Adblock Plus backup file?"> | 107 <!ENTITY restore.error "The file's data could not be proc
essed, maybe this isn't an Adblock Plus backup file?"> |
107 <!ENTITY restore.complete.warning "All your filter preferences will
be replaced by the contents of the selected file. Do you want to proceeed?"> | 108 <!ENTITY restore.complete.warning "All your filter preferences will
be replaced by the contents of the selected file. Do you want to proceeed?"> |
108 <!ENTITY restore.custom.warning "All your custom filters will be r
eplaced by the contents of the selected file. Do you want to proceeed?"> | 109 <!ENTITY restore.custom.warning "All your custom filters will be r
eplaced by the contents of the selected file. Do you want to proceeed?"> |
109 <!ENTITY restore.minVersion.warning "Warning: the file has been create
d with a newer Adblock Plus version. You should update to the latest Adblock Plu
s version before restoring from this file."> | 110 <!ENTITY restore.minVersion.warning "Warning: the file has been create
d with a newer Adblock Plus version. You should update to the latest Adblock Plu
s version before restoring from this file."> |
110 | 111 |
111 <!ENTITY find.label "Find"> | 112 <!ENTITY find.label "Find"> |
112 <!ENTITY find.accesskey "n"> | 113 <!ENTITY find.accesskey "n"> |
113 | 114 |
114 <!ENTITY close.label "Close"> | 115 <!ENTITY close.label "Close"> |
| 116 |
| 117 <!ENTITY typoCorrections.enableLabel "Correct mistyped internet address
es"> |
| 118 <!ENTITY typoCorrections.whitelistLabel "Don't Replace..."> |
| 119 <!ENTITY typoCorrections.whitelistEmptyLabel "There are currently no exceptions
."> |
| 120 <!ENTITY typoCorrections.removeButtonLabel "Remove Selected"> |
OLD | NEW |