POT and PO update after Albert's font scoring system changes.
This commit is contained in:
parent
a5ba984e9a
commit
f91458a020
84 changed files with 5827 additions and 4176 deletions
123
src/po/ast.po
123
src/po/ast.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint 0.9.18\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 19:37+0100\n"
|
||||
"Last-Translator: Xandru Armesto <alarmes@wanadoo.es>\n"
|
||||
"Language-Team: Asturian\n"
|
||||
|
|
@ -105,63 +105,80 @@ msgstr "¡Crema!"
|
|||
#. 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!"
|
||||
|
|
@ -377,7 +394,7 @@ msgstr "Nuevu"
|
|||
#. 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 "Abrir"
|
||||
|
||||
|
|
@ -582,88 +599,88 @@ msgid "Remember to use the left mouse button!"
|
|||
msgstr "¡Acuérdate d'emplegar el botón izquierdu del ratón!"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2022
|
||||
#: ../tuxpaint.c:2036
|
||||
msgid "Sound muted."
|
||||
msgstr "Soníu silenciáu."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2027
|
||||
#: ../tuxpaint.c:2041
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Soníu activu."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Please wait…"
|
||||
msgstr "Espera, por favor..."
|
||||
|
||||
#: ../tuxpaint.c:7207
|
||||
#: ../tuxpaint.c:7221
|
||||
msgid "Pick a color."
|
||||
msgstr "Escueyi un color."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:7987
|
||||
#: ../tuxpaint.c:8001
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:7990
|
||||
#: ../tuxpaint.c:8004
|
||||
msgid "Slides"
|
||||
msgstr "Diapositives"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:7993
|
||||
#: ../tuxpaint.c:8007
|
||||
msgid "Back"
|
||||
msgstr "Tornar"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:7996
|
||||
#: ../tuxpaint.c:8010
|
||||
msgid "Next"
|
||||
msgstr "Siguiente"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:7999
|
||||
#: ../tuxpaint.c:8013
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. 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 "Sí"
|
||||
|
||||
#: ../tuxpaint.c:11651
|
||||
#: ../tuxpaint.c:11665
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#. 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 "¿Guardar cambios na imaxe?"
|
||||
|
||||
#. 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 "¡Sí, guárdalos!"
|
||||
|
||||
#. 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 "¡Non, guardar nun ficheru nuevu!"
|
||||
|
||||
#: ../tuxpaint.c:13388
|
||||
#: ../tuxpaint.c:13402
|
||||
msgid "Choose the picture you want, then click “Open”."
|
||||
msgstr "Escueyi la imaxe que quieras, llueu fai clic en “Abrir”."
|
||||
|
||||
#. 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 "Escueyi les imáxenes que quieras, llueu fai clic en “Reproducir”."
|
||||
|
||||
|
|
@ -1173,15 +1190,15 @@ msgstr "TV"
|
|||
msgid "Click to make your picture look like it's on television."
|
||||
msgstr "Calca pa llograr que la imaxe paeza de televisión."
|
||||
|
||||
#: ../../magic/src/waves.c:75
|
||||
#: ../../magic/src/waves.c:80
|
||||
msgid "Waves"
|
||||
msgstr "Foles"
|
||||
|
||||
#: ../../magic/src/waves.c:76
|
||||
#: ../../magic/src/waves.c:81
|
||||
msgid "Wavelets"
|
||||
msgstr "Ondes"
|
||||
|
||||
#: ../../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 "
|
||||
|
|
@ -1191,7 +1208,7 @@ msgstr ""
|
|||
"cortes y p'abaxo pa faceles más altes, a la manzorga pa faceles más pequeñes "
|
||||
"y a la drecha pa faceles más llargues. "
|
||||
|
||||
#: ../../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 "
|
||||
|
|
@ -1201,6 +1218,12 @@ msgstr ""
|
|||
"cortes y p'abaxo pa faceles más altes, a la manzorga pa faceles más pequeñes "
|
||||
"y a la drecha pa faceles más llargues. "
|
||||
|
||||
#~ msgid "qy"
|
||||
#~ msgstr "qy"
|
||||
|
||||
#~ msgid "QY"
|
||||
#~ msgstr "QY"
|
||||
|
||||
#~ msgid "Click and drag to draw string art aligned to the edges."
|
||||
#~ msgstr ""
|
||||
#~ "Calca y arrastra pa dibuxar filos artísticos alliniaos a los bordes."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue