131 lines
3.1 KiB
Plaintext
131 lines
3.1 KiB
Plaintext
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: f123-files\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2018-05-11 11:17-0400\n"
|
||
|
"PO-Revision-Date: 2019-06-25 02:54\n"
|
||
|
"Last-Translator: Fernando Botelho (FernandoBotelho)\n"
|
||
|
"Language-Team: Spanish\n"
|
||
|
"Language: es_ES\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
"X-Generator: crowdin.com\n"
|
||
|
"X-Crowdin-Project: f123-files\n"
|
||
|
"X-Crowdin-Language: es-ES\n"
|
||
|
"X-Crowdin-File: /master/po/pdmenu/pdmenu.pot\n"
|
||
|
|
||
|
#: src/actions.c:96
|
||
|
msgid "Please wait..."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/actions.c:109
|
||
|
msgid "Press Esc to close window."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/actions.c:201
|
||
|
msgid "Command returned no output"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/actions.c:346
|
||
|
msgid "Press Enter to return to Pdmenu."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/screen.c:141
|
||
|
msgid "Unable to initialize key mappings."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/screen.c:187
|
||
|
msgid "Error: The screen is too small."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/error.c:31
|
||
|
#, c-format
|
||
|
msgid "pdmenu error: "
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/menu.c:447
|
||
|
msgid "Arrow keys move, Esc exits current menu, Enter runs program"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/menu.c:478
|
||
|
#, c-format
|
||
|
msgid "Attempt to remove menu \"%s\" failed: menu is on screen."
|
||
|
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/inputbox.c:53 src/inputbox.c:77
|
||
|
msgid "Press Enter when done, or Esc to cancel"
|
||
|
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-s --superhot enable super hot keys\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-b --borderspace draw borders with spaces, not lines\n"
|
||
|
"\t-n --numeric do not use 8 and 2 for moving up and down\n"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/pdmenu.c:46
|
||
|
msgid "(Long options are disabled.)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/pdmenu.c:53
|
||
|
#, c-format
|
||
|
msgid "Pdmenu %s GPL Copyright (C) 1995-2018 by Joey Hess <pdmenu@joeyh.name>\n"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/pdmenu.c:169
|
||
|
msgid "Unable to find any pdmenurc files, or all pdmenurc files are empty."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/pdmenu.c:180
|
||
|
#, c-format
|
||
|
msgid "Menu \"%s\" is not defined."
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/pdmenu.c:207
|
||
|
msgid "Pdmenu"
|
||
|
msgstr ""
|
||
|
|
||
|
#: src/window.c:37
|
||
|
#, c-format
|
||
|
msgid "Welcome to Pdmenu %s by Joey Hess <pdmenu@joeyh.name>"
|
||
|
msgstr ""
|
||
|
|