mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Danish translation: Fix an untranslated string, and use correct terminology when expressing sizes in bytes (IEEE-1541,ISO/IEC-80000).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f9b293c4c
commit
20baeca44d
1 changed files with 10 additions and 10 deletions
|
|
@ -5404,10 +5404,10 @@
|
|||
*: "KB"
|
||||
</source>
|
||||
<dest>
|
||||
*: "KB"
|
||||
*: "KiB"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "kilobyte"
|
||||
*: "kibibyte"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -5418,10 +5418,10 @@
|
|||
*: "MB"
|
||||
</source>
|
||||
<dest>
|
||||
*: "MB"
|
||||
*: "MiB"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "megabyte"
|
||||
*: "mebibyte"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -5432,10 +5432,10 @@
|
|||
*: "GB"
|
||||
</source>
|
||||
<dest>
|
||||
*: "GB"
|
||||
*: "GiB"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "gigabyte"
|
||||
*: "gibibyte"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -10500,8 +10500,8 @@
|
|||
player: "Buf: %d.%03dMB"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Buffer: %d.%03dMB"
|
||||
player: "Buf: %d.%03dMB"
|
||||
*: "Buffer: %d.%03dMiB"
|
||||
player: "Buf: %d.%03dMiB"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Buffer størrelse"
|
||||
|
|
@ -11640,11 +11640,11 @@
|
|||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
recording: "Stop Recording And Shutdown"
|
||||
recording: "Stop optagelse og sluk"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording: "Stop Recording And Shutdown"
|
||||
recording: "Stop optagelse og sluk"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue