Browsing Spanish translation

391394 of 394 results
391.
<option>--column</option>=<replaceable>column</replaceable>
(no translation yet)
392.
<application>Zenity</application> can create four types of message dialog:
(no translation yet)
393.
<option>--entry-text</option>=<replaceable>text</replaceable>
(no translation yet)
394.

#!/bin/sh

FILE=`zenity --file-selection \
--title="Select a File"`

case $? in
0)
zenity --text-info \
--title=$FILE \
--filename=$FILE \
--editable 2&gt;/tmp/tmp.txt;;
1)
echo "No file selected.";;
-1)
echo "No file selected.";;
esac
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
391394 of 394 results

This translation is managed by translation group gnome-translation-project.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.