OSDN Git Service

CMFileManager: PT-BR translations
authorGustavo <gustavo@gustavo.ca>
Tue, 23 Jul 2013 03:00:33 +0000 (00:00 -0300)
committerGustavo <gustavo@gustavo.ca>
Tue, 23 Jul 2013 03:01:56 +0000 (00:01 -0300)
Change-Id: I7b403e5167cc33f70b416c2e079dfe3be8e589a0

res/values-pt-rBR/plurals.xml [new file with mode: 0644]
res/values-pt-rBR/strings.xml

diff --git a/res/values-pt-rBR/plurals.xml b/res/values-pt-rBR/plurals.xml
new file mode 100644 (file)
index 0000000..0762731
--- /dev/null
@@ -0,0 +1,32 @@
+<?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
index 5b23311..90c601f 100644 (file)
@@ -1,5 +1,5 @@
 <?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.
     <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>
     <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>
     <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