diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-03-05 13:25:53 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-03-05 13:25:53 +0000 |
commit | 0475c3c7c1b9870feebc8f6a04243f9bc352af51 (patch) | |
tree | a4a599bda03214670bd069a21a34e6f901e79dc9 /po/create_placeholder | |
parent | 2833aedf6c7d231991198415d05d0d86b683b122 (diff) | |
download | urpmi-0475c3c7c1b9870feebc8f6a04243f9bc352af51.tar urpmi-0475c3c7c1b9870feebc8f6a04243f9bc352af51.tar.gz urpmi-0475c3c7c1b9870feebc8f6a04243f9bc352af51.tar.bz2 urpmi-0475c3c7c1b9870feebc8f6a04243f9bc352af51.tar.xz urpmi-0475c3c7c1b9870feebc8f6a04243f9bc352af51.zip |
updated po file
Diffstat (limited to 'po/create_placeholder')
-rwxr-xr-x | po/create_placeholder | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/po/create_placeholder b/po/create_placeholder index 77274f1c..ae66eb71 100755 --- a/po/create_placeholder +++ b/po/create_placeholder @@ -5,7 +5,19 @@ echo -e "\ * strings. This file is automatically generated, look at * ./create_placeholder */ -char *foobar[] = { " > placeholder.h.$$ +char *foobar[] = { +/* This is a list of chars acceptable as a 'yes' answer to a Yes/No question; + you can put here the letters for 'yes' for your language, so people + can hit those keys in their keyboard to reply. + please keep the 'Yy' for compatibility reasons + */ + N_(\"Yy\"), +/* This is a list of chars acceptable as a 'no' answer to a Yes/No question; + you can put here the letters for 'no' for your language, so people + can hit those keys in their keyboard to reply. + please keep the 'Nn' for compatibility reasons + */ + N_(\"Nn\"), " > placeholder.h.$$ cat ../urpmf | perl -ne 's/.*\$ECHO\s+(".*").*/N_($1),/g and print' >> placeholder.h.$$ if [ "$*" = "" ]; then |