android: Ignore some missing quantity lint errors

Once these strings are translated and the quantities are defined, this
attribute can be removed again.
This commit is contained in:
Tobias Brunner 2020-05-14 14:47:26 +02:00
parent 84924249aa
commit 93d6fe3e4a
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
-->
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Application -->
<string name="app_name">strongSwan klient VPN</string>
@ -163,7 +163,7 @@
<string name="crl_cache">CRL cache</string>
<string name="clear_crl_cache_title">Clear CRL cache?</string>
<string name="clear_crl_cache_msg_none">The CRL cache is empty</string>
<plurals name="clear_crl_cache_msg">
<plurals name="clear_crl_cache_msg" tools:ignore="MissingQuantity">
<item quantity="one">The CRL cache contains %1$d file (%2$s).</item>
<item quantity="other">The CRL cache contains %1$d files (%2$s).</item>
</plurals>
@ -212,7 +212,7 @@
<string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
<string name="connect">Połącz</string>
<string name="retry">Retry</string>
<plurals name="retry_in">
<plurals name="retry_in" tools:ignore="MissingQuantity">
<item quantity="one">Retry in %1$d second</item>
<item quantity="other">Retry in %1$d seconds</item>
</plurals>

View File

@ -12,7 +12,7 @@
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
-->
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Application -->
<string name="app_name">Клиент strongSwan VPN</string>
@ -160,7 +160,7 @@
<string name="crl_cache">CRL cache</string>
<string name="clear_crl_cache_title">Clear CRL cache?</string>
<string name="clear_crl_cache_msg_none">The CRL cache is empty</string>
<plurals name="clear_crl_cache_msg">
<plurals name="clear_crl_cache_msg" tools:ignore="MissingQuantity">
<item quantity="one">The CRL cache contains %1$d file (%2$s).</item>
<item quantity="other">The CRL cache contains %1$d files (%2$s).</item>
</plurals>
@ -209,7 +209,7 @@
<string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
<string name="connect">Соединить</string>
<string name="retry">Retry</string>
<plurals name="retry_in">
<plurals name="retry_in" tools:ignore="MissingQuantity">
<item quantity="one">Retry in %1$d second</item>
<item quantity="other">Retry in %1$d seconds</item>
</plurals>