diff options
-rw-r--r-- | lineage/res/res/values-et/strings.xml | 2 | ||||
-rw-r--r-- | packages/LineageSettingsProvider/res/values-et/strings.xml | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lineage/res/res/values-et/strings.xml b/lineage/res/res/values-et/strings.xml index 7609a134..285ba51b 100644 --- a/lineage/res/res/values-et/strings.xml +++ b/lineage/res/res/values-et/strings.xml @@ -92,6 +92,8 @@ <string name="permlab_observe_audio_sessions">heliseansi muutuste jälgimine</string> <string name="permdesc_observe_audio_sessions">Lubab rakendusel jälgida helivoogude alustamist ja lõpetamist.</string> <string name="privacy_guard_manager_title">Privaatsuskaitse</string> + <string name="permlab_manageRemotePrefs">kaugtöölaua sätete haldamine</string> + <string name="permdesc_manageRemotePrefs">Võimaldab rakendusel hallata kaugtöölaua sätteid</string> <string name="build_date">Järgu kuupäev</string> <string name="lineage_api_level">LineageOS\'i API tase</string> <string name="lineage_updates">LineageOS\'i uuendused</string> diff --git a/packages/LineageSettingsProvider/res/values-et/strings.xml b/packages/LineageSettingsProvider/res/values-et/strings.xml new file mode 100644 index 00000000..c41446dc --- /dev/null +++ b/packages/LineageSettingsProvider/res/values-et/strings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 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 name="app_name">Lineage seadete salvestusruum</string> +</resources> |