POT and PO update after Albert's font scoring system changes.

This commit is contained in:
William Kendrick 2009-06-18 21:11:23 +00:00
parent a5ba984e9a
commit f91458a020
84 changed files with 5827 additions and 4176 deletions

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-13 17:27-0700\n"
"POT-Creation-Date: 2009-06-18 14:09-0700\n"
"PO-Revision-Date: 2009-05-29 22:30+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@ -115,63 +115,80 @@ msgstr "Beige!"
#. test for "Aa", because it is OK if uppercase and lowercase are the
#. same (but not nice -- such fonts get a low score later).
#.
#. We test the alphabet twice, to help with translation. If the users
#. will be unable to type ASCII letters, then both Line X and Line Y
#. should be translated. Otherwise, only Line X should be translated
#. and the ASCII-only fonts should be given bad scores in the scoring
#. code below (the best scores going to fonts that support both).
#. Line X
#: ../dirwalk.c:155 ../dirwalk.c:175
#. Most locales leave the blacklist strings alone: "QX" and "qx"
#. (it is less destructive to use the scoring strings instead)
#.
#. Locales that absolutely require all fonts to have some
#. extra characters should use "QX..." and "qx...", where "..."
#. are some characters you absolutely require in all fonts.
#.
#. Locales with absolutely NO use for ASCII may use "..." and "...",
#. where "..." are some characters you absolutely require in
#. all fonts. This would be the case for a locale in which it is
#. impossible for a user to type ASCII letters.
#.
#. Most translators should use scoring instead.
#: ../dirwalk.c:164
msgid "qx"
msgstr "qx"
#: ../dirwalk.c:155 ../dirwalk.c:176
#: ../dirwalk.c:164
msgid "QX"
msgstr "QX"
#. Line Y
#: ../dirwalk.c:158
msgid "qy"
msgstr "qy"
#: ../dirwalk.c:158
msgid "QY"
msgstr "QY"
#. TODO: weight specification
#. Now we score fonts to ensure that the best ones will be placed at
#. the top of the list. The user will see them first. This sorting is
#. especially important for users who have scroll buttons disabled.
#. Translators should do whatever is needed to put crummy fonts last.
#. distinct uppercase and lowercase (e.g., 'o' vs. 'O')
#: ../dirwalk.c:184
#: ../dirwalk.c:191
msgid "oO"
msgstr "oO"
#. uncommon punctuation (e.g., '@', '#', '*', etc.)
#: ../dirwalk.c:187
msgid "`\\%_@$~#{}<>^&*"
msgstr "`\\%_@$~#{}<>^&*"
#. common punctuation (e.g., '?', '!', '.', ',', etc.)
#: ../dirwalk.c:190
#: ../dirwalk.c:194
msgid ",.?!"
msgstr ",.?!"
#. uncommon punctuation (e.g., '@', '#', '*', etc.)
#: ../dirwalk.c:197
#, fuzzy
#| msgid "`\\%_@$~#{}<>^&*"
msgid "`\\%_@$~#{<(^&*"
msgstr "`\\%_@$~#{}<>^&*"
#. digits (e.g., '0', '1' and '7')
#: ../dirwalk.c:193
#: ../dirwalk.c:200
msgid "017"
msgstr "017"
#. distinct circle-like characters (e.g., 'O' (capital oh) vs. '0' (zero))
#: ../dirwalk.c:196
#: ../dirwalk.c:203
msgid "O0"
msgstr "O0"
#. distinct line-like characters (e.g., 'l' (lowercase elle) vs. '1' (one) vs. 'I' (capital aye))
#: ../dirwalk.c:199
#: ../dirwalk.c:206
msgid "1Il|"
msgstr "1Il|"
#: ../dirwalk.c:210
msgid "<1>spare-1a"
msgstr ""
#: ../dirwalk.c:211
msgid "<1>spare-1b"
msgstr ""
#: ../dirwalk.c:212
msgid "<9>spare-9a"
msgstr ""
#: ../dirwalk.c:213
msgid "<9>spare-9b"
msgstr ""
#. Congratulations #1
#: ../great.h:37
msgid "Great!"
@ -385,7 +402,7 @@ msgstr "Ny"
#. Open a saved picture
#. buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
#: ../tools.h:90 ../tuxpaint.c:7984
#: ../tools.h:90 ../tuxpaint.c:7998
msgid "Open"
msgstr "Åbn"
@ -595,88 +612,88 @@ msgid "Remember to use the left mouse button!"
msgstr "Husk at bruge venstre musetaste!"
#. Sound has been muted (silenced) via keyboard shortcut
#: ../tuxpaint.c:2022
#: ../tuxpaint.c:2036
msgid "Sound muted."
msgstr "Lyd slukket."
#. Sound has been unmuted (unsilenced) via keyboard shortcut
#: ../tuxpaint.c:2027
#: ../tuxpaint.c:2041
msgid "Sound unmuted."
msgstr "Lyd tændt."
#. Wait while Text tool finishes loading fonts
#: ../tuxpaint.c:2494
#: ../tuxpaint.c:2508
msgid "Please wait…"
msgstr "Vent venligst…"
#: ../tuxpaint.c:7207
#: ../tuxpaint.c:7221
msgid "Pick a color."
msgstr "Vælg en farve."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
#: ../tuxpaint.c:7987
#: ../tuxpaint.c:8001
msgid "Erase"
msgstr "Slet"
#. Open dialog: 'Slides' button, to switch to slide show mode
#: ../tuxpaint.c:7990
#: ../tuxpaint.c:8004
msgid "Slides"
msgstr "Dias"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:7993
#: ../tuxpaint.c:8007
msgid "Back"
msgstr "Tilbage"
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:7996
#: ../tuxpaint.c:8010
msgid "Next"
msgstr "Næste"
#. Slideshow: 'Play' button, to begin a slideshow sequence
#: ../tuxpaint.c:7999
#: ../tuxpaint.c:8013
msgid "Play"
msgstr "Afspil"
#. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
#: ../tuxpaint.c:8646
#: ../tuxpaint.c:8660
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
#: ../tuxpaint.c:11647
#: ../tuxpaint.c:11661
msgid "Yes"
msgstr "Ja"
#: ../tuxpaint.c:11651
#: ../tuxpaint.c:11665
msgid "No"
msgstr "Nej"
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:12617
#: ../tuxpaint.c:12631
msgid "Replace the picture with your changes?"
msgstr "Erstat billedet med dine ændringer?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
#: ../tuxpaint.c:12621
#: ../tuxpaint.c:12635
msgid "Yes, replace the old one!"
msgstr "Ja, erstat det eksisterende!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
#: ../tuxpaint.c:12625
#: ../tuxpaint.c:12639
msgid "No, save a new file!"
msgstr "Nej, gem som et nyt billede!"
#: ../tuxpaint.c:13388
#: ../tuxpaint.c:13402
msgid "Choose the picture you want, then click “Open”."
msgstr "Vælg et billede og tryk på »Åbn«."
#. Let user choose images:
#. Instructions for Slideshow file dialog (FIXME: Make a #define)
#: ../tuxpaint.c:14375 ../tuxpaint.c:14689
#: ../tuxpaint.c:14389 ../tuxpaint.c:14703
msgid "Choose the pictures you want, then click “Play”."
msgstr "Vælg de ønskede billeder og tryk på »Afspil«."
@ -1198,16 +1215,16 @@ msgstr "Tv"
msgid "Click to make your picture look like it's on television."
msgstr "Klik for at få dit billede til at se ud som om, det er i fjernsynet."
#: ../../magic/src/waves.c:75
#: ../../magic/src/waves.c:80
msgid "Waves"
msgstr "Bølger"
# evt. småbølger.
#: ../../magic/src/waves.c:76
#: ../../magic/src/waves.c:81
msgid "Wavelets"
msgstr "Mindre bølger"
#: ../../magic/src/waves.c:83
#: ../../magic/src/waves.c:88
msgid ""
"Click to make the picture horizontally wavy. Click toward the top for "
"shorter waves, the bottom for taller waves, the left for small waves, and "
@ -1217,7 +1234,7 @@ msgstr ""
"bølger, bunden for højere bølger, til venstre for små bølger og mod højre "
"for lange bølger."
#: ../../magic/src/waves.c:84
#: ../../magic/src/waves.c:89
msgid ""
"Click to make the picture vertically wavy. Click toward the top for shorter "
"waves, the bottom for taller waves, the left for small waves, and the right "
@ -1227,6 +1244,12 @@ msgstr ""
"bølger, bunden for højere bølger, til venstre for små bølger og mod højre "
"for lange bølger."
#~ msgid "qy"
#~ msgstr "qy"
#~ msgid "QY"
#~ msgstr "QY"
#~ msgid "Click and drag to draw string art aligned to the edges."
#~ msgstr "Klik og bevæg musen rundt for at tegne strenge på dit billede."