add a stroboscope effect

This commit is contained in:
tibbi
2016-09-25 13:16:51 +02:00
parent b45fb35b0f
commit ac96e9b2e5
7 changed files with 146 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Beanspruchen der Kamera fehlgeschlagen</string>
<string name="ok">OK</string>
<string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string>
<!-- Settings -->
<string name="settings">Einstellungen</string>

View File

@@ -3,6 +3,7 @@
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Rilevamento fotocamera fallito</string>
<string name="ok">OK</string>
<string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string>
<!-- Settings -->
<string name="settings">Impostazioni</string>

View File

@@ -3,6 +3,7 @@
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">カメラの取得に失敗しました</string>
<string name="ok">OK</string>
<string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string>
<!-- Settings -->
<string name="settings">設定</string>

View File

@@ -3,6 +3,7 @@
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Det gick inte att komma åt kameran</string>
<string name="ok">OK</string>
<string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string>
<!-- Settings -->
<string name="settings">Inställningar</string>

View File

@@ -3,6 +3,7 @@
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Obtaining the camera failed</string>
<string name="ok">OK</string>
<string name="camera_permission">Camera permission is necessary for proper stroboscope effect</string>
<!-- Settings -->
<string name="settings">Settings</string>