Fixes translations

This commit is contained in:
tom79 2017-09-17 16:52:27 +02:00
parent 5aeb317eca
commit e56aaa2a67
2 changed files with 12 additions and 0 deletions

View File

@ -422,4 +422,10 @@
<string name="thanks_text">Danke an Stéphane für das Logo.</string>
<string name="thanks_text_dev">Danke an @PhotonQyv für seine Beiträge.</string>
<string name="pin_add">Pin this toot?</string>
<string name="pin_remove">Unpin this toot?</string>
<string name="pinned_toots">Pinned</string>
<string name="pins_cnt">Pinned %d</string>
<string name="toast_pin">The toot was pinned!</string>
<string name="toast_unpin">The toot was unpinned!</string>
</resources>

View File

@ -429,4 +429,10 @@
<string name="thanks_text_dev">
Merci à :
</string>
<string name="pin_add">Epingler ce pouet ?</string>
<string name="pinned_toots">Epinglé</string>
<string name="pin_remove">Désépingler ce pouet ?</string>
<string name="toast_pin">Le pouet a été épinglé !</string>
<string name="toast_unpin">Le pouet a été désépinglé !</string>
<string name="pins_cnt">Epinglés %d</string>
</resources>