mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
* Sync translations with code * Sync translations with Transifex * Fix order of plurals for Slovenian * Add new Mac translations * Afrikaans (af) * Greek (el)
28 lines
580 B
Plaintext
28 lines
580 B
Plaintext
/* quicklook file header */
|
|
"%lu Files" = "%lu filer";
|
|
|
|
/* quicklook file count */
|
|
"%lu files" = "%lu filer";
|
|
|
|
/* quicklook tracker header */
|
|
"%lu Trackers" = "%lu trackere";
|
|
|
|
/* quicklook web seed header */
|
|
"%lu Web Seeds" = "%lu webseeds";
|
|
|
|
/* quicklook tracker header */
|
|
"1 Tracker" = "1 Tracker";
|
|
|
|
/* quicklook web seed header */
|
|
"1 Web Seed" = "1 webseed";
|
|
|
|
/* quicklook creation info */
|
|
"Created on %@" = "Oprettet %@";
|
|
|
|
/* quicklook creation info */
|
|
"Created on %@ with %@" = "Oprettet %1$@ med %2$@";
|
|
|
|
/* quicklook creation info */
|
|
"Created with %@" = "Oprettet med %@";
|
|
|