diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-08-25 19:26:09 +0300 |
---|---|---|
committer | Michael W <baddaemon87@gmail.com> | 2019-08-25 20:36:37 +0200 |
commit | 9b69fd9c0c63c33fade8dc43391dcec017394147 (patch) | |
tree | dd6cc399047f38ff18b8448cf4158fddeff74e00 | |
parent | 1be72e7e3d6ac044acc82f08ceca2e43a32f5ca5 (diff) | |
download | lineage-sdk-9b69fd9c0c63c33fade8dc43391dcec017394147.tar.gz lineage-sdk-9b69fd9c0c63c33fade8dc43391dcec017394147.tar.bz2 lineage-sdk-9b69fd9c0c63c33fade8dc43391dcec017394147.zip |
Automatic translation import
Change-Id: Iaab92105e9b37bcf015ba07362cc6fbd14047d8a
-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> |