[Goodies-commits] r3726 - in xfce4-dict-plugin/trunk: . panel-plugin po

Enrico Troeger enrico at xfce.org
Tue Dec 18 17:39:43 CET 2007


Author: enrico
Date: 2007-12-18 16:39:43 +0000 (Tue, 18 Dec 2007)
New Revision: 3726

Modified:
   xfce4-dict-plugin/trunk/ChangeLog
   xfce4-dict-plugin/trunk/panel-plugin/dict.c
   xfce4-dict-plugin/trunk/po/ChangeLog
   xfce4-dict-plugin/trunk/po/ca.po
   xfce4-dict-plugin/trunk/po/cs.po
   xfce4-dict-plugin/trunk/po/de.po
   xfce4-dict-plugin/trunk/po/en_GB.po
   xfce4-dict-plugin/trunk/po/eu.po
   xfce4-dict-plugin/trunk/po/fr.po
   xfce4-dict-plugin/trunk/po/hu.po
   xfce4-dict-plugin/trunk/po/lv.po
   xfce4-dict-plugin/trunk/po/pl.po
   xfce4-dict-plugin/trunk/po/pt_BR.po
   xfce4-dict-plugin/trunk/po/pt_PT.po
   xfce4-dict-plugin/trunk/po/uk.po
   xfce4-dict-plugin/trunk/po/ur.po
   xfce4-dict-plugin/trunk/po/xfce4-dict-plugin.pot
Log:
* Remove wrong additional space before colons.
* de.po: Update of German translation.
* xfce4-dict-plugin.pot, *.po: Issued make update-po.


Modified: xfce4-dict-plugin/trunk/ChangeLog
===================================================================
--- xfce4-dict-plugin/trunk/ChangeLog	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/ChangeLog	2007-12-18 16:39:43 UTC (rev 3726)
@@ -1,3 +1,8 @@
+2007-12-18  Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+	* Remove wrong additional space before colons.
+
+
 2007-12-14  Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
 
 	* Fix small memory leak.

Modified: xfce4-dict-plugin/trunk/panel-plugin/dict.c
===================================================================
--- xfce4-dict-plugin/trunk/panel-plugin/dict.c	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/panel-plugin/dict.c	2007-12-18 16:39:43 UTC (rev 3726)
@@ -981,7 +981,7 @@
 		GtkWidget *label1, *label2, *table, *button_get_list, *frame1;
 
 		/* server address */
-		label1 = gtk_label_new_with_mnemonic(_("Server :"));
+		label1 = gtk_label_new_with_mnemonic(_("Server:"));
 		gtk_widget_show(label1);
 
 		dd->server_entry = gtk_entry_new();
@@ -993,7 +993,7 @@
 		gtk_widget_show(dd->server_entry);
 
 		/* server port */
-		label2 = gtk_label_new_with_mnemonic(_("Server Port :"));
+		label2 = gtk_label_new_with_mnemonic(_("Server Port:"));
 		gtk_widget_show(label2);
 
 		dd->port_spinner = gtk_spin_button_new_with_range(0.0, 65536.0, 1.0);
@@ -1001,7 +1001,7 @@
 		gtk_widget_show(dd->port_spinner);
 
 		/* dictionary */
-		label3 = gtk_label_new_with_mnemonic(_("Dictionary :"));
+		label3 = gtk_label_new_with_mnemonic(_("Dictionary:"));
 		gtk_widget_show(label3);
 
 		dd->dict_combo = gtk_combo_box_new_text();
@@ -1150,7 +1150,7 @@
 	{
 		GtkWidget *label4, *label5, *table, *frame3;
 
-		label4 = gtk_label_new_with_mnemonic(_("Aspell program :"));
+		label4 = gtk_label_new_with_mnemonic(_("Aspell program:"));
 		gtk_widget_show(label4);
 
 		dd->spell_entry = gtk_entry_new();
@@ -1161,7 +1161,7 @@
 		}
 		gtk_widget_show(dd->spell_entry);
 
-		label5 = gtk_label_new_with_mnemonic(_("Dictionary :"));
+		label5 = gtk_label_new_with_mnemonic(_("Dictionary:"));
 		gtk_widget_show(label5);
 
 		dd->spell_combo = gtk_combo_box_new_text();
@@ -1214,7 +1214,7 @@
 													G_CALLBACK(dict_show_panel_entry_toggled), dd);
 
 		/* panel entry size */
-		dd->panel_entry_size_label = gtk_label_new_with_mnemonic(_("Text field size :"));
+		dd->panel_entry_size_label = gtk_label_new_with_mnemonic(_("Text field size:"));
 		gtk_widget_show(dd->panel_entry_size_label);
 		dd->panel_entry_size_spinner = gtk_spin_button_new_with_range(0.0, 500.0, 1.0);
 		gtk_spin_button_set_value(GTK_SPIN_BUTTON(dd->panel_entry_size_spinner),

Modified: xfce4-dict-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-dict-plugin/trunk/po/ChangeLog	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/ChangeLog	2007-12-18 16:39:43 UTC (rev 3726)
@@ -1,3 +1,8 @@
+2007-12-18  Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+	* de.po: Update of German translation.
+	* xfce4-dict-plugin.pot, *.po: Issued make update-po.
+
 2007-12-14  Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
 
 	* de.po: Update of German translation.

Modified: xfce4-dict-plugin/trunk/po/ca.po
===================================================================
--- xfce4-dict-plugin/trunk/po/ca.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/ca.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-05-11 19:15+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan <xfce-i18n at xfce.org>\n"
@@ -76,17 +76,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Servidor:"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Port del servidor:"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Diccionari:"
 
 #: ../panel-plugin/dict.c:1008
@@ -134,7 +137,7 @@
 msgstr "Empra un lloc web"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -154,7 +157,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Mida del camp de text:"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/cs.po
===================================================================
--- xfce4-dict-plugin/trunk/po/cs.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/cs.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-12-17 21:52+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <xfce-i18n at xfce.org>\n"
@@ -76,18 +76,21 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Server:"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Port serveru:"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004
 #: ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Slovník:"
 
 #: ../panel-plugin/dict.c:1008
@@ -135,7 +138,7 @@
 msgstr "Použít webovou stránku"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr "Aplikace Aspell:"
 
 #: ../panel-plugin/dict.c:1194
@@ -152,7 +155,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Velikost textového pole:"
 
 #: ../panel-plugin/dict.c:1277

Modified: xfce4-dict-plugin/trunk/po/de.po
===================================================================
--- xfce4-dict-plugin/trunk/po/de.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/de.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
-"PO-Revision-Date: 2007-12-14 15:27+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
+"PO-Revision-Date: 2007-12-18 17:36+0100\n"
 "Last-Translator: Enrico Tröger <enrico.troeger at uvena.de>\n"
 "Language-Team: German <xfce-i18n at xfce.org>\n"
 "MIME-Version: 1.0\n"
@@ -18,13 +18,11 @@
 "X-Poedit-Country: GERMANY\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../panel-plugin/dict.c:300
-#: ../panel-plugin/dict.c:764
+#: ../panel-plugin/dict.c:300 ../panel-plugin/dict.c:764
 msgid "Could not connect to server."
 msgstr "Konnte keine Verbindung zum Server herstellen."
 
-#: ../panel-plugin/dict.c:307
-#: ../panel-plugin/dict.c:332
+#: ../panel-plugin/dict.c:307 ../panel-plugin/dict.c:332
 #: ../panel-plugin/dict.c:786
 msgid "Unknown error while quering the server."
 msgstr "Unbekannter Fehler beim Abfragen des Servers."
@@ -58,7 +56,9 @@
 
 #: ../panel-plugin/dict.c:579
 msgid "Browser could not be opened. Please check your preferences."
-msgstr "Es konnte kein Browser geöffnet werden. Biite überprüfen Sie Ihre Einstellungen."
+msgstr ""
+"Es konnte kein Browser geöffnet werden. Biite überprüfen Sie Ihre "
+"Einstellungen."
 
 #: ../panel-plugin/dict.c:781
 msgid "The server doesn't offer any databases."
@@ -78,18 +78,17 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+msgid "Server:"
 msgstr "Server:"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+msgid "Server Port:"
 msgstr "Server-Port:"
 
 #. dictionary
-#: ../panel-plugin/dict.c:1004
-#: ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
+msgid "Dictionary:"
 msgstr "Wörterbuch:"
 
 #: ../panel-plugin/dict.c:1008
@@ -137,7 +136,7 @@
 msgstr "Webseite benutzen"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr "Aspell Programm:"
 
 #: ../panel-plugin/dict.c:1194
@@ -149,16 +148,18 @@
 msgstr "Zeige Textfeld in der Leiste"
 
 #: ../panel-plugin/dict.c:1211
-msgid "This option can only be used when the panel has a horizontal orientation."
-msgstr "Diese Option kann nur benutzt werden, wenn die Leiste horizontal ausgerichtet ist."
+msgid ""
+"This option can only be used when the panel has a horizontal orientation."
+msgstr ""
+"Diese Option kann nur benutzt werden, wenn die Leiste horizontal "
+"ausgerichtet ist."
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+msgid "Text field size:"
 msgstr "Textfeldgröße:"
 
-#: ../panel-plugin/dict.c:1277
-#: ../panel-plugin/dict.c:1585
+#: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585
 msgid "Ready."
 msgstr "Fertig."
 
@@ -170,8 +171,7 @@
 msgid "Search with:"
 msgstr "Suchen mit:"
 
-#: ../panel-plugin/dict.c:1392
-#: ../panel-plugin/dict.desktop.in.in.h:2
+#: ../panel-plugin/dict.c:1392 ../panel-plugin/dict.desktop.in.in.h:2
 msgid "Dict"
 msgstr "Dict"
 
@@ -183,8 +183,7 @@
 msgid "Spellcheck"
 msgstr "Rechtschreibprüfung"
 
-#: ../panel-plugin/dict.c:1446
-#: ../panel-plugin/dict.desktop.in.in.h:1
+#: ../panel-plugin/dict.c:1446 ../panel-plugin/dict.desktop.in.in.h:1
 msgid "A plugin to query a Dict server."
 msgstr "Plugin zum Abfragen eines Dict-Servers."
 
@@ -198,9 +197,10 @@
 
 #~ msgid "Input is too long."
 #~ msgstr "Eingabe ist zu lang."
+
 #~ msgid "Answer was too long, it has been truncated (%d definition(s) found)."
 #~ msgstr ""
 #~ "Die Antwort war zu lang, sie wurde gekürzt (%d Definition(en) gefunden)."
+
 #~ msgid "-- The received list was too long. It has been truncated."
 #~ msgstr "-- Die empfangene Liste ist zu lang, sie wurde gekürzt."
-

Modified: xfce4-dict-plugin/trunk/po/en_GB.po
===================================================================
--- xfce4-dict-plugin/trunk/po/en_GB.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/en_GB.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-03-30 21:27+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
@@ -75,17 +75,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Server :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Server Port :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Dictionary :"
 
 #: ../panel-plugin/dict.c:1008
@@ -133,7 +136,7 @@
 msgstr "Use a web site"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -152,7 +155,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Text field size :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/eu.po
===================================================================
--- xfce4-dict-plugin/trunk/po/eu.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/eu.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-09-12 12:20+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <Librezale at librezale.org>\n"
@@ -74,17 +74,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Zerbitzaria:"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Zerbitzari ataka:"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Hiztegia:"
 
 #: ../panel-plugin/dict.c:1008
@@ -132,7 +135,7 @@
 msgstr "Webgune bat erabili"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -150,7 +153,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Testu eremu tamaina:"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/fr.po
===================================================================
--- xfce4-dict-plugin/trunk/po/fr.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/fr.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2006-12-22 18:14+0100\n"
 "Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -75,17 +75,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Serveur :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Port du serveur :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Dictionnaire :"
 
 #: ../panel-plugin/dict.c:1008
@@ -133,7 +136,7 @@
 msgstr "Utiliser un site Web"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -152,7 +155,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Taille du champ texte :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/hu.po
===================================================================
--- xfce4-dict-plugin/trunk/po/hu.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/hu.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-11-01 08:25+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -75,17 +75,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Kiszolgáló :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Kiszolgáló port :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Szótár :"
 
 #: ../panel-plugin/dict.c:1008
@@ -133,7 +136,7 @@
 msgstr "Egy weblap használata"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -151,7 +154,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Szöveg mező mérete :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/lv.po
===================================================================
--- xfce4-dict-plugin/trunk/po/lv.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/lv.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-11-16 22:02+0300\n"
 "Last-Translator: Rihards Priedītis <rprieditis at inbox.lv>\n"
 "Language-Team: Latvian <rprieditis at inbox.lv>\n"
@@ -73,17 +73,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Serveris :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Servera Ports :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Vārdnīca :"
 
 #: ../panel-plugin/dict.c:1008
@@ -131,7 +134,7 @@
 msgstr "Izmantot mājas lapu"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -149,7 +152,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Teksta lauka izmērs :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/pl.po
===================================================================
--- xfce4-dict-plugin/trunk/po/pl.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/pl.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-03-02 14:12+0200\n"
 "Last-Translator: Piotr Maliński <riklaunim at gmail.com>\n"
 "Language-Team: Polish <xfce-i18n at xfce.org>\n"
@@ -73,17 +73,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Serwer :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Port Serwera :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Słownik :"
 
 #: ../panel-plugin/dict.c:1008
@@ -131,7 +134,7 @@
 msgstr "Użyj strony"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -149,7 +152,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Rozmiar pola :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/pt_BR.po
===================================================================
--- xfce4-dict-plugin/trunk/po/pt_BR.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/pt_BR.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-08-26 13:19-0300\n"
 "Last-Translator: Vladimir Melo <vladimirmelo at foresightlinux.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -76,17 +76,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Servidor :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Porta do Servidor :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Dicionário :"
 
 #: ../panel-plugin/dict.c:1008
@@ -134,7 +137,7 @@
 msgstr "Usar um site"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -152,7 +155,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Tamanho do campo de texto :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/pt_PT.po
===================================================================
--- xfce4-dict-plugin/trunk/po/pt_PT.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/pt_PT.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-06-30 18:03+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -74,17 +74,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Servidor :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Porta :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Dicionário :"
 
 #: ../panel-plugin/dict.c:1008
@@ -132,7 +135,7 @@
 msgstr "Utilizar um website"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -150,7 +153,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Tamanho do campo de texto :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/uk.po
===================================================================
--- xfce4-dict-plugin/trunk/po/uk.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/uk.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-03-08 01:35+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce-i18n at xfce.org>\n"
@@ -76,17 +76,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "Сервер :"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "Порт сервера :"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "Словник :"
 
 #: ../panel-plugin/dict.c:1008
@@ -134,7 +137,7 @@
 msgstr "Використовувати сайт"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -153,7 +156,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "Розмір текстового поля :"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/ur.po
===================================================================
--- xfce4-dict-plugin/trunk/po/ur.po	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/ur.po	2007-12-18 16:39:43 UTC (rev 3726)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-dict-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: 2007-10-26 20:47+0500\n"
 "Last-Translator: Muhammad Ali Makki <makk.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -76,17 +76,20 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+#, fuzzy
+msgid "Server:"
 msgstr "سرور:"
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+#, fuzzy
+msgid "Server Port:"
 msgstr "سرور پورٹ:"
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+#, fuzzy
+msgid "Dictionary:"
 msgstr "ڈکشنری:"
 
 #: ../panel-plugin/dict.c:1008
@@ -134,7 +137,7 @@
 msgstr "ویب سائٹ استعمال کریں"
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -152,7 +155,8 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+#, fuzzy
+msgid "Text field size:"
 msgstr "متن فیلڈ حجم:"
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585

Modified: xfce4-dict-plugin/trunk/po/xfce4-dict-plugin.pot
===================================================================
--- xfce4-dict-plugin/trunk/po/xfce4-dict-plugin.pot	2007-12-17 22:34:35 UTC (rev 3725)
+++ xfce4-dict-plugin/trunk/po/xfce4-dict-plugin.pot	2007-12-18 16:39:43 UTC (rev 3726)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 15:25+0100\n"
+"POT-Creation-Date: 2007-12-18 17:35+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -74,17 +74,17 @@
 
 #. server address
 #: ../panel-plugin/dict.c:984
-msgid "Server :"
+msgid "Server:"
 msgstr ""
 
 #. server port
 #: ../panel-plugin/dict.c:996
-msgid "Server Port :"
+msgid "Server Port:"
 msgstr ""
 
 #. dictionary
 #: ../panel-plugin/dict.c:1004 ../panel-plugin/dict.c:1164
-msgid "Dictionary :"
+msgid "Dictionary:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1008
@@ -130,7 +130,7 @@
 msgstr ""
 
 #: ../panel-plugin/dict.c:1153
-msgid "Aspell program :"
+msgid "Aspell program:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1194
@@ -148,7 +148,7 @@
 
 #. panel entry size
 #: ../panel-plugin/dict.c:1217
-msgid "Text field size :"
+msgid "Text field size:"
 msgstr ""
 
 #: ../panel-plugin/dict.c:1277 ../panel-plugin/dict.c:1585




More information about the Goodies-commits mailing list