locale for info label with "too many words" notifications; new icon have been added.
authorgadomska_anna <gadomska.anna@gmail.com>
Thu, 9 Aug 2007 08:34:14 +0000 (08:34 +0000)
committergadomska_anna <gadomska.anna@gmail.com>
Thu, 9 Aug 2007 08:34:14 +0000 (08:34 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@156 5bde0345-f819-0410-ac75-e5045f9217cc

Makefile
data/locale/en_GB.po
data/locale/es.po
data/locale/pl_PL.po
src/gui/src/ws_gui_layout.c

index 3920c1c..4c36e58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ GUI_SERVICEFILE = org.maemo.WhiteStorkGui.service
 GUI_DIRS = ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/applications/hildon ${DESTDIR}/usr/share/pixmaps ${DESTDIR}/usr/share/mis ${DESTDIR}/usr/share/dbus-1/services ${DESTDIR}/usr/share/locale  
 #${DESTDIR}/usr/share/doc/whitestorkgui
 GUI_DBUS = ${DATA}/other/${GUI_SERVICEFILE}
-GUI_ICONS = ${DATA}/icons/whitestork_icon.png ${DATA}/icons/whitestork.png ${DATA}/icons/ws_top.png ${DATA}/icons/qgn_indi_search_whitestork.png ${DATA}/icons/ws_tra.png
+GUI_ICONS = ${DATA}/icons/whitestork_icon.png ${DATA}/icons/whitestork.png ${DATA}/icons/ws_top.png ${DATA}/icons/ws_warning_icon.png ${DATA}/icons/qgn_indi_search_whitestork.png ${DATA}/icons/ws_tra.png
 GUI_LOCALE = ${DATA}/locale/out/
 GUI_DOC = ${DATA}/docs/${GUI_PACK_NAME}/
 GUI_OTHER = ${DATA}/other/whitestork.desktop
index 0ed5242..ebf355e 100644 (file)
@@ -343,3 +343,11 @@ msgstr "Bookmarks could not be loaded. Please install libsqlite package."
 
 msgid "ws_ab_loading"
 msgstr "Loading translation..."
+
+#: ../gui/src/ws_gui_layout.c:156
+msgid "ws_ti_list_full"
+msgstr "Too many words"
+
+#: ../gui/src/ws_gui_layout.c:1780
+msgid "ws_ni_words_list_full"
+msgstr "Query was too wide, WhiteStork is not able to show all words matching it. Please, precise more your query."
index 2e4a2b7..7e5d8fc 100644 (file)
@@ -341,3 +341,14 @@ msgstr "Pegado."
 #: ../gui/src/ws_gui_callbacks.c:268
 msgid "ws_ni_bookmarks_unavailable"
 msgstr "No se han podido cargar los marcadores. Instale el paquete libsqlite."
+
+msgid "ws_ab_loading"
+msgstr "ws_ab_loading"
+
+#: ../gui/src/ws_gui_layout.c:156
+msgid "ws_ti_list_full"
+msgstr "ws_ti_list_full"
+
+#: ../gui/src/ws_gui_layout.c:1780
+msgid "ws_ni_words_list_full"
+msgstr "ws_ni_words_list_full"
index 23d8f23..b06d0e3 100644 (file)
@@ -338,3 +338,11 @@ msgstr "Moduł Zakładek nie mógl być załadowany. Proszę doinstalować paczk
 
 msgid "ws_ab_loading"
 msgstr "Wczytywanie tłumaczenia..."
+
+#: ../gui/src/ws_gui_layout.c:156
+msgid "ws_ti_list_full"
+msgstr "Za dużo wynikow"
+
+#: ../gui/src/ws_gui_layout.c:1780
+msgid "ws_ni_words_list_full"
+msgstr "Jeśli nie znalazłeś szukanego słowa sprecyzuj zapytanie."
index 20c2102..1e25e88 100644 (file)
@@ -149,11 +149,11 @@ void ws_gui_create_window(gpointer user_data)
 
        /*adding vbox & label - used for notifications */
 
-       ws_gui_app->ws_gui_list_image = gtk_image_new_from_file("/usr/share/icons/hicolor/16x16/hildon/qgn_ws_icon.png");
+       ws_gui_app->ws_gui_list_image = gtk_image_new_from_file("/usr/share/pixmaps/ws_warning_icon.png");
        ws_gui_app->ws_gui_list_eventbox = gtk_event_box_new ();
        ws_gui_app->ws_gui_list_vbox = gtk_vbox_new(FALSE, 0);
-       ws_gui_app->ws_gui_list_hbox = gtk_hbox_new(FALSE, 0);
-       ws_gui_app->ws_gui_list_label = gtk_label_new("INFO!!!");
+       ws_gui_app->ws_gui_list_hbox = gtk_hbox_new(FALSE, 5);
+       ws_gui_app->ws_gui_list_label = gtk_label_new(_("ws_ti_list_full"));
 
        ws_gui_app->p = pango_font_description_from_string("Tahoma 10");
         gtk_widget_modify_font(GTK_WIDGET(ws_gui_app->ws_gui_list_label), ws_gui_app->p);