diff options
-rw-r--r-- | res/values-af/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-ca/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-cs/cm_strings.xml | 5 | ||||
-rw-r--r-- | res/values-el/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-en-rIN/cm_arrays.xml | 35 | ||||
-rw-r--r-- | res/values-en-rIN/cm_strings.xml | 51 | ||||
-rw-r--r-- | res/values-fi/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-it/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-ja/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-lt/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-nb/cm_strings.xml | 4 | ||||
-rw-r--r-- | res/values-nl/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-pt-rBR/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-ro/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-ru/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-sk/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-tr/cm_strings.xml | 1 | ||||
-rw-r--r-- | res/values-ug/cm_arrays.xml | 35 | ||||
-rw-r--r-- | res/values-zh-rCN/cm_strings.xml | 1 |
19 files changed, 144 insertions, 0 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml index 93cc60eff..5f343f25d 100644 --- a/res/values-af/cm_strings.xml +++ b/res/values-af/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Vertikaal</string> <string name="drawer_type_pager">Bladsye</string> <string name="setting_state_disabled">Gedeaktiveer</string> + <string name="search_activity_not_found">\'n Soektog aktiwiteit kon nie gevind word nie!</string> </resources> diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml index c217b534d..19edb4784 100644 --- a/res/values-ca/cm_strings.xml +++ b/res/values-ca/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Vertical</string> <string name="drawer_type_pager">Paginada</string> <string name="setting_state_disabled">DESHABILITAT</string> + <string name="search_activity_not_found">No s\'ha pogut trobar una activitat de cerca!</string> </resources> diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml index 2b4257195..2c195ec15 100644 --- a/res/values-cs/cm_strings.xml +++ b/res/values-cs/cm_strings.xml @@ -43,4 +43,9 @@ <string name="icon_labels_hide">Skrýt</string> <string name="protected_app_settings">Chráněné aplikace</string> <string name="dialog_confirm">Potvrdit</string> + <string name="drawer_type">Rozložení</string> + <string name="drawer_type_drawer">Vertikální</string> + <string name="drawer_type_pager">Stránkové</string> + <string name="setting_state_disabled">ZAKÁZÁNO</string> + <string name="search_activity_not_found">Vyhledávací aktivita nenalezena!</string> </resources> diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml index 252ab9a80..48b5237c5 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Κάθετη</string> <string name="drawer_type_pager">Οριζόντια</string> <string name="setting_state_disabled">ΑΠΕΝΕΡΓΟΠΟΙΗΜΕΝΟ</string> + <string name="search_activity_not_found">Δεν βρέθηκε καμία δραστηριότητα αναζήτησης!</string> </resources> diff --git a/res/values-en-rIN/cm_arrays.xml b/res/values-en-rIN/cm_arrays.xml new file mode 100644 index 000000000..370085304 --- /dev/null +++ b/res/values-en-rIN/cm_arrays.xml @@ -0,0 +1,35 @@ +<?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> + <string-array name="transition_effect_entries"> + <item>None</item> + <item>Zoom in</item> + <item>Zoom out</item> + <item>Rotate up</item> + <item>Rotate down</item> + <item>Cube in</item> + <item>Cube out</item> + <item>Stack</item> + <item>Accordion</item> + <item>Flip</item> + <item>Cylinder in</item> + <item>Cylinder out</item> + <item>Carousel</item> + <item>Overview</item> + </string-array> +</resources> diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml new file mode 100644 index 000000000..bb88aa4ec --- /dev/null +++ b/res/values-en-rIN/cm_strings.xml @@ -0,0 +1,51 @@ +<?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:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="home_screen_settings">HOME SCREEN SETTINGS</string> + <string name="drawer_settings">DRAWER SETTINGS</string> + <string name="app_settings">APP SETTINGS</string> + <string name="setting_state_on">ON</string> + <string name="setting_state_off">OFF</string> + <string name="themes_button_text">Themes</string> + <string name="scrolling_page_outlines">Page outlines</string> + <string name="scrolling_fade_adjacent">Fade side pages</string> + <string name="scrolling_wallpaper">Scroll wallpaper</string> + <string name="grid_size_text">Grid size</string> + <string name="grid_size_comfortable">Comfortable</string> + <string name="grid_size_cozy">Cozy</string> + <string name="grid_size_condensed">Condensed</string> + <string name="grid_size_custom">Custom (<xliff:g id="rows">%1$d</xliff:g> \u00d7 <xliff:g id="columns">%2$d</xliff:g>)</string> + <string name="preferences_interface_homescreen_custom">Select custom size</string> + <string name="scroll_effect_text">Scroll effect</string> + <string name="drawer_sorting_text">Sorting mode</string> + <string name="sort_mode_title">Title</string> + <string name="sort_mode_launch_count">Launch count</string> + <string name="sort_mode_install_time">Install time</string> + <string name="home_screen_search_text">Search bar</string> + <string name="larger_icons_text">Larger icons</string> + <string name="icon_labels">Icon labels</string> + <string name="icon_labels_show">Show</string> + <string name="icon_labels_hide">Hide</string> + <string name="protected_app_settings">Protected apps</string> + <string name="dialog_confirm">Confirm</string> + <string name="drawer_type">Layout</string> + <string name="drawer_type_drawer">Vertical</string> + <string name="drawer_type_pager">Paged</string> + <string name="setting_state_disabled">DISABLED</string> + <string name="search_activity_not_found">A search activity could not be found!</string> +</resources> diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml index 39558f646..643f5017a 100644 --- a/res/values-fi/cm_strings.xml +++ b/res/values-fi/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Pysty</string> <string name="drawer_type_pager">Vaaka</string> <string name="setting_state_disabled">POIS KÄYTÖSTÄ</string> + <string name="search_activity_not_found">Hakuhistoriaa ei löytynyt!</string> </resources> diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml index 87b5b5fbd..c6b2b7a1d 100644 --- a/res/values-it/cm_strings.xml +++ b/res/values-it/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Verticale</string> <string name="drawer_type_pager">Paginato</string> <string name="setting_state_disabled">DISATTIVATO</string> + <string name="search_activity_not_found">Impossibile trovare un\'activity di ricerca!</string> </resources> diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml index f1459ad74..e480b1602 100644 --- a/res/values-ja/cm_strings.xml +++ b/res/values-ja/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">縦</string> <string name="drawer_type_pager">ページ</string> <string name="setting_state_disabled">無効</string> + <string name="search_activity_not_found">検索アクティビティが見つかりませんでした。</string> </resources> diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml index 7b966b803..9c27a6999 100644 --- a/res/values-lt/cm_strings.xml +++ b/res/values-lt/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Vertikalus</string> <string name="drawer_type_pager">Puslapiai</string> <string name="setting_state_disabled">NELEIDŽIAMA</string> + <string name="search_activity_not_found">Paieškos veikla negali būti rasta!</string> </resources> diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml index 5e2a93587..dcf6edd45 100644 --- a/res/values-nb/cm_strings.xml +++ b/res/values-nb/cm_strings.xml @@ -43,4 +43,8 @@ <string name="icon_labels_hide">Skjul</string> <string name="protected_app_settings">Beskyttede apps</string> <string name="dialog_confirm">Bekreft</string> + <string name="drawer_type">Oppsett</string> + <string name="drawer_type_drawer">Loddrett</string> + <string name="drawer_type_pager">Sidevekslet</string> + <string name="setting_state_disabled">DEAKTIVERT</string> </resources> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 950b2ecc1..f148659e7 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Verticaal</string> <string name="drawer_type_pager">Met pagina\'s</string> <string name="setting_state_disabled">UITGESCHAKELD</string> + <string name="search_activity_not_found">Geen zoekactiviteit gevonden</string> </resources> diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml index aef745bbb..2a73ee828 100644 --- a/res/values-pt-rBR/cm_strings.xml +++ b/res/values-pt-rBR/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Vertical</string> <string name="drawer_type_pager">Paginada</string> <string name="setting_state_disabled">DESATIVADO</string> + <string name="search_activity_not_found">Uma atividade de pesquisa não pôde ser encontrada!</string> </resources> diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml index 183467af8..3189259ae 100644 --- a/res/values-ro/cm_strings.xml +++ b/res/values-ro/cm_strings.xml @@ -43,4 +43,5 @@ <string name="icon_labels_hide">Ascunde</string> <string name="protected_app_settings">Aplicații protejate</string> <string name="dialog_confirm">Confirmă</string> + <string name="setting_state_disabled">DEZACTIVAT</string> </resources> diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml index 0e11a3786..e00eb9df4 100644 --- a/res/values-ru/cm_strings.xml +++ b/res/values-ru/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Вертикальное</string> <string name="drawer_type_pager">Постраничное</string> <string name="setting_state_disabled">ОТКЛЮЧЕНО</string> + <string name="search_activity_not_found">Невозможно запустить приложение поиска!</string> </resources> diff --git a/res/values-sk/cm_strings.xml b/res/values-sk/cm_strings.xml index 8fb94aeeb..c2d7740c8 100644 --- a/res/values-sk/cm_strings.xml +++ b/res/values-sk/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Zvislé</string> <string name="drawer_type_pager">Stránkované</string> <string name="setting_state_disabled">ZAKÁZANÉ</string> + <string name="search_activity_not_found">Aktivita vyhľadávania sa nenašla!</string> </resources> diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml index 94e414aa6..784d1becc 100644 --- a/res/values-tr/cm_strings.xml +++ b/res/values-tr/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">Dikey</string> <string name="drawer_type_pager">Sayfalı</string> <string name="setting_state_disabled">DEVRE DIŞI</string> + <string name="search_activity_not_found">Arama etkinliği bulunamadı!</string> </resources> diff --git a/res/values-ug/cm_arrays.xml b/res/values-ug/cm_arrays.xml new file mode 100644 index 000000000..57bcc9ccc --- /dev/null +++ b/res/values-ug/cm_arrays.xml @@ -0,0 +1,35 @@ +<?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> + <string-array name="transition_effect_entries"> + <item>يوق</item> + <item>يېقىنلاشتۇر</item> + <item>يىراقلاشتۇر</item> + <item>يۇقىرىغا ئايلاندۇر</item> + <item>تۆۋەنگە ئايلاندۇر</item> + <item>كۇب ئىچىدە</item> + <item>كۇب سىرتى</item> + <item>دەستىلە</item> + <item>ئاكوردىيون</item> + <item>ئۆرۈ</item> + <item>سىلىندېر ئىچى</item> + <item>سىلىندېر سىرتى</item> + <item>ئايلانما ياغاچ ئات</item> + <item>قىسقىچە بايان</item> + </string-array> +</resources> diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml index bd2918bbd..bdc64e6ec 100644 --- a/res/values-zh-rCN/cm_strings.xml +++ b/res/values-zh-rCN/cm_strings.xml @@ -47,4 +47,5 @@ <string name="drawer_type_drawer">垂直</string> <string name="drawer_type_pager">分页</string> <string name="setting_state_disabled">已禁用</string> + <string name="search_activity_not_found">无法找到搜索活动!</string> </resources> |