Skip to content

Commit

Permalink
Make unlock token not translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Aug 25, 2022
1 parent 773a180 commit 9563c61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@
\n - yakalama başlatılamazsa, iptables komutunu gerçekten root olarak çalıştırabildiğinizden emin olun (örneğin termux aracılığıyla)
\n - bu, Android 12 ve sonraki sürümlerde çalışmayabilir
\n - Bir VPN uygulaması çalışıyorsa, şifre çözme için belirli bir uygulamayı hedeflemeli veya PCAPdroid ortadaki adam eklentisini VPN\'den hariç tutmalısınız, aksi takdirde trafik bir döngüye girecektir</string>
<string name="unlock_token">Kilit açma belirteci</string>
<string name="unlock_token_summary">Uygulamanın Google-Play dışı sürümlerinde (örn. F-Droid/Github) ücretli özelliklerin kilidini açmak için kullanılabilecek bir belirteç</string>
<string name="license_service_unavailable">PCAPdroid lisans hizmeti şu anda kullanılamıyor. Lütfen birkaç dakika içinde yeniden deneyin</string>
<string name="access_paid_features_msg">Ücretli özelliklere nasıl erişeceğinizi öğrenmek için <a href="%1$s">kullanıcı kılavuzuna</a> göz atın</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@
\n - 如果流量捕获无法启动,请确保你实际上可以以 root 身份运行 iptables 命令(例如,通过 termux)
\n - 此功能可能不适用于 Android 12 及更高版本
\n - 如果 VPN 应用正在运行,你应该针对特定应用进行解密或从 VPN 中排除 PCAPdroid mitm 附加组件,否则流量将进入循环</string>
<string name="unlock_token">解锁令牌</string>
<string name="unlock_token_summary">可用于解锁非 Google-Play 应用版本(例如 F-Droid/Github)中付费功能的令牌</string>
<string name="unlock_token_error">无法请求解锁令牌 [%1$d]: %2$s</string>
<string name="access_paid_features_msg">查看 <a href="%1$s">用户指南</a>了解如何访问付费功能</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- SourceCodePro font: <a href='https://github.com/adobe-fonts/source-code-pro/blob/release/LICENSE.md'>OFL-1.1</a>\n\n
</string>
<string name="connections_csv_fields" translatable="false">IPProto,SrcIP,SrcPort,DstIp,DstPort,UID,App,Proto,Status,Info,BytesSent,BytesRcvd,PktsSent,PktsRcvd,FirstSeen,LastSeen</string>
<string name="unlock_token" translatable="false">Unlock token</string>

<!-- Localized -->
<string name="start_button">Start</string>
Expand Down Expand Up @@ -400,7 +401,6 @@
- this may not work on Android 12 and later\n
- if a VPN app is running, you should either target a specific app for decryption or exclude the PCAPdroid mitm addon from the VPN, otherwise traffic will go in a loop
</string>
<string name="unlock_token">Unlock token</string>
<string name="unlock_token_summary">A token which can be used to unlock the paid features in non-Google-Play builds of the app (e.g. F-Droid/Github)</string>
<string name="unlock_token_error">Could not request unlock token [%1$d]: %2$s</string>
<string name="access_paid_features_msg">Check out <a href='%1$s'>the user guide</a> to learn how to access the paid features</string>
Expand Down

0 comments on commit 9563c61

Please sign in to comment.