aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR
diff options
context:
space:
mode:
authorHasso Tepper <hasso.tepper@gmail.com>2013-07-11 08:59:44 +0300
committerjackmu95 <jacob.mueller.elz@gmail.com>2013-07-22 15:53:00 +0200
commit322a33abfcbcc4d0318c0532d17982088618ef31 (patch)
tree7fb5b9c9de6a10ed896e100bd8a48f8cc6b3e442 /res/values-pt-rBR
parent5a5f2716caaebbfa5566be10c69fb0fe15c0bbcc (diff)
downloadandroid_packages_apps_CMFileManager-322a33abfcbcc4d0318c0532d17982088618ef31.tar.gz
android_packages_apps_CMFileManager-322a33abfcbcc4d0318c0532d17982088618ef31.tar.bz2
android_packages_apps_CMFileManager-322a33abfcbcc4d0318c0532d17982088618ef31.zip
CMFileManager: Make use of plurals correctly
* Make selection strings use of plurals allowing to translate these into languages where the logic of plurals is different than in English. * Rename some plurals as these are not used only in properties dialog any more. * Remove quantity="zero" cases from plurals as these are never used in English. * Remove now unused strings from translations and rename plurals. Change-Id: I8c07f1ba85b208d37626106e0e2f691468c1cbc4
Diffstat (limited to 'res/values-pt-rBR')
-rw-r--r--res/values-pt-rBR/strings.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index e6ba35b7..5b233110 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -119,12 +119,12 @@
<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="fso_properties_dialog_folders">
+ <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="fso_properties_dialog_files">
+ <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>
@@ -237,14 +237,6 @@
<string name="mime_folder">Pasta</string>
<string name="mime_symlink">Link simbólico</string>
<string name="mime_unknown">Desconhecido</string>
- <string name="selection_one_folder"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pasta selecionada</string>
- <string name="selection_other_folders"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pastas selecionadas</string>
- <string name="selection_one_file"><xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> arquivo selecionado</string>
- <string name="selection_other_files"><xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> arquivos selecionados</string>
- <string name="selection_one_folder_one_file"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pasta e <xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%2$s</xliff:g> arquivo selecionados</string>
- <string name="selection_other_folders_one_file"><xliff:g id="folders" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pastas e <xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%2$s</xliff:g> arquivo selecionados</string>
- <string name="selection_one_folder_other_files"><xliff:g id="folder2" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pasta e <xliff:g id="file2" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%2$s</xliff:g> arquivos selecionados</string>
- <string name="selection_other_folders_other_files"><xliff:g id="folder2" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%1$s</xliff:g> pastas e <xliff:g id="files" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">%2$s</xliff:g> arquivos selecionados</string>
<string name="category_system">SISTEMA</string>
<string name="category_app">APLICATIVO</string>
<string name="category_binary">BINÁRIO</string>