mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 14:09:17 +01:00
67 lines
2.8 KiB
XML
67 lines
2.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<plurals name="lock_after_mins">
|
||
|
<item quantity="one">Efter %1$s minut</item>
|
||
|
<item quantity="other">Efter %1$s minuter</item>
|
||
|
</plurals>
|
||
|
<plurals name="notification_chapters_generic">
|
||
|
<item quantity="one">%1$d nytt kapitel</item>
|
||
|
<item quantity="other">%1$d nya kapitel</item>
|
||
|
</plurals>
|
||
|
<plurals name="notification_chapters_multiple_and_more">
|
||
|
<item quantity="one">Kapitel %1$s och 1 till</item>
|
||
|
<item quantity="other">Kapitlen %1$s och %2$d till</item>
|
||
|
</plurals>
|
||
|
<plurals name="notification_new_chapters_summary">
|
||
|
<item quantity="one">För %d post</item>
|
||
|
<item quantity="other">För %d poster</item>
|
||
|
</plurals>
|
||
|
<plurals name="update_check_notification_ext_updates">
|
||
|
<item quantity="one">Tilläggsuppdatering tillgänglig</item>
|
||
|
<item quantity="other">%d tilläggsuppdateringar tillgängliga</item>
|
||
|
</plurals>
|
||
|
<plurals name="download_queue_summary">
|
||
|
<item quantity="one">%1$s återstående</item>
|
||
|
<item quantity="other">%1$s återstående</item>
|
||
|
</plurals>
|
||
|
<plurals name="num_categories">
|
||
|
<item quantity="one">%d kategori</item>
|
||
|
<item quantity="other">%d kategorier</item>
|
||
|
</plurals>
|
||
|
<plurals name="restore_completed_message">
|
||
|
<item quantity="one">Klar på %1$s med %2$s fel</item>
|
||
|
<item quantity="other">Klar på %1$s med %2$s fel</item>
|
||
|
</plurals>
|
||
|
<plurals name="manga_num_chapters">
|
||
|
<item quantity="one">%1$s kapitel</item>
|
||
|
<item quantity="other">%1$s kapitel</item>
|
||
|
</plurals>
|
||
|
<plurals name="num_trackers">
|
||
|
<item quantity="one">%d spårare</item>
|
||
|
<item quantity="other">%d spårare</item>
|
||
|
</plurals>
|
||
|
<plurals name="missing_chapters_warning">
|
||
|
<item quantity="one">Hoppar över %d kapitel, antingen saknar källan det eller så har det filtrerats bort</item>
|
||
|
<item quantity="other">Hoppar över %d kapitel, antingen saknar källan dem eller så har de filtrerats bort</item>
|
||
|
</plurals>
|
||
|
<plurals name="relative_time">
|
||
|
<item quantity="one">Igår</item>
|
||
|
<item quantity="other">För %1$d dagar sedan</item>
|
||
|
</plurals>
|
||
|
<plurals name="next_unread_chapters">
|
||
|
<item quantity="one">Nästa olästa kapitel</item>
|
||
|
<item quantity="other">Nästa %d olästa kapitel</item>
|
||
|
</plurals>
|
||
|
<plurals name="missing_chapters">
|
||
|
<item quantity="one">Saknar %1$s kapitel</item>
|
||
|
<item quantity="other">Saknar %1$s kapitel</item>
|
||
|
</plurals>
|
||
|
<plurals name="day">
|
||
|
<item quantity="one">1 dag</item>
|
||
|
<item quantity="other">%d dagar</item>
|
||
|
</plurals>
|
||
|
<plurals name="download_amount">
|
||
|
<item quantity="one">Nästa kapitel</item>
|
||
|
<item quantity="other">Nästa %d kapitel</item>
|
||
|
</plurals>
|
||
|
</resources>
|