1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 02:11:23 +01:00

German translation etc.

This commit is contained in:
gyboth 2008-12-17 17:36:18 +00:00
parent 3dcb1406ed
commit e98314c7e2
21 changed files with 8913 additions and 7723 deletions

View File

@ -11,6 +11,7 @@
- added new images for simulation
- added newspaper feature
- updated translations
- the country selection got some convenience updates
06/11/2008: v2.3.0

View File

@ -20,7 +20,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<signal name="delete_event" handler="on_window_bets_delete_event" last_modification_time="Thu, 27 Oct 2005 17:10:03 GMT"/>
<child>
@ -224,7 +223,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<signal name="delete_event" handler="on_window_splash_delete_event" last_modification_time="Fri, 10 Feb 2006 14:27:35 GMT"/>
<child>
@ -1005,7 +1003,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<signal name="delete_event" handler="on_window_alr_delete_event" last_modification_time="Fri, 10 Feb 2006 14:27:35 GMT"/>
<child>
@ -1627,9 +1624,9 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Bygfoot News</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="default_width">500</property>
<property name="default_width">560</property>
<property name="default_height">600</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
@ -1639,7 +1636,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<signal name="delete_event" handler="on_window_news_delete_event" last_modification_time="Sat, 06 Dec 2008 15:33:30 GMT"/>
<signal name="destroy_event" handler="on_window_news_destroy_event" last_modification_time="Sat, 06 Dec 2008 15:33:36 GMT"/>
@ -1653,8 +1649,8 @@
<widget class="GtkScrolledWindow" id="scrolledwindow3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>

View File

@ -22,6 +22,7 @@ src/misc3_interface.c
src/misc_callback_func.c
src/misc_callbacks.c
src/misc_interface.c
src/news.c
src/options_interface.c
src/player.c
src/support.c

1147
po/bg.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1147
po/da.po

File diff suppressed because it is too large Load Diff

1890
po/de.po

File diff suppressed because it is too large Load Diff

1147
po/es.po

File diff suppressed because it is too large Load Diff

1928
po/fr.po

File diff suppressed because it is too large Load Diff

1142
po/it.po

File diff suppressed because it is too large Load Diff

1147
po/nl.po

File diff suppressed because it is too large Load Diff

1147
po/pl.po

File diff suppressed because it is too large Load Diff

1148
po/ro.po

File diff suppressed because it is too large Load Diff

1147
po/sv.po

File diff suppressed because it is too large Load Diff

1155
po/tr.po

File diff suppressed because it is too large Load Diff

1149
po/zh.po

File diff suppressed because it is too large Load Diff

View File

@ -788,7 +788,8 @@ create_window_news (void)
window_news = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (window_news), _("Bygfoot News"));
gtk_window_set_default_size (GTK_WINDOW (window_news), 500, 600);
gtk_window_set_position (GTK_WINDOW (window_news), GTK_WIN_POS_CENTER);
gtk_window_set_default_size (GTK_WINDOW (window_news), 560, 600);
vbox6 = gtk_vbox_new (FALSE, 0);
gtk_widget_show (vbox6);
@ -797,6 +798,7 @@ create_window_news (void)
scrolledwindow3 = gtk_scrolled_window_new (NULL, NULL);
gtk_widget_show (scrolledwindow3);
gtk_box_pack_start (GTK_BOX (vbox6), scrolledwindow3, TRUE, TRUE, 0);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolledwindow3), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolledwindow3), GTK_SHADOW_IN);
treeview_news = gtk_tree_view_new ();

View File

@ -545,8 +545,8 @@ news_set_league_cup_tokens(const Fixture *fix)
fix->teams[1]->clid < ID_CUP_START)
misc_token_add(token_rep_news,
option_int("string_token_team_layerdiff", &tokens),
misc_int_to_char(league_from_clid(fix->teams[0]->clid)->layer -
league_from_clid(fix->teams[1]->clid)->layer));
misc_int_to_char(ABS(league_from_clid(fix->teams[0]->clid)->layer -
league_from_clid(fix->teams[1]->clid)->layer)));
misc_token_add(token_rep_news,
option_int("string_token_league_cup_name", &tokens),

View File

@ -658,6 +658,8 @@ treeview2_set_up_news(GtkTreeView *treeview)
col = gtk_tree_view_column_new();
gtk_tree_view_append_column(treeview, col);
renderer = treeview_helper_cell_renderer_text_new();
g_object_set(renderer, "wrap-mode", PANGO_WRAP_WORD, NULL);
g_object_set(renderer, "wrap-width", 400, NULL);
gtk_tree_view_column_pack_start(col, renderer, TRUE);
gtk_tree_view_column_set_cell_data_func(col, renderer,
treeview_helper_news,

View File

@ -1017,7 +1017,7 @@ window_create(gint window_type)
else
window.news = create_window_news();
wind = window.news;
strcpy(buf, _("Bygfoot news"));
strcpy(buf, _("Bygfoot News"));
break;
}

View File

@ -1,27 +1,26 @@
<news>
<news_article>
<type>match</type>
<condition>_CUP_ = 0 and _GD_ G 1</condition>
<title>_TW_ [beats|crushes|kills] _TL_!</title>
<title>_TL_ loses to _TW_!</title>
<title>_TW_ wipes out _TL_!</title>
<title>_TL_ loses again!</title>
<title>_TL_ in a world of misery!</title>
<title>_LEAGUECUPNAME_: _TL_ loses to _TW_!</title>
<subtitle priority="20" condition= "_UNBEATEN_TWN__ > 2">_TW_ unbeaten since _UNBEATEN_TWN__ matches.</subtitle>
<subtitle>Result: _RE_</subtitle>
<subtitle>_TL_ doesn't stand a chance against a _GOALS_TWN__ goal barrage.</subtitle>
<subtitle>_RE_ is flattering for _TL_.</subtitle>
<subtitle>_TW_ just too strong.</subtitle>
<subtitle>_TW_: _RE_ against _TL_.</subtitle>
<subtitle>_TL_ overwhelmed by _SHOTS_TWN__ shots.</subtitle>
<subtitle condition="_MULTIPLESCORERS_ = 1">_SCORERS_TWN__ ensure victory for _TW_.</subtitle>
<subtitle condition="_RANK_TWN__ != _OLDRANK_TWN__">_TW_ moves to rank _RANK_TWN__ in _LEAGUECUPNAME_.</subtitle>
<subtitle condition="_RANK_TWN__ > _OLDRANK_TWN__">_TW_ moves to rank _RANK_TWN__ in _LEAGUECUPNAME_.</subtitle>
<subtitle condition="_RANK_TWN__ = 1 and _OLDRANK_TWN__ != 1">_TW_ on top after defeating _TL_ _RE_.</subtitle>
<subtitle condition="_WON_TWN__ > 1">_TW_'s streak now at _WON_TWN__ wins.</subtitle>
<subtitle condition="_LOST_TLN__ > 1">_TL_'s losing streak now at _LOST_TLN__!</subtitle>
<subtitle condition="_LEAGUEWON_TWN__ > 1">_TW_ wins _WON_TWN__th in a row in _LEAGUECUPNAME_.</subtitle>
<subtitle condition="_LEAGUELOST_TLN__ > 1">_TL_ loses _LOST_TLN__th in a row in _LEAGUECUPNAME_.</subtitle>
<condition>_LAYERDIFF_ = 0 and _GD_ G 3</condition>
<title>_TL_ chancenlos gegen _TW_</title>
<title>Kantersieg für _TW_</title>
<title>_TL_ unterliegt _TW_ eindeutig</title>
<title>_TW_ beherrscht _TL_ nach Belieben</title>
<title>[Glanzvorstellung|Galavorstellung|Glanzleistung] von _TW_</title>
<title>_TW_ besiegt _TL_ mit [Glanzvorstellung|Galavorstellung|Glanzleistung]</title>
<title>Torreigen bei _T0_ gegen _T1_</title>
<title condition="_GOALS_TWL__ > 1">_TW_ siegt trotz _GOALS_TLN__ Gegentoren</title>
<title condition="_GOALS_TWL__ > 1">_GOALS_TWL__ nicht genug für _TL_</title>
<title condition="_TWN_ = 1">_TW_ dominiert bei _TL_</title>
<subtitle condition="_TWN_ = 0">_TW_ fertigt _TL_ zuhause _RE_ ab.</subtitle>
<subtitle condition="_GOALS_TLN__ > 1">In einem torreichen Spiel behält _TW_ die Oberhand.</subtitle>
<subtitle condition="_GOALS_TLN__ > 1">_TL_ unterliegt in einem Spiel der Offensivabteilungen.</subtitle>
<subtitle condition="_MULTIPLESCORERS_TWN__">_SCORERS_TWN__ treffen beim hohen Sieg von _TW_.</subtitle>
<subtitle condition="_MULTIPLESCORERS_TWN__">_SCORERS_TWN__ erzielen die Tore beim überlegenen Heimsieg.</subtitle>
<subtitle condition="_MULTIPLESCORERS_TWN__">_TL_ wird durch Tore von _SCORERS_TWN__ regelrecht auseinandergenommen.</subtitle>
<subtitle condition="_HIGHGOALS_TWN__ > 1">_HIGHSCORER_TWN__ erzielt _HIGHGOALS_TWN__ Tore beim überlegenen Sieg.</subtitle>
<subtitle condition="_HIGHGOALS_TWN__ = 3">_HIGHSCORER_TWN__ erzielt Hattrick in unterhaltsamem Spiel.</subtitle>
<subtitle condition="_HIGHGOALS_TLN__ > 1">_HIGHGOALS_TLN__ Tore von _HIGHSCORER_TLN__ können die Niederlage von _TL_ nicht verhindern.</subtitle>
<subtitle condition="_GOALS_TLN__ > 1 and _MULTIPLESCORERS_TWL__">Tore von _SCORERS_TLN__ sind nicht genug bei der _RE_ Niederlage.</subtitle>
</news_article>
</news>