diff options
-rw-r--r-- | cm/res/res/values-es-rUS/strings.xml | 2 | ||||
-rw-r--r-- | cm/res/res/values-ja/strings.xml | 2 | ||||
-rw-r--r-- | cm/res/res/values-nl/strings.xml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/cm/res/res/values-es-rUS/strings.xml b/cm/res/res/values-es-rUS/strings.xml index 45c16b1..7aa6e0a 100644 --- a/cm/res/res/values-es-rUS/strings.xml +++ b/cm/res/res/values-es-rUS/strings.xml @@ -178,4 +178,6 @@ <string name="permlab_observe_audio_sessions">observa los cambios en la sesión de sonido</string> <string name="permdesc_observe_audio_sessions">Permite que una aplicación observe los flujos de sonido que se crean y destruyen.</string> <!-- QuickSettings: Themes tile --> + <string name="qs_themes_label">Temas</string> + <string name="qs_themes_content_description">Personaliza tu tema</string> </resources> diff --git a/cm/res/res/values-ja/strings.xml b/cm/res/res/values-ja/strings.xml index a2a6dc5..9ca380c 100644 --- a/cm/res/res/values-ja/strings.xml +++ b/cm/res/res/values-ja/strings.xml @@ -21,7 +21,7 @@ <string name="permlab_publishCustomTile">クイック設定パネルでのカスタムタイルの作成</string> <string name="permdesc_publishCustomTile">クイック設定タイルの作成をアプリに許可します</string> <string name="permlab_modifyNetworkSettings">システムのネットワークの設定の変更</string> - <string name="permdesc_modifyNetworkSettings">機内モードとモバイルデータ通信の設定を変更することをアプリに許可します。</string> + <string name="permdesc_modifyNetworkSettings">機内モードとモバイルデータネットワークの設定を変更することをアプリに許可します。</string> <string name="permlab_modifySoundSettings">システムの音の設定</string> <string name="permdesc_modifySoundSettings">サイレントモードの音の設定を変更することをアプリに許可します。</string> <string name="permlab_bindCustomTileListenerService">カスタムタイルリスナーサービスのバインド</string> diff --git a/cm/res/res/values-nl/strings.xml b/cm/res/res/values-nl/strings.xml index 78477fd..f986e6c 100644 --- a/cm/res/res/values-nl/strings.xml +++ b/cm/res/res/values-nl/strings.xml @@ -139,7 +139,7 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_writeThemesDesc">Hiermee kan de app nieuwe thema\'s invoegen en wijzigen welk thema u hebt toegepast.</string> <!-- Performance manager permission title --> - <string name="permlab_perfAccess">toegang tot prestatiebeheer</string> + <string name="permlab_perfAccess">Toegang tot prestatiebeheer</string> <!-- Performance manager permission description --> <string name="permdesc_perfAccessDesc">Hiermee kan de app toegang krijgen tot de prestatieservice. Nooit vereist voor normale apps.</string> <!-- Access live lock screen manager service permission label --> |