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

Commit 374fbec7 authored by Michael Bestas's avatar Michael Bestas
Browse files

DocumentsUI: Move & improve CAF string

* Also remove unused ones after latest merges

Change-Id: Idb81577f225672f454c2f851527a74c3715ae765
parent 833c57ac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -55,8 +55,4 @@
    <string name="toast_no_application" msgid="1339885974067891667">"No se puede abrir el archivo."</string>
    <string name="toast_failed_delete" msgid="2180678019407244069">"No es posible eliminar algunos documentos."</string>
    <string name="share_via" msgid="8966594246261344259">"Compartir mediante"</string>
    <string name="no_permission_for_drm">Los archivos DRM no pueden compartirse.</string>
    <string name="drm_license_info">Información de licencia Drm</string>
    <string name="action_consumes_rights">Se agotarán los derechos para reproducir este multimedia.</string>
    <string name="rights_expired">Los derechos expiraron para esta canción.</string>
</resources>
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2015 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <string name="no_permission_for_drm">Sorry, DRM protected files cannot be shared</string>
</resources>
+0 −6
Original line number Diff line number Diff line
@@ -108,10 +108,4 @@
    <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
    <string name="share_via">Share via</string>

    <string name="no_permission_for_drm">"Sorry, DRM file cannot be shared"</string>
    <string name="drm_license_info">Drm license info</string>
    <string name="action_consumes_rights">Rights will be consumed for playing this media</string>
    <string name="rights_expired">Rights expired for the song</string>

    <string name="toast_not_show_thumbnail">Can not show thumbnail on low ram device.</string>
</resources>