summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-25 19:39:54 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-25 19:39:54 +0200
commit8a4e622dabcf27207a9f8bc05bd5394902c95733 (patch)
treedc68d5480262832f271d7742eb0a588c78586f99
parentff50b7dfbd33ec270d4b7da4d5da04fc2e72b640 (diff)
downloadandroid_packages_apps_Terminal-8a4e622dabcf27207a9f8bc05bd5394902c95733.tar.gz
android_packages_apps_Terminal-8a4e622dabcf27207a9f8bc05bd5394902c95733.tar.bz2
android_packages_apps_Terminal-8a4e622dabcf27207a9f8bc05bd5394902c95733.zip
Automatic translation import
Change-Id: Id81ecb29054579eea371074d83d8ea91247b3a98
-rw-r--r--res/values-hr/arrays.xml8
-rw-r--r--res/values-hr/strings.xml28
2 files changed, 36 insertions, 0 deletions
diff --git a/res/values-hr/arrays.xml b/res/values-hr/arrays.xml
index 0c9b5c8..69d2a07 100644
--- a/res/values-hr/arrays.xml
+++ b/res/values-hr/arrays.xml
@@ -29,4 +29,12 @@
<item>20 točaka</item>
<item>24 točke</item>
</string-array>
+ <string-array name="text_colors_labels">
+ <item>Crni tekst na bijelom</item>
+ <item>Bijeli tekst na crnom</item>
+ <item>Zeleni tekst na crnom</item>
+ <item>Narančasti tekst na crnom</item>
+ <item>Crveni tekst na crnom</item>
+ <item>Plavi tekst na crnom</item>
+ </string-array>
</resources>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
new file mode 100644
index 0000000..542bb51
--- /dev/null
+++ b/res/values-hr/strings.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 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>
+ <string name="app_label">Terminal</string>
+ <string name="menu_new_tab">Nova kartica</string>
+ <string name="menu_close_tab">Zatvori karticu</string>
+ <string name="menu_item_settings">Postavke</string>
+ <string name="screen_settings">Postavke zaslona</string>
+ <string name="fullscreen_mode_title">Način cijelog zaslona</string>
+ <string name="screen_orientation_title">Orijentacija zaslona</string>
+ <string name="text_settings">Postavke teksta</string>
+ <string name="font_size_title">Veličina fonta</string>
+ <string name="text_colors_title">Boja teksta</string>
+</resources>