-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
<resources> | ||
<string name="app_name" translatable="false">WhatsApp Web To Go</string> | ||
<string name="appversion_semantic" translatable="false">1.7.2</string> | ||
|
||
<string name="versionInfoText">Terima kasih telah memperbarui!\nYang baru di versi 1.7.2:\n–Fix download extension matcher\n–Make chat size fit phone screen (thanks @benehmb)</string> | ||
<string name="introInfoText">Terima kasih telah memasang aplikasi ini!\nTinggal menghubungkan ponsel Anda seperti yang Anda lakukan di komputer.\nUntuk mengunci dan membuka kunci papan ketik, gunakan tombol papan ketik di kanan atas. Pengaturan Anda akan disimpan.</string> | ||
<string name="aboutText" translatable="false">WhatsApp Web To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2021\n\nv1.7.2\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android devices.</string> | ||
|
||
<string name="navigation_drawer_open">Buka bilah navigasi</string> | ||
<string name="navigation_drawer_close">Tutup bilah navigasi</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<resources> | ||
<string name="app_name" translatable="false">WhatsApp Web To Go</string> | ||
<string name="appversion_semantic" translatable="false">1.7.2</string> | ||
<string name="appversion_semantic" translatable="false">1.7.3</string> | ||
<string name="versionInfoText" translatable="false">Thanks for updating!\nNew in version 1.7.3:\n–Use built-in tools for darkmode if supported\n–Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac)\n–Add Indonesian Localization (thanks @the7thNightmare)\n–Add safety popup for logout action\n–Reorder hamburger menu\n–Fix view broken on tablets</string> | ||
|
||
<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.2:\n–Fix download extension matcher\n–Make chat size fit phone screen (thanks @benehmb)</string> | ||
<string name="introInfoText">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo lock and unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string> | ||
<string name="aboutText" translatable="false">WhatsApp Web To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2021\n\nv1.7.2\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android devices.</string> | ||
<string name="aboutText" translatable="false">WhatsApp Web To Go\n\nby Leonhard Künzler\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2022\n\nv1.7.3\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android devices.</string> | ||
|
||
<string name="navigation_drawer_open">Open navigation drawer</string> | ||
<string name="navigation_drawer_close">Close navigation drawer</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* Use built-in tools for darkmode if supported | ||
* Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac) | ||
* Add Indonesian Localization (thanks @the7thNightmare) | ||
* Add safety popup for logout action | ||
* Reorder hamburger menu | ||
* Fix view broken on tablets |