(i18n) Contacts module

This commit is contained in:
Francis Lachapelle
2017-12-01 17:17:10 -05:00
parent fc7706abd0
commit 73201a0314
@@ -51,6 +51,12 @@
/* Search scope: name fields */
"c_cn" = "Name";
/* Search scope: secondary email field */
"mozillanickname" = "Secondary email";
/* Search scope: screen name field */
"nsaimid" = "Screen name";
/* Search scope: mail fields */
"mail" = "Mail";
@@ -60,12 +66,27 @@
/* Search scope: telephone field */
"telephonenumber" = "Telephone";
/* Search scope: telephone field */
"homephone" = "Telephone";
/* Search scope: mobile field */
"mobile" = "Mobile";
/* Search scope: fax field */
"facsimiletelephonenumber" = "Fax";
/* Search scope: pager field */
"pager" = "Pager";
/* Search scope: categories field */
"c_categories" = "Categories";
/* Search scope: categories field */
"vcardcategories" = "Categories";
/* Search scope: title field */
"title" = "Title";
/* Search scope: organization field */
"c_o" = "Organization";
@@ -81,6 +102,33 @@
/* Search scope: country field */
"c" = "Country";
/* Search scope: home address field */
"mozillahomestreet" = "Home Address";
/* Search scope: state/province field */
"st" = "State/Province";
/* Search scope: home state/province field */
"mozillahomestate" = "Home State/Province";
/* Search scope: zip/postal code field */
"postalCode" = "Zip/Postal Code";
/* Search scope: home zip/postal code field */
"mozillahomepostalcode" = "Zip/Postal Code";
/* Search scope: home country field */
"mozillahomecountryname" = "Home Country";
/* Search scope: home web page field */
"mozillahomeurl" = "Home page";
/* Search scope: work web page field */
"mozillaworkurl" = "Web page";
/* Search scope: note field */
"description" = "Note";
/* Subheader of empty addressbook */
"No contact" = "No contact";