Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37757872
en ru br
ALT Linux repositórios
S:0.8.3-alt1
5.0: 0.5.3.3-alt1
4.1: 0.4.3-alt2.M41.1
4.0: 0.4.1-alt1
3.0: 0.3.2-alt2

Group :: Desktop gráfico/XFce
RPM: xfce4-xkb-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xkb-l10n-fix.patch
Download


--- 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);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009