diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-05-19 19:49:13 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-05-19 19:49:13 +0000 |
commit | a686e0d829ac351c47c4750e9b459e79276969f3 (patch) | |
tree | 131bdfd3479af84caaa80d265a49fc088cb0b3f2 /po/cy.po | |
parent | eeae338b64553fc81099e307f90846198a9e2583 (diff) | |
download | vte-a686e0d829ac351c47c4750e9b459e79276969f3.tar.gz |
fix KP_PageDown in application keypad mode (#113187). add a finalize
* src/keymap.c: fix KP_PageDown in application keypad mode (#113187).
* src/reaper.c: add a finalize method which properly cleans things up so that
the singleton can at least theoretically be destroyed (part of a fix
for #112172).
* src/vte.c: obtain a ref to a reaper object whenever we are waiting for a
child to exit.
* po/POTFILES.in: add more source files for scanning.
* src/iso2022.c: rework pieces to handle incomplete sequences at the end of
input. Check for 8-bit SS2 and SS3 in case of EILSEQ. Build a fake
ISO-8859-1 map for conversions using invalid maps.
* src/iso2022.c(_vte_iso2022_state_free): free the state's buffer.
* src/vteconv.c: internalize UTF-8 to UTF-8 conversions, fix handling of
incomplete sequences at the end of the available data.
* src/vte.c: implement send/receive and automatic linefeed modes.
* src/vte.c(vte_sequence_handler_sr): invalidate the row which contains the
cursor to ensure that it doesn't leave a trail.
* src/vte.c(vte_sequence_handler_return_terminal_id): add.
* src/vte.c(vte_terminal_feed_child_using_modes): add.
Diffstat (limited to 'po/cy.po')
-rw-r--r-- | po/cy.po | 32 |
1 files changed, 18 insertions, 14 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: vte\n" -"POT-Creation-Date: 2003-05-16 13:06+0200\n" +"POT-Creation-Date: 2003-05-19 14:33-0400\n" "PO-Revision-Date: 2003-05-16 15:13+0100\n" "Last-Translator: Dafydd Harries <daf@parnassus.ath.cx>\n" "Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n" @@ -14,17 +14,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/iso2022.c:723 src/iso2022.c:734 src/iso2022.c:758 src/vte.c:1991 +#: src/iso2022.c:735 src/iso2022.c:746 src/iso2022.c:795 src/vte.c:1994 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Methu trosi nodau o %s i %s." -#: src/iso2022.c:1372 +#: src/iso2022.c:1505 #, c-format msgid "Attempt to set invalid NRC map '%c'." msgstr "Cais gosod map NRC annilys '%c'." -#: src/iso2022.c:1423 src/iso2022.c:1449 +#. See ECMA-35. +#: src/iso2022.c:1546 +msgid "Unrecognized identified coding system." +msgstr "" + +#: src/iso2022.c:1595 src/iso2022.c:1621 #, c-format msgid "Attempt to set invalid wide NRC map '%c'." msgstr "Cais gosod map NRC llydan annilys '%c'." @@ -42,7 +47,7 @@ msgstr "Gwall wrth ycwannegu '%s' i'r amgylchedd, parhau." msgid "can not run %s" msgstr "methu gweithredu %s" -#: src/reaper.c:108 +#: src/reaper.c:110 msgid "Error creating signal pipe." msgstr "Gwall wrth greu piben arwyddion." @@ -51,43 +56,43 @@ msgstr "Gwall wrth greu piben arwyddion." msgid "Duplicate (%s/%s)!" msgstr "Dyblyg (%s/%s)!" -#: src/vte.c:1427 +#: src/vte.c:1430 #, c-format msgid "Error compiling regular expression \"%s\"." msgstr "Gwall wrth grynhoi mynegiad rheolaidd \"%s\"." -#: src/vte.c:5501 +#: src/vte.c:5534 #, c-format msgid "Got unexpected (key?) sequence `%s'." msgstr "Cafwyd dilyniant (bysellau?) annisgwyl `%s'." -#: src/vte.c:6514 +#: src/vte.c:6547 #, c-format msgid "No handler for control sequence `%s' defined." msgstr "Dim trinydd ar gyfer y dilyniant rheoli `%s' wedi ei ddiffinio." -#: src/vte.c:7230 +#: src/vte.c:7293 #, c-format msgid "Error reading from child: %s." msgstr "Gwall wrth ddarllen o blentyn: %s." -#: src/vte.c:7384 +#: src/vte.c:7449 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "Gwall (%s) trosi data ar gyfer plentyn, gollwng." -#: src/vte.c:9934 +#: src/vte.c:10069 #, c-format msgid "Error reading PTY size, using defaults: %s." msgstr "Gwall wrth ddarllen maint PTY, defnyddio rhagosodiadau: %s." -#: src/vte.c:9970 +#: src/vte.c:10105 #, c-format msgid "Error setting PTY size: %s." msgstr "Gwall wrth osod maint PTY: %s." #. Aaargh. We're screwed. -#: src/vte.c:13922 +#: src/vte.c:14067 msgid "_vte_conv_open() failed setting word characters" msgstr "methodd _vte_conv_open() wrth osod nodau geiriau" @@ -105,4 +110,3 @@ msgstr "Modd picseli anhysbys %d.\n" #, c-format msgid "Can not draw character U+%04x.\n" msgstr "Methu arlunio'r nod U+%04x.\n" - |