summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-05-11 23:18:01 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-05-11 23:18:01 +0300
commitdb74f2877c5499bfd322ee9eb2d0976ad4a2a004 (patch)
treefb2a9d3d2722abe18b6fa0d8f469a17c26bd4b67
parent94844478685b1e0fee0d6b7515ad3a08b93d6c63 (diff)
downloadandroid_packages_apps_Eleven-db74f2877c5499bfd322ee9eb2d0976ad4a2a004.tar.gz
android_packages_apps_Eleven-db74f2877c5499bfd322ee9eb2d0976ad4a2a004.tar.bz2
android_packages_apps_Eleven-db74f2877c5499bfd322ee9eb2d0976ad4a2a004.zip
Automatic translation import
Change-Id: Iedf528a48310203b11876215a1ca1f45a2b84e82
-rw-r--r--res/values-eu-rES/plurals.xml28
-rw-r--r--res/values-eu-rES/strings.xml13
-rw-r--r--res/values-fr/strings.xml1
-rw-r--r--res/values-in/strings.xml1
-rw-r--r--res/values-ku/strings.xml17
5 files changed, 60 insertions, 0 deletions
diff --git a/res/values-eu-rES/plurals.xml b/res/values-eu-rES/plurals.xml
new file mode 100644
index 0000000..2432277
--- /dev/null
+++ b/res/values-eu-rES/plurals.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2012-2013 Andrew Neal
+ Copyright (C) 2012-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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="NNNtracksfromplaylist">
+ <item quantity="one">Abesti <xliff:g id="number" example="1">%d</xliff:g> zerrendatik kendu da.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> abesti kendu dira zerrendatik.</item>
+ </plurals>
+ <plurals name="NNNtracksdeleted">
+ <item quantity="one">Abesti <xliff:g id="songs_to_delete" example="1">%d</xliff:g> ezabatu da.</item>
+ <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> abesti ezabatu dira.</item>
+ </plurals>
+</resources>
diff --git a/res/values-eu-rES/strings.xml b/res/values-eu-rES/strings.xml
index 7c2244f..40e7b79 100644
--- a/res/values-eu-rES/strings.xml
+++ b/res/values-eu-rES/strings.xml
@@ -17,6 +17,19 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="page_artists">Artistak</string>
+ <string name="remove_from_recent">Kendu berrikietatik</string>
+ <string name="remove_from_queue">Kendu Ilaratik</string>
+ <string name="sort_order_entry_za">Z-A</string>
+ <string name="delete_dialog_title">Ezabatu <xliff:g id="item" example="album">%s</xliff:g>?</string>
+ <string name="delete_warning">Honek katxean gordetako irudi guztiak behin betiko ezabatuko ditu</string>
<string name="google_search">Google bilaketa</string>
+ <string name="context_menu_delete">Ezabatu</string>
+ <string name="context_menu_remove_from_recent">Kendu berrikietatik</string>
+ <string name="context_menu_remove_from_playlist">Kendu erreprodukzio-zerrendatik</string>
+ <string name="settings_delete_cache_title">Ezabatu katxea</string>
+ <string name="settings_delete_cache_summary">Ezabatu katxean gordetako irudi guztiak</string>
+ <string name="settings_download_only_on_wifi_title">Deskargatu Wi-Fi bidez soilik</string>
+ <string name="settings_download_only_on_wifi_summary">Ez deskargatu datu mugikorren bidez operadorearen zordunketa murrizteko</string>
<string name="header_30_to_60_seconds">30 - 60 segundo</string>
</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index b514b5f..1d3aa8c 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -44,6 +44,7 @@
<string name="menu_clear_list">Effacer la liste</string>
<string name="menu_clear_recents">Effacer les récents</string>
<string name="menu_clear_queue">Effacer la liste d\'attente</string>
+ <string name="menu_save_queue">Enregistrer la file d\'attente dans la playlist</string>
<string name="menu_equalizer">Égaliseur</string>
<string name="add_to_playlist">Ajouter à liste de lecture</string>
<string name="add_to_queue">Ajouter à la file d\'attente</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 9b72bab..23d1a68 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -44,6 +44,7 @@
<string name="menu_clear_list">Hapus daftar</string>
<string name="menu_clear_recents">Hapus recent</string>
<string name="menu_clear_queue">Bersihkan antrian</string>
+ <string name="menu_save_queue">Simpan antrean ke daftar putar</string>
<string name="menu_equalizer">Equalizer</string>
<string name="add_to_playlist">Tambahkan ke daftar putar</string>
<string name="add_to_queue">Tambahkan ke antrian</string>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
index 138f5e8..2be4b91 100644
--- a/res/values-ku/strings.xml
+++ b/res/values-ku/strings.xml
@@ -17,19 +17,34 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">مۆسیقا</string>
<string name="page_recent">تازه‌کان</string>
<string name="page_artists">هونەرمەند</string>
<string name="page_albums">ئەلبوم</string>
<string name="page_songs">گۆرانییەکان</string>
<string name="page_playlists">لیستی لێدان</string>
<string name="page_genres">چه‌شنه‌کان</string>
+ <string name="page_now_playing">لێدانی ئێستا</string>
+ <string name="page_play_queue">لێدانی ڕیزکراو</string>
+ <string name="header_albums">ئەلبوم</string>
+ <string name="header_top_songs">گۆرانیەکانی لوتکە</string>
+ <string name="header_all_songs">هەموو گۆرانیەکان</string>
<string name="menu_settings">ڕێکخستن</string>
<string name="menu_search">گه‌ڕان</string>
+ <string name="menu_shuffle_item">ڕیزکراو</string>
<string name="menu_shuffle_all">هه‌ڕه‌مه‌کی</string>
+ <string name="menu_shuffle_playlist">لیستیلێدەری ڕیزکراو</string>
+ <string name="menu_shuffle_album">ئەبلومی ڕیزکراو</string>
+ <string name="menu_shuffle_artist">هونەرمەندی ڕیزکراو</string>
+ <string name="menu_shuffle_top_tracks">تراکی لوتکەی ڕیزکراو</string>
+ <string name="menu_shuffle_recent">لێدراوی تازەی ڕیزکراو</string>
+ <string name="menu_shuffle_last_added">ڕیزکردنەوەی تازا زیادکراو</string>
<string name="menu_play_all">لێدانی هه‌مووی</string>
<string name="menu_sort_by">ڕیزکردن به‌پێی</string>
+ <string name="menu_clear_list">پاکردنەوەی خشتەکە</string>
<string name="menu_clear_recents">پاککردنه‌وه‌ی تازه‌کان</string>
<string name="menu_clear_queue">پاککردنه‌وه‌ی ڕیزه‌کان</string>
+ <string name="menu_save_queue">پاشەکەوتکردنی ریزی ڕێزکراو بۆ لێدان</string>
<string name="menu_equalizer">یه‌کسانکه‌ری ده‌نگ</string>
<string name="add_to_playlist">زیادکردن بۆ لێدراوه‌کان</string>
<string name="add_to_queue">زیادکردن بۆ ڕیزکراوه‌کان</string>
@@ -47,6 +62,8 @@
<string name="sort_order_entry_number_of_albums">ژماره‌ی ئه‌لبومه‌کان</string>
<string name="sort_order_entry_filename">ناوی په‌ڕگه‌</string>
<string name="playlist_last_added">دوایین زیادکردن</string>
+ <string name="playlist_recently_played">تازە لێدراو</string>
+ <string name="playlist_top_tracks">تراکی لوتکەکانم</string>
<string name="new_playlist">لیستی لێدانی تازه‌</string>
<string name="save">پاشەکەوتکردن</string>
<string name="cancel">لابردن</string>