Browsing Louisiana French translation

321329 of 329 results
321.
<cmd>--year</cmd>=<var>year</var>
(no translation yet)
Located in C/calendar.page:34(title)
322.
Specifies the year that is selected in the calendar dialog.
(no translation yet)
Located in C/calendar.page:35(p)
323.
<cmd>--date-format</cmd>=<var>format</var>
(no translation yet)
Located in C/calendar.page:39(title)
324.
Specifies the format that is returned from the calendar dialog after date selection. The default format depends on your locale. Format must be a format that is acceptable to the <cmd>strftime</cmd> function, for example <var>%A %d/%m/%y</var>.
(no translation yet)
Located in C/calendar.page:40(p)
325.
The following example script shows how to create a calendar dialog:
(no translation yet)
Located in C/calendar.page:45(p)
326.

#!/bin/sh


if zenity --calendar \
--title="Select a Date" \
--text="Click on a date to select that date." \
--day=10 --month=8 --year=2004
then echo $?
else echo "No date selected"
fi
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)
Located in C/calendar.page:49(code)
327.
Calendar Dialog Example
(no translation yet)
Located in C/calendar.page:64(title)
328.
Zenity calendar dialog example
(no translation yet)
Located in C/calendar.page:65(desc)
329.
translator-credits
Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
To prevent privacy issues, this translation is not available to anonymous users,
if you want to see it, please, log in first.
Located in C/index.page:0(None)
321329 of 329 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.