You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.9 KiB
71 lines
1.9 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<!-- |
|
Copyright 2010-2013 Eric Kok et al. |
|
|
|
Transdroid is free software: you can redistribute it and/or modify |
|
it under the terms of the GNU General Public License as published by |
|
the Free Software Foundation, either version 3 of the License, or |
|
(at your option) any later version. |
|
|
|
Transdroid is distributed in the hope that it will be useful, |
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
GNU General Public License for more details. |
|
|
|
You should have received a copy of the GNU General Public License |
|
along with Transdroid. If not, see <http://www.gnu.org/licenses/>. |
|
--> |
|
<resources> |
|
|
|
|
|
<plurals name="navigation_torrentsselected"> |
|
<item quantity="one">%1$d torrent selected</item> |
|
<item quantity="other">%1$d torrents selected</item> |
|
</plurals> |
|
<plurals name="navigation_filesselected"> |
|
<item quantity="one">%1$d files selected</item> |
|
<item quantity="other">%1$d files selected</item> |
|
</plurals> |
|
|
|
<plurals name="status_service_added"> |
|
<item quantity="one">New torrent added</item> |
|
<item quantity="other">%1$s new torrents added</item> |
|
</plurals> |
|
<plurals name="status_service_finished"> |
|
<item quantity="one">Torrent is finished</item> |
|
<item quantity="other">%1$s torrents are finished</item> |
|
</plurals> |
|
<plurals name="status_service_addedfinished"> |
|
<item quantity="one">%1$s added, %2$s finished torrent</item> |
|
<item quantity="other">%1$s added, %2$s finished torrents</item> |
|
</plurals> |
|
|
|
|
|
|
|
<plurals name="search_resutlsselected"> |
|
<item quantity="one">%1$d result selected</item> |
|
<item quantity="other">%1$d results selected</item> |
|
</plurals> |
|
|
|
<plurals name="rss_itemsselected"> |
|
<item quantity="one">%1$d item selected</item> |
|
<item quantity="other">%1$d items selected</item> |
|
</plurals> |
|
<plurals name="rss_service_new"> |
|
<item quantity="one">New RSS feed torrent available</item> |
|
<item quantity="other">%1$s new RSS feed torrents</item> |
|
</plurals> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</resources>
|
|
|