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
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: grun 0.9.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-01-14 00:10+0000\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"
#: grun.c:869
msgid "Choose Application"
msgstr ""
#: grun.c:899
msgid ""
"gRun launches applications under X\n"
"\n"
"Usage grun [options] [file options]\n"
"\n"
" file options Launch file directly, no dialog boxes\n"
" --persist Dialog persistance\n"
" --preload file Load file as default command\n"
" --notips Disable tooltips\n"
" --version Show version\n"
" --help Show this guide \n"
"\n"
"Copyright Southern Gold Development 1998\n"
msgstr ""
#: grun.c:903
#, c-format
msgid ""
"gRun version %s\n"
"\n"
"Copyright Southern Gold Development 1998\n"
msgstr ""
#: grun.c:951 grun.c:952
#, c-format
msgid "gRun %s"
msgstr ""
#: grun.c:970
msgid "Launch Application"
msgstr ""
#: grun.c:1009
msgid "OK"
msgstr ""
#: grun.c:1013
msgid "Launch application"
msgstr ""
#: grun.c:1013
msgid "The OK button launches the application given in the entry box"
msgstr ""
#: grun.c:1016
msgid "Close"
msgstr ""
#: grun.c:1019
msgid "Cancel"
msgstr ""
#: grun.c:1025
msgid "Close gRun"
msgstr ""
#: grun.c:1025
msgid "The Close button will close the persistant gRun window"
msgstr ""
#: grun.c:1028
msgid "Cancel launch"
msgstr ""
#: grun.c:1028
msgid "The Cancel button cancels the launch process and closes gRun"
msgstr ""
#: grun.c:1031
msgid "Browse"
msgstr ""
#: grun.c:1034
msgid "Browse for command"
msgstr ""
#: grun.c:1034
msgid ""
"The Browse button opens a file selection box so the user can browse for the "
"command to launch"
msgstr ""
|