diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-06-07 18:54:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-06-07 18:54:11 +0000 |
commit | 534f2f4437093bd78411126ef45de41fc6b93bf3 (patch) | |
tree | 1a9c1e259e6f2495ebcacf3cbd8cb7d3fdaaac2a /po/README | |
parent | 92072c3be58f5c77ff0fecdaf6617fe6fa4120e1 (diff) | |
download | bootloader-theme-534f2f4437093bd78411126ef45de41fc6b93bf3.tar bootloader-theme-534f2f4437093bd78411126ef45de41fc6b93bf3.tar.gz bootloader-theme-534f2f4437093bd78411126ef45de41fc6b93bf3.tar.bz2 bootloader-theme-534f2f4437093bd78411126ef45de41fc6b93bf3.tar.xz bootloader-theme-534f2f4437093bd78411126ef45de41fc6b93bf3.zip |
reimport my latest checkout
Diffstat (limited to 'po/README')
-rw-r--r-- | po/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/po/README b/po/README new file mode 100644 index 0000000..a27800a --- /dev/null +++ b/po/README @@ -0,0 +1,24 @@ +boot loader translations +------------------------ + +o How do I add a new text? + + - Use the gfxboot/po/bin/add_text script; example: + + add_text help 'Help' + + This will define txt_help; the 'txt_' prefix is optional. + +o How do I remove a text that's no longer needed? + + - Use the gfxboot/po/bin/rm_text script; example: + + rm_text help + + This will remove txt_help; the removed lines are stored in the 'old' + directory. + +o How do I add a new language? + + - Copy bootloader.pot to <lang>.po. Remember to get <lang>.po translated. + |