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/libliquid.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/libliquid.ts | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/i18n/xx/libliquid.ts b/i18n/xx/libliquid.ts index 410b29e..9a9c59f 100644 --- a/i18n/xx/libliquid.ts +++ b/i18n/xx/libliquid.ts @@ -1,68 +1,71 @@ <!DOCTYPE TS><TS> <context> + <name>Decoration</name> +</context> +<context> <name>LiquidSettings</name> <message> <source>Liquid Style</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>No translucency</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Stippled, background color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Stippled, button color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Translucent stippled, background color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Translucent stippled, button color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Custom translucency</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Menu color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Text color</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Opacity</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Use shadowed menu text</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Make toolbar buttons appear flat</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>Stipple contrast</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> </context> <context> <name>Styles</name> <message> <source>Liquid</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> <message> <source>High Performance Liquid style by Mosfet</source> - <translation type="unfinished"></translation> + <translation> </translation> </message> </context> </TS> |