Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fa4b70c authored by Eddy Witkamp's avatar Eddy Witkamp
Browse files

core: NL translation

ps1: framework: Privacy Guard
and change application -> app for English

ps2: Profiles: Add a profile picker activity

ps3: suggestions

ps4: Add SMS Middleware layer

Change-Id: I826e62dfb79cdbac1482a34fe8c35da77a6a83ed
parent 69c5fce7
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
    <string name="reboot_confirm" product="tablet">Uw tablet wordt herstart.</string>
    <string name="reboot_confirm" product="default">Uw telefoon wordt herstart.</string>
    <string name="permlab_preventpower">aan/uit-knop beheren</string>
    <string name="permdesc_preventpower">Hiermee kan een app het gedrag van de aan/uit-knop wijzigen</string>
    <string name="permdesc_preventpower">Hiermee kan de app het gedrag van de aan/uit-knop wijzigen</string>
    <string name="lockscreen_discharging">Ontladen, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
    <string name="app_killed_message">App afgesloten</string>
    <string name="global_action_reboot">Herstarten</string>
@@ -54,4 +54,12 @@
    <string name="permlab_fm_radio_transmitter">FM-zender beheren</string>
    <string name="permdesc_fm_radio_transmitter">Hiermee kan de app de FM-zender beheren.</string>
    <string name="stylus_app_not_installed">%s is niet geïnstalleerd</string>
    <string name="permlab_changePrivacyGuardState">Privacybescherming in- of uitschakelen</string>
    <string name="permdesc_changePrivacyGuardState">Hiermee kan de app bepalen of een andere app start met Privacybescherming. Als een app start met Privacybescherming, zal het geen toegang hebben tot persoonsgegevens zoals contacten, berichten of gespreksstatistieken.</string>
    <string name="privacy_guard_notification">Privacybescherming actief</string>
    <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> zal geen toegang hebben tot persoonsgegevens</string>
    <string name="profile_picker_title">Profielen</string>
    <string name="profile_none">Geen</string>
    <string name="permlab_interceptSmsSent">uitgaand sms-bericht onderscheppen</string>
    <string name="permdesc_interceptSmsSent">Hiermee kan de app een uitgaand sms-bericht onderscheppen. Schadelijke apps kunnen dit gebruiken om uitgaande sms-berichten te blokkeren.</string>
</resources>
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
     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">

    <!-- Names of default profiles. -->
@@ -160,7 +159,7 @@

    <!-- Privacy Guard -->
    <string name="permlab_changePrivacyGuardState">enable or disable privacy guard</string>
    <string name="permdesc_changePrivacyGuardState">Allows the application to change whether another application runs with Privacy Guard. When an application is running with Privacy Guard, it will not have access to personal data such as contacts, call logs, or messages.</string>
    <string name="permdesc_changePrivacyGuardState">Allows the app to change whether another app runs with Privacy Guard. When an app is running with Privacy Guard, it will not have access to personal data such as contacts, call logs, or messages.</string>
    <string name="privacy_guard_notification">Privacy Guard active</string>
    <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> will not be able to access personal data</string>