aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-pt/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-10 23:47:29 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-11 00:13:55 +0200
commitb3cbe5637694acfc8347b5c23d64c1099aa39431 (patch)
treea2a79ca3dd746aab6c5dd85bd7763dcd78be596f /res/values-pt/plurals.xml
parent0ca39c11901f7d1dc8ad4377cdc65a329baea00d (diff)
downloadandroid_packages_wallpapers_PhotoPhase-b3cbe5637694acfc8347b5c23d64c1099aa39431.tar.gz
android_packages_wallpapers_PhotoPhase-b3cbe5637694acfc8347b5c23d64c1099aa39431.tar.bz2
android_packages_wallpapers_PhotoPhase-b3cbe5637694acfc8347b5c23d64c1099aa39431.zip
Automatic translation import
Change-Id: Ifcf00a84d1c9855768d0ff24dcc15f6da6f8dd8e
Diffstat (limited to 'res/values-pt/plurals.xml')
-rw-r--r--res/values-pt/plurals.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-pt/plurals.xml b/res/values-pt/plurals.xml
new file mode 100644
index 0000000..3c0704b
--- /dev/null
+++ b/res/values-pt/plurals.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 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:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="album_number_of_pictures">
+ <item quantity="one">1 fotografia</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> fotografias</item>
+ </plurals>
+ <plurals name="msg_media_reload_complete">
+ <item quantity="one">Carregamento mutimédia completo. Foi encontrada 1 fotografia.</item>
+ <item quantity="other">Carregamento mutimédia completo. Foram encontradas <xliff:g id="pictures" example="7">%d</xliff:g> fotografias.</item>
+ </plurals>
+</resources>