diff options
author | Marco Brohet <therbom@gmail.com> | 2013-03-30 14:27:29 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-03-30 14:27:30 -0700 |
commit | 27ff8f63f2ee028125250b94de2eae20572eedda (patch) | |
tree | 7e05a2afd6194ee90ead3e2b2d96323f74e3d3c9 /res | |
parent | a9125c94072ed2e668ae2668755bf11741d319e7 (diff) | |
parent | deaf1bfc9658bcf7137cbe689e1f51a8059001e4 (diff) | |
download | packages_apps_trebuchet-27ff8f63f2ee028125250b94de2eae20572eedda.zip packages_apps_trebuchet-27ff8f63f2ee028125250b94de2eae20572eedda.tar.gz packages_apps_trebuchet-27ff8f63f2ee028125250b94de2eae20572eedda.tar.bz2 |
Merge "Trebuchet: Added arrays.xml for Polish language" into cm-10.1
Diffstat (limited to 'res')
-rw-r--r-- | res/values-pl/arrays.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/res/values-pl/arrays.xml b/res/values-pl/arrays.xml new file mode 100644 index 0000000..800e0df --- /dev/null +++ b/res/values-pl/arrays.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +* Copyright (C) 2008 The Android Open Source 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="preferences_interface_homescreen_indicator_position_entries"> + <item>Nad dockiem</item> + <item>Na górze</item> + <item>Na dole</item> + </string-array> + <string-array name="preferences_interface_homescreen_scrolling_transition_effect_entries"> + <item>Standardowo</item> + <item>Jak w tablecie</item> + <item>Powiększanie</item> + <item>Zmniejszanie</item> + <item>Obrót w górę</item> + <item>Obrót w dół</item> + <item>Cylinder wewn.</item> + <item>Cylinder zewn.</item> + <item>Kostka wewn.</item> + <item>Kostka zewn.</item> + <item>Wirowanie</item> + <item>Przerzucanie</item> + <item>Układanie</item> + <item>Akordeonowo</item> + </string-array> + <string-array name="preferences_interface_drawer_scrolling_transition_effect_entries"> + <item>Standardowo</item> + <item>Jak w tablecie</item> + <item>Powiększanie</item> + <item>Zmniejszanie</item> + <item>Obrót w górę</item> + <item>Obrót w dół</item> + <item>Cylinder wewn.</item> + <item>Cylinder zewn.</item> + <item>Kostka wewn.</item> + <item>Kostka zewn.</item> + <item>Wirowanie</item> + <item>Przerzucanie</item> + <item>Układanie</item> + <item>Akordeonowo</item> + </string-array> + <string-array name="preferences_interface_drawer_indicator_position_entries"> + <item>Góra/Lewo</item> + <item>Dół/Prawo</item> + </string-array> + <string-array name="preferences_interface_drawer_orientation_entries"> + <item>Pozioma</item> + <item>Pionowa</item> + </string-array> +</resources> |