Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86c7f17e authored by Michael Bestas's avatar Michael Bestas
Browse files

Gallery2: Move CAF strings

Change-Id: I04adc709f0828be535a008b0914270d5bb903bdc
parent 3a6215f9
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -78,4 +78,26 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    <string name="bookmark_location">"Location"</string>
    <string name="delete_all">"Delete all"</string>
    <string name="default_title">"Default title"</string>

    <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
    <string name="mute_nosupport">Can not mute : not supported video</string>

    <!-- The tips of trimming video -->
    <string name="fail_trim">Sorry, this video file can not be trimmed</string>

    <!-- The label for the bass boost knob of the audio effects dialog. -->
    <string name="bass_boost_strength">Bass boost</string>

    <!-- The label for the 3d effect knob of the audio effects dialog. -->
    <string name="virtualizer_strength">3D effect</string>

    <!-- The label for the audio effects menu. -->
    <string name="audio_effects">Audio effects</string>

    <!-- Toast if user attempts to control audio effects without headphones plugged in. -->
    <string name="headset_plug">Plug in headphones for these effects.</string>

    <!-- The title of the audio effects dialog. -->
    <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
    <string name="can_not_trim">Only mp4 and 3gp file can be trimmed</string>
</resources>
+0 −22
Original line number Diff line number Diff line
@@ -522,9 +522,6 @@
    <!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
    <string name="trim_too_short">Can not trim : target video is too short</string>

    <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
    <string name="mute_nosupport">Can not mute : not supported video</string>

    <!-- Text to show with progress bar while stitching in Gallery -->
    <string name="pano_progress_text">Rendering panorama</string>

@@ -1099,23 +1096,4 @@ CHAR LIMIT = NONE] -->
        <item quantity="one">%1$d photo</item>
        <item quantity="other">%1$d photos</item>
    </plurals>

    <!-- The tips of trimming video -->
    <string name="fail_trim">Sorry, this video file can not be trimmed</string>

    <!-- The label for the bass boost knob of the audio effects dialog. -->
    <string name="bass_boost_strength">Bass boost</string>

    <!-- The label for the 3d effect knob of the audio effects dialog. -->
    <string name="virtualizer_strength">3D effect</string>

    <!-- The label for the audio effects menu. -->
    <string name="audio_effects">Audio effects</string>

    <!-- Toast if user attempts to control audio effects without headphones plugged in. -->
    <string name="headset_plug">Plug in headphones for these effects.</string>

    <!-- The title of the audio effects dialog. -->
    <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
    <string name="can_not_trim">Only mp4 and 3gp file can be trimmed</string>
</resources>