Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37414424
en ru br
Репозитории ALT
S:0.8.3-alt1
5.1: 0.5.3.3-alt3
4.1: 0.4.3-alt2.M41.1
4.0: 0.4.1-alt1
3.0: 0.3.2-alt2
www.altlinux.org/Changes

Группа :: Графические оболочки/XFce
Пакет: xfce4-xkb-plugin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: xkb-l10n-fix.patch
Скачать


--- xfce4-xkb-plugin/panel-plugin/xkb-settings-dialog.c.orig	2009-03-06 16:16:03 +0300
+++ xfce4-xkb-plugin/panel-plugin/xkb-settings-dialog.c	2009-09-20 22:11:25 +0400
@@ -571,14 +571,14 @@
     xkb->layout_tree_view = gtk_tree_view_new ();
     gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
                                                -1,      
-                                               "Default",  
+                                               _("Default"),  
                                                renderer2,
                                                "active", DEFAULT_LAYOUT,
                                                NULL);
                                                
     gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
                                                -1,      
-                                               "Layout",  
+                                               _("Layout"),  
                                                renderer,
                                                "text", LAYOUTS,
                                                NULL);
@@ -586,7 +586,7 @@
     renderer = gtk_cell_renderer_text_new ();
     gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (xkb->layout_tree_view),
                                                -1,      
-                                               "Variant",  
+                                               _("Variant"),  
                                                renderer,
                                                "text", VARIANTS,
                                                NULL);
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin