diff options
-rw-r--r-- | res/values-ca/cm_strings.xml | 2 | ||||
-rw-r--r-- | res/values-tr/cm_strings.xml | 4 | ||||
-rw-r--r-- | res/values-zh-rTW/cm_arrays.xml | 2 | ||||
-rw-r--r-- | res/values-zh-rTW/cm_strings.xml | 8 |
4 files changed, 12 insertions, 4 deletions
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml index a8c6a3557..3a0d0bc83 100644 --- a/res/values-ca/cm_strings.xml +++ b/res/values-ca/cm_strings.xml @@ -22,7 +22,7 @@ <string name="setting_state_on">SÍ</string> <string name="setting_state_off">NO</string> <string name="search_panel_gel">Google Now</string> - <string name="search_panel_custom_home">Inici CM</string> + <string name="search_panel_custom_home">CM Home</string> <string name="themes_button_text">Temes</string> <string name="scrolling_page_outlines">Vores de la pàgina</string> <string name="scrolling_fade_adjacent">Esvaeix els costats de les pàgines</string> diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml index fe693f105..016dd2ff2 100644 --- a/res/values-tr/cm_strings.xml +++ b/res/values-tr/cm_strings.xml @@ -28,9 +28,9 @@ <string name="scrolling_fade_adjacent">Yan sayfaları soldur</string> <string name="scrolling_wallpaper">Duvarkağıdını kaydır</string> <string name="grid_size_text">Izgara boyutu</string> - <string name="grid_size_comfortable">Rahat</string> + <string name="grid_size_comfortable">Seyrek</string> <string name="grid_size_cozy">Rahat</string> - <string name="grid_size_condensed">Kalın</string> + <string name="grid_size_condensed">Yoğun</string> <string name="grid_size_custom">Özel</string> <string name="grid_size_custom_and_size">Özel (%1$s)</string> <string name="preferences_interface_homescreen_custom">Özel boyut seçin</string> diff --git a/res/values-zh-rTW/cm_arrays.xml b/res/values-zh-rTW/cm_arrays.xml index d067aded7..ac43d3fd4 100644 --- a/res/values-zh-rTW/cm_arrays.xml +++ b/res/values-zh-rTW/cm_arrays.xml @@ -29,7 +29,7 @@ <item>Flip</item> <item>Cylinder in</item> <item>Cylinder out</item> - <item>Carousel</item> + <item>幻燈片</item> <item>概述</item> </string-array> </resources> diff --git a/res/values-zh-rTW/cm_strings.xml b/res/values-zh-rTW/cm_strings.xml index e3cb73c8b..0bf6e1b12 100644 --- a/res/values-zh-rTW/cm_strings.xml +++ b/res/values-zh-rTW/cm_strings.xml @@ -16,11 +16,16 @@ limitations under the License. --> <resources> + <string name="home_screen_settings">主螢幕設定</string> + <string name="drawer_settings">抽屜設定</string> <string name="setting_state_on">開啟</string> <string name="setting_state_off">關閉</string> + <string name="search_panel_gel">Google 即時資訊</string> <string name="themes_button_text">主題</string> <string name="scrolling_fade_adjacent">邊頁淡出</string> <string name="scrolling_wallpaper">滾動桌面</string> + <string name="grid_size_condensed">密集</string> + <string name="grid_size_custom">自訂</string> <string name="scroll_effect_text">滾動效果</string> <string name="drawer_sorting_text">排序模式</string> <string name="sort_mode_title">標題</string> @@ -31,4 +36,7 @@ <string name="icon_labels">程式名稱</string> <string name="icon_labels_show">顯示</string> <string name="icon_labels_hide">隱藏</string> + <string name="protected_app_settings">受保護的應用程式</string> + <string name="search_screen_left_text">搜尋面板</string> + <string name="dialog_confirm">確認</string> </resources> |