| OLD | NEW |
| 1 # This Source Code Form is subject to the terms of the Mozilla Public | 1 # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 # License, v. 2.0. If a copy of the MPL was not distributed with this | 2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 #filter emptyLines | 4 #filter emptyLines |
| 5 | 5 |
| 6 # LOCALIZATION NOTE: The 'en-US' strings in the URLs will be replaced with | 6 # LOCALIZATION NOTE: The 'en-US' strings in the URLs will be replaced with |
| 7 # your locale code, and link to your translated pages as soon as they're | 7 # your locale code, and link to your translated pages as soon as they're |
| 8 # live. | 8 # live. |
| 9 | 9 |
| 10 # LOCALIZATION NOTE: Some of these URLs are currently 404s, but should be coming | 10 # LOCALIZATION NOTE: Some of these URLs are currently 404s, but should be coming |
| 11 # online shortly. | 11 # online shortly. |
| 12 | 12 |
| 13 # LOCALIZATION NOTE (bookmarks_title): | 13 # LOCALIZATION NOTE (bookmarks_title): |
| 14 # title for the folder that will contains the default bookmarks | 14 # title for the folder that will contains the default bookmarks |
| 15 #define bookmarks_title Mobile | 15 #define bookmarks_title Mobile |
| 16 | 16 |
| 17 # LOCALIZATION NOTE (bookmarks_aboutBrowser): | 17 # LOCALIZATION NOTE (bookmarks_aboutBrowser): |
| 18 # link title for about:firefox | 18 # link title for about:firefox |
| 19 #define bookmarks_aboutBrowser About your browser | 19 #define bookmarks_aboutBrowser About your browser |
| 20 | 20 |
| 21 # LOCALIZATION NOTE (bookmarks_adblockplus): | 21 # LOCALIZATION NOTE (bookmarks_adblockplus): |
| 22 # link title for https://adblockplus.org | 22 # link title for https://adblockplus.org |
| 23 #define bookmarks_adblockplus Adblock Plus | 23 #define bookmarks_adblockplus Adblock Plus |
| 24 | 24 |
| 25 # LOCALIZATION NOTE (bookmarks_acceptableads): | 25 # LOCALIZATION NOTE (bookmarks_acceptableads): |
| 26 # link title for https://acceptableads.org | 26 # link title for https://acceptableads.org |
| 27 #define bookmarks_acceptableads Acceptable Ads | 27 #define bookmarks_acceptableads Acceptable Ads |
| 28 | 28 |
| 29 # LOCALIZATION NOTE (bookmarks_adblockbrowserbetacommunity): |
| 30 # link title for the Adblock Browser beta community |
| 31 #define bookmarks_adblockbrowserbetacommunity Beta community |
| 32 |
| 29 #unfilter emptyLines | 33 #unfilter emptyLines |
| OLD | NEW |