Skip to content
Snippets Groups Projects
Unverified Commit a30de630 authored by akwizgran's avatar akwizgran
Browse files

Removed translated strings that were causing lint errors.

The app _name string is marked as non-translatable and the new_identity_item string no longer exists.
parent d112b42d
No related branches found
No related tags found
Loading
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<resources> <resources>
<string name="app_name">Briar</string>
<string name="crash_report_title">Laporan Kesalahan Briar</string> <string name="crash_report_title">Laporan Kesalahan Briar</string>
<string name="ongoing_notification_title">Briar sedang berjalan</string> <string name="ongoing_notification_title">Briar sedang berjalan</string>
<string name="setup_title">Tetapan Briar</string> <string name="setup_title">Tetapan Briar</string>
...@@ -40,7 +39,6 @@ ...@@ -40,7 +39,6 @@
<string name="choose_forum_name">Pilih nama untuk forum anda:</string> <string name="choose_forum_name">Pilih nama untuk forum anda:</string>
<string name="forum_created_toast">Forum telah dicipta</string> <string name="forum_created_toast">Forum telah dicipta</string>
<string name="anonymous">Tidak dikenali</string> <string name="anonymous">Tidak dikenali</string>
<string name="new_identity_item">Identiti baru\u2026</string>
<string name="new_identity_title">Identiti baru</string> <string name="new_identity_title">Identiti baru</string>
<string name="identity_created_toast">Identiti telah dicipta</string> <string name="identity_created_toast">Identiti telah dicipta</string>
<string name="cancel">Batal</string> <string name="cancel">Batal</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment