From 73201a031480792f379f16297822d813b92abd8c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 1 Dec 2017 17:17:10 -0500 Subject: [PATCH] (i18n) Contacts module --- UI/Contacts/English.lproj/Localizable.strings | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index 035ef5cdb..3ea3d9153 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -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";