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

Commit d2a9b3f4 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: es_ES: Styling fixes



Change-Id: I784852cca42916c851e423daae02661e3a4dbbe1
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 626c4eeb
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="fso_properties_dialog_folders">
        <item quantity="zero">0 carpetas</item>
        <item quantity="one">1 carpeta</item>
        <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetas</item>
    </plurals>
    <plurals name="fso_properties_dialog_files">
        <item quantity="zero">0 archivos</item>
        <item quantity="one">1 archivo</item>
        <item quantity="other"><xliff:g id="files">%1$d</xliff:g> archivos</item>
    </plurals>
    <plurals name="search_found_items">
        <item quantity="zero">No se han encontrado elementos</item>
        <item quantity="one">1 elemento encontrado</item>
        <item quantity="other"><xliff:g id="count">%d</xliff:g> elementos encontrados</item>
    </plurals>
</resources>
+0 −15
Original line number Diff line number Diff line
@@ -128,16 +128,6 @@
    <string name="fso_properties_dialog_owner">Propietario:</string>
    <string name="fso_properties_dialog_group">Grupo:</string>
    <string name="fso_properties_dialog_others">Otros:</string>
    <plurals name="fso_properties_dialog_folders">
        <item quantity="zero">0 carpetas</item>
        <item quantity="one">1 carpeta</item>
        <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetas</item>
    </plurals>
    <plurals name="fso_properties_dialog_files">
        <item quantity="zero">0 archivos</item>
        <item quantity="one">1 archivo</item>
        <item quantity="other"><xliff:g id="files">%1$d</xliff:g> archivos</item>
    </plurals>
    <string name="fso_properties_dialog_include_in_media_scan">Omitir escan.\nmedios:</string>
    <string name="fso_failed_to_allow_media_scan">Fallo al permitir el escaneado de medios</string>
    <string name="fso_failed_to_prevent_media_scan">Fallo al impedir el escaneado de medios</string>
@@ -153,11 +143,6 @@
    <string name="search_voice_hint">Dictar búsqueda</string>
    <string name="search_error_msg">Ocurrió un error mientras se buscaba. No se han encontrado resultados.</string>
    <string name="search_no_results_msg">No se han encontrado resultados.</string>
    <plurals name="search_found_items">
        <item quantity="zero">No se han encontrado elementos</item>
        <item quantity="one">1 elemento encontrado</item>
        <item quantity="other"><xliff:g id="count">%d</xliff:g> elementos encontrados</item>
    </plurals>
    <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> en
    <xliff:g id="path">%2$s</xliff:g></string>
    <string name="search_terms"><![CDATA[<b>Términos:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>