summaryrefslogtreecommitdiff
path: root/po/cs.po
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-05-19 19:49:13 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-05-19 19:49:13 +0000
commita686e0d829ac351c47c4750e9b459e79276969f3 (patch)
tree131bdfd3479af84caaa80d265a49fc088cb0b3f2 /po/cs.po
parenteeae338b64553fc81099e307f90846198a9e2583 (diff)
downloadvte-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/cs.po')
-rw-r--r--po/cs.po33
1 files changed, 19 insertions, 14 deletions
diff --git a/po/cs.po b/po/cs.po
index 46440b4b..2f67e60e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: vte VERSION\n"
-"POT-Creation-Date: 2003-05-09 05:36+0200\n"
+"POT-Creation-Date: 2003-05-19 14:33-0400\n"
"PO-Revision-Date: 2003-05-09 14:14+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -13,17 +13,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/iso2022.c:744 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 "Nemohu konvertovat znaky z %s do %s."
-#: src/iso2022.c:1355
+#: src/iso2022.c:1505
#, c-format
msgid "Attempt to set invalid NRC map '%c'."
msgstr "Pokus nastavit neplatnou mapu NRC '%c'."
-#: src/iso2022.c:1406 src/iso2022.c:1432
+#. 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 "Pokus nastavit neplatnou širokou mapu NRC '%c'."
@@ -41,7 +46,7 @@ msgstr "Chyba při přidávání `%s' do prostředí, pokračuji."
msgid "can not run %s"
msgstr "nemohu spustit %s"
-#: src/reaper.c:108
+#: src/reaper.c:110
msgid "Error creating signal pipe."
msgstr "Chyba při vytváření signálové roury."
@@ -50,48 +55,48 @@ msgstr "Chyba při vytváření signálové roury."
msgid "Duplicate (%s/%s)!"
msgstr "Duplikát (%s/%s)!"
-#: src/vte.c:1427
+#: src/vte.c:1430
#, c-format
msgid "Error compiling regular expression \"%s\"."
msgstr "Chyba při kompilaci regulárního výrazu \"%s\"."
-#: src/vte.c:5501
+#: src/vte.c:5534
#, c-format
msgid "Got unexpected (key?) sequence `%s'."
msgstr "Dostal jsem neočekávanou sekvenci (kláves?) `%s'."
-#: src/vte.c:6514
+#: src/vte.c:6547
#, c-format
msgid "No handler for control sequence `%s' defined."
msgstr "Nedefinována žádná obsluha pro řídicí sekvenci `%s'."
-#: src/vte.c:7230
+#: src/vte.c:7293
#, c-format
msgid "Error reading from child: %s."
msgstr "Chyba při čtení od potomka: %s."
-#: src/vte.c:7384
+#: src/vte.c:7449
#, c-format
msgid "Error (%s) converting data for child, dropping."
msgstr "Chyba (%s) při konverzi dat pro potomka, zahazuji je."
-#: src/vte.c:9934
+#: src/vte.c:10069
#, c-format
msgid "Error reading PTY size, using defaults: %s."
msgstr "Chyba při čtení velikosti PTY, používám implicitní: %s."
-#: src/vte.c:9970
+#: src/vte.c:10105
#, c-format
msgid "Error setting PTY size: %s."
msgstr "Chyba při nastavování velikosti PTY: %s."
#. Aaargh. We're screwed.
-#: src/vte.c:13914
+#: src/vte.c:14067
msgid "_vte_conv_open() failed setting word characters"
msgstr "_vte_conv_open() selhal při nastavování znaků slova"
#. Bail back to normal mode.
-#: src/vteapp.c:640
+#: src/vteapp.c:642
msgid "Could not open console.\n"
msgstr "Nemohu otevřít konzoli.\n"