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 | 5 |
6 <!ENTITY addSubscription.label "Add &filter subscription"> | 6 <!ENTITY addSubscription.label "Add &filter subscription"> |
7 <!ENTITY addSubscriptionAdd.label "Add"> | 7 <!ENTITY addSubscriptionAdd.label "Add"> |
8 <!ENTITY addSubscriptionCancel.label "Cancel"> | 8 <!ENTITY addSubscriptionCancel.label "Cancel"> |
9 <!ENTITY addSubscriptionOther.label "Add a different subscription"> | 9 <!ENTITY addSubscriptionOther.label "Add a different subscription"> |
10 | 10 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 <!ENTITY backup.custom.title "Custom filters only"> | 83 <!ENTITY backup.custom.title "Custom filters only"> |
84 | 84 |
85 <!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."> | 85 <!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."> |
86 <!ENTITY restore.error "The file's data could not be proc
essed, maybe this isn't an Adblock Plus backup file?"> | 86 <!ENTITY restore.error "The file's data could not be proc
essed, maybe this isn't an Adblock Plus backup file?"> |
87 <!ENTITY restore.complete.warning "All your filter preferences will
be replaced by the contents of the selected file. Do you want to proceeed?"> | 87 <!ENTITY restore.complete.warning "All your filter preferences will
be replaced by the contents of the selected file. Do you want to proceeed?"> |
88 <!ENTITY restore.custom.warning "All your custom filters will be r
eplaced by the contents of the selected file. Do you want to proceeed?"> | 88 <!ENTITY restore.custom.warning "All your custom filters will be r
eplaced by the contents of the selected file. Do you want to proceeed?"> |
89 <!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."> | 89 <!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."> |
90 | 90 |
91 <!ENTITY find.label "Fi&nd"> | 91 <!ENTITY find.label "Fi&nd"> |
92 <!ENTITY close.label "Close"> | 92 <!ENTITY close.label "Close"> |
| 93 |
| 94 <!ENTITY findbar.placeholder "Find filter"> |
| 95 <!ENTITY findbar.close "Close find bar"> |
| 96 <!ENTITY findbar.caseSensitive "Match Case"> |
| 97 <!ENTITY findbar.statusWrappedStart "Reached top, continuing from bott
om"> |
| 98 <!ENTITY findbar.statusWrappedEnd "Reached bottom, continuing from t
op"> |
| 99 <!ENTITY findbar.statusNotFound "Phrase not found"> |
OLD | NEW |