plurals.xml raw

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <resources xmlns:tools="http://schemas.android.com/tools">
   3      <plurals name="pref_look_and_feel_rules_timeout_summary" tools:ignore="MissingQuantity">
   4          <item quantity="one">Arrêt après %d seconde</item>
   5          <item quantity="other">Arrêt après %d secondes</item>
   6      </plurals>
   7  </resources>
   8