-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4568cba
commit 00092ea
Showing
18 changed files
with
518 additions
and
45 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<plurals name="custom_parameters"> | ||
<item quantity="one">%d testreszabható paraméter</item> | ||
<item quantity="other">%d testreszabható paraméterek</item> | ||
</plurals> | ||
<plurals name="unsupported_apps"> | ||
<item quantity="one">%d nem támogatott alkalmazás kizárva. Koppints a részletekért.</item> | ||
<item quantity="other">%d nem támogatott alkalmazások kizárva. Koppints a részletekért.</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
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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="nodes"> | ||
<item quantity="other">%d simpul</item> | ||
</plurals> | ||
<plurals name="custom_parameters"> | ||
<item quantity="other">%d parameter dapat diubah</item> | ||
</plurals> | ||
<plurals name="unsupported_apps"> | ||
<item quantity="other">%d aplikasi tidak didukung otomatis dikecualikan, sentuh untuk melihat detail.</item> | ||
<item quantity="other">%d aplikasi yang tidak didukung telah dikecualikan otomatis, sentuh untuk melihat detail.</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
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.