1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-11 14:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. Display wait text.
#: src/actions.c:95
msgid "Please wait..."
msgstr ""
#: src/actions.c:108
msgid "Press Esc to close window."
msgstr ""
#: src/actions.c:200
msgid "Command returned no output"
msgstr ""
#. pause 1st
#: src/actions.c:316
msgid "Press Enter to return to Pdmenu."
msgstr ""
#: src/error.c:31
#, c-format
msgid "pdmenu error: "
msgstr ""
#: src/inputbox.c:53 src/inputbox.c:77
msgid "Press Enter when done, or Esc to cancel"
msgstr ""
#. They hit a bad key. Display help.
#: src/menu.c:427
msgid "Arrow keys move, Esc exits current menu, Enter runs program"
msgstr ""
#: src/menu.c:458
#, c-format
msgid "Attempt to remove menu \"%s\" failed: menu is on screen."
msgstr ""
#: src/pdmenu.c:29
#, c-format
msgid ""
"Usage: pdmenu [options] [menufiles ..]\n"
"\tmenufiles the rc files to read instead of\n"
"\t ~/.pdmenurc or %spdmenurc\n"
"\t-h --help display this help\n"
"\t-c --color enable color\n"
"\t-u --unpark cursor moves to current selection\n"
"\t-q --quit 'q' key does not exit program\n"
"\t-mmenuid --menu=menuid display menu with this menuid on startup\n"
"\t-v --version show version information\n"
"\t-r --retro draw menus using old style\n"
"\t-l --lowbit do not use high bit line drawing characters\n"
"\t-n --numeric do not use 8 and 2 for moving up and down\n"
msgstr ""
#: src/pdmenu.c:44
msgid "(Long options are disabled.)"
msgstr ""
#: src/pdmenu.c:51
#, c-format
msgid "Pdmenu %s GPL Copyright (C) 1995-2002 by Joey Hess <joey@kitenet.net>\n"
msgstr ""
#: src/pdmenu.c:159
msgid "Unable to find any pdmenurc files, or all pdmenurc files are empty."
msgstr ""
#. Couldn't find the menu if we get to here.
#: src/pdmenu.c:170
#, c-format
msgid "Menu \"%s\" is not defined."
msgstr ""
#: src/pdmenu.c:197
msgid "Pdmenu"
msgstr ""
#: src/rc.c:186
#, c-format
msgid "%s:%i Invalid screen part name, \"%s\"."
msgstr ""
#: src/rc.c:197
#, c-format
msgid "%s:%i \"endgroup\" found outside of group block."
msgstr ""
#: src/rc.c:201
#, c-format
msgid "%s:%i Invalid or misplaced keyword, \"%s\"."
msgstr ""
#: src/rc.c:241
#, c-format
msgid "%s:%i Nested \"group\" commands."
msgstr ""
#: src/rc.c:333
#, c-format
msgid "%s: \"group\" command used without \"endgroup\"."
msgstr ""
#: src/screen.c:147
msgid "Unable to initialize key mappings."
msgstr ""
#: src/screen.c:193
msgid "Error: The screen is too small."
msgstr ""
#: src/window.c:37
#, c-format
msgid "Welcome to Pdmenu %s by Joey Hess <joey@kitenet.net>"
msgstr ""
|