Skip to content

Instantly share code, notes, and snippets.

@sbkro
Created April 1, 2013 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbkro/5285047 to your computer and use it in GitHub Desktop.
Save sbkro/5285047 to your computer and use it in GitHub Desktop.
Localizable.srings of ZXingWidget (English). please paste this text to your Xcode project. / ZXingWidgetの英語ローカライズファイルです。自分の作成しているプロジェクトのLocalzable.stringsに、下記のファイルを貼り付けてください。
/* Place a red line over the bar code to be scanned. */
"OverlayView 1d instructions" = "Place a red line over the bar code to be scanned.";
/* Cancel */
"OverlayView cancel button title" = "Cancel";
/* Place a barcode inside the viewfinder rectangle to scan it. */
"OverlayView displayed message" = "Place a barcode inside the viewfinder rectangle to scan it.";
/* OK */
"OverlayView license alert cancel title" = "OK";
/* Scanning functionality provided by ZXing library, licensed under Apache 2.0 license. */
"OverlayView license alert message" = "Scanning functionality provided by ZXing library, licensed under Apache 2.0 license.";
/* License */
"OverlayView license alert title" = "License";
/* View License */
"OverlayView license alert view title" = "View License";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment