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

Commit 3011b1ed authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Merge branch '195-o-make_setting_translatable' into 'v1-oreo'

195 o make setting translatable

See merge request !113
parents 8c65b86f 288c3275
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -54,19 +54,19 @@
            android:authorities="foundation.e.drive.providers.MediasSyncProvider"
            android:enabled="true"
            android:exported="true"
            android:label="Pictures and videos" />
            android:label="@string/account_setting_media_sync" />
        <provider
            android:name=".providers.SettingsSyncProvider"
            android:authorities="foundation.e.drive.providers.SettingsSyncProvider"
            android:enabled="true"
            android:exported="true"
            android:label="Application settings" />
            android:label="@string/account_setting_app_sync" />
        <provider
            android:name=".providers.MeteredConnectionAllowedProvider"
            android:authorities="foundation.e.drive.providers.MeteredConnectionAllowedProvider"
            android:enabled="true"
            android:exported="true"
            android:label="Sync on metered network" />
            android:label="@string/account_setting_metered_network" />

        <!-- Services -->
        <service
+3 −0
Original line number Diff line number Diff line
<resources>
    <string name="app_name">/e/ Drive</string>
    <string name="eelo_account_type" translatable="false">e.foundation.webdav.eelo</string>
    <string name="account_setting_metered_network">Files sync on metered network</string>
    <string name="account_setting_media_sync">Pictures and videos</string>
    <string name="account_setting_app_sync">Application settings</string>

    <!-- Widget -->
    <string name="add_widget">Add widget</string>