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

Commit 9a777492 authored by Gustavo's avatar Gustavo
Browse files

CMFileManager: PT-BR translations

Change-Id: I7b403e5167cc33f70b416c2e079dfe3be8e589a0
parent cd987727
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="n_folders">
        <item quantity="one">1 pasta</item>
        <item quantity="other"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$d</xliff:g> pastas</item>
    </plurals>
    <plurals name="n_files">
        <item quantity="one">1 arquivo</item>
        <item quantity="other"><xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$d</xliff:g> arquivos</item>
    </plurals>
    <plurals name="search_found_items">
        <item quantity="one">1 item encontrado</item>
        <item quantity="other"><xliff:g id="count" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%d</xliff:g> itens encontrados</item>
    </plurals>
    <plurals name="selection_folders_or_files">
        <item quantity="other"><xliff:g id="items">%1$s</xliff:g> selecionados.</item>
    </plurals>
</resources>
 No newline at end of file
+2 −16
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!-- Copyright (C) 2013 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.
@@ -119,16 +119,6 @@
    <string name="fso_properties_dialog_owner">Proprietário:</string>
    <string name="fso_properties_dialog_group">Grupo:</string>
    <string name="fso_properties_dialog_others">Outros:</string>
    <plurals name="n_folders">
        <item quantity="zero">0 pastas</item>
        <item quantity="one">1 pasta</item>
        <item quantity="other"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$d</xliff:g> pastas</item>
    </plurals>
    <plurals name="n_files">
        <item quantity="zero">0 arquivos</item>
        <item quantity="one">1 arquivos</item>
        <item quantity="other"><xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$d</xliff:g> arquivos</item>
    </plurals>
    <string name="history">Histórico</string>
    <string name="msgs_history_empty">Histórico está vazio</string>
    <string name="msgs_history_unknown">Histórico desconhecido</string>
@@ -137,11 +127,6 @@
    <string name="search_voice_hint">Fale para buscar</string>
    <string name="search_error_msg">Um erro ocorreu enquanto buscando. Nenhum resultado encontrado</string>
    <string name="search_no_results_msg">Nenhum resultado encontrado</string>
    <plurals name="search_found_items">
        <item quantity="zero">Nenhum ítem encontrado</item>
        <item quantity="one">1 ítem encontrado</item>
        <item quantity="other"><xliff:g id="count" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%d</xliff:g> ítems encontrados</item>
    </plurals>
    <string name="search_found_items_in_directory"><xliff:g id="items" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> em <xliff:g id="path" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%2$s</xliff:g></string>
    <string name="search_terms"><![CDATA[<b>Termos:</b>]]> <xliff:g id="terms" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g></string>
    <string name="search_few_characters_title">Confirmar busca</string>
@@ -370,4 +355,5 @@
    <string name="datetime_format_order">%1$s %2$s</string>
    <string name="mount_point_readonly">RO</string>
    <string name="mount_point_readwrite">RW</string>
    <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> e <xliff:g id="files">%2$s</xliff:g> selecionados.</string>
</resources>
 No newline at end of file