1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- i18n.c 2006-09-16 20:33:36.000000000 +0200
+++ i18n.c.patched 2007-01-03 13:37:08.000000000 +0100
@@ -210,7 +210,7 @@
#endif
#endif
},
- { "Total size: %1$.1f MB %2$s",
+ { "$Total size: %1$.1f MB %2$s",
"Gesamtgr��e: %1$.1f MB %2$s",
"",
"",
@@ -782,7 +782,7 @@
#endif
#endif
},
- { "Job active (Writing: %1$d%%)",
+ { "$Job active (Writing: %1$d%%)",
"Auftrag aktiv (Schreibe: %1$d%%)",
"",
"",
@@ -1874,7 +1874,7 @@
#endif
#endif
},
- { "Recordings: %1$d, total size: %2$.1f MB",
+ { "$Recordings: %1$d, total size: %2$.1f MB",
"Aufzeichnungen: %1$d, Gesamtgr��e: %2$.1f MB",
"",
"",
|