Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,17 @@
<string name="preferences_supplemental_summary">Try to retrieve more information about the barcode contents</string>
<string name="preferences_supplemental_title">Retrieve more info</string>
<string name="preferences_vibrate_title">Vibrate</string>
<string name="result_address_book">Found contact info</string>
<string name="result_calendar">Found calendar event</string>
<string name="result_email_address">Found email address</string>
<string name="result_geo">Found geographic coordinates</string>
<string name="result_isbn">Found book</string>
<string name="result_product">Found product</string>
<string name="result_sms">Found SMS address</string>
<string name="result_tel">Found phone number</string>
<string name="result_text">Found plain text</string>
<string name="result_uri">Found URL</string>
<string name="result_wifi">Found WLAN Configuration</string>
<string name="result_address_book">Contact Info Found</string>
<string name="result_calendar">Calendar Event Found</string>
<string name="result_email_address">Email Address Found</string>
<string name="result_geo">Geographic Coordinates Found</string>
<string name="result_isbn">Book Found</string>
<string name="result_product">Product Found</string>
<string name="result_sms">SMS Address Found</string>
<string name="result_tel">Phone Number Found</string>
<string name="result_text">Plain Text Found</string>
<string name="result_uri">URL Found</string>
<string name="result_wifi">WLAN Configuration Found</string>
<string name="sbc_name">Google Book Search</string>
<string name="share_name">Share via barcode</string>
<string name="wifi_changing_network">Requesting connection to network\u2026</string>
Expand Down