tint2conf: fix typo (issue #592)

This commit is contained in:
o9000 2016-08-07 14:23:49 +02:00
parent 2922708c18
commit 8b08930268
8 changed files with 4 additions and 34 deletions

View file

@ -1133,12 +1133,6 @@ msgstr "Prebaci"
msgid "Iconify"
msgstr "Umanji"
#: ../properties.c:3434 ../properties.c:3470 ../properties.c:3542
#: ../properties.c:3578
#, fuzzy
msgid "Shade"
msgstr "Zatamni"
#: ../properties.c:3435 ../properties.c:3471 ../properties.c:3507
#: ../properties.c:3543 ../properties.c:3579
msgid "Toggle or iconify"
@ -1233,9 +1227,8 @@ msgid "Middle click"
msgstr "Srednji klik"
#: ../properties.c:3506
#, fuzzy
msgid "sShade"
msgstr "zZatamni"
msgid "Shade"
msgstr "Zatamni"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "

View file

@ -1257,10 +1257,6 @@ msgstr "Spécifie l'action à engager lorsque les boutons de tâches reçoivent
msgid "Middle click"
msgstr "Clic milieu"
#: ../properties.c:3506
msgid "sShade"
msgstr "Réduire"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "
"click event: \n"

View file

@ -1232,11 +1232,6 @@ msgstr "Određuje akciju nakon pomijeranja kolutića miša gore na zadatku: \n"
msgid "Middle click"
msgstr "Srednji klik"
#: ../properties.c:3506
#, fuzzy
msgid "sShade"
msgstr "zZatamni"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "
"click event: \n"

View file

@ -1248,10 +1248,6 @@ msgstr "Określa akcję, która zostanie wykonana po poruszeniu kółka myszy w
msgid "Middle click"
msgstr "Klik środkowym"
#: ../properties.c:3506
msgid "sShade"
msgstr "Zwiń"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "
"click event: \n"

View file

@ -1220,10 +1220,6 @@ msgstr "Задает действие, выполняемое когда кно
msgid "Middle click"
msgstr "Средний щелчок"
#: ../properties.c:3506
msgid "sShade"
msgstr "Скрутить"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "
"click event: \n"

View file

@ -1133,7 +1133,6 @@ msgstr "Умањи"
#: ../properties.c:3434 ../properties.c:3470 ../properties.c:3542
#: ../properties.c:3578
#, fuzzy
msgid "Shade"
msgstr "Затамни"
@ -1230,11 +1229,6 @@ msgstr "Одређује акцију након померања колути
msgid "Middle click"
msgstr "Средњи клик"
#: ../properties.c:3506
#, fuzzy
msgid "sShade"
msgstr "зЗатамни"
#: ../properties.c:3514
msgid "Specifies the action performed when task buttons receive a middle "
"click event: \n"

View file

@ -1148,7 +1148,7 @@ msgid "Middle click"
msgstr ""
#: ../properties.c:3506
msgid "sShade"
msgid "Shade"
msgstr ""
#: ../properties.c:3514

View file

@ -3503,7 +3503,7 @@ void create_task(GtkWidget *parent)
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Close"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Toggle"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Iconify"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("sShade"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Shade"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Toggle or iconify"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Maximize or restore"));
gtk_combo_box_append_text(GTK_COMBO_BOX(task_mouse_middle), _("Desktop left"));