[Xfce4-commits] postler:master Support secure SMTP via port 465

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to b3f882d7ce6908597f22e5b74e40b9d0419b9475 (commit)
   from 8bd267e471124dfb4dd5a523e8544e97b60f8950 (commit)

commit b3f882d7ce6908597f22e5b74e40b9d0419b9475
Author: Christian Dywan christ...@twotoasts.de
Date:   Tue Mar 1 13:39:23 2011 +0100

Support secure SMTP via port 465

Also mention the different methods in the advanced
account details. And suggest the port in error messages.

Fixes: https://bugs.edge.launchpad.net/postler/+bug/726038

 postler/postler-accounts.vala |2 ++
 postler/postler-accountsetup.vala |2 ++
 postler/postler-service.vala  |7 ++-
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index 1db3d75..dea3a61 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -518,6 +518,8 @@ public class Postler.Accounts : GLib.Object {
 tls_options = tls_trust_file %s\ntls_trust_file %s.printf (
 certificate_file,
 certificate != null ? certificate : certificate_file);
+if (info.send_port == 465)
+tls_options += \ntls_starttls off; /* SMTPS */
 string msmtprc = 
 defaults
 auth on
diff --git a/postler/postler-accountsetup.vala 
b/postler/postler-accountsetup.vala
index b042a84..74d25ca 100644
--- a/postler/postler-accountsetup.vala
+++ b/postler/postler-accountsetup.vala
@@ -137,6 +137,8 @@ public class Postler.AccountWidget : Gtk.VBox {
 if (info.send_port != 0)
 sender_port.set_text (info.send_port.to_string ());
 add_label_entry (_(Sen_ding Port:), sender_port, true);
+advanced_area.pack_start (new Gtk.Label (
+_(STARTTLS is used by default, use port 465 for secure SMTP.)), 
false, false, 4);
 if (info.address != null)
 set_servers_from_address ();
 content_area.show_all ();
diff --git a/postler/postler-service.vala b/postler/postler-service.vala
index 8fa4005..1df0f4f 100644
--- a/postler/postler-service.vala
+++ b/postler/postler-service.vala
@@ -358,7 +358,12 @@ namespace Postler {
 else if (Connection timed out in line) {
 helper.finnish (
 _(It is taking too long for the server to 
respond.) + \n
-  + _(Try changing the port to 26 or 587.));
+  + _(Try changing the port to 25, 26, 587 or 
465.));
+}
+else if (Connection refused in line) {
+helper.finnish (
+_(The server rejected the connection.) + 
\n
+  + _(Try changing the port to 25, 26, 587 or 
465.));
 }
 else if (is_error)
 helper.finnish (line);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Refer to Body rather than Fulltext in search

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to a7e1a8f358b08f411cbb1d0a883cdb7acb3b279b (commit)
   from b3f882d7ce6908597f22e5b74e40b9d0419b9475 (commit)

commit a7e1a8f358b08f411cbb1d0a883cdb7acb3b279b
Author: Christian Dywan christ...@twotoasts.de
Date:   Tue Mar 1 14:04:06 2011 +0100

Refer to Body rather than Fulltext in search

Fixes: https://bugs.launchpad.net/postler/+bug/725691

 postler/postler-bureau.vala |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 775146f..07e6bea 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -91,7 +91,7 @@ public class Postler.Bureau : Gtk.Window {
 toolitem action=SearchSubject/
 toolitem action=SearchSender/
 toolitem action=SearchRecipient/
-toolitem action=SearchFulltext/
+toolitem action=SearchBody/
 separator expand=true/
 toolitem action=SaveSearch/
 /toolbar
@@ -468,7 +468,8 @@ public class Postler.Bureau : Gtk.Window {
   N_(Search messages by sender), 1 },
 { SearchRecipient, null, N_(_Recipient), ,
   N_(Search messages by recipient), 2 },
-{ SearchFulltext, null, N_(_Fulltext), ,
+/* i18n: The text contents of a message, when searching */
+{ SearchBody, null, N_(_Body), ,
   N_(Search the full message text), 3}
 };
 
@@ -703,7 +704,7 @@ public class Postler.Bureau : Gtk.Window {
 actions.get_action (SearchSubject).is_important = true;
 actions.get_action (SearchSender).is_important = true;
 actions.get_action (SearchRecipient).is_important = true;
-actions.get_action (SearchFulltext).is_important = true;
+actions.get_action (SearchBody).is_important = true;
 actions.get_action (SaveSearch).is_important = true;
 /* Implement mnemonics for search buttons */
 foreach (var button in search_options.get_children ()) {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master l10n: Updated Portuguese (pt) translation to 100%

2011-03-01 Thread Transifex
Updating branch refs/heads/master
 to f67c72b4e0a6c3be2211d3ccfa7a54a4a19996cb (commit)
   from a7e1a8f358b08f411cbb1d0a883cdb7acb3b279b (commit)

commit f67c72b4e0a6c3be2211d3ccfa7a54a4a19996cb
Author: Sergio Marques smarque...@gmail.com
Date:   Tue Mar 1 14:49:15 2011 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 255 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  174 +-
 1 files changed, 93 insertions(+), 81 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 4de3c14..5714b45 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: postler\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-02-28 05:17+\n
+POT-Creation-Date: 2011-03-01 11:17+\n
 PO-Revision-Date: 2011-01-25 00:39-\n
 Last-Translator: Sérgio Marques smarque...@gmail.com\n
 Language-Team: \n
@@ -30,7 +30,7 @@ msgstr Leitor de mensagens
 msgid Postler
 msgstr Postler
 
-#: ../postler/postler-accounts.vala:70 ../postler/postler-accounts.vala:198
+#: ../postler/postler-accounts.vala:70 ../postler/postler-accounts.vala:202
 #: ../postler/postler-service.vala:213
 msgid Inbox
 msgstr Caixa de entrada
@@ -60,65 +60,65 @@ msgstr Arquivo
 msgid Junk
 msgstr Lixo eletrónico
 
-#: ../postler/postler-accounts.vala:169
+#: ../postler/postler-accounts.vala:173
 msgid Failed to find a root certificate file.
 msgstr Ocorreu um erro ao procurar o certificado.
 
-#: ../postler/postler-accounts.vala:203
+#: ../postler/postler-accounts.vala:207
 msgid Config folder couldn't be created.
 msgstr A pasta de configuração não foi criada.
 
-#: ../postler/postler-accounts.vala:328
+#: ../postler/postler-accounts.vala:332
 #, c-format
 msgid Failed to remove \%s\
 msgstr Falha ao remover \%s\
 
-#: ../postler/postler-accounts.vala:405
+#: ../postler/postler-accounts.vala:409
 #, c-format
 msgid Invalid type \%s\
 msgstr O tipo \%s\ é inválido
 
 #. i18n: File was found but can't contains invalid values
-#: ../postler/postler-accounts.vala:409
+#: ../postler/postler-accounts.vala:413
 #, c-format
 msgid Failed to parse account in \%s\: %s
 msgstr Falha ao processar a conta em \%s\: %s
 
-#: ../postler/postler-accounts.vala:446
+#: ../postler/postler-accounts.vala:450
 msgid Cache folder couldn't be created.
 msgstr A pasta de \cache\ não foi criada.
 
-#: ../postler/postler-accounts.vala:456
+#: ../postler/postler-accounts.vala:460
 msgid This type can't receive mail.
 msgstr Este tipo não consegue receber mensagens.
 
-#: ../postler/postler-accounts.vala:473
+#: ../postler/postler-accounts.vala:477
 msgid No SSL certificates available
 msgstr Nenhum certificado SSL disponível
 
-#: ../postler/postler-accounts.vala:478
+#: ../postler/postler-accounts.vala:482
 msgid Invalid address
 msgstr Endereço inválido
 
-#: ../postler/postler-accounts.vala:488 ../postler/postler-accounts.vala:490
+#: ../postler/postler-accounts.vala:492 ../postler/postler-accounts.vala:494
 msgid Hostname is missing
 msgstr Falta o nome do servidor
 
-#: ../postler/postler-accounts.vala:492
+#: ../postler/postler-accounts.vala:496
 msgid Username is missing
 msgstr Falta o nome de utilizador
 
-#: ../postler/postler-accounts.vala:494
+#: ../postler/postler-accounts.vala:498
 msgid Password is missing
 msgstr Falta a senha
 
-#: ../postler/postler-accounts.vala:596 ../postler/postler-accounts.vala:614
-#: ../postler/postler-accounts.vala:634
+#: ../postler/postler-accounts.vala:600 ../postler/postler-accounts.vala:618
+#: ../postler/postler-accounts.vala:638
 #, c-format
 msgid Account \%s\ can't receive mail.
 msgstr A conta \%s\ não recebe mensagens.
 
-#: ../postler/postler-accounts.vala:617 ../postler/postler-accounts.vala:637
+#: ../postler/postler-accounts.vala:621 ../postler/postler-accounts.vala:641
 msgid Mail folder couldn't be created.
 msgstr A pasta de correio não foi criada.
 
@@ -309,246 +309,258 @@ msgstr Abrir
 msgid Failed to send notification: %s
 msgstr Falha ao enviar a notificação: %s
 
-#: ../postler/postler-bureau.vala:137 ../postler/postler-bureau.vala:146
+#: ../postler/postler-bureau.vala:139 ../postler/postler-bureau.vala:148
 msgid This message was sent to a mailing list.
 msgstr Esta mensagem foi enviada para uma lista de correio.
 
-#: ../postler/postler-bureau.vala:138
+#: ../postler/postler-bureau.vala:140
 msgid Replying is not allowed.
 msgstr A resposta não é permitida.
 
-#: ../postler/postler-bureau.vala:139 ../postler/postler-bureau.vala:148
+#: ../postler/postler-bureau.vala:141 ../postler/postler-bureau.vala:150
 msgid Reply to _Sender
 msgstr Respon_der ao remetente
 
-#: ../postler/postler-bureau.vala:147
+#: ../postler/postler-bureau.vala:149
 msgid Do you want to reply to the list?
 msgstr Pretende responder à lista?
 
-#: ../postler/postler-bureau.vala:149
+#: ../postler/postler-bureau.vala:151
 msgid Reply to _List
 

[Xfce4-commits] xfce4-settings:master Fix compiler warning.

2011-03-01 Thread Nick Schermer
Updating branch refs/heads/master
 to 95d15cb720e11220c228e23b6010e7d429185713 (commit)
   from 3752374adbcb1e564a1371a1b14b1ec80e4f0f2b (commit)

commit 95d15cb720e11220c228e23b6010e7d429185713
Author: Nick Schermer n...@xfce.org
Date:   Tue Mar 1 20:49:19 2011 +0100

Fix compiler warning.

 xfsettingsd/xsettings.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfsettingsd/xsettings.c b/xfsettingsd/xsettings.c
index 778983a..bb35fb9 100644
--- a/xfsettingsd/xsettings.c
+++ b/xfsettingsd/xsettings.c
@@ -132,7 +132,7 @@ struct _XfceXSettingsNotify
 {
 guchar *buf;
 gsize   buf_len;
-CARD32  n_settings;
+gintn_settings;
 gsize   dpi_offset;
 };
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Fixed multiple selection and dragging

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to 66004d3eba582b8c12978281d01fdafbf260ccf2 (commit)
   from f67c72b4e0a6c3be2211d3ccfa7a54a4a19996cb (commit)

commit 66004d3eba582b8c12978281d01fdafbf260ccf2
Author: Sergio Spinatelli spinatelli.ser...@gmail.com
Date:   Sat Feb 26 18:48:59 2011 +0100

Fixed multiple selection and dragging

Fixes: https://bugs.launchpad.net/postler/+bug/725597

 postler/postler-messages.vala |   21 +
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/postler/postler-messages.vala b/postler/postler-messages.vala
index fa23158..a362c6a 100644
--- a/postler/postler-messages.vala
+++ b/postler/postler-messages.vala
@@ -1090,6 +1090,16 @@ public class Postler.Messages : Gtk.TreeView {
  get_selection ().path_is_selected (path)) {
 get_selection().set_select_function( () = { return false; 
});
 defer_select = path;
+} else {
+/* Re-enable selection */
+get_selection().set_select_function(() = { return true; });
+if (defer_select != null
+  get_dest_row_at_pos ((int)event.x, (int)event.y, out path, out 
pos)
+  defer_select == path
+  !(event.x == 0  event.y == 0))
+set_cursor (path, null, false);
+
+defer_select = null;
 }
 return base.button_press_event (event);
 }
@@ -1108,6 +1118,17 @@ public class Postler.Messages : Gtk.TreeView {
 
 defer_select = null;
 return base.button_release_event (event);
+} else {
+get_selection ().set_select_function(() = { return true; });
+Gtk.TreePath? path = null;
+Gtk.TreeViewDropPosition pos;
+get_dest_row_at_pos ((int)event.x, (int)event.y, out path, out 
pos);
+if (defer_select != null
+  get_dest_row_at_pos ((int)event.x, (int)event.y, out path, out 
pos)
+  !(event.x == 0  event.y == 0))
+set_cursor (path, null, false);
+
+defer_select = null;
 }
 
 GLib.ListGtk.TreePath paths = get_selection ().get_selected_rows 
(null);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Servers and username update when editing address

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to 999b8c28aa85209597c38c2c8cd5f954fc841fc8 (commit)
   from 66004d3eba582b8c12978281d01fdafbf260ccf2 (commit)

commit 999b8c28aa85209597c38c2c8cd5f954fc841fc8
Author: Sergio Spinatelli spinatelli.ser...@gmail.com
Date:   Tue Mar 1 10:19:06 2011 +0100

Servers and username update when editing address

Fixes: https://bugs.launchpad.net/postler/+bug/726974

 postler/postler-accountsetup.vala |8 +---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/postler/postler-accountsetup.vala 
b/postler/postler-accountsetup.vala
index 74d25ca..9b69433 100644
--- a/postler/postler-accountsetup.vala
+++ b/postler/postler-accountsetup.vala
@@ -29,6 +29,7 @@ public class Postler.AccountWidget : Gtk.VBox {
 Elementary.Entry sender;
 Elementary.Entry sender_port;
 
+bool address_changed = false;
 AccountInfo info;
 
 public AccountWidget (AccountInfo? account_info=null) {
@@ -146,6 +147,7 @@ public class Postler.AccountWidget : Gtk.VBox {
 }
 
 bool on_focus_out () {
+address_changed = (info.address != address.get_text () || 
address_changed);
 set_servers_from_address ();
 return false;
 }
@@ -157,11 +159,11 @@ public class Postler.AccountWidget : Gtk.VBox {
 
 string user = domain.split (@) [0];
 domain = domain.split (@) [1];
-if (receiver.get_text () == )
+if (receiver.get_text () ==  || address_changed)
 receiver.set_text (imap. + domain);
-if (sender.get_text () == )
+if (sender.get_text () ==  || address_changed)
 sender.set_text (smtp. + domain);
-if (username.get_text () == )
+if (username.get_text () ==  || address_changed)
 username.set_text (user);
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Select next message after moving or deleting message

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to bb72418fada3fded0faaa0732af27612f9195c4c (commit)
   from 999b8c28aa85209597c38c2c8cd5f954fc841fc8 (commit)

commit bb72418fada3fded0faaa0732af27612f9195c4c
Author: Sergio Spinatelli spinatelli.ser...@gmail.com
Date:   Sun Feb 27 12:17:44 2011 +0100

Select next message after moving or deleting message

Fixes: https://bugs.launchpad.net/postler/+bug/725822

 postler/postler-messages.vala |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/postler/postler-messages.vala b/postler/postler-messages.vala
index a362c6a..487266c 100644
--- a/postler/postler-messages.vala
+++ b/postler/postler-messages.vala
@@ -1052,12 +1052,14 @@ public class Postler.Messages : Gtk.TreeView {
 Gtk.TreeIter child_iter;
 sort.convert_iter_to_child_iter (out child_iter, 
sort_iter);
 Gtk.TreePath next_path = sort.get_path (sort_iter);
+content.clear ();
 if (store.remove (child_iter)) {
 next_path.prev ();
-if (sort.get_iter (out sort_iter, next_path))
+if (sort.get_iter (out sort_iter, next_path)) {
 set_cursor (sort.get_path (sort_iter), null, 
false);
+display_message (sort_iter);
+}
 }
-content.clear ();
 } catch (GLib.Error error) {
 unowned string message;
 if (destination_path == null)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Unfocus search entry after clearing it

2011-03-01 Thread Christian Dywan
Updating branch refs/heads/master
 to 5839fd1d5fd26f18d3d0d797cd8bef0ea0011c88 (commit)
   from bb72418fada3fded0faaa0732af27612f9195c4c (commit)

commit 5839fd1d5fd26f18d3d0d797cd8bef0ea0011c88
Author: Sergio Spinatelli spinatelli.ser...@gmail.com
Date:   Wed Mar 2 00:15:43 2011 +0100

Unfocus search entry after clearing it

Fixes: https://bugs.launchpad.net/postler/+bug/725694

 postler/elementary-entry.vala |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postler/elementary-entry.vala b/postler/elementary-entry.vala
index c5dab3d..585da58 100644
--- a/postler/elementary-entry.vala
+++ b/postler/elementary-entry.vala
@@ -186,10 +186,10 @@ public class SearchEntry : Entry {
 private void icon_pressed (Gtk.EntryIconPosition icon_position) {
 
 if (icon_position == Gtk.EntryIconPosition.SECONDARY) {
-this.is_searching = false;
 this.text = ;
+if (!is_focus)
+this.hint ();
 this.set_icon_from_stock(Gtk.EntryIconPosition.SECONDARY, null);
-this.is_searching = true;
 }
 else {
 if (!this.is_focus  this.text == ) {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Danish (da) translation to 100%

2011-03-01 Thread Transifex
Updating branch refs/heads/master
 to d26946b964ea026ae139f413e1a51457497f8f5a (commit)
   from 95d15cb720e11220c228e23b6010e7d429185713 (commit)

commit d26946b964ea026ae139f413e1a51457497f8f5a
Author: Per Kongstad p_kongs...@op.pl
Date:   Wed Mar 2 08:31:52 2011 +0100

l10n: Updated Danish (da) translation to 100%

New status: 269 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |  278 +-
 1 files changed, 74 insertions(+), 204 deletions(-)

diff --git a/po/da.po b/po/da.po
index 096053d..6b1677a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,14 +7,14 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-02-28 17:23+0100\n
+POT-Creation-Date: 2011-03-02 05:11+\n
 PO-Revision-Date: 2010-01-19 21:40+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Dansk da...@dansk-gruppen.dk\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Language: Danish\n
 X-Poedit-SourceCharset: utf-8\n
 X-Poedit-Country: DENMARK\n
@@ -58,12 +58,8 @@ msgid Disable sticky keys if _two keys are pressed
 msgstr Deaktivér klæbende taster hvis _to taster er trykket
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:10
-msgid 
-If enabled, the session manager will start the required applications for 
-screen readers and magnifiers
-msgstr 
-Hvis aktiveret, vil sessionshåndteringen starte de nødvendige programmer for 
-skærmlæser og forstørrelsesglas.
+msgid If enabled, the session manager will start the required applications 
for screen readers and magnifiers
+msgstr Hvis aktiveret, vil sessionshåndteringen starte de nødvendige 
programmer for skærmlæser og forstørrelsesglas.
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:11
 msgid K_eystroke delay:
@@ -102,12 +98,8 @@ msgid The amount of time, in milliseconds, required 
between keystrokes
 msgstr Tiden i millisekunder som kræves mellem tastetryk
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:20
-msgid 
-The amount of time, in milliseconds, that must elapse before a keystroke 
-will be accepted
-msgstr 
-Tiden i millisekunder som skal forløbe inden et tastetryk vil blive 
-accepteret
+msgid The amount of time, in milliseconds, that must elapse before a 
keystroke will be accepted
+msgstr Tiden i millisekunder som skal forløbe inden et tastetryk vil blive 
accepteret
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:21
 msgid The maximum pointer speed after acceleration
@@ -122,32 +114,20 @@ msgid The time, in milliseconds, between repeated motion 
events
 msgstr Tiden i millisekunder mellem gentagne bevægelseshandlinger
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:24
-msgid 
-The time, in milliseconds, between the initial key press and first repeated 
-motion event
-msgstr 
-Tiden i millisekunder, mellem det første tastetryk og den første gentagne 
-bevægelsesbegivenhed
+msgid The time, in milliseconds, between the initial key press and first 
repeated motion event
+msgstr Tiden i millisekunder, mellem det første tastetryk og den første 
gentagne bevægelsesbegivenhed
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:25
 msgid The time, in milliseconds, to get to maximum speed
 msgstr Tiden i millisekunder for at opnå maksimal hastighed
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:26
-msgid 
-To help prevent accidental keystrokes, slow keys requires that a key is held 
-for a certain minimum amount of time before the keystroke will be accepted
-msgstr 
-For at afhjælpe utilsigtede tastetryk, kræver langsomme taster at en tast er 
-holdt nede for et bestemt minimum tidsrum før tastetrykket bliver accepteret
+msgid To help prevent accidental keystrokes, slow keys requires that a key is 
held for a certain minimum amount of time before the keystroke will be accepted
+msgstr For at afhjælpe utilsigtede tastetryk, kræver langsomme taster at en 
tast er holdt nede for et bestemt minimum tidsrum før tastetrykket bliver 
accepteret
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:27
-msgid 
-To help prevent accidental multiple keystrokes, bounce keys imposes a 
-minimum delay between keystrokes
-msgstr 
-For at afhjælpe utilsigtede multi-tastetryk indsætter ryste-taster en 
-minimumsforsinkelse mellem tastetryk
+msgid To help prevent accidental multiple keystrokes, bounce keys imposes a 
minimum delay between keystrokes
+msgstr For at afhjælpe utilsigtede multi-tastetryk indsætter ryste-taster en 
minimumsforsinkelse mellem tastetryk
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:28
 msgid Use _bounce keys
@@ -162,37 +142,20 @@ msgid Use slow _keys
 msgstr Brug langsomme _taster
 
 #: 

[Xfce4-commits] xfce4-genmon-plugin:master l10n: Updated Danish (da) translation to 100%

2011-03-01 Thread Transifex
Updating branch refs/heads/master
 to da11235f521b920de78ba1a364a130c31be0617b (commit)
   from d4baaf810ce90229ab292d43bd355b0baef333ba (commit)

commit da11235f521b920de78ba1a364a130c31be0617b
Author: Per Kongstad p_kongs...@op.pl
Date:   Wed Mar 2 08:33:42 2011 +0100

l10n: Updated Danish (da) translation to 100%

New status: 19 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   32 +---
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/po/da.po b/po/da.po
index 2eac025..71772d6 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,11 +3,12 @@
 # This file is distributed under the same license as the xfce4-genmon-plugin 
package.
 # Jens Hyllegaard jens.hyllega...@gmail.com, 2007.
 # Claus Futtrup cfutt...@stofanet.dk, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-genmon-plugin 3.2\n
-POT-Creation-Date: 2006-09-10 21:29+0200\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2011-03-02 05:06+\n
 PO-Revision-Date: 2008-10-05 21:36+0100\n
 Last-Translator: Claus Futtrup cfutt...@stofanet.dk\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -15,12 +16,21 @@ msgstr 
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
 
+#: ../panel-plugin/cmdspawn.c:174
+#, c-format
+msgid Error in command \%s\
+msgstr Fejl i kommandoen \%s\
+
+#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:105
+msgid Xfce Panel
+msgstr Panelet til Xfce
+
 #: ../panel-plugin/config_gui.c:87
 msgid About...
 msgstr Om...
 
-#: ../panel-plugin/config_gui.c:103
-#: ../panel-plugin/main.c:644
+#: ../panel-plugin/config_gui.c:103 ../panel-plugin/main.c:677
+#: ../panel-plugin/genmon.desktop.in.in.h:1
 msgid Generic Monitor
 msgstr Generisk overvågning
 
@@ -64,7 +74,12 @@ msgstr Tryk for at ændre skrifttype
 msgid (Default font)
 msgstr (Standardskrifttype)
 
-#: ../panel-plugin/main.c:569
+#: ../panel-plugin/main.c:104
+#, c-format
+msgid Could not run \%s\
+msgstr Kunne ikke køre \%s\
+
+#: ../panel-plugin/main.c:602
 #, c-format
 msgid 
 %s %s - Generic Monitor\n
@@ -79,11 +94,14 @@ msgstr 
 (c) 2004 Roger Seguin roger_seg...@msn.com\n
 (c) 2006 Julien Devemy jujuc...@gmail.com
 
-#: ../panel-plugin/main.c:587
+#: ../panel-plugin/main.c:620
 msgid Font Selection
 msgstr Vælg skrifttype
 
-#: ../panel-plugin/main.c:632
+#: ../panel-plugin/main.c:665
 msgid Configuration
 msgstr Konfiguration
 
+#: ../panel-plugin/genmon.desktop.in.in.h:2
+msgid Show output of a command. 
+msgstr Vis resultat af en kommando 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-genmon-plugin:master l10n: Updated Danish (da) translation to 100%

2011-03-01 Thread Transifex
Updating branch refs/heads/master
 to 07a9bc98384f59f3c7579482b16d95ee9a32ca1a (commit)
   from da11235f521b920de78ba1a364a130c31be0617b (commit)

commit 07a9bc98384f59f3c7579482b16d95ee9a32ca1a
Author: Per Kongstad p_kongs...@op.pl
Date:   Wed Mar 2 08:34:49 2011 +0100

l10n: Updated Danish (da) translation to 100%

New status: 19 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/da.po b/po/da.po
index 71772d6..efff897 100644
--- a/po/da.po
+++ b/po/da.po
@@ -104,4 +104,4 @@ msgstr Konfiguration
 
 #: ../panel-plugin/genmon.desktop.in.in.h:2
 msgid Show output of a command. 
-msgstr Vis resultat af en kommando 
+msgstr Vis resultat af en kommando.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits