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

Commit f66cc31a authored by LineageOS Infra's avatar LineageOS Infra
Browse files

Automatic translation import

Change-Id: I19fb1bcadd0798fbd1879b96f3775f0451f36721
parent b5f6dc5a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,4 +31,7 @@
    <string name="call_via">Llamar a través de</string>
    <string name="call_via_dialog_title">Llamar a través de\u2026</string>
    <string name="call_log_stats_title">Estadísticas</string>
    <string name="action_menu_helplines">Líneas de ayuda telefónica</string>
    <string name="default_dialer_text">Debes establecer Teléfono como aplicación predeterminada de teléfono para poder usarla.</string>
    <string name="default_dialer_action">Establecer como predeterminado</string>
</resources>
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 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="play_recordings">
        <item quantity="one">Reproducir grabación</item>
        <item quantity="other">Reproducir grabaciones</item>
    </plurals>
    <string name="call_playback_no_app_found_toast">No se ha encontrado ninguna aplicación para reproducir la grabación seleccionada.</string>
</resources>
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 The CyanogenMod Project
     Copyright (C) 2018 The LineageOS 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">
    <string name="call_log_show_all_accounts">Todas las cuentas</string>
    <string name="call_log_all_calls_header">Todas las llamadas</string>
    <string name="call_log_incoming_header">Solo llamadas entrantes</string>
    <string name="call_log_outgoing_header">Solo llamadas salientes</string>
    <string name="call_log_missed_header">Solo llamadas perdidas</string>
    <string name="call_log_voicemail_header">Solo llamadas con mensajes de voz</string>
    <string name="call_log_blacklist_header">Solo llamadas bloqueadas</string>
</resources>
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 The CyanogenMod Project
     Copyright (C) 2018 The LineageOS 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">
    <string-array name="call_stats_duration">
        <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
        <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
        <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
        <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
        <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
        <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
        <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
    </string-array>
</resources>
+12 −0
Original line number Diff line number Diff line
@@ -19,4 +19,16 @@
        <item quantity="one">1 h</item>
        <item quantity="other">%d h</item>
    </plurals>
    <plurals name="minute">
        <item quantity="one">1 min</item>
        <item quantity="other">%d mins</item>
    </plurals>
    <plurals name="second">
        <item quantity="one">1 seg</item>
        <item quantity="other">%d segs</item>
    </plurals>
    <plurals name="call">
        <item quantity="one">1 llamada</item>
        <item quantity="other">%d llamadas</item>
    </plurals>
</resources>
Loading