Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: locales/en/IAdblockPlus.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/de/tutorials.json ('k') | locales/en/IAdblockPlusSubscription.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locales/en/IAdblockPlus.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/locales/en/IAdblockPlus.json
@@ -0,0 +1,182 @@
+{
+ "title": {
+ "message": "IAdblockPlus"
+ },
+ "property0name": {
+ "message": "subscriptionCount"
+ },
+ "property0type": {
+ "message": "PRInt32"
+ },
+ "property0modifier": {
+ "message": "readonly"
+ },
+ "property0description": {
+ "message": "<p>Number of subscriptions in the list (including special subscriptions)</p>"
+ },
+ "method0name": {
+ "message": "getSubscription"
+ },
+ "method0return_type": {
+ "message": "IAdblockPlusSubscription"
+ },
+ "method0return_description": {
+ "message": "the requested subscription or <tt>null</tt> if no subscription with the given identifier exists"
+ },
+ "method0argument0name": {
+ "message": "id"
+ },
+ "method0argument0type": {
+ "message": "AString"
+ },
+ "method0argument0description": {
+ "message": "subscription's identifier (this is subscription's URL for regular subscriptions)"
+ },
+ "method0description": {
+ "message": "<p>Retrieves a subscription by its identifier</p>"
+ },
+ "method1name": {
+ "message": "getSubscriptionAt"
+ },
+ "method1return_type": {
+ "message": "IAdblockPlusSubscription"
+ },
+ "method1return_description": {
+ "message": "the requested subscription or <tt>null</tt> if the index provided is invalid"
+ },
+ "method1argument0name": {
+ "message": "index"
+ },
+ "method1argument0type": {
+ "message": "PRInt32"
+ },
+ "method1argument0description": {
+ "message": "subscription's position in the list, zero-based"
+ },
+ "method1description": {
+ "message": "<p>Retrieves a subscription by its position in the list</p>"
+ },
+ "method2name": {
+ "message": "updateExternalSubscription"
+ },
+ "method2return_type": {
+ "message": "wstring"
+ },
+ "method2return_description": {
+ "message": "effective subscription identifier (might not be identical to the id parameter)"
+ },
+ "method2argument0name": {
+ "message": "id"
+ },
+ "method2argument0type": {
+ "message": "AString"
+ },
+ "method2argument0description": {
+ "message": "subscription's identifier (for external subscriptions this can be any string)"
+ },
+ "method2argument1name": {
+ "message": "title"
+ },
+ "method2argument1type": {
+ "message": "AUTF8String"
+ },
+ "method2argument1description": {
+ "message": "subscription title to be used if a new subscription is created. This parameter will be ignored if the subscription already exists."
+ },
+ "method2argument2name": {
+ "message": "patterns"
+ },
+ "method2argument2type": {
+ "message": "arrayof wstring"
+ },
+ "method2argument2description": {
+ "message": "list of filter patterns that the subscription should contain"
+ },
+ "method2description": {
+ "message": "<p>\nUpdates an external subscription (or creates it if no such subscription\ncurrently exists). Such a subscription will not be updated by Adblock Plus, instead\nthe extension calling this method is responsible for updating it and removing once the\nsubscription is no longer required.\n</p>\n\n<p>\nAdblock Plus 1.3 and higher: External subscriptions will no longer be saved to disk along\nwith other subscription, updateExternalSubscription() method needs to be called each time\nthe browser starts up to restore the subscription. This is to prevent keeping a stale\nexternal subscription in the list if the user uninstalls the extension managing it.\n</p>\n\n<p>\nAlso, before Adblock Plus 1.3 this method returned a boolean indicating whether\nthe subscription could be created. Creating a subscription can no longer fail in\nAdblock Plus 1.3 and higher but its identifier might be rewritten -- the new identifier\nwill be returned.\n</p>"
+ },
+ "method3name": {
+ "message": "removeExternalSubscription"
+ },
+ "method3return_type": {
+ "message": "boolean"
+ },
+ "method3return_description": {
+ "message": "<tt>true</tt> if the subscription has been successfully removed, <tt>false</tt> if no such subscription exists or the subscription isn't managed externally"
+ },
+ "method3argument0name": {
+ "message": "id"
+ },
+ "method3argument0type": {
+ "message": "AString"
+ },
+ "method3argument0description": {
+ "message": "subscription's identifier (for external subscriptions this can be any string)"
+ },
+ "method3description": {
+ "message": "<p>Removes an external subscription</p>"
+ },
+ "method4name": {
+ "message": "addPatterns"
+ },
+ "method4return_type": {
+ "message": "void"
+ },
+ "method4argument0name": {
+ "message": "patterns"
+ },
+ "method4argument0type": {
+ "message": "arrayof wstring"
+ },
+ "method4argument0description": {
+ "message": "list of filter patterns to be added"
+ },
+ "method4version": {
+ "message": "0.7.2.3"
+ },
+ "method4description": {
+ "message": "<p>Adds patterns to the list of user-defined filters</p>"
+ },
+ "method5name": {
+ "message": "removePatterns"
+ },
+ "method5return_type": {
+ "message": "void"
+ },
+ "method5argument0name": {
+ "message": "patterns"
+ },
+ "method5argument0type": {
+ "message": "arrayof wstring"
+ },
+ "method5argument0description": {
+ "message": "list of filter patterns to be removed"
+ },
+ "method5version": {
+ "message": "0.7.2.3"
+ },
+ "method5description": {
+ "message": "<p>Removes patterns from the list of user-defined filters</p>"
+ },
+ "method6name": {
+ "message": "getInstalledVersion"
+ },
+ "method6return_type": {
+ "message": "AString"
+ },
+ "method6return_description": {
+ "message": "Adblock Plus version, for example <tt>0.7.0.1</tt>"
+ },
+ "method6description": {
+ "message": "<p>Retrieves the version of the installed Adblock Plus extension. Note that this is the version number as reported by the extension manager or InstallTrigger and it might be incorrect if the latter is used (in Mozilla Suite or SeaMonkey).</p>"
+ },
+ "s1": {
+ "message": "This interface can be used from extensions that wish to integrate with Adblock Plus. It allows among other things getting some information from Adblock Plus or adding \"special\" subscriptions that will be updated by another extension."
+ },
+ "general_notes": {
+ "message": "General notes"
+ },
+ "methods_and_properties": {
+ "message": "Methods and properties"
+ }
+}
« no previous file with comments | « locales/de/tutorials.json ('k') | locales/en/IAdblockPlusSubscription.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld