tint2conf: changed window title
This commit is contained in:
parent
c1eb404095
commit
e09c4a0642
8 changed files with 9 additions and 9 deletions
|
@ -237,7 +237,7 @@ int main(int argc, char **argv)
|
|||
|
||||
// define main layout : container, menubar, toolbar
|
||||
g_window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_title(GTK_WINDOW(g_window), _("Panel theming"));
|
||||
gtk_window_set_title(GTK_WINDOW(g_window), _("Tint2 panel themes"));
|
||||
gtk_window_resize(GTK_WINDOW(g_window), 920, 600);
|
||||
g_signal_connect(G_OBJECT(g_window), "destroy", G_CALLBACK(gtk_main_quit), NULL);
|
||||
vBox = gtk_vbox_new(FALSE, 0);
|
||||
|
|
|
@ -2059,7 +2059,7 @@ msgid "tint2conf"
|
|||
msgstr "tint2conf"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Izgled ploče"
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
|
@ -2117,8 +2117,8 @@ msgid "tint2conf"
|
|||
msgstr "tint2conf"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgstr "Thème du panel"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Thème du panel tint2"
|
||||
|
||||
#: ../main.c:250
|
||||
msgid "Theme"
|
||||
|
|
|
@ -2059,7 +2059,7 @@ msgid "tint2conf"
|
|||
msgstr "tint2conf"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Izgled ploče"
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
|
@ -2093,7 +2093,7 @@ msgid "tint2conf"
|
|||
msgstr "tint2conf"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Wygląd panelu"
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
|
@ -2055,7 +2055,7 @@ msgid "tint2conf"
|
|||
msgstr "tint2conf"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Настройка тем панелей"
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
|
@ -2058,7 +2058,7 @@ msgid "tint2conf"
|
|||
msgstr "тинт2конф"
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr "Изглед плоче"
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
|
@ -1914,7 +1914,7 @@ msgid "tint2conf"
|
|||
msgstr ""
|
||||
|
||||
#: ../main.c:240
|
||||
msgid "Panel theming"
|
||||
msgid "Tint2 panel themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../main.c:250
|
||||
|
|
Loading…
Reference in a new issue