1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright 2021 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18  <string name="app_name" translatable="false">Transformer Demo</string>
19  <string name="configuration" translatable="false">Configuration</string>
20  <string name="select_file_title" translatable="false">Choose file</string>
21  <string name="remove_audio" translatable="false">Remove audio</string>
22  <string name="remove_video" translatable="false">Remove video</string>
23  <string name="flatten_for_slow_motion" translatable="false">Flatten for slow motion</string>
24  <string name="audio_mime" translatable="false">Output audio MIME type</string>
25  <string name="video_mime" translatable="false">Output video MIME type</string>
26  <string name="resolution_height" translatable="false">Output video resolution</string>
27  <string name="scale" translatable="false">Scale video</string>
28  <string name="rotate" translatable="false">Rotate video (degrees)</string>
29  <string name="enable_fallback" translatable="false">Enable fallback</string>
30  <string name="request_sdr_tone_mapping" translatable="false">Request SDR tone-mapping (API 31+)</string>
31  <string name="hdr_editing" translatable="false">[Experimental] HDR editing</string>
32  <string name="select_demo_frameprocessors" translatable="false">Add demo effects</string>
33  <string name="periodic_vignette_options" translatable="false">Periodic vignette options</string>
34  <string name="transform" translatable="false">Transform</string>
35  <string name="debug_preview" translatable="false">Debug preview:</string>
36  <string name="debug_preview_not_available" translatable="false">No debug preview available.</string>
37  <string name="transformation_started" translatable="false">Transformation started</string>
38  <string name="transformation_timer" translatable="false">Transformation started %d seconds ago.</string>
39  <string name="transformation_completed" translatable="false">Transformation completed in %d seconds.</string>
40  <string name="transformation_error" translatable="false">Transformation error</string>
41  <string name="center_x">Center X</string>
42  <string name="center_y">Center Y</string>
43  <string name="radius_range">Radius range</string>
44</resources>
45