diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-20 01:29:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 01:29:12 +0530 |
commit | ade73fd5bc38e8e1f1a4ab3b44132da63f2f7982 (patch) | |
tree | 3852ad5e4ec70026daba67801fe5e5294dda97e4 /app/src/main/res/values-gl | |
parent | 9cd2f5f446004e7adb49947af78caba7d9f16a63 (diff) |
Compile against SDK 33 (#2023)
* Compile against SDK 33
* autofill-parser: fix warnings for SDK 33 upgrade
* app: fix warnings for SDK 33 upgrade
* Mark all clipboard content as sensitive from crypto activities
* Skip Snackbar on Android 13 and above
* detekt: raise `TooManyFunctions` limit to 15
Diffstat (limited to 'app/src/main/res/values-gl')
-rw-r--r-- | app/src/main/res/values-gl/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index c2974b1c..2341f6b0 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -37,8 +37,6 @@ <string name="git_commit_move_text">Mudar nome %1$s a %2$s.</string> <string name="git_commit_move_multiple_text">Mover varios contrasinais a %1$s.</string> <!-- PGPHandler --> - <string name="clipboard_password_toast_text">Contrasinal copiado ao portapapeis, tes %d segundos para pegala nalgures.</string> - <string name="clipboard_password_no_clear_toast_text">Contrasinal copiado ao portapapeis</string> <string name="clipboard_copied_text">Copiada รณ portapapeis</string> <string name="file_toast_text">Debes proporcionar un nome de ficheiro</string> <string name="path_toast_text">Por favor indica a ruta ao ficheiro</string> |