Skip to content

Commit

Permalink
Updated italian locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Eug89 authored and hyperb1iss committed Jun 24, 2010
1 parent 06857b5 commit c190649
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions res/values-it/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<?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="polar_clock_palette_names" translatable="false">
<item>@string/palette_gray</item>
<item>@string/palette_white_c</item>
<item>@string/palette_black_c</item>
<item>@string/palette_matrix</item>
<item>@string/palette_halloween</item>
<item>@string/palette_violet</item>
<item>@string/palette_oceanic</item>
<item>@string/palette_zenburn</item>
</string-array>
<string-array name="polar_clock_palette_ids" translatable="false">
<item>palette_gray</item>
<item>palette_white_c</item>
<item>palette_black_c</item>
<item>palette_matrix</item>
<item>palette_halloween</item>
<item>palette_violet</item>
<item>palette_oceanic</item>
<item>palette_zenburn</item>
</string-array>

<string-array name="nexus_colorscheme_names" translatable="false">
<item>Dust</item>
<item>Nexus</item>
<item>SexyNexus</item>
<item>CyanogenMod</item>
<item>Candy</item>
<item>Zion</item>
<item>Sholes Red</item>
</string-array>
<string-array name="nexus_colorscheme_ids" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
</string-array>

<string-array name="nexus_colorscheme_0" translatable="false">
<item>#232326</item>
<item>#2D3737</item>
<item>#80735F</item>
<item>#B8A07E</item>
</string-array>

<string-array name="nexus_colorscheme_1" translatable="false">
<item>#FF0000</item>
<item>#009900</item>
<item>#0066CC</item>
<item>#FFCC00</item>
</string-array>

<string-array name="nexus_colorscheme_2" translatable="false">
<item>#551A8B</item>
<item>#FF0000</item>
<item>#FF51CC</item>
<item>#ACD1E8</item>
</string-array>

<string-array name="nexus_colorscheme_3" translatable="false">
<item>#16F0F1</item>
<item>#16F0F1</item>
<item>#16F0F1</item>
<item>#16F0F1</item>
</string-array>

<string-array name="nexus_colorscheme_4" translatable="false">
<item>#471045</item>
<item>#BD2056</item>
<item>#FFD300</item>
<item>#648C02</item>
</string-array>

<string-array name="nexus_colorscheme_5" translatable="false">
<item>#CC5D37</item>
<item>#FFA750</item>
<item>#182629</item>
<item>#696832</item>
</string-array>

<string-array name="nexus_colorscheme_6" translatable="false">
<item>#E61A1A</item>
<item>#E61A1A</item>
<item>#E61A1A</item>
<item>#E61A1A</item>
</string-array>

<string-array name="nexus_background_names" translatable="false">
<item>Normale</item>
<item>Scuro</item>
</string-array>

<string-array name="nexus_background_ids" translatable="false">
<item>normale</item>
<item>scuro</item>
</string-array>

</resources>

0 comments on commit c190649

Please sign in to comment.