|
|
1241.
|
|
|
bit
|
|
|
|
bits
|
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3060
|
|
|
1242.
|
|
|
%u
|
| Context: |
|
format-size
|
|
|
Translators: The "%u" is replaced with the size value, like "13"; it could
* be part of "13 bytes", but only the number is requested this time.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3068
|
|
|
1243.
|
|
|
%u %s
|
| Context: |
|
format-size
|
|
|
Translators: The first "%u" is replaced with the value, the "%s" with a unit of the value.
* The order can be changed with "%$2s %$1u". An example: "13 bytes"
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3073
|
|
|
1244.
|
|
|
%.1f
|
| Context: |
|
format-size
|
|
|
Translators: The "%.1f" is replaced with the size value, like "13.0"; it could
* be part of "13.0 MB", but only the number is requested this time.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3109
|
|
|
1245.
|
|
|
%.1f[nbsp]%s
|
| Context: |
|
format-size
|
|
|
Translators: The first "%.1f" is replaced with the value, the "%s" with a unit of the value.
* The order can be changed with "%$2s %$1.1f". Keep the no-break space between the value and
* the unit symbol. An example: "13.0 MB"
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3115
|
|
|
1246.
|
|
|
%s byte
|
|
|
|
%s bytes
|
|
|
Translators: the %s in "%s bytes" will always be replaced by a number.
|
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3155
|
|
|
1247.
|
|
|
%s bit
|
|
|
|
%s bits
|
|
|
Translators: the %s in "%s bits" will always be replaced by a number.
|
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3160
|
|
|
1248.
|
|
|
%u byte
|
|
|
|
%u bytes
|
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3201
|
|
|
1249.
|
|
|
%.1f KB
|
|
|
Translators: this is from the deprecated function g_format_size_for_display() which uses 'KB' to
* mean 1024 bytes. I am aware that 'KB' is not correct, but it has been preserved for reasons of
* compatibility. Users will not see this string unless a program is using this deprecated function.
* Please translate as literally as possible.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3214
|
|
|
1250.
|
|
|
%.1f MB
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
glib/gutils.c:3219
|