diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-AR/suite/chrome/mailnews/region.properties | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/mailnews/region.properties b/l10n-es-AR/suite/chrome/mailnews/region.properties new file mode 100644 index 0000000000..b05edd38c4 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/region.properties @@ -0,0 +1,26 @@ +# +# messenger.properties +# mailnews.js +mailnews.start_page.url=chrome://messenger/content/start.xhtml +messenger.throbber.url=http://www.seamonkey-project.org/ +compose.throbber.url=http://www.seamonkey-project.org/ +addressbook.throbber.url=http://www.seamonkey-project.org/ +# To make mapit buttons to disappear in the addressbook, specify empty string. For example: +# mail.addr_book.mapit_url.format= +# The format for "mail.addr_book.mapit_url.format" is: +# @A1 == address, part 1 +# @A2 == address, part 2 +# @CI == city +# @ST == state +# @ZI == zip code +# @CO == country +mail.addr_book.mapit_url.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +# List of available map services (up to 5 can be defined here): +mail.addr_book.mapit_url.1.name=Google Maps +mail.addr_book.mapit_url.1.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +mail.addr_book.mapit_url.2.name=OpenStreetMap +mail.addr_book.mapit_url.2.format=http://nominatim.openstreetmap.org/search.php?polygon=1&q=@A1%2C@A2%2C@CI%2C@ST%2C@ZI%2C@CO +mailnews.messageid_browser.url=http://groups.google.com/groups?selm=%mid&rnum=1 +# Recognize non-standard versions of "Re:" in subjects from localized versions of MS Outlook et al. +# Specify a comma-separated list without spaces. For example: mailnews.localizedRe=AW,SV +mailnews.localizedRe= |