Remove theme support
Change-Id: I41f1d0fa1ecc98c2872d2569534e6f2ef686a726
This commit is contained in:
@@ -25,7 +25,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
lineage_platform_res := APPS/org.lineageos.platform-res_intermediates/src
|
||||
|
||||
# List of packages used in lineage-api-stubs
|
||||
lineage_stub_packages := lineageos.alarmclock:lineageos.app:lineageos.content:lineageos.externalviews:lineageos.hardware:lineageos.media:lineageos.os:lineageos.preference:lineageos.profiles:lineageos.providers:lineageos.platform:lineageos.power:lineageos.themes:lineageos.util:lineageos.weather:lineageos.weatherservice
|
||||
lineage_stub_packages := lineageos.alarmclock:lineageos.app:lineageos.content:lineageos.externalviews:lineageos.hardware:lineageos.media:lineageos.os:lineageos.preference:lineageos.profiles:lineageos.providers:lineageos.platform:lineageos.power:lineageos.util:lineageos.weather:lineageos.weatherservice
|
||||
|
||||
# The LineageOS Platform Framework Library
|
||||
# ============================================================
|
||||
|
||||
@@ -404,10 +404,6 @@ package lineageos.content {
|
||||
ctor public Intent();
|
||||
field public static final java.lang.String ACTION_PROTECTED = "lineageos.intent.action.PACKAGE_PROTECTED";
|
||||
field public static final java.lang.String ACTION_PROTECTED_CHANGED = "lineageos.intent.action.PROTECTED_COMPONENT_UPDATE";
|
||||
field public static final java.lang.String ACTION_THEME_INSTALLED = "lineageos.intent.action.THEME_INSTALLED";
|
||||
field public static final java.lang.String ACTION_THEME_REMOVED = "lineageos.intent.action.THEME_REMOVED";
|
||||
field public static final java.lang.String ACTION_THEME_UPDATED = "lineageos.intent.action.THEME_UPDATED";
|
||||
field public static final java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE = "lineageos.intent.category.THEME_PACKAGE_INSTALL_STATE_CHANGE";
|
||||
field public static final java.lang.String EXTRA_PROTECTED_COMPONENTS = "lineageos.intent.extra.PACKAGE_PROTECTED_COMPONENTS";
|
||||
field public static final java.lang.String EXTRA_PROTECTED_STATE = "lineageos.intent.extra.PACKAGE_PROTECTED_STATE";
|
||||
field public static final java.lang.String URI_SCHEME_PACKAGE = "package";
|
||||
@@ -710,7 +706,6 @@ package lineageos.platform {
|
||||
public static final class Manifest.permission {
|
||||
ctor public Manifest.permission();
|
||||
field public static final java.lang.String ACCESS_APP_SUGGESTIONS = "lineageos.permission.ACCESS_APP_SUGGESTIONS";
|
||||
field public static final java.lang.String ACCESS_THEME_MANAGER = "lineageos.permission.ACCESS_THEME_MANAGER";
|
||||
field public static final java.lang.String ACCESS_WEATHER_MANAGER = "lineageos.permission.ACCESS_WEATHER_MANAGER";
|
||||
field public static final java.lang.String BIND_WEATHER_PROVIDER_SERVICE = "lineageos.permission.BIND_WEATHER_PROVIDER_SERVICE";
|
||||
field public static final java.lang.String HARDWARE_ABSTRACTION_ACCESS = "lineageos.permission.HARDWARE_ABSTRACTION_ACCESS";
|
||||
@@ -729,14 +724,12 @@ package lineageos.platform {
|
||||
field public static final java.lang.String READ_ALARMS = "lineageos.permission.READ_ALARMS";
|
||||
field public static final java.lang.String READ_DATAUSAGE = "lineageos.permission.READ_DATAUSAGE";
|
||||
field public static final java.lang.String READ_MSIM_PHONE_STATE = "lineageos.permission.READ_MSIM_PHONE_STATE";
|
||||
field public static final java.lang.String READ_THEMES = "lineageos.permission.READ_THEMES";
|
||||
field public static final java.lang.String READ_WEATHER = "lineageos.permission.READ_WEATHER";
|
||||
field public static final java.lang.String THIRD_PARTY_KEYGUARD = "lineageos.permission.THIRD_PARTY_KEYGUARD";
|
||||
field public static final java.lang.String WRITE_ALARMS = "lineageos.permission.WRITE_ALARMS";
|
||||
field public static final java.lang.String WRITE_DATAUSAGE = "lineageos.permission.WRITE_DATAUSAGE";
|
||||
field public static final java.lang.String WRITE_SECURE_SETTINGS = "lineageos.permission.WRITE_SECURE_SETTINGS";
|
||||
field public static final java.lang.String WRITE_SETTINGS = "lineageos.permission.WRITE_SETTINGS";
|
||||
field public static final java.lang.String WRITE_THEMES = "lineageos.permission.WRITE_THEMES";
|
||||
field public static final java.lang.String WRITE_WEATHER = "lineageos.permission.WRITE_WEATHER";
|
||||
}
|
||||
|
||||
@@ -1287,146 +1280,6 @@ package lineageos.providers {
|
||||
field public static final java.lang.String _ID = "_id";
|
||||
}
|
||||
|
||||
public class ThemesContract {
|
||||
ctor public ThemesContract();
|
||||
field public static final java.lang.String AUTHORITY = "com.lineageos.themes";
|
||||
field public static final android.net.Uri AUTHORITY_URI;
|
||||
}
|
||||
|
||||
public static class ThemesContract.MixnMatchColumns {
|
||||
ctor public ThemesContract.MixnMatchColumns();
|
||||
method public static java.lang.String componentToImageColName(java.lang.String);
|
||||
method public static java.lang.String componentToMixNMatchKey(java.lang.String);
|
||||
method public static java.lang.String mixNMatchKeyToComponent(java.lang.String);
|
||||
field public static final java.lang.String COL_COMPONENT_ID = "component_id";
|
||||
field public static final java.lang.String COL_KEY = "key";
|
||||
field public static final java.lang.String COL_PREV_VALUE = "previous_value";
|
||||
field public static final java.lang.String COL_UPDATE_TIME = "update_time";
|
||||
field public static final java.lang.String COL_VALUE = "value";
|
||||
field public static final android.net.Uri CONTENT_URI;
|
||||
field public static final java.lang.String KEY_ALARM = "mixnmatch_alarm";
|
||||
field public static final java.lang.String KEY_BOOT_ANIM = "mixnmatch_boot_anim";
|
||||
field public static final java.lang.String KEY_FONT = "mixnmatch_font";
|
||||
field public static final java.lang.String KEY_HOMESCREEN = "mixnmatch_homescreen";
|
||||
field public static final java.lang.String KEY_ICONS = "mixnmatch_icons";
|
||||
field public static final java.lang.String KEY_LIVE_LOCK_SCREEN = "mixnmatch_live_lock_screen";
|
||||
field public static final java.lang.String KEY_LOCKSCREEN = "mixnmatch_lockscreen";
|
||||
field public static final java.lang.String KEY_NAVIGATION_BAR = "mixnmatch_navigation_bar";
|
||||
field public static final java.lang.String KEY_NOTIFICATIONS = "mixnmatch_notifications";
|
||||
field public static final java.lang.String KEY_OVERLAYS = "mixnmatch_overlays";
|
||||
field public static final java.lang.String KEY_RINGTONE = "mixnmatch_ringtone";
|
||||
field public static final java.lang.String KEY_STATUS_BAR = "mixnmatch_status_bar";
|
||||
field public static final java.lang.String[] ROWS;
|
||||
}
|
||||
|
||||
public static class ThemesContract.PreviewColumns {
|
||||
ctor public ThemesContract.PreviewColumns();
|
||||
field public static final android.net.Uri APPLIED_URI;
|
||||
field public static final java.lang.String BOOTANIMATION_THUMBNAIL = "bootanimation_thumbnail";
|
||||
field public static final java.lang.String COL_KEY = "key";
|
||||
field public static final java.lang.String COL_VALUE = "value";
|
||||
field public static final android.net.Uri COMPONENTS_URI;
|
||||
field public static final java.lang.String COMPONENT_ID = "component_id";
|
||||
field public static final android.net.Uri CONTENT_URI;
|
||||
field public static final java.lang.String ICON_PREVIEW_1 = "icon_preview_1";
|
||||
field public static final java.lang.String ICON_PREVIEW_2 = "icon_preview_2";
|
||||
field public static final java.lang.String ICON_PREVIEW_3 = "icon_preview_3";
|
||||
field public static final java.lang.String LIVE_LOCK_SCREEN_PREVIEW = "live_lock_screen_preview";
|
||||
field public static final java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL = "live_lock_screen_thumbnail";
|
||||
field public static final java.lang.String LOCK_WALLPAPER_PREVIEW = "lock_wallpaper_preview";
|
||||
field public static final java.lang.String LOCK_WALLPAPER_THUMBNAIL = "lock_wallpaper_thumbnail";
|
||||
field public static final java.lang.String NAVBAR_BACKGROUND = "navbar_background";
|
||||
field public static final java.lang.String NAVBAR_BACK_BUTTON = "navbar_back_button";
|
||||
field public static final java.lang.String NAVBAR_HOME_BUTTON = "navbar_home_button";
|
||||
field public static final java.lang.String NAVBAR_RECENT_BUTTON = "navbar_recent_button";
|
||||
field public static final java.lang.String STATUSBAR_BACKGROUND = "statusbar_background";
|
||||
field public static final java.lang.String STATUSBAR_BATTERY_CIRCLE = "statusbar_battery_circle";
|
||||
field public static final java.lang.String STATUSBAR_BATTERY_LANDSCAPE = "statusbar_battery_landscape";
|
||||
field public static final java.lang.String STATUSBAR_BATTERY_PORTRAIT = "statusbar_battery_portrait";
|
||||
field public static final java.lang.String STATUSBAR_BLUETOOTH_ICON = "statusbar_bluetooth_icon";
|
||||
field public static final java.lang.String STATUSBAR_CLOCK_TEXT_COLOR = "statusbar_clock_text_color";
|
||||
field public static final java.lang.String STATUSBAR_SIGNAL_ICON = "statusbar_signal_icon";
|
||||
field public static final java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END = "wifi_combo_margin_end";
|
||||
field public static final java.lang.String STATUSBAR_WIFI_ICON = "statusbar_wifi_icon";
|
||||
field public static final java.lang.String STYLE_PREVIEW = "style_preview";
|
||||
field public static final java.lang.String STYLE_THUMBNAIL = "style_thumbnail";
|
||||
field public static final java.lang.String THEME_ID = "theme_id";
|
||||
field public static final java.lang.String[] VALID_KEYS;
|
||||
field public static final java.lang.String WALLPAPER_FULL = "wallpaper_full";
|
||||
field public static final java.lang.String WALLPAPER_PREVIEW = "wallpaper_preview";
|
||||
field public static final java.lang.String WALLPAPER_THUMBNAIL = "wallpaper_thumbnail";
|
||||
field public static final java.lang.String _ID = "_id";
|
||||
}
|
||||
|
||||
public static class ThemesContract.ThemeMixColumns {
|
||||
ctor public ThemesContract.ThemeMixColumns();
|
||||
field public static final android.net.Uri CONTENT_URI;
|
||||
field public static final android.net.Uri PREVIEWS_URI;
|
||||
field public static final java.lang.String TITLE = "title";
|
||||
field public static final java.lang.String _ID = "_id";
|
||||
}
|
||||
|
||||
public static class ThemesContract.ThemeMixEntryColumns {
|
||||
ctor public ThemesContract.ThemeMixEntryColumns();
|
||||
field public static final java.lang.String COMPONENT_ID = "component_id";
|
||||
field public static final java.lang.String COMPONENT_TYPE = "component_type";
|
||||
field public static final android.net.Uri CONTENT_URI;
|
||||
field public static final java.lang.String IS_INSTALLED = "installed";
|
||||
field public static final java.lang.String PACKAGE_NAME = "package_name";
|
||||
field public static final java.lang.String THEME_MIX_ID = "theme_mix_id";
|
||||
field public static final java.lang.String THEME_NAME = "theme_name";
|
||||
field public static final java.lang.String _ID = "_id";
|
||||
}
|
||||
|
||||
public static class ThemesContract.ThemesColumns {
|
||||
ctor public ThemesContract.ThemesColumns();
|
||||
field public static final java.lang.String AUTHOR = "author";
|
||||
field public static final java.lang.String BOOT_ANIM_URI = "bootanim_uri";
|
||||
field public static final android.net.Uri CONTENT_URI;
|
||||
field public static final java.lang.String DATE_CREATED = "created";
|
||||
field public static final java.lang.String FONT_URI = "font_uri";
|
||||
field public static final java.lang.String HOMESCREEN_URI = "homescreen_uri";
|
||||
field public static final java.lang.String ICON_URI = "icon_uri";
|
||||
field public static final java.lang.String INSTALL_STATE = "install_state";
|
||||
field public static final java.lang.String INSTALL_TIME = "install_time";
|
||||
field public static final java.lang.String IS_DEFAULT_THEME = "is_default_theme";
|
||||
field public static final java.lang.String IS_LEGACY_ICONPACK = "is_legacy_iconpack";
|
||||
field public static final java.lang.String IS_LEGACY_THEME = "is_legacy_theme";
|
||||
field public static final java.lang.String LAST_UPDATE_TIME = "updateTime";
|
||||
field public static final java.lang.String LOCKSCREEN_URI = "lockscreen_uri";
|
||||
field public static final java.lang.String MODIFIES_ALARMS = "mods_alarms";
|
||||
field public static final java.lang.String MODIFIES_BOOT_ANIM = "mods_bootanim";
|
||||
field public static final java.lang.String MODIFIES_FONTS = "mods_fonts";
|
||||
field public static final java.lang.String MODIFIES_ICONS = "mods_icons";
|
||||
field public static final java.lang.String MODIFIES_LAUNCHER = "mods_homescreen";
|
||||
field public static final java.lang.String MODIFIES_LIVE_LOCK_SCREEN = "mods_live_lock_screen";
|
||||
field public static final java.lang.String MODIFIES_LOCKSCREEN = "mods_lockscreen";
|
||||
field public static final java.lang.String MODIFIES_NAVIGATION_BAR = "mods_navigation_bar";
|
||||
field public static final java.lang.String MODIFIES_NOTIFICATIONS = "mods_notifications";
|
||||
field public static final java.lang.String MODIFIES_OVERLAYS = "mods_overlays";
|
||||
field public static final java.lang.String MODIFIES_RINGTONES = "mods_ringtones";
|
||||
field public static final java.lang.String MODIFIES_STATUS_BAR = "mods_status_bar";
|
||||
field public static final java.lang.String OVERLAYS_URI = "overlays_uri";
|
||||
field public static final java.lang.String PKG_NAME = "pkg_name";
|
||||
field public static final java.lang.String PRESENT_AS_THEME = "present_as_theme";
|
||||
field public static final java.lang.String PRIMARY_COLOR = "primary_color";
|
||||
field public static final java.lang.String SECONDARY_COLOR = "secondary_color";
|
||||
field public static final java.lang.String STATUSBAR_URI = "status_uri";
|
||||
field public static final java.lang.String STYLE_URI = "style_uri";
|
||||
field public static final java.lang.String TARGET_API = "target_api";
|
||||
field public static final java.lang.String TITLE = "title";
|
||||
field public static final java.lang.String WALLPAPER_URI = "wallpaper_uri";
|
||||
field public static final java.lang.String _ID = "_id";
|
||||
}
|
||||
|
||||
public static class ThemesContract.ThemesColumns.InstallState {
|
||||
ctor public ThemesContract.ThemesColumns.InstallState();
|
||||
field public static final int INSTALLED = 3; // 0x3
|
||||
field public static final int INSTALLING = 1; // 0x1
|
||||
field public static final int UNKNOWN = 0; // 0x0
|
||||
field public static final int UPDATING = 2; // 0x2
|
||||
}
|
||||
|
||||
public class WeatherContract {
|
||||
ctor public WeatherContract();
|
||||
field public static final java.lang.String AUTHORITY = "org.lineageos.weather";
|
||||
@@ -1518,100 +1371,6 @@ package lineageos.providers {
|
||||
|
||||
}
|
||||
|
||||
package lineageos.themes {
|
||||
|
||||
public final class ThemeChangeRequest implements android.os.Parcelable {
|
||||
method public int describeContents();
|
||||
method public java.lang.String getAlarmThemePackageName();
|
||||
method public java.lang.String getBootanimationThemePackageName();
|
||||
method public java.lang.String getFontThemePackageName();
|
||||
method public java.lang.String getIconsThemePackageName();
|
||||
method public java.lang.String getLiveLockScreenThemePackageName();
|
||||
method public java.lang.String getLockWallpaperThemePackageName();
|
||||
method public java.lang.String getNavBarThemePackageName();
|
||||
method public java.lang.String getNotificationThemePackageName();
|
||||
method public int getNumChangesRequested();
|
||||
method public java.lang.String getOverlayThemePackageName();
|
||||
method public final java.util.Map<java.lang.String, java.lang.String> getPerAppOverlays();
|
||||
method public lineageos.themes.ThemeChangeRequest.RequestType getReqeustType();
|
||||
method public java.lang.String getRingtoneThemePackageName();
|
||||
method public java.lang.String getStatusBarThemePackageName();
|
||||
method public final java.util.Map<java.lang.String, java.lang.String> getThemeComponentsMap();
|
||||
method public long getWallpaperId();
|
||||
method public java.lang.String getWallpaperThemePackageName();
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
field public static final android.os.Parcelable.Creator<lineageos.themes.ThemeChangeRequest> CREATOR;
|
||||
field public static final int DEFAULT_WALLPAPER_ID = -1; // 0xffffffff
|
||||
}
|
||||
|
||||
public static class ThemeChangeRequest.Builder {
|
||||
ctor public ThemeChangeRequest.Builder();
|
||||
ctor public ThemeChangeRequest.Builder(android.content.res.ThemeConfig);
|
||||
method public lineageos.themes.ThemeChangeRequest build();
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setAlarm(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setAppOverlay(java.lang.String, java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setBootanimation(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setComponent(java.lang.String, java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setFont(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setIcons(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setLiveLockScreen(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setLockWallpaper(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setNavBar(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setNotification(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setOverlay(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setRequestType(lineageos.themes.ThemeChangeRequest.RequestType);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setRingtone(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setStatusBar(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setWallpaper(java.lang.String);
|
||||
method public lineageos.themes.ThemeChangeRequest.Builder setWallpaperId(long);
|
||||
}
|
||||
|
||||
public static final class ThemeChangeRequest.RequestType extends java.lang.Enum {
|
||||
method public static lineageos.themes.ThemeChangeRequest.RequestType valueOf(java.lang.String);
|
||||
method public static final lineageos.themes.ThemeChangeRequest.RequestType[] values();
|
||||
enum_constant public static final lineageos.themes.ThemeChangeRequest.RequestType THEME_REMOVED;
|
||||
enum_constant public static final lineageos.themes.ThemeChangeRequest.RequestType THEME_RESET;
|
||||
enum_constant public static final lineageos.themes.ThemeChangeRequest.RequestType THEME_UPDATED;
|
||||
enum_constant public static final lineageos.themes.ThemeChangeRequest.RequestType USER_REQUEST;
|
||||
enum_constant public static final lineageos.themes.ThemeChangeRequest.RequestType USER_REQUEST_MIXNMATCH;
|
||||
}
|
||||
|
||||
public class ThemeManager {
|
||||
method public deprecated void addClient(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public void applyDefaultTheme();
|
||||
method public static lineageos.themes.ThemeManager getInstance(android.content.Context);
|
||||
method public lineageos.themes.ThemeChangeRequest.RequestType getLastThemeChangeRequestType();
|
||||
method public long getLastThemeChangeTime();
|
||||
method public int getProgress();
|
||||
method public boolean isThemeApplying();
|
||||
method public boolean isThemeBeingProcessed(java.lang.String);
|
||||
method public deprecated void onClientDestroyed(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public deprecated void onClientPaused(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public deprecated void onClientResumed(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public boolean processThemeResources(java.lang.String);
|
||||
method public void registerProcessingListener(lineageos.themes.ThemeManager.ThemeProcessingListener);
|
||||
method public void registerThemeChangeListener(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public deprecated void removeClient(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
method public void requestThemeChange(java.lang.String, java.util.List<java.lang.String>);
|
||||
method public void requestThemeChange(java.lang.String, java.util.List<java.lang.String>, boolean);
|
||||
method public void requestThemeChange(java.util.Map<java.lang.String, java.lang.String>);
|
||||
method public void requestThemeChange(java.util.Map<java.lang.String, java.lang.String>, boolean);
|
||||
method public void requestThemeChange(lineageos.themes.ThemeChangeRequest, boolean);
|
||||
method public void unregisterProcessingListener(lineageos.themes.ThemeManager.ThemeProcessingListener);
|
||||
method public void unregisterThemeChangeListener(lineageos.themes.ThemeManager.ThemeChangeListener);
|
||||
}
|
||||
|
||||
public static abstract interface ThemeManager.ThemeChangeListener {
|
||||
method public abstract void onFinish(boolean);
|
||||
method public abstract void onProgress(int);
|
||||
}
|
||||
|
||||
public static abstract interface ThemeManager.ThemeProcessingListener {
|
||||
method public abstract void onFinishedProcessing(java.lang.String);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package lineageos.util {
|
||||
|
||||
public class ColorUtils {
|
||||
|
||||
@@ -774,24 +774,6 @@ public final class LineageSettings {
|
||||
*/
|
||||
public static final String BUTTON_BRIGHTNESS = "button_brightness";
|
||||
|
||||
/**
|
||||
* A '|' delimited list of theme components to apply from the default theme on first boot.
|
||||
* Components can be one or more of the "mods_XXXXXXX" found in
|
||||
* {@link ThemesContract$ThemesColumns}. Leaving this field blank assumes all components
|
||||
* will be applied.
|
||||
*
|
||||
* ex: mods_icons|mods_overlays|mods_homescreen
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String DEFAULT_THEME_COMPONENTS = "default_theme_components";
|
||||
|
||||
/**
|
||||
* Default theme to use. If empty, use holo.
|
||||
* @hide
|
||||
*/
|
||||
public static final String DEFAULT_THEME_PACKAGE = "default_theme_package";
|
||||
|
||||
/**
|
||||
* Developer options - Navigation Bar show switch
|
||||
* @hide
|
||||
@@ -805,11 +787,6 @@ public final class LineageSettings {
|
||||
*/
|
||||
public static final String KEYBOARD_BRIGHTNESS = "keyboard_brightness";
|
||||
|
||||
/**
|
||||
* Default theme config name
|
||||
*/
|
||||
public static final String NAME_THEME_CONFIG = "name_theme_config";
|
||||
|
||||
/**
|
||||
* Custom navring actions
|
||||
* @hide
|
||||
@@ -1009,17 +986,6 @@ public final class LineageSettings {
|
||||
* @hide
|
||||
*/
|
||||
public static final String ADVANCED_REBOOT = "advanced_reboot";
|
||||
|
||||
/**
|
||||
* This will be set to the system's current theme API version when ThemeService starts.
|
||||
* It is useful for when an upgrade from one version of Lineage to another occurs.
|
||||
* For example, after a user upgrades from CM11 to CM12, the value of this field
|
||||
* might be 19. ThemeService would then change the value to 21. This is useful
|
||||
* when an API change breaks a theme. Themeservice can identify old themes and
|
||||
* unapply them from the system.
|
||||
* @hide
|
||||
*/
|
||||
public static final String THEME_PREV_BOOT_API_LEVEL = "theme_prev_boot_api_level";
|
||||
// endregion
|
||||
|
||||
/**
|
||||
@@ -1029,8 +995,6 @@ public final class LineageSettings {
|
||||
LineageSettings.Secure.ADVANCED_MODE,
|
||||
LineageSettings.Secure.BUTTON_BACKLIGHT_TIMEOUT,
|
||||
LineageSettings.Secure.BUTTON_BRIGHTNESS,
|
||||
LineageSettings.Secure.DEFAULT_THEME_COMPONENTS,
|
||||
LineageSettings.Secure.DEFAULT_THEME_PACKAGE,
|
||||
LineageSettings.Secure.DEV_FORCE_SHOW_NAVBAR,
|
||||
LineageSettings.Secure.KEYBOARD_BRIGHTNESS,
|
||||
LineageSettings.Secure.POWER_MENU_ACTIONS,
|
||||
@@ -1050,7 +1014,6 @@ public final class LineageSettings {
|
||||
LineageSettings.Secure.PROTECTED_COMPONENTS,
|
||||
LineageSettings.Secure.LIVE_DISPLAY_COLOR_MATRIX,
|
||||
LineageSettings.Secure.ADVANCED_REBOOT,
|
||||
LineageSettings.Secure.THEME_PREV_BOOT_API_LEVEL,
|
||||
LineageSettings.Secure.LOCKSCREEN_TARGETS,
|
||||
LineageSettings.Secure.RING_HOME_BUTTON_BEHAVIOR,
|
||||
LineageSettings.Secure.PRIVACY_GUARD_DEFAULT,
|
||||
|
||||
@@ -1,120 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2010, T-Mobile USA, Inc.
|
||||
* Copyright (C) 2015-2016 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.
|
||||
*/
|
||||
package org.lineageos.platform.internal;
|
||||
|
||||
import android.app.Notification;
|
||||
import android.app.NotificationManager;
|
||||
import android.content.BroadcastReceiver;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.res.ThemeConfig;
|
||||
import android.os.RemoteException;
|
||||
import android.os.ServiceManager;
|
||||
import android.os.SystemClock;
|
||||
|
||||
import org.lineageos.internal.util.ThemeUtils;
|
||||
|
||||
import lineageos.app.LineageContextConstants;
|
||||
import lineageos.themes.IThemeService;
|
||||
import lineageos.themes.ThemeChangeRequest;
|
||||
import lineageos.themes.ThemeChangeRequest.RequestType;
|
||||
|
||||
import static lineageos.content.Intent.ACTION_APP_FAILURE;
|
||||
|
||||
public class AppsFailureReceiver extends BroadcastReceiver {
|
||||
|
||||
private static final int FAILURES_THRESHOLD = 3;
|
||||
private static final int EXPIRATION_TIME_IN_MILLISECONDS = 30000; // 30 seconds
|
||||
|
||||
private int mFailuresCount = 0;
|
||||
private long mStartTime = 0;
|
||||
|
||||
// This function implements the following logic.
|
||||
// If after a theme was applied the number of application launch failures
|
||||
// at any moment was equal to FAILURES_THRESHOLD
|
||||
// in less than EXPIRATION_TIME_IN_MILLISECONDS
|
||||
// the default theme is applied unconditionally.
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
String action = intent.getAction();
|
||||
final long currentTime = SystemClock.uptimeMillis();
|
||||
if (ACTION_APP_FAILURE.equals(action)) {
|
||||
if (currentTime - mStartTime > EXPIRATION_TIME_IN_MILLISECONDS) {
|
||||
// reset both the count and the timer
|
||||
mStartTime = currentTime;
|
||||
mFailuresCount = 0;
|
||||
}
|
||||
if (mFailuresCount <= FAILURES_THRESHOLD) {
|
||||
mFailuresCount++;
|
||||
if (mFailuresCount == FAILURES_THRESHOLD) {
|
||||
// let the theme manager take care of getting us back on the default theme
|
||||
IThemeService tm = IThemeService.Stub.asInterface(ServiceManager
|
||||
.getService(LineageContextConstants.LINEAGE_THEME_SERVICE));
|
||||
final String themePkgName = ThemeConfig.SYSTEM_DEFAULT;
|
||||
ThemeChangeRequest.Builder builder = new ThemeChangeRequest.Builder();
|
||||
builder.setOverlay(themePkgName)
|
||||
.setStatusBar(themePkgName)
|
||||
.setNavBar(themePkgName)
|
||||
.setIcons(themePkgName)
|
||||
.setFont(themePkgName)
|
||||
.setBootanimation(themePkgName)
|
||||
.setWallpaper(themePkgName)
|
||||
.setLockWallpaper(themePkgName)
|
||||
.setAlarm(themePkgName)
|
||||
.setNotification(themePkgName)
|
||||
.setRingtone(themePkgName)
|
||||
.setRequestType(RequestType.THEME_RESET);
|
||||
// Since we are resetting everything to the system theme, we can have the
|
||||
// theme service remove all per app themes without setting them explicitly :)
|
||||
try {
|
||||
tm.requestThemeChange(builder.build(), true);
|
||||
postThemeResetNotification(context);
|
||||
} catch (RemoteException e) {
|
||||
/* ignore */
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (ThemeUtils.ACTION_THEME_CHANGED.equals(action)) {
|
||||
// reset both the count and the timer
|
||||
mStartTime = currentTime;
|
||||
mFailuresCount = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Posts a notification to let the user know their theme was reset
|
||||
* @param context
|
||||
*/
|
||||
private void postThemeResetNotification(Context context) {
|
||||
NotificationManager nm =
|
||||
(NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
String title = context.getString(R.string.theme_reset_notification_title);
|
||||
String body = context.getString(R.string.theme_reset_notification_message);
|
||||
Notification notice = new Notification.Builder(context)
|
||||
.setAutoCancel(true)
|
||||
.setOngoing(false)
|
||||
.setContentTitle(title)
|
||||
.setContentText(body)
|
||||
.setStyle(new Notification.BigTextStyle().bigText(body))
|
||||
.setSmallIcon(android.R.drawable.stat_notify_error)
|
||||
.setWhen(System.currentTimeMillis())
|
||||
.setCategory(Notification.CATEGORY_SYSTEM)
|
||||
.setPriority(Notification.PRIORITY_MAX)
|
||||
.build();
|
||||
nm.notify(R.string.theme_reset_notification_title, notice);
|
||||
}
|
||||
}
|
||||
@@ -1,100 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2016 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.
|
||||
*/
|
||||
|
||||
package org.lineageos.platform.internal;
|
||||
|
||||
import android.annotation.NonNull;
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
||||
import android.os.IBinder;
|
||||
import android.os.RemoteException;
|
||||
|
||||
import lineageos.app.LineageContextConstants;
|
||||
|
||||
import org.lineageos.internal.themes.IIconCacheManager;
|
||||
import org.lineageos.platform.internal.common.BrokeredServiceConnection;
|
||||
|
||||
/**
|
||||
* Icon cache service broker for connecting clients to a backing icon cache manager service.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public class IconCacheManagerServiceBroker extends BrokerableLineageSystemService<IIconCacheManager> {
|
||||
|
||||
private static final ComponentName SERVICE_COMPONENT =
|
||||
new ComponentName("org.lineageos.themeservice",
|
||||
"org.lineageos.themeservice.IconCacheManagerService");
|
||||
|
||||
private final IIconCacheManager mServiceStubForFailure = new IIconCacheManager.Stub() {
|
||||
@Override
|
||||
public boolean cacheComposedIcon(Bitmap icon, String path) throws RemoteException {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
private BrokeredServiceConnection mServiceConnection = new BrokeredServiceConnection() {
|
||||
@Override
|
||||
public void onBrokeredServiceConnected() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBrokeredServiceDisconnected() {
|
||||
}
|
||||
};
|
||||
|
||||
private final class BinderService extends IIconCacheManager.Stub {
|
||||
@Override
|
||||
public boolean cacheComposedIcon(Bitmap icon, String path) throws RemoteException {
|
||||
return getBrokeredService().cacheComposedIcon(icon, path);
|
||||
}
|
||||
}
|
||||
|
||||
public IconCacheManagerServiceBroker(Context context) {
|
||||
super(context);
|
||||
setBrokeredServiceConnection(mServiceConnection);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFeatureDeclaration() {
|
||||
return LineageContextConstants.Features.THEMES;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected IIconCacheManager getIBinderAsIInterface(@NonNull IBinder service) {
|
||||
return IIconCacheManager.Stub.asInterface(service);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected IIconCacheManager getDefaultImplementation() {
|
||||
return mServiceStubForFailure;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ComponentName getServiceComponent() {
|
||||
return SERVICE_COMPONENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
||||
publishBinderService(LineageContextConstants.LINEAGE_ICON_CACHE_SERVICE, new BinderService());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getComponentFilteringPermission() {
|
||||
return lineageos.platform.Manifest.permission.ACCESS_THEME_MANAGER;
|
||||
}
|
||||
}
|
||||
@@ -1,372 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2016 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.
|
||||
*/
|
||||
|
||||
package org.lineageos.platform.internal;
|
||||
|
||||
import android.annotation.NonNull;
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
import android.os.FileUtils;
|
||||
import android.os.IBinder;
|
||||
import android.os.RemoteCallbackList;
|
||||
import android.os.RemoteException;
|
||||
import android.os.SELinux;
|
||||
import android.system.ErrnoException;
|
||||
import android.system.Os;
|
||||
import android.system.StructStat;
|
||||
import android.util.Log;
|
||||
import android.util.Slog;
|
||||
|
||||
import lineageos.app.LineageContextConstants;
|
||||
import lineageos.platform.Manifest;
|
||||
import lineageos.themes.IThemeChangeListener;
|
||||
import lineageos.themes.IThemeProcessingListener;
|
||||
import lineageos.themes.IThemeService;
|
||||
import lineageos.themes.ThemeChangeRequest;
|
||||
|
||||
import org.lineageos.internal.util.ThemeUtils;
|
||||
import org.lineageos.platform.internal.common.BrokeredServiceConnection;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
import static lineageos.platform.Manifest.permission.ACCESS_THEME_MANAGER;
|
||||
|
||||
/**
|
||||
* Theme service broker for connecting clients to a backing theme manager service.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public class ThemeManagerServiceBroker extends BrokerableLineageSystemService<IThemeService> {
|
||||
private static final String TAG = ThemeManagerServiceBroker.class.getSimpleName();
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private static final ComponentName SERVICE_COMPONENT =
|
||||
new ComponentName("org.lineageos.themeservice",
|
||||
"org.lineageos.themeservice.ThemeManagerService");
|
||||
|
||||
// Cached change listeners
|
||||
private final RemoteCallbackList<IThemeChangeListener> mChangeListeners =
|
||||
new RemoteCallbackList<>();
|
||||
private final RemoteCallbackList<IThemeProcessingListener> mProcessingListeners =
|
||||
new RemoteCallbackList<>();
|
||||
|
||||
private Context mContext;
|
||||
|
||||
private final IThemeService mServiceStubForFailure = new IThemeService.Stub() {
|
||||
@Override
|
||||
public void requestThemeChangeUpdates(IThemeChangeListener listener) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeUpdates(IThemeChangeListener listener) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void requestThemeChange(ThemeChangeRequest request,
|
||||
boolean removePerAppThemes) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void applyDefaultTheme() throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isThemeApplying() throws RemoteException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getProgress() throws RemoteException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean processThemeResources(String themePkgName) throws RemoteException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isThemeBeingProcessed(String themePkgName) throws RemoteException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerThemeProcessingListener(
|
||||
IThemeProcessingListener listener) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void unregisterThemeProcessingListener(
|
||||
IThemeProcessingListener listener) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void rebuildResourceCache() throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getLastThemeChangeTime() throws RemoteException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getLastThemeChangeRequestType() throws RemoteException {
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
private final class BinderService extends IThemeService.Stub {
|
||||
|
||||
@Override
|
||||
public void requestThemeChangeUpdates(IThemeChangeListener listener)
|
||||
throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().requestThemeChangeUpdates(listener);
|
||||
mChangeListeners.register(listener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeUpdates(IThemeChangeListener listener) throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().removeUpdates(listener);
|
||||
mChangeListeners.unregister(listener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void requestThemeChange(ThemeChangeRequest request,
|
||||
boolean removePerAppThemes) throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().requestThemeChange(request, removePerAppThemes);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void applyDefaultTheme() throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().applyDefaultTheme();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isThemeApplying() throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().isThemeApplying();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getProgress() throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().getProgress();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean processThemeResources(String themePkgName) throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().processThemeResources(themePkgName);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isThemeBeingProcessed(String themePkgName) throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().isThemeBeingProcessed(themePkgName);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerThemeProcessingListener(
|
||||
IThemeProcessingListener listener) throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().registerThemeProcessingListener(listener);
|
||||
mProcessingListeners.register(listener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void unregisterThemeProcessingListener(
|
||||
IThemeProcessingListener listener) throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().unregisterThemeProcessingListener(listener);
|
||||
mProcessingListeners.unregister(listener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void rebuildResourceCache() throws RemoteException {
|
||||
enforcePermission();
|
||||
getBrokeredService().rebuildResourceCache();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getLastThemeChangeTime() throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().getLastThemeChangeTime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getLastThemeChangeRequestType() throws RemoteException {
|
||||
enforcePermission();
|
||||
return getBrokeredService().getLastThemeChangeRequestType();
|
||||
}
|
||||
}
|
||||
|
||||
public ThemeManagerServiceBroker(Context context) {
|
||||
super(context);
|
||||
mContext = context;
|
||||
setBrokeredServiceConnection(mServiceConnection);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected IThemeService getIBinderAsIInterface(@NonNull IBinder service) {
|
||||
return IThemeService.Stub.asInterface(service);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected IThemeService getDefaultImplementation() {
|
||||
return mServiceStubForFailure;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ComponentName getServiceComponent() {
|
||||
return SERVICE_COMPONENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFeatureDeclaration() {
|
||||
return LineageContextConstants.Features.THEMES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
||||
if (DEBUG) Slog.d(TAG, "service started");
|
||||
publishBinderService(LineageContextConstants.LINEAGE_THEME_SERVICE, new BinderService());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getComponentFilteringPermission() {
|
||||
return Manifest.permission.ACCESS_THEME_MANAGER;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBootPhase(int phase) {
|
||||
if (phase == PHASE_SYSTEM_SERVICES_READY) {
|
||||
// create the main theme directory for brokered service
|
||||
if (createDirIfNotExists(ThemeUtils.SYSTEM_THEME_PATH)) {
|
||||
// ensure it has the correct selinux label after creation
|
||||
SELinux.restorecon(ThemeUtils.SYSTEM_THEME_PATH);
|
||||
}
|
||||
|
||||
if (shouldMigrateFilePermissions()) {
|
||||
migrateFilePermissions();
|
||||
}
|
||||
} else if (phase == PHASE_ACTIVITY_MANAGER_READY) {
|
||||
tryConnecting();
|
||||
}
|
||||
super.onBootPhase(phase);
|
||||
}
|
||||
|
||||
private BrokeredServiceConnection mServiceConnection = new BrokeredServiceConnection() {
|
||||
@Override
|
||||
public void onBrokeredServiceConnected() {
|
||||
// If any change listeners are cached, register them with the newly connected
|
||||
// service.
|
||||
IThemeService themeService =
|
||||
getBrokeredService();
|
||||
try {
|
||||
int N = mChangeListeners.beginBroadcast();
|
||||
if (themeService != null && N > 0) {
|
||||
for (int i = 0; i < N; i++) {
|
||||
themeService.requestThemeChangeUpdates(
|
||||
mChangeListeners.getBroadcastItem(i));
|
||||
}
|
||||
}
|
||||
} catch (RemoteException e) {
|
||||
/* ignore */
|
||||
} finally {
|
||||
mChangeListeners.finishBroadcast();
|
||||
}
|
||||
|
||||
try {
|
||||
int N = mProcessingListeners.beginBroadcast();
|
||||
if (themeService != null && N > 0) {
|
||||
for (int i = 0; i < N; i++) {
|
||||
themeService.registerThemeProcessingListener(
|
||||
mProcessingListeners.getBroadcastItem(i));
|
||||
}
|
||||
}
|
||||
} catch (RemoteException e) {
|
||||
/* ignore */
|
||||
} finally {
|
||||
mProcessingListeners.finishBroadcast();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBrokeredServiceDisconnected() {
|
||||
}
|
||||
};
|
||||
|
||||
private void enforcePermission() {
|
||||
mContext.enforceCallingOrSelfPermission(ACCESS_THEME_MANAGER, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return True if {@link ThemeUtils#SYSTEM_THEME_ALARM_PATH} is not writable by other users
|
||||
*/
|
||||
private boolean shouldMigrateFilePermissions() {
|
||||
return isUserWritable(ThemeUtils.SYSTEM_THEME_ALARM_PATH);
|
||||
}
|
||||
|
||||
/**
|
||||
* Ensures other users can write files in /data/system/theme/* which is necessary for the
|
||||
* brokered service to write theme data files. SELinux policies will not allow random third
|
||||
* party apps to write to this location.
|
||||
*/
|
||||
private void migrateFilePermissions() {
|
||||
File[] files = new File(ThemeUtils.SYSTEM_THEME_PATH).listFiles();
|
||||
for (File file : files) {
|
||||
setAllUsersWritable(file, true);
|
||||
}
|
||||
}
|
||||
|
||||
private void setAllUsersWritable(File file, boolean recursive) {
|
||||
if (file.isDirectory() && recursive) {
|
||||
File[] files = file.listFiles();
|
||||
for (File childFile : files) {
|
||||
setAllUsersWritable(childFile, recursive);
|
||||
}
|
||||
}
|
||||
if (!isUserWritable(file.getAbsolutePath())) {
|
||||
file.setWritable(true, false);
|
||||
}
|
||||
}
|
||||
|
||||
private boolean isUserWritable(String path) {
|
||||
try {
|
||||
StructStat stat = Os.stat(path);
|
||||
return (stat.st_mode & 2) == 0;
|
||||
} catch (ErrnoException e) {
|
||||
Log.w(TAG, "Cannot stat " + path);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
private static boolean createDirIfNotExists(String dirPath) {
|
||||
final File dir = new File(dirPath);
|
||||
if (!dir.exists()) {
|
||||
if (dir.mkdir()) {
|
||||
FileUtils.setPermissions(dir, FileUtils.S_IRWXU |
|
||||
FileUtils.S_IRWXG| FileUtils.S_IRWXO, -1, -1);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -155,27 +155,6 @@
|
||||
android:description="@string/permdesc_thirdPartyKeyguard"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- Allows an application to use ThemeManager -->
|
||||
<permission android:name="lineageos.permission.ACCESS_THEME_MANAGER"
|
||||
android:label="@string/permlab_accessThemeService"
|
||||
android:description="@string/permdesc_accessThemeService"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- Allows an application to read the current theme configuration and
|
||||
get information about the various themes currently installed -->
|
||||
<permission android:name="lineageos.permission.READ_THEMES"
|
||||
android:label="@string/permlab_readThemes"
|
||||
android:description="@string/permdesc_readThemesDesc"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- Allows an application to write the current theme configuration and
|
||||
write information about the various themes currently installed.
|
||||
Changing themes should be done through the service ACCESS_THEME_MANAGER -->
|
||||
<permission android:name="lineageos.permission.WRITE_THEMES"
|
||||
android:label="@string/permlab_writeThemes"
|
||||
android:description="@string/permdesc_writeThemesDesc"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- Allows low-level access to performance management.
|
||||
<p>Not for use by third-party applications. -->
|
||||
<permission android:name="lineageos.permission.PERFORMANCE_ACCESS"
|
||||
@@ -256,11 +235,6 @@
|
||||
<permission android:name="lineageos.permission.BIND_CORE_SERVICE"
|
||||
android:protectionLevel="signature|privileged" />
|
||||
|
||||
<!-- Not meant for third parties.
|
||||
@hide -->
|
||||
<permission android:name="lineageos.permission.SEND_PROTECTED_THEME_BROADCAST"
|
||||
android:protectionLevel="signature|privileged" />
|
||||
|
||||
<application android:process="system"
|
||||
android:persistent="true"
|
||||
android:hasCode="false"
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">derde party slotskerm</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Laat \'n toep toe om gebruik te word as \'n onveilige skermslot.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Kon nie tema installeer</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> kon nie installeer nie</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Herstel tema</string>
|
||||
<string name="theme_reset_notification_message">Stelsel tema is herstel a. g. v. baie program foute.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">toegang tot tema diens</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Laat \'n toep toe om toegang na die tema diens te verkry. Moet nooit nodig wees vir normale programme nie.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">lees jou tema inligting</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Laat die toep toe om jou temas te lees en
|
||||
bepaal watter tema jy toegepas het.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">verander jou temas</string>
|
||||
<!-- 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">Laat die toep toe om nuwe temas by te voeg en verander die tema wat jy toegepas het.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">toegang na prestasie bestuurder</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">bestuur oudio-sessie veranderinge</string>
|
||||
<string name="permdesc_manage_audio_sessions">Laat \'n toep toe om oudio-stroom bywerkings te stuur.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Verpersoonlik jou tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privaatheidswag</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -114,26 +114,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">شاشة تأمين جهة أخرى</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">السماح باستخدام تطبيق كشاشة تأمين غير آمنة.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">فشل تثبيت السمة</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> فشل التثبيت</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">إعادة تعيين السمة</string>
|
||||
<string name="theme_reset_notification_message">تم استرداد سمة النظام بسبب عمليات تعطيل متعددة للتطبيق.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">الوصول إلى خدمة السمة</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">يسمح للتطبيق بالوصول إلى خدمة السمة. ينبغي أن لا تكون ضرورية أبداً للتطبيقات العادية.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">قراءة معلومات السمة لديك</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">يسمح للتطبيق بقراءة السمات الخاصة بك
|
||||
وتحديد السمة التي قمت بتطبيقها.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">تعديل السمات الخاصة بك</string>
|
||||
<!-- 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">السماح للتطبيق بإدخال سمات جديدة
|
||||
وتعديل السمة التي قمت بتطبيقها.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">الوصول إلى مدير الأداء</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -174,9 +160,6 @@
|
||||
<string name="permlab_observe_audio_sessions">ملاحظة تغييرات جلسة عمل الصوت</string>
|
||||
<string name="permdesc_observe_audio_sessions">يسمح لتطبيق معين لملاحظة تدفقات الصوت الجاري إنشاؤها وتدميرها.</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">السمات</string>
|
||||
<string name="qs_themes_content_description">تخصيص السمة</string>
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">তৃতীয় পক্ষৰ লক স্ক্ৰীণ</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">এটা এপ্প্ক অসুৰক্ষিত লক স্ক্ৰীণ হিচাপে ব্যৱহাৰ কৰিবলৈ অনুমতি দিয়ে।</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -110,24 +110,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">pantalla de bloquéu de terceros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite qu\'una aplicación s\'use como una pantalla de bloquéu insegura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Fallu al instalase\'l tema</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> falló al instalase</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_message">Restauróse\'l tema\'l sistema pola mor de casques múltiples d\'aplicaciones.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acceder al serviciu de temes</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite qu\'una aplicación acceda al serviciu de temes. Enxamás debería precisase p\'aplicaciones normales.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">lleer la información del to tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite que l\'aplicación llea los tos temes y
|
||||
determine\'l que tienes aplicáu.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar los tos temes</string>
|
||||
<!-- 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">Permite que l\'aplicación inxerte temes nuevos y modifique\'l que tienes aplicáu.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acceder al xestor de rindimientu</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -157,9 +145,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">xestionar camudancies de sesiones d\'audiu</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite qu\'una aplicación unvie anovamientos de fluxos d\'audiu.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temes</string>
|
||||
<string name="qs_themes_content_description">Personaliza\'l to tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Guardián de privacidá</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">üçüncü tərəf kilid ekranı</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Tətbiqetməyə şifrəsiz kilid ekranı olaraq istifadə etmə icazəsi verər.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -114,25 +114,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Іншы экран блакавання</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Дадатак зможа працаваць у якасці небяспечнага метаду блакавання экрана.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Не атрымалася ўсталяваць тэму</string>
|
||||
<string name="theme_install_error_message">Не атрымалася ўсталяваць <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Тэма адключана</string>
|
||||
<string name="theme_reset_notification_message">З-за збояў дадаткаў адноўлена стандартная тэма.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">доступ да службы тэм</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Дадатак зможа атрымваць доступ да службы тэм. Гэты дазвол не выкарыстоўваецца звычайнымі дадаткамі.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">чытанне інфармацыі пра тэму</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Дадатак зможа счытваць тэмы афармлення
|
||||
і вызначаць, якая тэма цяпер ужыта.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">змена тэм</string>
|
||||
<!-- 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">Дадатак зможа ўжыццяўляць усталёўку новых тэм афармлення і змяняць бягучую тэму.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">доступ да менеджара прадукцыйнасці</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -153,8 +140,6 @@
|
||||
<string name="permlab_manageLiveDisplay">кіраванне наладамі LiveDisplay</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Знешні выгляд</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Ахова</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -117,25 +117,12 @@
|
||||
<string name="touchscreen_gesture_extras">Іншае</string>
|
||||
<string name="touchscreen_gesture_haptic_feedback">Вібраводгук</string>
|
||||
<string name="touchscreen_gesture_haptic_feedback_summary">Вібраваць пры паспяховым распазнанні жэста</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Не атрымалася ўсталяваць тэму</string>
|
||||
<string name="theme_install_error_message">Не атрымалася ўсталяваць <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Тэма адключана</string>
|
||||
<string name="theme_reset_notification_message">З-за збояў дадаткаў адноўлена стандартная тэма.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">доступ да службы тэм</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Дадатак зможа атрымваць доступ да службы тэм. Гэты дазвол не выкарыстоўваецца звычайнымі дадаткамі.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">чытанне інфармацыі пра тэму</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Дадатак зможа счытваць тэмы афармлення
|
||||
і вызначаць, якая тэма цяпер ужыта.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">змена тэм</string>
|
||||
<!-- 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">Дадатак зможа ўжыццяўляць усталёўку новых тэм афармлення і змяняць бягучую тэму.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">доступ да менеджара прадукцыйнасці</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -156,7 +143,5 @@
|
||||
<string name="permlab_manageLiveDisplay">кіраванне наладамі LiveDisplay</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Знешні выгляд</string>
|
||||
<!-- Custom booot dexopt -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Защитен екран от друг автор</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Позволява приложението да бъде ползвано като незаключен защитен екран.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Неуспешно инсталиране на темата</string>
|
||||
<string name="theme_install_error_message">Инсталирането на <xliff:g id="theme">%1$s</xliff:g>е неуспешно</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Нулиране на темата</string>
|
||||
<string name="theme_reset_notification_message">Стандартната тема е възстановена поради множество грешки.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">достъп до темите</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Позволява на приложението достъп до услугата за теми. Не е необходимо за нормални приложения.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">прочетете информацията за темата</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Разрешава на приложението да чете вашите теми и да определя коя тема сте приложили.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">Модифициране на темите</string>
|
||||
<!-- 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">Разрешава на приложението да добавя нови теми и да променя текущата тема.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">Достъп до диспечера за производителност</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">управление на промените в аудио сесии</string>
|
||||
<string name="permdesc_manage_audio_sessions">Разрешава на приложението да изпраща известия за аудио стрийминг актуализации.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Теми</string>
|
||||
<string name="qs_themes_content_description">Персонализирайте вашата тема</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Защитен режим</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">pantalla de bloqueig de tercers</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permet a una aplicació ser utilitzada com a pantalla de bloqueig no segura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">No ha pogut instal·lar el tema</string>
|
||||
<string name="theme_install_error_message">No s\'ha pogut instal·lar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Restableix el tema</string>
|
||||
<string name="theme_reset_notification_message">El tema del sistema s\'ha restaurat degut a múltiples fallades d\'aplicacions.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">accés al servei de temes</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permet a una aplicació accedir al servei de temes. No s\'hauria de necessitar mai en les aplicacions normals.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">llegeix la informació del teu tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permet a l\'aplicació llegir els teus temes i determinar quin tema has aplicat.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifica els teus temes</string>
|
||||
<!-- 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">Permet a l\'aplicació introduir temes nous i modificar quin tema has aplicat.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">accés a l\'administrador de rendiment</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">administra els canvis en la sessió de so</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permet a una aplicació enviar actualitzacions de transmissió d\'àudio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temes</string>
|
||||
<string name="qs_themes_content_description">Personalitza els teus temes</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Guarda de privacitat</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">zámek obrazovky třetí strany</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Umožňuje být použit jako ne zcela bezpečný zámek obrazovky.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Instalace motivu selhala</string>
|
||||
<string name="theme_install_error_message">Instalace <xliff:g id="theme">%1$s</xliff:g> selhala</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Obnovit motiv</string>
|
||||
<string name="theme_reset_notification_message">Kvůli pádům aplikací byl obnoven výchozí systémový motiv.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">přístup ke službě motivu</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Umožňuje přistupovat ke službě motivu. Toto oprávnění by neměla vyžadovat žádná normální aplikace.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">čtení informace o motivu</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Umožňuje načíst motivy a určit, který motiv je použit.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">změnit motiv</string>
|
||||
<!-- 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">Umožňuje vložit nový motiv a změnit informaci o tom, který motiv je použit.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">přístup ke správci výkonu</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">upravovat změny audio relace</string>
|
||||
<string name="permdesc_manage_audio_sessions">Umožňuje aktualizovat zvukové relace.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Motivy</string>
|
||||
<string name="qs_themes_content_description">Vlastní nastavení motivu</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Ochrana soukromí</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">tredjeparts skærmlås</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Gør det muligt for en app at blive brugt som en usikker skærmlås.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Det lykkedes ikke at installere temaet</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> kunne ikke installeres</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Nulstil tema</string>
|
||||
<string name="theme_reset_notification_message">System-tema er gendannet på grund af flere app nedbrud.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">tilgå tematjenesten</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Tillader en app at tilgå tematjenesten. Bør aldrig være nødvendig for alm. apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">læse din temainformation</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Tillader appen at læse dine temaer og afgøre, hvilket tema du anvender.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">ændre dine temaer</string>
|
||||
<!-- 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">Tillader appen at indsætte nye temaer og ændre, hvilket tema du anvender.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">tilgå ydelsesmanager</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">administrér ændringer for lydsession</string>
|
||||
<string name="permdesc_manage_audio_sessions">Tillader en app at sende lydstream-opdateringer.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temaer</string>
|
||||
<string name="qs_themes_content_description">Tilpas dit tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privatlivsvagt</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Sperrbildschirm eines Drittanbieters</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Ermöglicht der App, als unsicherer Sperrbildschirm genutzt zu werden.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Design konnte nicht installiert werden</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> konnte nicht installiert werden.</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Design zurücksetzen</string>
|
||||
<string name="theme_reset_notification_message">Aufgrund mehrerer App-Abstürze wurde das systemeigene Design wiederhergestellt.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">auf Designdienst zugreifen</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Ermöglicht einer App den Zugriff auf den Designdienst. Wird für normale Apps nicht benötigt.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">Informationen Ihres Designs lesen</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Ermöglicht der App, auszulesen, welche Designs Sie installiert und aktiviert haben.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">aktive Designs ändern</string>
|
||||
<!-- 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">Ermöglicht der App, neue Designs zu installieren und das aktive Design zu wählen.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">Zugriff auf Leistungsmanager</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">Audiositzungsänderungen verwalten</string>
|
||||
<string name="permdesc_manage_audio_sessions">Ermöglicht einer App, Audiostream-Aktualisierungen zu senden.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Designs</string>
|
||||
<string name="qs_themes_content_description">Passen Sie Ihr Design an</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Datenschutz</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">χρήση ως οθόνη κλειδώματος</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Επιτρέπει σε μια εφαρμογή να χρησιμοποιηθεί ως μια ανασφαλής οθόνη κλειδώματος.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Αποτυχία εγκατάστασης του θέματος</string>
|
||||
<string name="theme_install_error_message">Απέτυχε η εγκατάσταση του <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Επαναφορά θέματος</string>
|
||||
<string name="theme_reset_notification_message">Έγινε επαναφορά του θέματος συστήματος λόγω πολλαπλών σφαλμάτων εφαρμογών.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">πρόσβαση στην υπηρεσία θεμάτων</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Επιτρέπει σε μια εφαρμογή την πρόσβαση στην υπηρεσία θεμάτων. Δεν πρέπει να απαιτείται από κανονικές εφαρμογές.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">ανάγνωση πληροφοριών του θέματος σας</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Επιτρέπει στην εφαρμογή να διαβάζει τα θέματα σας και να προσδιορίσει ποιο θέμα έχετε εφαρμόσει.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">τροποποίηση των θεμάτων σας</string>
|
||||
<!-- 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">Επιτρέπει στην εφαρμογή να εισάγει νέα θέματα και να τροποποιήσει το θέμα που έχετε εφαρμόσει.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">πρόσβαση στην υπηρεσία επιδόσεων</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">διαχείριση αλλαγών στις συνεδρίες ήχου</string>
|
||||
<string name="permdesc_manage_audio_sessions">Επιτρέπει σε μια εφαρμογή να στέλνει ενημερώσεις στη ροή ήχου.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Θέματα</string>
|
||||
<string name="qs_themes_content_description">Προσαρμόστε το θέμα σας</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Προστασία Απορρήτου</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Allows an app to be used as an insecure lock screen.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Failed to install theme</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> failed to install</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Theme reset</string>
|
||||
<string name="theme_reset_notification_message">System theme restored due to multiple app crashes.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">access theme service</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Allows an app to access the theme service. Should never be needed for normal apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">read your theme info</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Allows the app to read your themes and
|
||||
determine which theme you have applied.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modify your themes</string>
|
||||
<!-- 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">Allows the app to insert new themes and modify which theme you have applied.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">access performance manager</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">manage audio session changes</string>
|
||||
<string name="permdesc_manage_audio_sessions">Allows an app to send audio stream updates.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Themes</string>
|
||||
<string name="qs_themes_content_description">Customise your theme</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacy Guard</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Allows an app to be used as an insecure lock screen.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Failed to install theme</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> failed to install</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Theme reset</string>
|
||||
<string name="theme_reset_notification_message">System theme restored due to multiple app crashes.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">access theme service</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Allows an app to access the theme service. Should never be needed for normal apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">read your theme info</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Allows the app to read your themes and
|
||||
determine which theme you have applied.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modify your themes</string>
|
||||
<!-- 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">Allows the app to insert new themes and modify which theme you have applied.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">access performance manager</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">manage audio session changes</string>
|
||||
<string name="permdesc_manage_audio_sessions">Allows an app to send audio stream updates.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Themes</string>
|
||||
<string name="qs_themes_content_description">Customise your theme</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacy Guard</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Allows an app to be used as an insecure lock screen.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Failed to install theme</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> failed to install</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Theme reset</string>
|
||||
<string name="theme_reset_notification_message">System theme restored due to multiple app crashes.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">access theme service</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Allows an app to access the theme service. Should never be needed for normal apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">read your theme info</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Allows the app to read your themes and
|
||||
determine which theme you have applied.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modify your themes</string>
|
||||
<!-- 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">Allows the app to insert new themes and modify which theme you have applied.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">access performance manager</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">manage audio session changes</string>
|
||||
<string name="permdesc_manage_audio_sessions">Allows an app to send audio stream updates.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Themes</string>
|
||||
<string name="qs_themes_content_description">Customise your theme</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacy Guard</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -41,8 +41,6 @@
|
||||
<string name="live_display_day">Tago</string>
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -65,8 +63,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Etosoj</string>
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -61,24 +61,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Pantalla de bloqueo con aplicación de terceros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite a una aplicación ser utilizada como pantalla de bloqueo no segura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Error al instalar el tema</string>
|
||||
<string name="theme_install_error_message">Error al instalar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Tema restablecido</string>
|
||||
<string name="theme_reset_notification_message">El tema del sistema fue restablecido debido a múltiples cierres de la aplicación.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acceso al servicio de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite que la aplicación acceda al servicio de temas. Nunca debería ser necesario para aplicaciones normales.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">leer información de los temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite que la aplicación lea tus temas instalados y determine cual tema aplicaste.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifica tus temas</string>
|
||||
<!-- 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">Permite que la aplicación añada temas nuevos y modifique el tema aplicado actualmente.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acceder al supervisor de rendimiento</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -97,7 +85,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">pantalla bloqueada con aplicación de terceros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite a una aplicación ser utilizada como pantalla bloqueada no segura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">No se pudo instalar el tema</string>
|
||||
<string name="theme_install_error_message">Error al instalar <xliff:g id="theme">%1$s </xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Tema restablecido</string>
|
||||
<string name="theme_reset_notification_message">Tema del sistema restablecido debido a varios cierres de la aplicación.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acceso al servicio de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite que la aplicación acceda al servicio de temas. No debería ser necesario para aplicaciones normales.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">leer información de los temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite que la aplicación lea los temas instalados y determine cuál es el tema aplicado.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar tus temas</string>
|
||||
<!-- 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">Permite que la aplicación añada temas nuevos y modifique el tema aplicado.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acceso al gestor de rendimiento</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gestionar los cambios de sesión del audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permitir a una aplicación enviar actualizaciones de la transmisión del audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Personaliza tu tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Guardián de privacidad</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">pantalla de bloqueo con aplicación de terceros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite que una aplicación ser utilizada como pantalla de bloqueo no segura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Error al instalar el tema</string>
|
||||
<string name="theme_install_error_message">Error al instalar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Tema restablecido</string>
|
||||
<string name="theme_reset_notification_message">Tema del sistema restablecido debido a múltiples cierres de la aplicación.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acceso al servicio de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite que la aplicación acceda al servicio de temas. Nunca debería ser necesario para aplicaciones normales.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">leer información del tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite que la aplicación lea los temas instalados y determine cual es el que has aplicado.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar los temas</string>
|
||||
<!-- 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">Permite que la aplicación añada nuevos temas y modifique el tema aplicado actualmente.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acceder al supervisor de rendimiento</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gestionar los cambios de la sesión de audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite a la aplicación enviar actualizaciones de la transmisión del audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Personalizar tu tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Protección de la privacidad</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -67,8 +67,6 @@
|
||||
<string name="live_display_night">Öö</string>
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -91,7 +89,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">hirugarrengoen blokeo pantaila</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Aplikazio bat blokeo pantaila ez seguru gisa erabiltzea ahalbidetzen du.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Ezin izan da gaia instalatu</string>
|
||||
<string name="theme_install_error_message">Ezin izan da <xliff:g id="theme">%1$s</xliff:g> instalatu</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Gaia leheneratu da</string>
|
||||
<string name="theme_reset_notification_message">Sistemaren gaia berrezarri da hainbat aplikazio kraskatu direlako.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">gaien zerbitzurako sarbidea</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Gaien zerbitzura sartzea ahalbidetzen dio aplikazioari. Aplikazio arruntek ez dute hau behar.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">zure gaiari buruzko informazioa irakurri</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Zure gaiak irakurri eta ezarrita duzuna zein den jakitea ahalbidetzen dio aplikazioari.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">zure gaiak aldatu</string>
|
||||
<!-- 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">Gai berriak sartu eta ezarrita duzuna aldatzea ahalbidetzen dio aplikazioari.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">errendimendu kudeatzailea atzitu</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">audio saioen aldaketak kudeatu</string>
|
||||
<string name="permdesc_manage_audio_sessions">Audio jarioen eguneratzeak bidaltzea ahalbidetzen dio aplikazioari.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Gaiak</string>
|
||||
<string name="qs_themes_content_description">Pertsonalizatu zure gaia</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacy Guard</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -83,8 +83,6 @@
|
||||
<string name="live_display_night">شب</string>
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -107,7 +105,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">kolmannen osapuolen lukitusnäyttö</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Sallii sovellusta käytettävän epäturvallisena lukitusnäyttönä.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Teeman asennus epäonnistui</string>
|
||||
<string name="theme_install_error_message">Teeman <xliff:g id="theme">%1$s</xliff:g> asennus epäonnistui</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Teeman resetointi</string>
|
||||
<string name="theme_reset_notification_message">Järjestelmän teema palautettu lukuisten sovellusvirheiden vuoksi.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">pääsy teemapalveluun</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Sallii sovelluksen päästä teemapalveluun. Tavalliset sovellukset ei koskaan tarvitse tätä.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">lue teeman tiedot</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Sallii sovelluksen lukea teemojasi, ja tunnistaa käytössä olevan teeman.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">muokkaa teemoja</string>
|
||||
<!-- 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">Sallii sovelluksen asettaa uusia teemoja ja muokata käytössä olevaa teemaa.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">pääse suorituskyvyn hallintaan</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">hallitse ääni-istunnon muutoksia</string>
|
||||
<string name="permdesc_manage_audio_sessions">Sallii sovelluksen lähettää äänisyötteen päivityksiä.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Teemat</string>
|
||||
<string name="qs_themes_content_description">Muokkaa teemaa</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Yksityisyyden suojaus</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">écran de verrouillage alternatif</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permet à l\'application d\'être utilisée comme un écran de verrouillage non sécurisé.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Impossible d\'installer le thème</string>
|
||||
<string name="theme_install_error_message">L\'installation de <xliff:g id="theme">%1$s</xliff:g> a échoué</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Réinitialisation du thème</string>
|
||||
<string name="theme_reset_notification_message">Thème du système restauré en raison de multiples plantages de l\'application.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">accéder au service de thèmes</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permet à l\'application d\'accéder au service de thèmes. Une application normale ne devrait pas en avoir besoin.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">lire les informations de votre thème</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permet à une application de lire vos thèmes et
|
||||
de déterminer quel thème vous avez appliqué.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifier vos thèmes</string>
|
||||
<!-- 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">Permet à une application d\'installer de nouveaux thèmes et de modifier le thème que vous avez appliqué.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">accéder au gestionnaire de performance</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gérer les changements de session audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Autorise une application à envoyer des mises à jour du flux audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Thèmes</string>
|
||||
<string name="qs_themes_content_description">Personnaliser votre thème</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Protection des données</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">bloqueo de pantalla de terceiros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permitir que unha app sexa usada como bloqueo de pantalla inseguro.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Non se puido instalar o tema</string>
|
||||
<string name="theme_install_error_message">Non se puido instalar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Restabelecer o tema</string>
|
||||
<string name="theme_reset_notification_message">Restableceuse o tema debido a varios fallos da aplicación.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acceso ao servizo de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permitir que unha aplicación acceda aos temas. Non debería ser necesario para aplicacións normais.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">ler a información do seu tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permitir que a aplicación lea os seus temas e
|
||||
determine cal deles está en uso.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar os seus temas</string>
|
||||
<!-- 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">Permitir que a aplicación insira novos temas e modifique o que estea en uso.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acceso ao xestor de rendemento</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">xestionar os trocos da sesión de son</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite a unha aplicación enviar actualizacións de fluxo de son.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Personalice o seu tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Proteción da Privacidade</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -104,24 +104,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ત્રાહિત પક્ષ લૉક સ્ક્રીન</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">ઍપને અસુરક્ષિત લૉક સ્ક્રીન તરીકે ઉપયોગ કરવાની છૂટ આપે છે.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">થીમ ઇન્સ્ટૉલ કરવામાં નિષ્ફળતા</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g>ઇન્સ્ટૉલ કરવામાં નિષ્ફળતા</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">થીમ રિસેટ</string>
|
||||
<string name="theme_reset_notification_message">સિસ્ટમ થીમ ઘણી એપ્લિકેશન ક્રેશ થવાને કારણે પુનઃસ્થાપિત થઈ.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">થીમ સેવા ઍક્સેસ કરો</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">ઍપને થીમ સેવા ઍક્સેસ કરવાની છૂટ આપે છે. સામાન્ય એપ્સ માટે ક્યારેય જરૂર પડવી જોઈએ નહી.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">તમારી થીમ માહિતી વાંચો</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">ઍપને તમારી થીમ વાંચવાની છૂટ આપે છે અને નિર્ધારિત કરે છે કે તમે કઈ થીમ લાગુ કરી છે.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">તમારી થીમમાં ફેરફાર કરો</string>
|
||||
<!-- 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">ઍપને નવી થીમ દાખલ કરવાની છૂટ આપે છે અને તમે લાગુ કરેલ થીમમાં ફેરફાર કરવાની છૂટ આપે છે.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">ઍક્સેસ કામગીરી મેનેજર</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -140,7 +128,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -118,24 +118,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">zaključavanje zaslona treće strane</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Dopušta aplikaciji da se koristi kao nesiguran zaslon zaključavanja.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Instalacija teme nije uspjela</string>
|
||||
<string name="theme_install_error_message">Nije uspjela instalacija teme <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Vraćanje početne teme</string>
|
||||
<string name="theme_reset_notification_message">Tema sustava je vraćana na početnu zbog višestrukih rušenja aplikacija.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">pristupiti servisu tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Dopušta aplikaciji pristup servisu tema. Za obične aplikacije nikada ne bi trebao biti potreban.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">pročitati informacije vaše teme</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Dopušta aplikaciji čitanje vaših tema i određivanje teme koju koristite.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">urediti vaše teme</string>
|
||||
<!-- 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">Dopušta aplikaciji dodavati nove teme i urediti temu koju ste primjenili.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">pristup upravitelju performansi</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -178,9 +166,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">upravljaj promjenama zvučnih sesija</string>
|
||||
<string name="permdesc_manage_audio_sessions">Omogućuje aplikaciji slanje ažuriranja audio streama.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Teme</string>
|
||||
<string name="qs_themes_content_description">Prilagodite svoju temu</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Nadzor privatnosti</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">harmadik fél zárképernyő</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Lehetővé teszi az alkalmazás számára, hogy egy nem biztonságos zárképernyőként használja.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Téma telepítése sikertelen</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> telepítése sikertelen</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Téma viszaállítása</string>
|
||||
<string name="theme_reset_notification_message">Több alkalmazás összeomlása miatt a rendszertéma visszaállításra került.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">hozzáférés a témaszolgáltatáshoz</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Lehetővé teszi az alkalmazás számára, hogy hozzáférjen a témaszolgáltatáshoz. Általános alkalmazásoknak soha nem kell ilyen engedély.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">téma információjának megtekintése</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Lehetővé teszi az alkalmazás számára,
|
||||
hogy megtekintse a témákat és megállapítsa, melyik téma aktív.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">témák módosítása</string>
|
||||
<!-- 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">Lehetővé teszi az alkalmazás számára, hogy új témákat hozzon létre és módosítsa a jelenleg aktív témát.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">hozzáférés a teljesítmény kezelőhöz</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">audió munkamenet változások kezelése</string>
|
||||
<string name="permdesc_manage_audio_sessions">Lehetővé teszi az alkalmazás számára, hogy audio stream frissítéseket küldjön.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Témák</string>
|
||||
<string name="qs_themes_content_description">Téma testreszabása</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Adatvédelmi beállítások</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -117,24 +117,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">layar kunci pihak ketiga</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Mengizinkan sebuah aplikasi untuk digunakan sebagai layar kunci yang tidak aman.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Gagal menginstal tema</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> gagal diinstal</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Memasang ulang Tema</string>
|
||||
<string name="theme_reset_notification_message">Tema sistem dikembalikan karena beberapa aplikasi mogok (crash).</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">akses layanan tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Izinkan sebuah aplikasi untuk mengakses layanan tema. Tidak dibutuhkan untuk aplikasi biasa.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">baca info tema Anda</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Izinkan aplikasi untuk membaca tema dan memilih tema yang telah Anda terapkan.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">mengubah tema Anda</string>
|
||||
<!-- 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">Izinkan aplikasi untuk memasukkan tema-tema baru dan tema yang telah Anda terapkan.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">akses pengelola kinerja</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -177,9 +165,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">kelola perubahan sesi audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Memungkinkan aplikasi untuk mengirim pembaruan stream audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Tema</string>
|
||||
<string name="qs_themes_content_description">Sesuaikan tema Anda</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Penjaga Privasi</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">blocco schermo di terzi</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Consenti ad un\'app di essere usata come blocco schermo non sicuro.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Installazione tema fallita</string>
|
||||
<string name="theme_install_error_message">Installazione <xliff:g id="theme">%1$s</xliff:g> fallita</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Ripristino tema</string>
|
||||
<string name="theme_reset_notification_message">Tema di sistema ripristinato a causa di molteplici crash.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">accede al servizio tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Consente all\'app di accedere al servizio temi. Non dovrebbe mai essere necessario per le app normali.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">leggi informazioni tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Consenti all\'app di leggere i tuoi temi e determinare quale tema hai applicato.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifica i tuoi temi</string>
|
||||
<!-- 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">Consente all\'app di inserire nuovi temi e modificare il tema hai applicato.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">accesso gestione performance</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gestisci cambiamenti di sessioni audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Consenti ad un\'app di inviare aggiornamenti del flusso audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temi</string>
|
||||
<string name="qs_themes_content_description">Personalizza il tuo tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacy Guard</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">מסך נעילה של צד שלישי</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">מאפשר ליישום לשמש כמסך נעילה לא מאובטח.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">התקנת ערכת העיצוב נכשלה</string>
|
||||
<string name="theme_install_error_message">התקנת <xliff:g id="theme">%1$s </xliff:g> נכשלה</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">איפוס ערכת עיצוב</string>
|
||||
<string name="theme_reset_notification_message">ערכת העיצוב של המערכת שוחזרה עקב קריסות יישומים מרובות.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">גש לשירות ערכות העיצוב</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">מאפשר ליישום לגשת לשירות ערכות העיצוב. לא אמור להידרש ליישומים רגילים לעולם.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">קרא את פרטי ערכת העיצוב שלך</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">מאפשר ליישום לקרוא את ערכות העיצוב הקיימות, ולקבוע איזו ערכה החלת.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">שנה את ערכות העיצוב שלך</string>
|
||||
<!-- 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">מאפשר ליישום להוסיף ערכות עיצוב חדשות ולשנות את הערכה המוחלת.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">גש למנהל הביצועים</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">נהל עדכוני פעולות במערכת השמע</string>
|
||||
<string name="permdesc_manage_audio_sessions">מאפשר ליישום לשלוח עדכוני זרימת שמע.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">ערכות עיצוב</string>
|
||||
<string name="qs_themes_content_description">התאם אישית את ערכת הנושא שלך</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">שומר הפרטיות</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">サードパーティのロック画面</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">パスワードのないロック画面として使用されることをアプリに許可します。</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">テーマをインストールできませんでした</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g>をインストールできませんでした</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">テーマのリセット</string>
|
||||
<string name="theme_reset_notification_message">複数のアプリがクラッシュしたため、システムのテーマが復元されました。</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">テーマサービスへのアクセス</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">テーマサービスへのアクセスをアプリに許可します。通常のアプリで必要とされることはありません。</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">テーマ情報の読み取り</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">テーマの読み取りや適用しているテーマの特定をアプリに許可します。</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">テーマの変更</string>
|
||||
<!-- 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">新しいテーマの挿入や適用しているテーマの変更をアプリに許可します。</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">パフォーマンスマネージャーへのアクセス</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">オーディオセッションの変更の管理</string>
|
||||
<string name="permdesc_manage_audio_sessions">オーディオストリームの更新の送信をアプリに許可します。</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">テーマ</string>
|
||||
<string name="qs_themes_content_description">テーマをカスタマイズする</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">プライバシーガード</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ಥರ್ಡ್ ಪಾರ್ಟಿ ಲಾಕ್ ಸ್ಕ್ರೀನ್</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">ಅಸುರಕ್ಷಿತ ಲಾಕ್ ಸ್ಕ್ರೀನ್ ಎಂಬುದಾಗಿ ಒಂದು ಅಪ್ಲಿ ಗಳನ್ನು ಬಳಸಲು ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಅನುವು ಮಾಡುತ್ತದೆ.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">서드 파티 잠금 화면</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">앱을 안전하지 않은 잠금 화면으로 사용할 수 있도록 허용합니다.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">테마 설치 실패</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s </xliff:g> 설치 실패</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">테마 초기화</string>
|
||||
<string name="theme_reset_notification_message">잦은 앱 충돌로 인해 시스템 테마가 복원되었습니다.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">테마 서비스에 액세스</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">앱이 테마 서비스에 접근할 수 있도록 허용합니다. 일반 앱에서는 필요 없는 권한입니다.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">테마 정보 읽기</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">앱이 설치된 테마들을 읽어들이고 현재 적용된 테마를 확인할 수 있도록 허용합니다.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">테마 정보 수정</string>
|
||||
<!-- 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">앱이 새로운 테마를 설치하거나 다른 테마를 적용할 수 있도록 허용합니다.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">성능 관리자에 액세스</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">오디오 세션 변경 관리</string>
|
||||
<string name="permdesc_manage_audio_sessions">앱을 통해 오디오 스트림 업데이트를 보내도록 합니다.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">테마</string>
|
||||
<string name="qs_themes_content_description">테마 사용자 정의</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">프라이버시 가드</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -43,8 +43,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -67,7 +65,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -71,23 +71,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Spärschierm vun Drëttubidder</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Erlaabt der App, als onséchere Spärschierm benotzt ze ginn.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Design konnt net installéiert ginn</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Design-Reset</string>
|
||||
<string name="theme_reset_notification_message">De System-Design gouf wéinst App-Ofstierz recuperéiert.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">op den Design-Service zougräifen</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Erlaabt der App den Accès op den Design-Service. Dat misst fir normal Appen ni gebraucht ginn.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">Design-Info liesen</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Erlaabt der App, d\'Designen auszeliesen an ze kucke wéi en Design applizéiert ass.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">aktiven Design änneren</string>
|
||||
<!-- 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">Erlaabt der App, nei Designen dobäizesetzen an den aktiven Design z\'änneren.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<!-- Performance manager permission description -->
|
||||
<!-- Access live lock screen manager service permission label -->
|
||||
@@ -104,7 +93,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -83,8 +83,6 @@
|
||||
<string name="live_display_night">Naktis</string>
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -107,7 +105,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">മൂന്നാം കക്ഷി ലോക്ക് സ്ക്രീൻ</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">സുരക്ഷിതമല്ലാത്ത ലോക്ക് സ്ക്രീന് ആയി ഉപയോഗിക്കുവാന് ഒരു ആപ്ലിക്കേഷനെ അനുവദിക്കുന്നു.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,24 +104,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">त्रयस्थ पक्ष लॉक स्क्रीन</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">अनुप्रयोगाला एक असुरक्षित लॉक स्क्रीन वापरू देते.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">थीम स्थापित करण्यात अपयशी</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> इंस्टॉल करण्यास अयशस्वी</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">थीम रीसेट</string>
|
||||
<string name="theme_reset_notification_message">अनेक अनुप्रयोग क्रॅश झाल्यामुळे सिस्टिम थीम पुनर्स्थापित केली गेली.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">थीम सेवा ऍक्सेस करा</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">अॅप ला टॉर्च सेवा ऍक्सेस करण्याची परवानगी देते. सामान्य अॅपसाठी कधीही गरज भासू नये.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">तुमची थीम माहिती वाचा</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">अॅप तुमच्या थीम्स वाचू आणि तुम्ही कोणती थीम लागू केली आहे ते ठरवू देते.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">तुमच्या थीम्स सुधारित करा</string>
|
||||
<!-- 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">अॅप नवीन थीम्स समाविष्ट करण्याची आणि तुम्ही कोणती थीम लागू केली आहे ती सुधारित करण्याची परवानगी देते.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">प्रवेश कामगिरी व्यवस्थापक</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -140,7 +128,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">tredjeparts låseskjerm</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Tillater en app å brukes som en usikret låseskjerm.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Kunne ikke installere tema</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s </xliff:g> kunne ikke installere</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Reset tema</string>
|
||||
<string name="theme_reset_notification_message">System tema er gjenopprettet pga. flere app krasj.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">få tilgang til tematjeneste</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Tillater en app å få tilgang til tematjenesten. Skal aldri være nødvendig for normale apper.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">les temainformasjon</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Tillater apper å lese av dine temaer og
|
||||
hvilket tema du har valgt.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">endre temaer</string>
|
||||
<!-- 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">Lar apper installere nye temaer og endre de temaene du har valgt.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">tilgang til ytelsesadministrereren</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">administrer lyd økt endringer</string>
|
||||
<string name="permdesc_manage_audio_sessions">Gir en app tillatelse til å sende lydstrømning oppdateringer.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temaer</string>
|
||||
<string name="qs_themes_content_description">Tilpass temaet ditt</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Personvernvakt</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">vergrendelingsscherm van derden</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Hiermee kan de app gebruikt worden als onbeveiligd vergrendelingsscherm.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Thema installeren mislukt</string>
|
||||
<string name="theme_install_error_message">Installatie van <xliff:g id="theme">%1$s</xliff:g> mislukt</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Thema opnieuw instellen</string>
|
||||
<string name="theme_reset_notification_message">Systeemthema hersteld als gevolg van meerdere gecrashte apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">toegang tot themaservice</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Hiermee kan de app toegang krijgen tot de themaservice. Nooit vereist voor normale apps.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">informatie over uw thema\'s lezen</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Hiermee kan de app informatie lezen over uw thema\'s en bepalen welk thema u hebt toegepast.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">uw thema\'s aanpassen</string>
|
||||
<!-- 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>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">wijzigingen in audiosessie beheren</string>
|
||||
<string name="permdesc_manage_audio_sessions">Hiermee kan de app audiostreams bijwerken.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Thema\'s</string>
|
||||
<string name="qs_themes_content_description">Thema aanpassen</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Privacybescherming</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ତୃତୀୟ ପଷ ଲକ୍ ସ୍କ୍ରିନ୍</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">ଅସୁରଷିତ ଲକ୍ ସ୍କ୍ରିନ୍ ଭାବେ ବ୍ୟବହୃତ ହେବା ପାଇଁ ଆପ୍ଲିକେସନ୍କୁ ଅ୍ନୁମତି ଦିଏ</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">blokada ekranu zewnętrznego dostawcy</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Pozwala na wykorzystanie aplikacji jako niezabezpieczonego ekranu blokady.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Nie udało się zainstalować motywu</string>
|
||||
<string name="theme_install_error_message">Nie udało się zainstalować motywu: <xliff:g id="theme">%1$s </xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Reset motywu</string>
|
||||
<string name="theme_reset_notification_message">Domyślny motyw przywrócony z powodu wielu awarii aplikacji.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">dostęp do usługi motywów</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Umożliwia aplikacji dostęp do usługi motywów (nie powinno być wymagane przez standardowe aplikacje).</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">odczytanie informacji o motywie</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Zezwala aplikacji na dostęp do twoich motywów i decydowanie, który z nich ma zostać użyty.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modyfikowanie Twoich motywów</string>
|
||||
<!-- 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">Zezwala aplikacji na dodawanie nowych motywów i modyfikowanie tego, którego używasz.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">dostęp do menedżera wydajności</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">zarządza zmianami sesji audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Pozwala aplikacji na wysyłanie aktualizacji strumienia audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Motywy</string>
|
||||
<string name="qs_themes_content_description">Dostosuj swój motyw</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Ochrona prywatności</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">tela de bloqueio de terceiros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite que um aplicativo para ser usado como uma tela de bloqueio insegura.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Falha ao instalar o tema</string>
|
||||
<string name="theme_install_error_message">Falha ao instalar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Redefinir tema</string>
|
||||
<string name="theme_reset_notification_message">O tema do sistema foi restaurado devido a erros nos aplicativos.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">acessar o serviço de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite que um aplicativo acesse o serviço de temas. Nunca deve ser necessário para aplicativos normais.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">ler informações do tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite ao aplicativo ler os seus temas e
|
||||
determinar qual o tema que está aplicado.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar seus temas</string>
|
||||
<!-- 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">Permite ao aplicativo inserir novos temas e modificar o tema que está aplicado.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acessar o gerenciador de desempenho</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gerenciar as alterações da sessão de áudio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite que um app envie atualizações de fluxo de áudio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Personalizar os seus temas</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Proteção à privacidade</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ecrã de bloqueio de terceiros</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite que uma aplicação seja utilizada como ecrã de bloqueio inseguro.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Falha ao instalar o tema</string>
|
||||
<string name="theme_install_error_message">Falha ao instalar <xliff:g id="theme">%1$s</xliff:g></string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Repor tema</string>
|
||||
<string name="theme_reset_notification_message">O tema do sistema foi restaurado devido a vários erros nas aplicações.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">aceder ao serviço de temas</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite que uma aplicação aceda ao serviço de temas. Nunca deverá ser necessário para aplicações normais.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">ler a informação do seu tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite que a aplicação leia os seus temas e
|
||||
determine qual o tema que tem aplicado.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modificar os seus temas</string>
|
||||
<!-- 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">Permite que a aplicação insira novos temas e modifique o tema que tem aplicado.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">aceder ao gestor de desempenho</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gerir sessões de alterações de som</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite que uma aplicação envie atualizações de fluxo de áudio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temas</string>
|
||||
<string name="qs_themes_content_description">Personalize o seu tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Proteção da Privacidade</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ecran de blocare terț</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Permite unei aplicații să fie utilizată ca ecran de blocare nesigur.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Instalarea temei a eșuat</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> nu s-a instalat</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Resetare temă</string>
|
||||
<string name="theme_reset_notification_message">Tema de sistem a fost restaurată datorită unor multiple crash-uri.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">accesare serviciul pentru teme</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Permite unei aplicații să acceseze serviciul pentru teme. Aplicațiile normale nu ar trebui să aibă nevoie de aceasta.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">citiți informațiile temei dvs.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Permite aplicației să citească temele dumneavoastră și
|
||||
să determine pe care ați aplicat-o.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifică teme</string>
|
||||
<!-- 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">Permite aplicației să adauge teme noi și să le modifice pe cele aplicate.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">acces la managerul de performanță</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">gestionează schimbările de sesiune audio</string>
|
||||
<string name="permdesc_manage_audio_sessions">Permite unei aplicații să trimită actualizări de flux audio.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Teme</string>
|
||||
<string name="qs_themes_content_description">Personalizați tema</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Gardian Intimitate</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">cторонний экран блокировки</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Приложение сможет работать в качестве небезопасного метода блокировки экрана.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Не удалось установить тему</string>
|
||||
<string name="theme_install_error_message">Не удалось установить «<xliff:g id="theme">%1$s</xliff:g>»</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Тема отключена</string>
|
||||
<string name="theme_reset_notification_message">Из-за сбоев приложений восстановлена стандартная тема.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">доступ к службе тем</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Приложение сможет получать доступ к службе тем. Это разрешение не используется обычными приложениями.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">чтение информации о теме</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Приложение сможет считывать темы оформления и определять, какая тема сейчас применена.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">изменение тем</string>
|
||||
<!-- 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">Приложение сможет осуществлять установку новых тем оформления и изменять текущую тему.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">доступ к менеджеру производительности</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">управление изменениями аудиосеансов</string>
|
||||
<string name="permdesc_manage_audio_sessions">Приложение сможет изменять параметры аудиопотоков.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Темы</string>
|
||||
<string name="qs_themes_content_description">Настройте свою тему</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Защищенный режим</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">zámok obrazovky tretej strany</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Umožňuje použiť aplikáciu ako nezabezpečený zámok obrazovky.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Inštalácia témy zlyhala</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s </xliff:g> sa nepodarilo nainštalovať</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Obnoviť tému</string>
|
||||
<string name="theme_reset_notification_message">Systémová téma sa obnovila z dôvodu viacerých pádov aplikácií.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">prístup k službe tém</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Umožňuje aplikácii prístup k službe na správu tém. Toto povolenie nie je bežné pre štandardné aplikácie.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">čítať informácie vašej témy</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Umožňuje aplikácii čítať vaše témy a určiť, ktorú tému ste použili.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">upraviť vaše témy</string>
|
||||
<!-- 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">Umožňuje aplikácii vkladať nové témy a upraviť tému, ktorú ste použili.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">prístup k správe výkonu</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">spravovať zmeny audio relácie</string>
|
||||
<string name="permdesc_manage_audio_sessions">Umožňuje aktualizovať zvukové relácie.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Témy</string>
|
||||
<string name="qs_themes_content_description">Prispôsobiť vašu tému</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Ochrana súkromia</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">zaklenjen zaslon tretjih oseb</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Dovoli, da se aplikacija lahko uporabi kot nezanesljiv zaklenjen zaslon.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Namestitev teme je spodletela</string>
|
||||
<string name="theme_install_error_message">Namestitev <xliff:g id="theme">%1$s</xliff:g> je spodletela</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Ponastavitev teme</string>
|
||||
<string name="theme_reset_notification_message">Sistemska tema obnovljena zaradi večkratnih sesutij aplikacije.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">dostop do storitve tem</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Dovoli aplikaciji dostop do storitve tem. Navadno ni potrebno za običajne aplikacije.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">branje podatkov o temi</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Dovoli aplikaciji branje vaših tem in
|
||||
določanje, katero temo uporabljate.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">spreminjanje tem</string>
|
||||
<!-- 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">Dovoli aplikaciji vstavljanje novih tem in spreminjanje uporabljene teme.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">dostop do upravljalnika zmogljivosti</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">upravljanje sprememb zvočne seje</string>
|
||||
<string name="permdesc_manage_audio_sessions">Dovoli aplikaciji pošiljanje posodobitev zvočnih pretokov.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Teme</string>
|
||||
<string name="qs_themes_content_description">Prilagodite svojo temo</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Zaščita zasebnosti</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -100,20 +100,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ekran bllokues i mundësuar nga një palë e tretë</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Lejon një aplikacion që të përdoret si një ekran bllokues i pasigurtë.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Instalimi i temës dështoi</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> nuk u instalua</string>
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">akseso shërbimin e temave</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">lexo informacionet e temës</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifiko temat e tua</string>
|
||||
<!-- 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">Lejon aplikacionin të instalojë tema të reja dhe të modifikojë temën që ke aplikuar.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<!-- Performance manager permission description -->
|
||||
<!-- Access live lock screen manager service permission label -->
|
||||
@@ -135,9 +127,6 @@
|
||||
<string name="permdesc_manageLiveDisplay">Lejon një aplikacion të konfigurojë parametra të përparuar të ekranit.</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temat</string>
|
||||
<string name="qs_themes_content_description">Personalizo temën</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Mbrojtësi i të Dhënave</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,24 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">закључани екран треће стране</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Апликација може да функционише као небезбедан закључани екран.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Грешка при инсталирању теме</string>
|
||||
<string name="theme_install_error_message">Не могу да инсталирам „<xliff:g id="theme">%1$s</xliff:g>“.</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Враћање првобитне теме</string>
|
||||
<string name="theme_reset_notification_message">Враћена је стандардна тема због отказивања апликација.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">приступ услузи тема</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Апликација може да приступа услузи тема. Ова дозвола није потребна нормалним апликацијама.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">читање података о теми</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Апликација може да чита теме и одреди која је тренутно активна.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">мењање тема</string>
|
||||
<!-- 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">Апликација може да инсталира нове теме и да промени тренутну.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">приступ менаџеру перформанси</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -179,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">управљање изменама звучних сесија</string>
|
||||
<string name="permdesc_manage_audio_sessions">Апликација може да мења параметре звучних токова.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Теме</string>
|
||||
<string name="qs_themes_content_description">Прилагодите своју тему.</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Заштита приватности</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -108,24 +108,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">tredjepartslåsskärm</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Tillåter en applikation att användas som osäker låsskärm.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Kunde inte installera tema</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> kunde inte installeras</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Återställning av tema</string>
|
||||
<string name="theme_reset_notification_message">Systemtemat kommer återställas på grund av att appen kraschat flera gånger.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">få tillgång till tematjänst</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Tillåter en app att få tillgång till tematjänsten. Ska aldrig behövas för vanliga appar.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">läsa information om ditt tema</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Tillåter att appen läser dina teman och avgör vilket tema du har använt.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">modifiera dina teman</string>
|
||||
<!-- 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">Tillåter att appen infogar nya teman och ändrar vilket tema du har använt.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">komma åt prestandahanteraren</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -145,8 +133,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Teman</string>
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -40,8 +40,6 @@
|
||||
<!-- LiveDisplay strings -->
|
||||
<!-- Third party keyguard permission label -->
|
||||
<!-- Third party keyguard permission description -->
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -64,7 +62,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">மூன்றாம் தரப்பு பூட்டுத் திரை</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">பாதுகாப்பற்ற பூட்டுத் திரையாக பயன்படுத்தப்பட ஒரு பயன்பாட்டை அனுமதிக்கிறது.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
<string name="permlab_thirdPartyKeyguard">మూడవ పక్షం లాక్ స్క్రీన్</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">ఒక ప్రోగ్రాం అసురక్షిత లాక్ స్క్రీనుగా ఉపయోగించబడడానికి అనుమతినిస్తుంది.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<!-- Theme reset notification -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -128,7 +126,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -114,24 +114,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">หน้าจอล็อคบุคคลที่สาม</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">อนุญาตให้ใช้แอปเป็นหน้าจอล็อคแบบไม่ปลอดภัย</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">การติดตั้งรูปแบบธีมล้มเหลว</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> ล้มเหลวในการติดตั้ง</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">รีเซ็ตรูปแบบธีม</string>
|
||||
<string name="theme_reset_notification_message">ระบบกลับมาใช้รูปแบบธีมเดิมเนื่องจากมีหลายปัญหาที่เกิดกับแอป</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">เข้าถึงรูปแบบธีม</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">อนุญาตให้แอปเข้าถึงรูปแบบธีมได้ ซึ่งถือว่าไม่จำเป็นในแอปปกติ</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">อ่านข้อมูลรูปแบบธีมของคุณ</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">อนุญาตให้แอปอ่านข้อมูลรูปแบบธีมและ กำหนดหาว่ารูปแบบธีมใดที่คุณใช้</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">แก้ไขรูปแบบธีมของคุณ</string>
|
||||
<!-- 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">อณุญาตให้แอปเพิ่มรูปแบบธีมใหม่และแก้ไขรูปแบบธีมที่คุณใช้</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">ตัวจัดการประสิทธิภาพการเข้าถึง</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -172,9 +160,6 @@
|
||||
<string name="permlab_observe_audio_sessions">สังเกตการเปลี่ยนแปลงเซสชันเสียง</string>
|
||||
<string name="permdesc_observe_audio_sessions">อนุญาตให้แอปสังเกตกระแสข้อมูลเสียงที่กำลังถูกสร้างและทำลาย</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">รูปแบบธีม</string>
|
||||
<string name="qs_themes_content_description">กำหนดรูปแบบธีมเอง</string>
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,26 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">üçüncü taraf kilit ekranı</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Uygulamalara şifresiz kilit ekranı olarak kullanılabilme izni verir.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Tema yüklenemedi</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s </xliff:g> yüklenemedi</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Tema sıfırlandı</string>
|
||||
<string name="theme_reset_notification_message">Uygulama çökmelerinden dolayı sistem temasına geri dönüldü.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">tema hizmetine erişim</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Bir uygulamanın tema hizmetine erişimine izin verir. Normal uygulamalar için gerekli değildir.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">tema bilginizi okuyun</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Uygulamanın temalarınızı okumasına ve hangi
|
||||
temayı uyguladığınızı belirlemesine izin verir.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">temalarınızı değiştirin</string>
|
||||
<!-- 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">Uygulamanın yeni temalar eklemesine ve
|
||||
uyguladığınız temayı değiştirmesine izin verir.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">performans yöneticisine erişim</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -181,9 +167,6 @@ uyguladığınız temayı değiştirmesine izin verir.</string>
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">sesli oturum değişikliklerini yönet</string>
|
||||
<string name="permdesc_manage_audio_sessions">Bir uygulamaya ses akış güncellemeleri gönderme izni verir.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Temalar</string>
|
||||
<string name="qs_themes_content_description">Temanızı özelleştirin</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Gizlilik Koruması</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
@@ -104,24 +104,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">ئۈچىنچى تەرەپ ئېكران قۇلۇپى</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">ئەپنىڭ تۇراقسىز ئىكران قۇلۇپى بۇلۇپ ئىشلىتىلىشىگە رۇخسەت قىلىش.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">ئۆرنەك ئورنىتالمىدى</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> ئورنىتىش مەغلۇب بولدى</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">باش تېمىنى قايتا بېكىتىش</string>
|
||||
<string name="theme_reset_notification_message">كۆپلىگەن ئەپ ۋەيران بولغانلىقى ئۈچۈن باش تېما ئەسلىگە قايتتى.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">باش تېما مۇلازىمىتىگە كىرىش</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">بىر ئەپنىڭ باش تېما مۇلازىمىتىگە كىرىشىگە رۇخسەت قىلىش. نورمال ئەپ بۇنداق ھوقۇققا ھەرگىز ئېھتىياجلىق ئەمەس.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">باش تېما ئۇچۇرىڭىزنى ئوقۇڭ</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">ئەپنىڭ سىزنىڭ باش تېمىڭىزنى ئوقۇشقا ۋە سىزنىڭ قايسى باش تېمىنى ئىشلەتكىڭىزنى جەزىملەشتۈرۈشكە رۇخسەت قىلىڭ.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">باش تېمىڭىزنى ئۆزگەرتىڭ</string>
|
||||
<!-- 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">ئەپنىڭ يېڭى باش تېما قوشۇشىغا ۋە سىزنىڭ قايسى باش تېمىنى ئىشلەتكىڭىزنى جەزىملەشتۈرۈشكە رۇخسەت قىلىڭ.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">ئىقتىدار باشقۇرغۇچنى زىيارەت قىلىش</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -140,7 +128,6 @@
|
||||
<!-- LiveDisplay manager permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<!-- Privacy Guard -->
|
||||
<!-- Permissions used by remote preferences -->
|
||||
</resources>
|
||||
|
||||
@@ -119,25 +119,12 @@
|
||||
<string name="permlab_thirdPartyKeyguard">Нетиповий екран блокування</string>
|
||||
<!-- Third party keyguard permission description -->
|
||||
<string name="permdesc_thirdPartyKeyguard">Дозволяє використати програму як незахищене блокування екрану.</string>
|
||||
<!-- Theme installation error notification -->
|
||||
<string name="theme_install_error_title">Не вдалося встановити тему</string>
|
||||
<string name="theme_install_error_message"><xliff:g id="theme">%1$s </xliff:g> не вдалося встановити</string>
|
||||
<!-- Theme reset notification -->
|
||||
<string name="theme_reset_notification_title">Скинути тему</string>
|
||||
<string name="theme_reset_notification_message">Через збої в роботі додатків встановлено системну тему.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_accessThemeService">доступ до служби тем</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_accessThemeService">Дозволяє додатку отримувати доступ до служби тем. Цей дозвіл не використовується звичайними додатками.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readThemes">читати дані вашої теми</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readThemesDesc">Дозволяє додатку читати дані про теми і
|
||||
виявляти, яку тему зараз застосовано.</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeThemes">змінювати теми</string>
|
||||
<!-- 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">Дозволяє додатку встановлювати нові теми і змінювати поточну.</string>
|
||||
<!-- Performance manager permission title -->
|
||||
<string name="permlab_perfAccess">доступ до менеджера продуктивності</string>
|
||||
<!-- Performance manager permission description -->
|
||||
@@ -180,9 +167,6 @@
|
||||
<!-- LineageAudioService - observe session changes permission -->
|
||||
<string name="permlab_manage_audio_sessions">керувати змінами аудіо сесії</string>
|
||||
<string name="permdesc_manage_audio_sessions">Дозволяє додатку змінювати параметри аудіопотоків.</string>
|
||||
<!-- QuickSettings: Themes tile -->
|
||||
<string name="qs_themes_label">Теми</string>
|
||||
<string name="qs_themes_content_description">Налаштувати вашу тему</string>
|
||||
<!-- Privacy Guard -->
|
||||
<string name="privacy_guard_manager_title">Вартовий Приватності</string>
|
||||
<!-- Permissions used by remote preferences -->
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user