+++ /dev/null
-
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#202020\ntooltip_fg_color:#ffffff\nselected_bg_color:#3b6eeb\nselected_fg_color:#ffffff\ntext_color:#202020\nbg_color:#ededed\ntooltip_bg_color:#000000\nlink_color:#0033ff"
-
-gtk_color_scheme = "menu_gradient:#4455F6"
-
-gtk-auto-mnemonics = 1
-
-gtk-button-images = 0
-
-style "default" {
- xthickness = 1
- ythickness = 1
-
- #######################
- # Style Properties
- #######################
- GtkButton::child-displacement-x = 0
- GtkButton::child-displacement-y = 0
- GtkButton::default-border = {0, 0, 0, 0}
- GtkButton::image-spacing = 4
- GtkToolButton::icon-spacing = 4
-
- GtkCheckButton::indicator-size = 18
- GtkRadioButton::indicator-size = 18
-
- GtkEntry::honors-transparent-bg-hint = 1
- GtkEntry::invisible-char = 0x2022
- GtkEntry::progress-border = {2, 2, 2, 2}
- GtkEntry::state-hint = 0
-
- GtkProgressBar::min-vertical-bar-width = 13
- GtkProgressBar::min-horizontal-bar-height = 13
-
- GtkExpander::expander-size = 14
-
- GtkMenuBar::internal-padding = 0
- GtkMenuBar::window-dragging = 1
- # GtkMenuBar::shadow-type = GTK_SHADOW_NONE # En Unity se habilita esta linea
-
- GtkMenu::horizontal-padding = 0
- GtkMenu::vertical-padding = 0
- GtkSeparatorMenuItem::horizontal-padding = 7
-
- GtkNotebook::tab-overlap = 2 # Default = 2
- GtkNotebook::tab-curvature = 1 # Default = 1
-
- GtkPaned::handle-size = 6
-
- GtkRange::trough-border = 0
- GtkRange::trough-side-details = 0
- GtkRange::slider-width = 15
- GtkRange::stepper-size = 1
-
- GtkScale::slider-length = 14
- GtkScale::slider-width = 14
- GtkScale::trough-side-details = 0
-
- GtkScrollbar::has-backward-stepper = 0
- GtkScrollbar::has-forward-stepper = 1 # El maldito rollo de gtk2 y las scrollbars
- GtkScrollbar::min-slider-length = 30
- GtkScrollbar::slider-width = 9
- GtkScrollbar::trough-border = 3
- GtkScrollbar::activate-slider = 0
- GtkScrollbar::trough-side-details = 0
- GtkScrollbar::stepper-size = 1
-
- GtkScrolledWindow::scrollbar-spacing = 0
- GtkScrolledWindow::scrollbars-within-bevel = 1
-
- GtkToolbar::internal-padding = 0
- GtkToolbar::window-dragging = 1
-
- GtkTreeView::expander-size = 7
- GtkTreeView::odd_row_color = "#F4F6FA"
- # en eclipse afecta backcolor de "Quick Type Hierarchy (CTRL+T)"
- # GtkTreeView::even_row_color = "#FFF"
-
- GtkWidget::link-color = @link_color
- GtkWidget::focus-padding = 0
- WnckTasklist::fade-overlay-rect = 0
-
- GtkWindow::resize-grip-height = 0 # Ocultar resize-grip
- GtkWindow::resize-grip-width = 0
-
- ####################
- # Color Definitions
- ####################
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = @bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
-
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = darker (@bg_color)
- fg[ACTIVE] = @fg_color
-
- text[NORMAL] = @text_color
- text[PRELIGHT] = @text_color
- text[SELECTED] = @selected_fg_color
- text[INSENSITIVE] = darker (@bg_color)
- text[ACTIVE] = @selected_fg_color
-
- base[NORMAL] = @base_color
- base[PRELIGHT] = shade (0.95, @bg_color)
- base[SELECTED] = @selected_bg_color
- base[INSENSITIVE] = @bg_color
- base[ACTIVE] = shade (0.9, @selected_bg_color)
-
- engine "murrine" {
- animation = FALSE
- arrowstyle = 1 # Estilo flechas menu (triangulos)
- colorize_scrollbar = TRUE
- contrast = 1.0
- default_button_color = shade (1.05, "#66a3e3")
- expanderstyle = 0 # Treview expander (triangulo)
- cellstyle = 0
- focusstyle = 0
- glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
- glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
- gradient_shades = {1.00, 0.91, 0.92, 0.81}
- highlight_shade = 1.0
- lightborder_shade = 1.0
- lightborderstyle = 1 # 0 = top side, 1 = all sides
- listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line
- menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
- menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
- menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
- menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless
- progressbarstyle = 1
- reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
- rgba = FALSE # alpha transparency
- roundness = 3 # 0 = square
- scrollbarstyle = 0 # 0 = nothing
- separatorstyle = 0
- shadow_shades = {2.0, 1.0}
- sliderstyle = 0 # 0 = nothing added
- stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
- toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
- trough_shades = {0.85, 1.0}
- }
-}
-
-style "wide" {
- xthickness = 2
- ythickness = 2
-}
-
-style "wider" {
- xthickness = 3
- ythickness = 3
-}
-
-style "button" {
- xthickness = 3
- ythickness = 3
-
- bg[ACTIVE] = shade (1.15, "#5c8fe9") # Pulsado #80B8EA
- bg[NORMAL] = shade (0.93, "#FFF")
- bg[PRELIGHT] = shade (0.95, "#FFF")
- bg[SELECTED] = shade (1.25, "#5c8fe9") # Default
- bg[INSENSITIVE] = shade (0.88, "#FFF")
-
- engine "murrine" {
- border_shades = {1.0, 0.90}
- contrast = 0.90
- gradient_shades = {1.25,1.02,1.01,1.05}
- lightborderstyle = 1
- lightborder_shade = 1.1
- textstyle = 1
- }
-}
-
-style "checkradio_label" {
- fg[ACTIVE] = @text_color # Forzar color texto en radiobutton-eclipse
-}
-
-style "checkbutton" {
- engine "pixmap" {
- image {
- function = CHECK
- recolorable = TRUE
- state = NORMAL
- shadow = OUT
- overlay_file = "assets/l-checkbox-unchecked-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/l-checkbox-unchecked-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/l-checkbox-unchecked-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/l-checkbox-unchecked-insensitive-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = NORMAL
- shadow = IN
- overlay_file = "assets/l-checkbox-checked-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = PRELIGHT
- shadow = IN
- overlay_file = "assets/l-checkbox-checked-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- recolorable = TRUE
- state = ACTIVE
- shadow = IN
- overlay_file = "assets/l-checkbox-checked-18.png"
- overlay_stretch = FALSE
- }
-
-
- image {
- function = CHECK
- recolorable = TRUE
- state = INSENSITIVE
- shadow = IN
- overlay_file = "assets/l-checkbox-checked-insensitive-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = FLAT_BOX
- recolorable = TRUE
- stretch = TRUE
- file = "assets/null.png"
- border = {2, 2, 2, 2}
- }
- }
-}
-
-style "entry" { # text
- xthickness = 3
- ythickness = 3
-
- bg[SELECTED] = mix (0.5, @selected_bg_color, @base_color)
- fg[SELECTED] = @text_color
-
- engine "murrine" {
- contrast = 1.0
- roundness = 3
- border_shades = {1.45, 1.35}
- focusstyle = 3
-
- }
-}
-
-style "expander" {
- bg[NORMAL] = "#FFF"
- fg[NORMAL] = shade (2.0, @text_color)
- fg[PRELIGHT] = shade (2.0, @text_color)
-
- engine "murrine" {
- contrast = 1.2
- gradient_shades = {1.0, 1.0, 1.0, 1.0}
- }
-}
-
-style "frame_title" {
- fg[NORMAL] = lighter (@fg_color)
-}
-
-style "handle" {
- engine "pixmap" {
- image {
- function = HANDLE
- overlay_file = "assets/handle.png"
- overlay_border = {0, 0, 0, 0}
- overlay_stretch = FALSE
- orientation = HORIZONTAL
- file = "assets/null.png"
- border = {0, 0, 0, 0}
- stretch = TRUE
- }
-
- image {
- function = HANDLE
- overlay_file = "assets/handle.png"
- overlay_border = {0, 0, 0, 0}
- overlay_stretch = FALSE
- orientation = VERTICAL
- file = "assets/null.png"
- border = {0, 0, 0, 0}
- stretch = TRUE
- }
- }
-}
-class "GtkPaned" style "handle"
-
-style "menubar" {
- # Modificado
- xthickness = 3
- ythickness = 3
-
- fg[NORMAL] = shade (1.99, @fg_color)
- bg[NORMAL] = shade (0.90, @bg_color)
-
- engine "murrine" {
- gradient_shades = {1.00,0.96,0.96,0.89}
- border_shades = {1.1, 0.9}
- contrast = 1.10
- lightborderstyle = 1
- }
-}
-
-style "menu" {
- xthickness = 0
- ythickness = 0
-
- bg[NORMAL] = shade (1.05, "#ededed")
-
- GtkMenuItem::arrow-scaling = 0.5
-
- engine "murrine" {
- gradient_shades = {1.0, 1.0, 1.0, 1.0}
- border_shades = {1.1, 0.9}
- roundness = 0 # 0 = squared
- contrast = 0.8
- }
-}
-
-style "menu_item_white" {
- xthickness = 2
- ythickness = 3
-
- fg[PRELIGHT] = @selected_fg_color
- bg[PRELIGHT] = @menu_gradient
- bg[SELECTED] = @menu_gradient
-
- engine "murrine" {
- gradient_shades = {1.20, 1.10, 1.10, 1.00}
- roundness = 1
- border_shades = {1.60, 1.0}
- roundness = 1
- contrast = 0.9
- }
-}
-
-style "menu_item_black" {
- xthickness = 2
- ythickness = 3
-
- fg[PRELIGHT] = @selected_fg_color
- bg[PRELIGHT] = shade (0.94, "#3C3CF0")
- bg[SELECTED] = shade (0.94, "#3C3CF0")
-
- engine "murrine" {
- gradient_shades = {1.30, 1.15, 1.15, 1.00}
- roundness = 1
- #contrast = 0.0
- }
-}
-
-style "notebook" {
- xthickness = 2
- ythickness = 2
-
- bg[NORMAL] = shade (0.96, @bg_color) # selected tab entire
- bg[ACTIVE] = shade (1.12, @bg_color) # unselected tab
-
- engine "murrine" {
- gradient_shades = {1.20,0.98,0.92,0.65}
- contrast = 0.75
- roundness = 3
- }
-
-}
-
-style "progressbar" {
- xthickness = 0
- ythickness = 0
-
- fg[PRELIGHT] = @selected_fg_color
- #bg[SELECTED] = "#7088CA"
- bg[SELECTED] =shade (0.90, "#80B8EA")
-
- engine "murrine" {
- gradient_shades = {1.30, 1.15, 1.15, 1.0}
- roundness = 4
- }
-}
-
-style "radiobutton" {
- engine "pixmap" {
- image {
- function = OPTION
- recolorable = TRUE
- state = NORMAL
- shadow = OUT
- overlay_file = "assets/l-radio-unselected-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/l-radio-unselected-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/l-radio-unselected-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/l-radio-unselected-insensitive-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = NORMAL
- shadow = IN
- overlay_file = "assets/l-radio-selected-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = PRELIGHT
- shadow = IN
- overlay_file = "assets/l-radio-selected-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- recolorable = TRUE
- state = ACTIVE
- shadow = IN
- overlay_file = "assets/l-radio-selected-18.png"
- overlay_stretch = FALSE
- }
-
-
- image {
- function = OPTION
- recolorable = TRUE
- state = INSENSITIVE
- shadow = IN
- overlay_file = "assets/l-radio-selected-insensitive-18.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = FLAT_BOX
- recolorable = TRUE
- stretch = TRUE
- file = "assets/null.png"
- border = {2, 2, 2, 2}
- }
- }
-}
-
-style "scale" { # slider
- # Modificado
- xthickness = 2
- ythickness = 2
-
- bg[NORMAL] = shade (0.90, "#8EBDDB")
- bg[SELECTED] = shade (0.90, "#8EBDDB")
- bg[PRELIGHT] = shade (0.90, "#8EBDDB")
- bg[INSENSITIVE] = shade (0.90, @bg_color)
-
- bg[ACTIVE] = shade (0.95, @bg_color)
-
- engine "murrine" {
- #gradient_shades = {0.65,1.00,1.00,1.35}
- gradient_shades = {0.95,1.05,1.10,1.30}
- glowstyle = 2 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
- glow_shade = 1.99
- roundness = 18
- border_shades = {0.7, 1.2}
- contrast = 0.6
- lightborderstyle = 1
- trough_shades = {0.9, 1.1}
- }
-}
-
-style "scrollbar" {
- bg[SELECTED] = shade (0.74, @base_color)
- bg[ACTIVE] = shade (0.96, @base_color)
-
- # color flechas (stepper)
- fg[NORMAL] = shade (1.00, @base_color)
- fg[PRELIGHT] = shade (1.00, @base_color)
- fg[ACTIVE] = shade (1.00, @base_color)
- fg[SELECTED] = shade (1.00, @base_color)
- fg[INSENSITIVE] = shade (1.00, @base_color)
-
- engine "murrine" {
- roundness = 8
- gradient_shades = {1.0,1.0,1.0,1.0}
- highlight_shade = 1.0
- glow_shade = 1.0
- #reliefstyle = 0
- prelight_shade = .75
- gradient_colors = FALSE
- lightborder_shade = 1.0
- lightborderstyle = 0
- trough_shades = {1.06, 1.11}
- border_shades = {1.24, 1.24}
- contrast = 0.00
- }
-}
-
-style "overlay_scrollbar"
-{
- bg[SELECTED] = shade (1.0, @selected_bg_color)
- bg[INSENSITIVE] = shade (0.85, @bg_color)
- bg[ACTIVE] = shade (0.6, @bg_color)
-}
-
-style "spinbutton" = "button" { # input/stepper
- #bg[NORMAL] = "#FFF"
- engine "murrine" {
- contrast = 0.90
- lightborderstyle = 0
- border_shades = {1.1, 0.9}
- lightborder_shade = 1.30
- }
-}
-
-style "toolbar" {
-
- engine "murrine" {
- contrast = 0.80
- lightborder_shade = 1.00
- gradient_shades = {0.98,1.00,1.00,1.02}
- # gradient_shades = {1.00,0.98,0.98,0.96} # En Unity
- }
-}
-
-style "toolbar_button" {
- xthickness = 3
- ythickness = 3
-
- bg[PRELIGHT] = shade (1.05, "#BBCCEE")
- bg[ACTIVE] = shade (1.00, "#BBCCEE") # Pulsado
- bg[SELECTED] = shade (0.95, "#BBCCEE") # Default enter
- bg[INSENSITIVE] = shade (0.95, "#FFF")
-
- engine "murrine" {
- border_shades = {1.00, 1.00}
- contrast = 0.8
- gradient_shades = {1.00,0.96,0.96,0.92}
- lightborderstyle = 1
- textstyle = 1
- }
-
-}
-
-style "tooltips" {
- xthickness = 8
- ythickness = 4
-
- bg[NORMAL] = @tooltip_bg_color
- fg[NORMAL] = @tooltip_fg_color
-
- GtkWidget::new-tooltip-style = 0
-
- engine "murrine" {
- border_colors = { "#343434", "#343434" }
- }
-}
-
-style "treeview" {
-
- engine "murrine" {
- gradient_shades = {1.0, 1.0, 1.0, 1.0}
- separatorstyle = 0
- }
-}
-
-style "treeview_header" = "button" {
- ythickness = 1
- GtkWidget ::focus-padding = 0
-
- bg[ACTIVE] = shade (1.00, "#80B8EA") # Pulsado
- bg[NORMAL] = shade (0.96, "#FFF")
- bg[PRELIGHT] = shade (1.05, "#80B8EA")
- bg[SELECTED] = shade (0.95, "#80B8EA") # Default enter
- bg[INSENSITIVE] = shade (1.00, "#FFF")
-
- engine "murrine" {
- border_shades = {1.2, 1.05}
- contrast = 1.22
- gradient_shades = {1.25,1.02,0.99,1.15}
-
- lightborderstyle = 1
- textstyle = 1
- }
-}
-
-style "checkradio" = "button" {
- xthickness = 3
- ythickness = 3
- GtkRadioButton::indicator-size = 16
- GtkCheckButton::indicator-size = 16
-
- base[NORMAL] = shade (0.95, @base_color) # radiocheck normal
- bg[SELECTED] = shade (1.25, "#5c8fe9") # radiocheck color checked
-
- text[NORMAL] = shade (0.50, @selected_bg_color) # indicador normal
- text[PRELIGHT] = shade (0.35, @selected_bg_color) # indicador hover
- text[ACTIVE] = shade (0.15, @selected_bg_color) # indicador click
-
- bg[ACTIVE] = shade (0.80, @bg_color) # button option "#80B8EA"
-
- engine "murrine" {
- reliefstyle = 3
- }
-}
-
-###############################################################################
-# The following part of the gtkrc applies the different styles to the widgets.
-###############################################################################
-
-# The default style is applied to every widget
-class "GtkWidget" style "default"
-class "GtkSeparator" style "wide"
-class "GtkFrame" style "wide"
-class "GtkCalendar" style "wide"
-class "GtkEntry" style "entry"
-
-
-class "GtkSpinButton" style "spinbutton"
-class "GtkScale" style "scale"
-class "GtkVScale" style "scale"
-class "GtkHScale" style "scale"
-
-class "GtkScrollbar" style "scrollbar"
-#widget "*ToggleSwitch*" style "toolbar_button"
-widget_class "*<GtkToolbar>" style "toolbar"
-widget_class "*<GtkHandleBox>" style "toolbar"
-
-# Overlay scrollbar
-widget_class "*<OsScrollbar>" style "overlay_scrollbar"
-widget_class "*<OsThumb>" style "overlay_scrollbar"
-# General matching follows. The order is choosen so that the right styles override
-# each other. EG. progressbar needs to be more important than the menu match.
-widget_class "*<GtkButton>" style "button"
-widget_class "*<GtkNotebook>" style "notebook"
-
-widget_class "*<GtkSpinButton>.*.<GtkEntry>" style "entry"
-widget_class "*<GtkMenuBar>*" style "menubar"
-widget_class "*<GtkMenu>*" style "menu"
-widget_class "*<GtkMenuItem>*" style "menu_item_white"
-#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_white"
-#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_black"
-
-widget_class "*<GtkToolbar>.*.<GtkButton>*" style:highest "toolbar_button"
-
-
-widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
-widget_class "*.<GtkTreeView>*" style "treeview"
-
-class "*GtkExpander*" style "expander"
-
-widget_class "*<GtkProgress>" style "progressbar"
-
-# Treeview headers (and similar stock GTK+ widgets)
-widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
-
-# The window of the tooltip is called "gtk-tooltip"
-widget "gtk-tooltip*" style "tooltips"
-
-widget_class "*<GtkCheckButton>*" style "checkbutton"
-widget_class "*<GtkDialog>*<GtkCheckButton>*" style:highest "checkbutton"
-widget_class "*<GtkFrame>*<GtkCheckButton>*" style:highest "checkbutton"
-widget_class "*<GtkNotebook>*<GtkCheckButton>*" style:highest "checkbutton"
-widget_class "*<GtkCheckButton>*<GtkLabel>" style:highest "checkradio_label"
-
-widget_class "*<GtkRadioButton>*" style "checkradio"
-widget_class "*<GtkDialog>*<GtkRadioButton>*" style:highest "radiobutton"
-widget_class "*<GtkFrame>*<GtkRadioButton>*" style:highest "radiobutton"
-widget_class "*<GtkNotebook>*<GtkRadioButton>*" style:highest "radiobutton"
-widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label"
-
-widget "MozillaGtkWidget*GtkCheck*" style:highest "checkbutton"
-widget "MozillaGtkWidget*GtkRadio*" style:highest "radiobutton"
-
-##########################################################################
-# Following are special cases and workarounds for issues in applications.
-##########################################################################
-# For Google Chrome/Chromium integration.
-style "chrome-gtk-frame" {
- ChromeGtkFrame::frame-gradient-size = 120
- ChromeGtkFrame::frame-color = shade (0.46, @bg_color)
- ChromeGtkFrame::inactive-frame-color = shade (0.46, @bg_color)
- ChromeGtkFrame::frame-gradient-color = shade (0.96, @bg_color)
- ChromeGtkFrame::inactive-frame-gradient-color = shade (0.96, @bg_color)
- ChromeGtkFrame::scrollbar-trough-color = shade (1.00, @bg_color)
- ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.85, @bg_color)
- ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.78, @bg_color)
-}
-class "ChromeGtkFrame" style "chrome-gtk-frame"
-
-# For places where the text color is used instead of the fg color.
-style "text_is_fg_color_workaround" {
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
-
-# For menus where the text color is used instead of the fg color.
-style "menuitem_text_is_fg_color_workaround" {
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @selected_fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
-
-# For places where the fg color is used instead of the text color.
-style "fg_is_text_color_workaround" {
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @text_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = darker (@bg_color)
-}
-widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
-widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
-widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
-
-# For gvim scrollbars.
-style "vim-scrollbar" = "scrollbar" {
- GtkScrollbar ::slider_width = 16
- GtkScrollbar ::stepper_size = 16
-
- engine "pixmap" {
- image {
- function = BOX
- orientation = VERTICAL
- file = "assets/scroll-background.png"
- }
- }
-}
-widget "vim-main-window.*Scrollbar*" style "vim-scrollbar"
-
-# For Eclipse (swt) toolbars.
-widget "*swt*toolbar*" style "default"
-
-
msgstr ""
"Project-Id-Version: GNU xboard 4.6.0.20120304\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2012-03-06 12:27+0100\n"
"Last-Translator: Byrial Ole Jensen <byrial@vip.cybercity.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr "%s i indstillingsfil\n"
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Forkert heltalsværdi %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Ikke genkendt argument %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "Ingen værdi givet for argumentet %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Ukomplet \\-undvigesekvens i værdi for %s"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Åbning af inkluderet fil \"%s\" mislykkedes"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Ikke genkendt boolesk argumentværdi %s"
msgid "Note"
msgstr "Notits"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Hvid"
msgid "Clear board"
msgstr "Ryd bræt"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Sort"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
#, fuzzy
msgid "Directories:"
msgstr "Lydkatalog:"
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "Fil"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "Filter:"
-#: dialogs.c:2780
+#: dialogs.c:2781
#, fuzzy
msgid "New directory"
msgstr "Skakprogramkatalog:"
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "Filter:"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "Kommentarer"
-#: dialogs.c:2882
+#: dialogs.c:2883
#, fuzzy
msgid " next page"
msgstr "næste side"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "Læser partifil (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: kan ikke cd til CHESSDIR: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Åbning af filen \"%s\" mislykkedes\n"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
"Genoversæt med større BOARD_RANKS eller BOARD_FILES for at understøtte denne "
"størrelse"
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: forkert boardSize-syntaks %s\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: ikke genkendt boardSize-navn %s\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr "%s: for få farver tilgængelige; prøver monokrom tilstand\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "Kan ikke lave skrifttypegruppe for %s.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: Ingen skrifttyper matcher mønstret %s\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "Kan ikke åbne midlertidig fil"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Åbning af fil mislykkedes"
msgstr ""
"Project-Id-Version: xboard 4.7.2\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2013-11-24 18:22-0800\n"
"Last-Translator: Arun Persaud <arun@nubati.net>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Falscher Integer-wert %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Nicht erkanntes Argument %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "Fehlender Wert für Argument %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Unvollständiges \\ escape im Wert von »%s«"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Fehler beim Öffnen der Datei »%s«"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Nicht anerkannter logischer Wert für Argument %s"
msgid "Note"
msgstr "Notiz"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Weiß"
msgid "Clear board"
msgstr "Brett leeren"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Schwarz"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr "Verzeichnisse:"
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr "Dateien:"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr "nach Namen"
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr "nach Typ"
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr "Dateinname:"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr "Neues Verzeichnis"
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr "Dateientyp:"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr "Inhalt von"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr "nächste Seite"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr "VERSUCHE EINEN ANDEREN NAMEN"
msgid "Reading game file (%d)"
msgstr "Lese Partiedatei (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: cd zu CHESSDIR funktioniert nicht: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Fehler beim Öffnen der Datei '%s'\n"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
"Kompiliere erneut mit größeren BOARD_RANKS oder BOARD_FILES, um diese Größe "
"zu unterstützen"
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: falsche boardSize Syntax %s\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: unbekannter Name fuer boardSize %s\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr "%s: nicht genügend Farben vorhanden; versuche monochrom Modus\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "Nicht in der Lage Schriftsatz für %s zu generieren.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: keine Schriften stimmen mit Muster %s überein\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "Kann temporäre Datei nicht öffnen"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Fehler beim Öffnen der Datei"
msgstr ""
"Project-Id-Version: GNU xboard 4.8.0-pre1\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2014-10-01 23:14+0200\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr "%s en el fichero de configuración\n"
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Valor entero malo %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Argumento no reconocido %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "No se ha dado valor al argumento %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Carácter de escape \\ incompleto en el valor de %s"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Fallo al abrir fichero de indirección %s"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Valor del argumento lógico %s no reconocido"
msgid "Note"
msgstr "Nota"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Blancas"
msgid "Clear board"
msgstr "Limpiar el tablero"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Negras"
msgid ">>"
msgstr ">>"
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr "Carpetas:"
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr "Archivos:"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr "por nombre"
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr "por tipo"
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr "Nombre del fichero:"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr "Nueva carpeta"
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr "Tipo de fichero:"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr "Contenido de"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr " siguiente página"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr "NOMBRE DEL DIRECTORIO PRIMERO AQUÍ"
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr "INTENTAR OTRO NOMBRE"
msgid "Reading game file (%d)"
msgstr "Leyendo fichero de partidas (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: no se puede ir a la carpeta CHESSDIR: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Fallo al abrir el fichero '%s'\n"
# TRANSLATORS: BOARDS_RANKS, BOARD_FILES translatable?
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
"Recompilar con BOARD_RANKS o BOARD_FILES mayor para admitir este tamaño"
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: sintaxis de boardSize incorrecta %s\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: nombre de boardSize no reconocido %s\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr "%s: insuficientes colores disponibles: probando modo monocromo\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "No se ha podido crear conjunto de fuentes para %s.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: ninguna fuente concuerda con el patrón %s\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "No se puede abrir el fichero temporal"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Fallo al abrir fichero"
msgstr ""
"Project-Id-Version: GNU xboard master-20110411\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "Nota"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Bianco"
msgid "Clear board"
msgstr "Svuota scacchiera"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Nero"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "File"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "Filtro"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "Filtro"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "Commenti"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "File partita non riconosciuto"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
#, fuzzy
msgid "Failed to open file"
msgstr "Impossibile aprire l'applicazione cmail"
msgstr ""
"Project-Id-Version: GNU xboard 4.8.0-pre1\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2014-10-02 10:54+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.0\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr "%s in instellingenbestand\n"
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Ongeldig geheel getal: %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Niet-herkend argument: %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "Geen waarde gegeven voor argument %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Onvolledige \\-stuurcode in waarde voor %s"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Kan indirectiebestand %s niet openen"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Niet-herkende booleaanse waarde: %s"
msgid "Note"
msgstr "Notitie"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Wit"
msgid "Clear board"
msgstr "Bord leegmaken"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Zwart"
msgid ">>"
msgstr ">>"
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr "Mappen:"
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr "Bestanden:"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr "op naam"
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr "op type"
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr "Bestandsnaam:"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr "Nieuwe map"
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr "Bestandstype:"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr "Inhoud van"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr " volgende pagina"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr "Typ hier eerst een mapnaam"
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr "Kies een andere naam"
msgid "Reading game file (%d)"
msgstr "Lezen van partijbestand (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: Kan huidige map niet wijzigen naar CHESSDIR: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Kan bestand '%s' niet openen\n"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: onjuiste syntax %s voor 'boardSize'\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: onbekende naam %s voor 'boardSize'\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr "%s: te weinig kleuren beschikbaar; monochroommodus wordt geprobeerd\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "Kan geen lettertypenset aanmaken voor %s.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: er zijn geen lettertypen die overeenkomen met patroon %s\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "Kan tijdelijk bestand niet openen"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Kan bestand niet openen"
msgstr ""
"Project-Id-Version: GNU xboard 4.7.2\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2014-03-03 14:20+0100\n"
"Last-Translator: Paweł Żołnowski <pawel@zolnowski.name>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr "%s w pliku konfiguracyjnym\n"
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Błędna wartość całkowita %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Nieznany parametr %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "Brak wartości parametru %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Niepełna sekwencja specjalna \\ w wartości dla %s"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Nie udało się otworzyć pliku pośredniego %s"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Nieznana wartość parametru logicznego %s"
msgid "Note"
msgstr "Uwaga"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Białe"
msgid "Clear board"
msgstr "Wyczyść szachownicę"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Czarne"
msgid ">>"
msgstr ">>"
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr "Katalogi:"
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr "Pliki:"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr "wg nazwy"
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr "wg typu"
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr "Nazwa pliku:"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr "Nowy katalog"
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr "Typ pliku:"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr "Zawartość"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr " następna strona"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr "NAJPIERW NALEŻY TU WPISAĆ NAZWĘ KATALOGU"
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr "PROSZĘ SPRÓBOWAĆ INNĄ NAZWĘ"
msgid "Reading game file (%d)"
msgstr "Czytanie pliku gry (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: nie można wejść do CHESSDIR: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Nie udało się otworzyć pliku \"%s\"\n"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
"Należy skompilować ponownie z większą wartością dla BOARD_RANKS lub "
"BOARD_FILES, aby obsługiwać ten rozmiar"
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: błędna składnia boardSize %s\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: nieznana nazwa boardSize %s\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
"%s: za mało dostępnych kolorów; próba użycia trybu monochromatycznego\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "Nie można utworzyć zestawu czcionek dla %s.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: żadna czcionka nie pasuje do wzoru %s\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "Nie można otworzyć pliku temp"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Nie udało się otworzyć pliku"
msgstr ""
"Project-Id-Version: GNU xboard master-20110507\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "Примечание"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Белые"
msgid "Clear board"
msgstr "Очистить доску"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Черные"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "Файл"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "Фильтр"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "Фильтр"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "Комментарии"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "Неправильный формат файла"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
#, fuzzy
msgid "Failed to open file"
msgstr "Ошибка запуска cmail"
msgstr ""
"Project-Id-Version: XBoard 4.2.7\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2003-12-26 16:38+0200\n"
"Last-Translator: A. Alper Atýcý <alper_atici@yahoo.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, fuzzy, c-format
msgid "Failed to open indirection file %s"
msgstr "Dosya açýlamadý"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "Not"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Beyaz"
msgid "Clear board"
msgstr "Tahtayý Temizle"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Siyah"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "Dosya"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "Dosya adý giriþi"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "Analiz edilecek dosya"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr ""
-#: dialogs.c:2882
+#: dialogs.c:2883
#, fuzzy
msgid " next page"
msgstr "sonraki"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr ""
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, fuzzy, c-format
msgid "Failed to open file '%s'\n"
msgstr "Dosya açýlamadý"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Dosya açýlamadý"
msgstr ""
"Project-Id-Version: GNU xboard-4.8.0-pre1\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: 2014-09-30 22:13+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr "%s у файлі параметрів\n"
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr "Помилкове ціле значення %s"
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr "Невідомий аргумент %s"
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr "Не вказано значення для аргументу %s"
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr "Неповне екранування \\ у значенні для %s"
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr "Не вдалося відкрити файл переспрямування %s"
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr "Невідоме значення булевого аргументу %s"
msgid "Note"
msgstr "Нотатка"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Білі"
msgid "Clear board"
msgstr "Спорожнити дошку"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Чорні"
msgid ">>"
msgstr ">>"
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr "Каталоги:"
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr "Файли:"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr "за назвою"
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr "за типом"
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr "Назва файла:"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr "Новий каталог"
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr "Тип файлів:"
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr "Вміст"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr " наступна сторінка"
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr "СПОЧАТКУ ВКАЖІТЬ ТУТ НАЗВУ КАТАЛОГУ"
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr "СПРОБУЙТЕ ІНШУ НАЗВУ"
msgid "Reading game file (%d)"
msgstr "Читання файла гри (%d)"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr "%s: не вдалося перейти до каталогу CHESSDIR: "
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr "Не вдалося відкрити файл «%s»\n"
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
"Для того, щоб скористатися підтримкою цього розміру, слід зібрати програму з "
"більшими значеннями BOARD_RANKS або BOARD_FILES"
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr "%s: помилковий синтаксис boardSize %s\n"
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr "%s: невідома назва boardSize %s\n"
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr "%s: занадто мало кольорів; спробуємо монохромний режим\n"
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr "Не вдалося створити набір шрифтів для %s.\n"
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr "%s: взірцеві %s не відповідає жоден шрифт\n"
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr "Не вдалося відкрити тимчасовий файл даних"
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr "Не вдалося відкрити файл"
msgstr ""
"Project-Id-Version: GNU xboard master-20110507\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr ""
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "Trắng"
msgid "Clear board"
msgstr "Xóa Bàn Cờ"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "Đen"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "Lọc"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "Lọc"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "Lọc"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "Bình Chú"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr ""
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr ""
msgstr ""
"Project-Id-Version: GNU xboard 4.8.0\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr ""
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr ""
msgid "Clear board"
msgstr ""
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr ""
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
msgid "Files:"
msgstr ""
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
msgid "Filename:"
msgstr ""
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
msgid "File type:"
msgstr ""
-#: dialogs.c:2856
+#: dialogs.c:2857
msgid "Contents of"
msgstr ""
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr ""
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
msgid "Failed to open file"
msgstr ""
msgstr ""
"Project-Id-Version: GNU xboard master-20110507\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "注释"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "白方"
msgid "Clear board"
msgstr "清空棋盘"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "黑方"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "文件(F)"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "过滤器"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "过滤器"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "编辑注释(C) *.*"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "棋局文件错误"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
#, fuzzy
msgid "Failed to open file"
msgstr "Failed to invoke cmail"
msgstr ""
"Project-Id-Version: GNU xboard master-20110411\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "註解"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "紅方"
msgid "Clear board"
msgstr "清空棋盤"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "黑方"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "檔案(F)"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "過濾器"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "過濾器"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "編輯註解(C) *.*"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "棋局檔案錯誤"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
#, fuzzy
msgid "Failed to open file"
msgstr "呼叫cmail失敗"
msgstr ""
"Project-Id-Version: GNU xboard master-20110507\n"
"Report-Msgid-Bugs-To: bug-xboard@gnu.org\n"
-"POT-Creation-Date: 2014-10-17 21:25-0700\n"
+"POT-Creation-Date: 2014-10-24 08:20-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: args.h:839
+#: args.h:840
#, c-format
msgid "%s in settings file\n"
msgstr ""
-#: args.h:873
+#: args.h:874
#, c-format
msgid "Bad integer value %s"
msgstr ""
-#: args.h:979 args.h:1240
+#: args.h:980 args.h:1241
#, c-format
msgid "Unrecognized argument %s"
msgstr ""
-#: args.h:1010
+#: args.h:1011
#, c-format
msgid "No value provided for argument %s"
msgstr ""
-#: args.h:1070
+#: args.h:1071
#, c-format
msgid "Incomplete \\ escape in value for %s"
msgstr ""
-#: args.h:1181
+#: args.h:1182
#, c-format
msgid "Failed to open indirection file %s"
msgstr ""
-#: args.h:1198
+#: args.h:1199
#, c-format
msgid "Unrecognized boolean argument value %s"
msgstr ""
msgid "Note"
msgstr "註解"
-#: dialogs.c:2370 dialogs.c:2655 dialogs.c:2658
+#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659
msgid "White"
msgstr "紅方"
msgid "Clear board"
msgstr "清空棋盤"
-#: dialogs.c:2374 dialogs.c:2667 dialogs.c:2670
+#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671
msgid "Black"
msgstr "黑方"
msgid ">>"
msgstr ""
-#: dialogs.c:2773
+#: dialogs.c:2774
msgid "Directories:"
msgstr ""
-#: dialogs.c:2774
+#: dialogs.c:2775
#, fuzzy
msgid "Files:"
msgstr "檔案(F)"
-#: dialogs.c:2775
+#: dialogs.c:2776
msgid "by name"
msgstr ""
-#: dialogs.c:2776
+#: dialogs.c:2777
msgid "by type"
msgstr ""
-#: dialogs.c:2779
+#: dialogs.c:2780
#, fuzzy
msgid "Filename:"
msgstr "過濾器"
-#: dialogs.c:2780
+#: dialogs.c:2781
msgid "New directory"
msgstr ""
-#: dialogs.c:2781
+#: dialogs.c:2782
#, fuzzy
msgid "File type:"
msgstr "過濾器"
-#: dialogs.c:2856
+#: dialogs.c:2857
#, fuzzy
msgid "Contents of"
msgstr "編輯註解(C) *.*"
-#: dialogs.c:2882
+#: dialogs.c:2883
msgid " next page"
msgstr ""
-#: dialogs.c:2899
+#: dialogs.c:2900
msgid "FIRST TYPE DIRECTORY NAME HERE"
msgstr ""
-#: dialogs.c:2900
+#: dialogs.c:2901
msgid "TRY ANOTHER NAME"
msgstr ""
msgid "Reading game file (%d)"
msgstr "棋局檔案錯誤"
-#: gtk/xboard.c:972 xaw/xboard.c:1072
+#: gtk/xboard.c:975 xaw/xboard.c:1072
#, c-format
msgid "%s: can't cd to CHESSDIR: "
msgstr ""
-#: gtk/xboard.c:981 xaw/xboard.c:1081
+#: gtk/xboard.c:984 xaw/xboard.c:1081
#, c-format
msgid "Failed to open file '%s'\n"
msgstr ""
-#: gtk/xboard.c:996 xaw/xboard.c:1090
+#: gtk/xboard.c:999 xaw/xboard.c:1090
msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size"
msgstr ""
-#: gtk/xboard.c:1015 xaw/xboard.c:1122
+#: gtk/xboard.c:1018 xaw/xboard.c:1122
#, c-format
msgid "%s: bad boardSize syntax %s\n"
msgstr ""
-#: gtk/xboard.c:1058 xaw/xboard.c:1161
+#: gtk/xboard.c:1061 xaw/xboard.c:1161
#, c-format
msgid "%s: unrecognized boardSize name %s\n"
msgstr ""
-#: gtk/xboard.c:1097 xaw/xboard.c:1198
+#: gtk/xboard.c:1100 xaw/xboard.c:1198
#, c-format
msgid "%s: too few colors available; trying monochrome mode\n"
msgstr ""
-#: gtk/xboard.c:1411 xaw/xboard.c:1490
+#: gtk/xboard.c:1414 xaw/xboard.c:1490
#, c-format
msgid "Unable to create font set for %s.\n"
msgstr ""
-#: gtk/xboard.c:1436 xaw/xboard.c:1513
+#: gtk/xboard.c:1439 xaw/xboard.c:1513
#, c-format
msgid "%s: no fonts match pattern %s\n"
msgstr ""
-#: gtk/xboard.c:1888 xaw/xboard.c:2003
+#: gtk/xboard.c:1900 xaw/xboard.c:2003
msgid "Can't open temp file"
msgstr ""
-#: gtk/xboard.c:2371
+#: gtk/xboard.c:2383
#, fuzzy
msgid "Failed to open file"
msgstr "呼叫cmail失敗"