author | cniehaus <cniehaus> | 2003-04-27 10:50:57 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-04-27 10:50:57 (UTC) |
commit | e1e9590495bb83de20c340a76cbad8b43e9900b5 (patch) (side-by-side diff) | |
tree | 09c3ece5d334fc1de522d8a6fc38c882b3abb989 /i18n/xx/formatter.ts | |
parent | 77bed0e99aa0c912e5d86f257131c1f93afcee77 (diff) | |
download | opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.zip opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.tar.gz opie-e1e9590495bb83de20c340a76cbad8b43e9900b5.tar.bz2 |
xx starts to makes sense ;) From now \n on there are only nullstrings so that we can check if everything is in tr()
-rw-r--r-- | i18n/xx/formatter.ts | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/i18n/xx/formatter.ts b/i18n/xx/formatter.ts index 751e732..7195c40 100644 --- a/i18n/xx/formatter.ts +++ b/i18n/xx/formatter.ts @@ -1,161 +1,161 @@ <!DOCTYPE TS><TS> <context> <name>FormatterApp</name> <message> <source>Formatter</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Storage Type</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>File Systems</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Format</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Main</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>CAUTION: Changing parameters on this page may cause your system to stop functioning properly!!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Edit fstab</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Check Disk</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Device</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Mount Point</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Advanced</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Format?!?</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Really format </source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source> with </source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source> filesystem?!? You will loose all data!!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Yes</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>No</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Could not format. Unknown type</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Ok</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Formatter Output</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Trying to umount.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>umount failed!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>&OK</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Could not umount. Device is busy!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Trying to format.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>No such device!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source> has been successfully formatted.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Trying to mount.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Card mount failed!</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source> has been successfully mounted.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>You can now close the output window.</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Internal</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Storage Type : </source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Total: %1 kB ( %d mB) </source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Used: %1 kB ( %d mB) </source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Available: %1 kB ( %d mB)</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> </context> </TS> |