-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated translations for many languages.
- Loading branch information
Showing
18 changed files
with
2,148 additions
and
23 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.