Browsing Ukrainian translation

615 of 696 results
6.
2013
(itstool) path: credit/years
(no translation yet)
Located in C/dev-help-appmenu.page:13 C/dev-help-appmenu.page:18 C/dev-help-build.page:13 C/dev-help.page:16 C/dev-help.page:21 C/dev-help-write.page:13 C/dev-translate-build.page:13 C/dev-translate.page:14 C/dev-translate-setup.page:13 C/dev-translate-tools.page:12 C/overview-io.page:17 C/overview-media.page:12 C/overview-net.page:12 C/overview-settings.page:12 C/overview-ui.page:12 C/tech-avahi.page:12 C/tech-canberra.page:13 C/tech-champlain.page:12 C/tech-folks.page:12 C/tech-gda.page:13 C/tech-geoclue2.page:12 C/tech-geocode-glib.page:12 C/tech-gio-network.page:13 C/tech-gio.page:18 C/tech-glib.page:12 C/tech-gobject.page:11 C/tech-gsettings.page:13 C/tech-network-manager.page:12 C/tech-notify.page:18 C/tech-polkit.page:12 C/tech-poppler.page:12 C/tech-soup.page:12 C/tech-spell-checking.page:12 C/tech-telepathy.page:18 C/tech-tracker.page:12 C/tech-webkit.page:18 C/tour-application.page:13 C/tour-application.page:18 C/tour-events.page:13 C/tour-events.page:18 C/tour-get_object.page:13 C/tour-get_object.page:18 C/tour-gjs.page:13 C/tour-gjs.page:18 C/tour-glade.page:13 C/tour-glade.page:18 C/tour.page:14 C/tour.page:19 C/tour-summary.page:12 C/tour-summary.page:17
7.
Ekaterina Gerasimova
(itstool) path: credit/name
(no translation yet)
Located in C/dev-help-appmenu.page:16 C/dev-help-build.page:16 C/dev-help.page:19 C/dev-help-write.page:11 C/dev-translate-build.page:11 C/index.page:36 C/license.page:11 C/tour-application.page:11 C/tour-events.page:11 C/tour-get_object.page:11 C/tour-gjs.page:11 C/tour-glade.page:11 C/tour.page:12 C/tour-summary.page:10
8.
Add <gui>Help</gui> to the application menu
(itstool) path: page/title
(no translation yet)
Located in C/dev-help-appmenu.page:25
9.
Set up help
(itstool) path: links/title
(no translation yet)
Located in C/dev-help-appmenu.page:28 C/dev-help-build.page:28 C/dev-help.page:33 C/dev-help-write.page:23
10.
Most GNOME applications should have an application menu. The <gui style="menuitem">Help</gui> menu item should go above the <gui style="menuitem">About</gui> menu item.
(itstool) path: page/p
(no translation yet)
Located in C/dev-help-appmenu.page:31
11.
This example, based on <app href="https://gitlab.gnome.org/GNOME/cheese/blob/master/src/cheese-main.vala">Cheese</app>, assumes that your application is written in Vala. It will be slightly different for other programming languages.
(itstool) path: note/p
(no translation yet)
Located in C/dev-help-appmenu.page:37
12.
Add the <gui style="menuitem">Help</gui> item to the list of actions:
(itstool) path: example/p
(no translation yet)
Located in C/dev-help-appmenu.page:43
13.

private const GLib.ActionEntry action_entries[] = {
<input>{ "help", on_help },</input>
{ "about", on_about },
{ "quit", on_quit }
};

add_action_entries (action_entries, my_Gtk_Application);
(itstool) path: example/code
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/dev-help-appmenu.page:44
14.
Add the <gui style="menuitem">Help</gui> menu item to the application menu:
(itstool) path: example/p
(no translation yet)
Located in C/dev-help-appmenu.page:54
15.

var menu = new GLib.Menu ();
var section = new GLib.Menu ();

<input>var item = new GLib.MenuItem (_("_Help"), "app.help");
item.set_attribute ("accel", "s", "F1");
section.append_item (item);</input>
(itstool) path: example/code
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/dev-help-appmenu.page:57
615 of 696 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.