Drop dependency upon apache's commons-text

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-15 14:33:35 +05:30
parent 66d0f54ec9
commit dbaf577f2a
52 changed files with 19 additions and 125 deletions

View File

@@ -17,7 +17,8 @@
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
--><resources>
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="about_bhim">"BHIM - UPI"</string>
<string name="about_bhim_summary">"Donate via UPI"</string>
<string name="about_bitcoin_bch">"Bitcoin Cash"</string>
@@ -186,8 +187,8 @@
<string name="download_none">"No downloads"</string>
<string name="download_pause">"Pause"</string>
<string name="download_pause_all">"Pause all"</string>
<string name="download_paused">"Paused"</string>
<string name="download_progress">"Downloading"</string>
<string name="download_paused">"Paused<xliff:g id="completed_downloads">%1$d</xliff:g> / <xliff:g id="all_downloads">%2$d</xliff:g>"</string>
<string name="download_progress">"Downloading<xliff:g id="completed_downloads">%1$d</xliff:g> / <xliff:g id="all_downloads">%2$d</xliff:g><xliff:g id="speed">%3$s</xliff:g>"</string>
<string name="download_queued">"Queued"</string>
<string name="download_resume">"Resume"</string>
<string name="download_resume_all">"Resume all"</string>
@@ -409,4 +410,5 @@
<string name="menu">Menu</string>
<string name="expand">Expand</string>
<string name="open_in_aurora">Open in Aurora Store</string>
<string name="spoof_property"><xliff:g id="manufacturer">%1$s</xliff:g> • API <xliff:g id="api">%2$s</xliff:g></string>
</resources>