[Xfce4-commits] orage:master 4.9.7.2 Fixed bug 10473 SIGABRT in orage_copy_file

2013-11-08 Thread Juha Kautto
Updating branch refs/heads/master
 to 616efbf0312e0dd2f7c5960e51843ad5a66e140f (commit)
   from 43f67230e5a5313cc17607441755f2d30149164c (commit)

commit 616efbf0312e0dd2f7c5960e51843ad5a66e140f
Author: Juha Kautto j...@xfce.org
Date:   Fri Nov 8 12:30:16 2013 +0200

4.9.7.2 Fixed bug 10473 SIGABRT in orage_copy_file

Did not check return code from file open. This may also fix bug 10261.
Thanks to Steven from the patch.

 configure.in.in |2 +-
 src/functions.c |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 74f2d49..c8c0971 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto j...@xfce.org
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.9.7.1-git])
+m4_define([orage_version], [4.9.7.2-git])
 
 m4_define([gtk_minimum_version], [2.14.0])
 m4_define([xfce_minimum_version], [4.8.0])
diff --git a/src/functions.c b/src/functions.c
index 1db8093..4c7e68f 100644
--- a/src/functions.c
+++ b/src/functions.c
@@ -882,7 +882,7 @@ gboolean orage_copy_file(gchar *source, gchar *target)
 ok = FALSE;
 }
 /* write file */
-if (!g_file_set_contents(target, text, -1, error)) {
+if (ok  !g_file_set_contents(target, text, -1, error)) {
 orage_message(150, orage_copy_file: Could not write file (%s) 
error:%s
 , target, error-message);
 g_error_free(error);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 165fa9f966f8350f8ca8fae9573997e94f1f58ab (commit)
   from 4bc506c56ce91b89c4c9e5d867ba2ab8515da036 (commit)

commit 165fa9f966f8350f8ca8fae9573997e94f1f58ab
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:37 2013 +0100

I18n: Update translation da (100%).

69 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  315 ++
 1 file changed, 132 insertions(+), 183 deletions(-)

diff --git a/po/da.po b/po/da.po
index 135257d..f65d18b 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,318 +1,309 @@
-# Danish translations for xfce-4-appfinder package.
-# Copyright (c) 2008 - Jannis Pohlmann jan...@xfce.org
-# This file is distributed under the same license as the xfce-4-appfinder 
package.
-# Ole Guldberg ol...@omgwtf.dk, 2008.
-# Per Kongstad p_kongs...@op.pl, 2009.
-# Erik Schmidt erisc...@gmail.com, 2012.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Erik Schmidt erisc...@gmail.com, 2012
+# Ole Guldberg ol...@omgwtf.dk, 2008
+# Per Kongstad p_kongs...@op.pl, 2009
 msgid 
 msgstr 
-Project-Id-Version: xfce-4-appfinder 4.7.0\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 05:39+\n
-PO-Revision-Date: 2012-02-25 00:23+0100\n
-Last-Translator: Erik Schmidt erisc...@gmail.com\n
-Language-Team: Dansk da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-11-08 14:45+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bits\n
+Content-Transfer-Encoding: 8bit\n
 Language: da\n
-Plural-Forms: nplurals=2; plural=(n!=1);\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr Alle programmer
 
-#: ../src/appfinder-model.c:545
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Navn
 
-#: ../src/appfinder-model.c:546
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Kommentar
 
-#: ../src/appfinder-model.c:547
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Kommando
 
-#: ../src/appfinder-model.c:548
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Kategorier
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:579
 msgid Filename
 msgstr Filnavn
 
-#: ../src/appfinder-model.c:1825
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr Program har ingen kommando
 
-#: ../src/appfinder-model.c:2149
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr Kommandohistorik
 
-#: ../src/appfinder-preferences.c:221
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Bogmærker
+
+#: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr _Ryd
 
-#: ../src/appfinder-preferences.c:222
+#: ../src/appfinder-preferences.c:220
 msgid This will permanently clear the custom command history.
 msgstr Det vil rydde din historik over tilpassede kommandoer permanent
 
-#: ../src/appfinder-preferences.c:223
+#: ../src/appfinder-preferences.c:221
 msgid Are you sure you want to clear the command history?
 msgstr Er du sikker på at du vil rydde kommandohistorik?
 
-#: ../src/appfinder-preferences.c:333
+#: ../src/appfinder-preferences.c:331
 msgid The custom action will be deleted permanently.
 msgstr Den tilpassede aktion vil blive slettet permanent.
 
-#: ../src/appfinder-preferences.c:334
+#: ../src/appfinder-preferences.c:332
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Er du sikker på at du vil slette mønstret \%s\?
 
-#: ../src/appfinder-window.c:219 ../src/main.c:446
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Programfinder
 
-#: ../src/appfinder-window.c:271
+#: ../src/appfinder-window.c:289
 msgid Toggle view mode
 msgstr Skift mellem visningstilstande
 
-#: ../src/appfinder-window.c:363
+#: ../src/appfinder-window.c:394
 msgid La_unch
 msgstr S_tart
 
-#: ../src/appfinder-window.c:798
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Kunne ikke indlæse redigering af skrivebordet
 
-#: ../src/appfinder-window.c:824
+#: ../src/appfinder-window.c:906
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
-msgstr 
-Det vil permanent fjerne din tilpassede skrivbordsfil fra din hjemmemappe.
+msgstr Det vil permanent fjerne din tilpassede 

[Xfce4-commits] libxfce4ui:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to d4ef9143f65b1a4d6ac222b54a04b191f84f06ab (commit)
   from 199fc48f5d8df078e59f1f5f6d0b0802d04a569e (commit)

commit d4ef9143f65b1a4d6ac222b54a04b191f84f06ab
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:16 2013 +0100

I18n: Update translation da (100%).

164 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  423 +++---
 1 file changed, 154 insertions(+), 269 deletions(-)

diff --git a/po/da.po b/po/da.po
index 78498e0..e673243 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,26 +1,25 @@
-# Danish translations for libxfce package.
-# Copyright (C) 2008 THE libxfce'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the libxfce package.
-# Ole Guldberg ol...@omgwtf.dk, 2008.
-# Per Kongstad p_kongs...@op.pl, 2009.
-# Erik Schmidt erisc...@gmail.com, 2012.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Erik Schmidt erisc...@gmail.com, 2012
+# Ole Guldberg ol...@omgwtf.dk, 2008
+# Per Kongstad p_kongs...@op.pl, 2009
 msgid 
 msgstr 
-Project-Id-Version: libxfce4ui 1.4.7.0\n
+Project-Id-Version: Libxfce4ui\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-28 09:06+0100\n
-PO-Revision-Date: 2012-02-28 18:54+0100\n
-Last-Translator: Erik Schmidt erisc...@gmail.com\n
-Language-Team: Dansk da...@dansk-gruppen.dk\n
-Language: da\n
+POT-Creation-Date: 2013-07-02 22:33+0200\n
+PO-Revision-Date: 2013-11-08 15:06+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: da\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
 
 #: ../libxfce4ui/xfce-dialogs.c:98
 msgid Failed to open web browser for online documentation
@@ -41,11 +40,9 @@ msgstr Dokumentation på nettet
 
 #: ../libxfce4ui/xfce-dialogs.c:221
 msgid 
-You will be redirected to the documentation website where the help pages are 
-maintained and translated.
-msgstr 
-Du vil blive omstillet til dokumentationssiden på nettet, hvor hjælpesiderne 
-bliver vedligeholdt og oversat.
+You will be redirected to the documentation website where the help pages are
+ maintained and translated.
+msgstr Du vil blive omstillet til dokumentationssiden på nettet, hvor 
hjælpesiderne bliver vedligeholdt og oversat.
 
 #: ../libxfce4ui/xfce-dialogs.c:225
 msgid _Read Online
@@ -56,9 +53,8 @@ msgid _Always go directly to the online documentation
 msgstr _Gå altid direkte til dokumentationen på nettet
 
 #: ../libxfce4ui/xfce-dialogs.c:281
-#, fuzzy
 msgid Information
-msgstr Versionsinformation
+msgstr Information
 
 #: ../libxfce4ui/xfce-dialogs.c:314
 msgid Warning
@@ -72,36 +68,32 @@ msgstr Fejl
 msgid Question
 msgstr Spørgsmål
 
-#: ../libxfce4ui/xfce-sm-client.c:1403
-#, fuzzy
+#: ../libxfce4ui/xfce-sm-client.c:1424
 msgid Session management client ID
-msgstr Indstillingshåndtering for sokkel
+msgstr Klientid fra sessionshåndtering
 
-#: ../libxfce4ui/xfce-sm-client.c:1403
+#: ../libxfce4ui/xfce-sm-client.c:1424
 msgid ID
 msgstr Id
 
-#: ../libxfce4ui/xfce-sm-client.c:1404
-#, fuzzy
+#: ../libxfce4ui/xfce-sm-client.c:1425
 msgid Disable session management
-msgstr Indstillingshåndtering for sokkel
+msgstr Slå sessionshåndtering fra
 
-#: ../libxfce4ui/xfce-sm-client.c:1414
-#, fuzzy
+#: ../libxfce4ui/xfce-sm-client.c:1435
 msgid Session management options
-msgstr Indstillingshåndtering for sokkel
+msgstr Tilvalg for sessionshåndtering:
 
-#: ../libxfce4ui/xfce-sm-client.c:1415
-#, fuzzy
+#: ../libxfce4ui/xfce-sm-client.c:1436
 msgid Show session management options
-msgstr Indstillingshåndtering for sokkel
+msgstr Vis tilvalg for sessionshåndtering
 
-#: ../libxfce4ui/xfce-sm-client.c:1591
+#: ../libxfce4ui/xfce-sm-client.c:1611
 #, c-format
 msgid Failed to connect to the session manager: %s
 msgstr Kunne ikke forbinde til sessionshåndteringen: %s
 
-#: ../libxfce4ui/xfce-sm-client.c:1598
+#: ../libxfce4ui/xfce-sm-client.c:1617
 #, c-format
 msgid Session manager did not return a valid client id
 msgstr Sessionshåndtering returnerede ikke et gyldigt klientid
@@ -110,20 +102,16 @@ msgstr Sessionshåndtering returnerede ikke et gyldigt 
klientid
 #: ../libxfce4ui/xfce-spawn.c:413
 #, c-format
 msgid 
-Working directory \%s\ does not exist. It won't be used when spawning \%s
-\.
-msgstr 
-Arbejdsmappen \%s\ findes ikke. Den vil ikke blive brugt ved klagørelsen af
+Working directory \%s\ does not exist. It won't be used when spawning 
 \%s\.
+msgstr Arbejdsmappen \%s\ findes ikke. Den vil ikke blive brugt ved 

[Xfce4-commits] xfce4-power-manager:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to e5050e2757f71e86d36b111cb63c2cffe4e1368d (commit)
   from b5d7f190065d72348890db1c2e42f6af9d095b10 (commit)

commit e5050e2757f71e86d36b111cb63c2cffe4e1368d
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:46 2013 +0100

I18n: Update translation da (100%).

213 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  518 ++
 1 file changed, 117 insertions(+), 401 deletions(-)

diff --git a/po/da.po b/po/da.po
index f5c36fb..31c5673 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,127 +1,125 @@
-# Danish translation of xfce4-power-manager
-# Copyright (C) 2008 xfce4-power-manager'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-power-manager 
package.
-# Per Kongstad p_kongs...@op.pl, 2008, 09, 10.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-power-manager 0.9.90\n
+Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-22 17:06+\n
-PO-Revision-Date: 2010-01-30 16:24+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-08-12 00:30+0200\n
+PO-Revision-Date: 2013-11-08 13:30+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
 
-#: ../data/interfaces/xfpm-settings.ui.h:1
-msgid bActions/b
-msgstr bHandlinger/b
+#: ../data/interfaces/xfpm-settings.ui.h:1 ../settings/xfpm-settings.c:809
+#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
+#: ../settings/xfpm-settings.c:1312
+msgid Nothing
+msgstr Ingenting
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
-msgid bAdvanced Options/b
-msgstr bAvancerede indstillinger/b
+#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:415
+msgid Xfce Power Manager
+msgstr Strømstyring til Xfce
 
 #: ../data/interfaces/xfpm-settings.ui.h:3
-msgid bBrightness/b
-msgstr bLysstyrke/b
+msgid Power manager settings
+msgstr Strømstyringsindstillinger
 
 #: ../data/interfaces/xfpm-settings.ui.h:4
-msgid bGeneral Options/b
-msgstr bGenerelle indstillinger/b
+msgid When sleep button is pressed:
+msgstr Ved tryk på hvile-knap:
 
 #: ../data/interfaces/xfpm-settings.ui.h:5
-msgid bMonitor/b
-msgstr bSkærm/b
+msgid When hibernate button is pressed:
+msgstr Ved tryk på dvaleknap:
 
 #: ../data/interfaces/xfpm-settings.ui.h:6
-msgid Actions
-msgstr Handlinger
+msgid When power button is pressed:
+msgstr Ved tryk på tænd-knap:
 
 #: ../data/interfaces/xfpm-settings.ui.h:7
-msgid Consider the computer on low power at:
-msgstr Betragt computeren på lav strøm ved:
+msgid System tray icon: 
+msgstr Ikon til statusfelt:
 
-#. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:820
-#: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
-#: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
-#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:484
-#: ../src/xfpm-power.c:779
-msgid Hibernate
-msgstr Dvaletilstand
+#: ../data/interfaces/xfpm-settings.ui.h:8
+msgid Monitor power management control
+msgstr Overvåg strømstyring
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
-msgid Level:
-msgstr Niveau:
+msgid Show notifications to notify about the battery state
+msgstr Vis påmindelser for at informere om batteriets tilstand
 
 #: ../data/interfaces/xfpm-settings.ui.h:10
-msgid Lock screen when going for suspend/hibernate
-msgstr Lås skærmen når systemet går i hvile-/dvaletilstand
+msgid bGeneral Options/b
+msgstr bGenerelle indstillinger/b
 
-#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
-msgid Monitor
-msgstr Skærm
+#: ../data/interfaces/xfpm-settings.ui.h:11
+msgid When laptop lid is closed:
+msgstr Når bærbarlåg er lukket:
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
-msgid Monitor power management control
-msgstr Overvåg strømstyring
+msgid Put the computer to sleep when inactive for:
+msgstr Lad computeren gå i hviletilstand ved inaktivitet i:
 
-#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:809
-#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
-#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
-#: ../settings/xfpm-settings.c:1312
-msgid Nothing
-msgstr 

[Xfce4-commits] tumbler:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to e68dbce0b82613b7167910e822f0191911c35f3a (commit)
   from c1fa2d9bd82db7151e873be083bb8f7d6d216d2a (commit)

commit e68dbce0b82613b7167910e822f0191911c35f3a
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:35 2013 +0100

I18n: Update translation da (100%).

44 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  159 +-
 1 file changed, 54 insertions(+), 105 deletions(-)

diff --git a/po/da.po b/po/da.po
index d89ede1..4212ed7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,36 +1,36 @@
-# Danish translation of Tumbler.
-# Copyright (C) 2009 Jannis Pohlmann jan...@xfce.org
-# This file is distributed under the same license as the Tumbler package.
-# Per Kongstad p_kongs...@op.pl, 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Per Kongstad p_kongs...@op.pl, 2009
 msgid 
 msgstr 
-Project-Id-Version: Tumbler 1.0.1\n
+Project-Id-Version: Tumbler\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-11-11 05:04+\n
-PO-Revision-Date: 2009-12-19 22:24+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-07-02 22:38+0200\n
+PO-Revision-Date: 2013-11-08 14:50+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: Denmark\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid Another thumbnail cache service is already running
 msgstr En anden tjeneste til cache af miniaturer kører allerede
 
-#: ../tumblerd/tumbler-group-scheduler.c:485
-#: ../tumblerd/tumbler-lifo-scheduler.c:421
+#: ../tumblerd/tumbler-group-scheduler.c:486
+#: ../tumblerd/tumbler-lifo-scheduler.c:422
 #, c-format
 msgid No thumbnailer available for \%s\
 msgstr Ingen miniaturetjeneste tilgængelig for \%s\
 
-#: ../tumblerd/tumbler-lifecycle-manager.c:207
+#: ../tumblerd/tumbler-lifecycle-manager.c:208
 msgid The thumbnailer service is shutting down
 msgstr Tjenesten thumbnailer lukker ned
 
@@ -43,11 +43,11 @@ msgstr En anden generisk miniaturetjeneste kører allerede
 msgid Unsupported thumbnail flavor requested
 msgstr Anmodet ikke understøttet miniature
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:485
 msgid Failed to call the specialized thumbnailer: timeout
 msgstr Kunne ikke kalde den specialiserede miniature: tidsudløb
 
-#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:494
 #, c-format
 msgid Failed to call the specialized thumbnailer: %s
 msgstr Kunne ikke kalde den specialiserede miniature: %s
@@ -68,9 +68,7 @@ msgstr Misdannet sektion \%s\ i filen \%s\: %s
 msgid 
 Malformed section \%s\ in file \%s\: Mismatch between section name and 
 UriScheme/MimeType
-msgstr 
-Misdannet sektion \%s\ i filen \%s\: Der er forskel mellem sektionsnavn 
-og Uri-skema/MIME-type
+msgstr Misdannet sektion \%s\ i filen \%s\: Der er forskel mellem 
sektionsnavn og Uri-skema/MIME-type
 
 #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
 #: ../tumblerd/tumbler-manager.c:936
@@ -83,37 +81,41 @@ msgstr Misdannet fil \%s\: %s
 msgid Failed to determine last modified time of \%s\
 msgstr Kunne ikke bestemme sidste tid for ændring af \%s\
 
-#: ../tumblerd/tumbler-manager.c:1863
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid Another thumbnailer manager is already running
 msgstr En anden miniaturehåndtering kører allerede
 
+#: ../tumblerd/main.c:249
+msgid Couldn't change nice value of process.
+msgstr Kunne ikke ændre processens venlighedsværdi.
+
 #. set the application name. Translators: Don't translate Tumbler.
-#: ../tumblerd/main.c:83
+#: ../tumblerd/main.c:258
 msgid Tumbler Thumbnailing Service
 msgstr Tumbler Thumbnailing tjeneste
 
-#: ../tumblerd/main.c:98
+#: ../tumblerd/main.c:280
 #, c-format
 msgid Failed to connect to the D-Bus session bus: %s
 msgstr Kunne ikke forbinde til D-Bus-sessionen: %s
 
-#: ../tumblerd/main.c:156
+#: ../tumblerd/main.c:363
 #, c-format
 msgid Failed to load specialized thumbnailers into the registry: %s
 msgstr Kunne ikke indlæse specialiserede miniaturer ind i registret: %s
 
-#: ../tumblerd/main.c:173
+#: ../tumblerd/main.c:375
 #, c-format
 msgid Failed to start the thumbnail cache service: %s
 msgstr Kunne ikke starte tjenesten thumbnail cache: %s
 

[Xfce4-commits] exo:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 0389ad2a9b7642873379797085703b96b72cb85f (commit)
   from 0e334e8ef3556c7fb4b23e05a60bb823521f42d5 (commit)

commit 0389ad2a9b7642873379797085703b96b72cb85f
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:03 2013 +0100

I18n: Update translation da (100%).

279 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  511 +++---
 1 file changed, 124 insertions(+), 387 deletions(-)

diff --git a/po/da.po b/po/da.po
index 39a35e4..63ea8c5 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,23 +1,22 @@
-# Danish translation of libexo.
-# Copyright (c) 2004-2007 os-cillation.
-# This file is distributed under the same license as the libexo package.
-# Per Kongstad p_kongs...@op.pl, 2008, 09.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
 msgid 
 msgstr 
-Project-Id-Version: Exo 0.5.1\n
+Project-Id-Version: Exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-09 18:45+0100\n
-PO-Revision-Date: 2010-02-20 00:22+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
+POT-Creation-Date: 2013-07-02 22:30+0200\n
+PO-Revision-Date: 2013-11-08 14:41+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
+Language: da\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
 #: ../exo/exo-cell-renderer-icon.c:144
@@ -65,11 +64,8 @@ msgstr Kunne ikke læse fil \%s\: %s
 
 #: ../exo/exo-gdk-pixbuf-extensions.c:890
 #, c-format
-msgid 
-Failed to load image \%s\: Unknown reason, probably a corrupt image file
-msgstr 
-Kunne ikke indlæse billede \%s\: Ukendt fejl, højst sandsynligt en ødelagt 
-billedfil
+msgid Failed to load image \%s\: Unknown reason, probably a corrupt image 
file
+msgstr Kunne ikke indlæse billede \%s\: Ukendt fejl, højst sandsynligt en 
ødelagt billedfil
 
 #: ../exo/exo-gtk-extensions.c:227
 #, c-format
@@ -278,9 +274,7 @@ msgstr Opmærkningskolonne
 
 #: ../exo/exo-icon-view.c:778
 msgid Model column used to retrieve the text if using Pango markup
-msgstr 
-Modelkolonne som bliver brugt til at hente teksten, hvis der bliver brugt 
-Pango-opmærkning
+msgstr Modelkolonne som bliver brugt til at hente teksten, hvis der bliver 
brugt Pango-opmærkning
 
 #: ../exo/exo-icon-view.c:792
 msgid Icon View Model
@@ -293,8 +287,7 @@ msgstr Modellen der bruges til ikonvisning
 #: ../exo/exo-icon-view.c:807
 msgid 
 How the text and icon of each item are positioned relative to each other
-msgstr 
-Hvordan hvert elements tekst og ikoner er placeret i forhold til hinanden
+msgstr Hvordan hvert elements tekst og ikoner er placeret i forhold til 
hinanden
 
 #: ../exo/exo-icon-view.c:839
 msgid Reorderable
@@ -344,9 +337,7 @@ msgstr Tidsgrænse for enkeltklik
 msgid 
 The amount of time after which the item under the mouse cursor will be 
 selected automatically in single click mode
-msgstr 
-Hvor lang tid der skal gå, inden elementet under musemarkøren bliver valgt 
-automatisk i enkeltklikstilstand
+msgstr Hvor lang tid der skal gå, inden elementet under musemarkøren bliver 
valgt automatisk i enkeltklikstilstand
 
 #: ../exo/exo-icon-view.c:934
 msgid Spacing
@@ -392,11 +383,9 @@ msgstr _Tilføj ny værktøjsbjælke
 msgid 
 Drag an item onto the toolbars above to add it, from the toolbars in the 
 items table to remove it.
-msgstr 
-Træk et element til værktøjsbjælken ovenfor for at tilføje det, fra 
-værktøjsbjælkerne i elementtabellen for at fjerne det.
+msgstr Træk et element til værktøjsbjælken ovenfor for at tilføje det, fra 
værktøjsbjælkerne i elementtabellen for at fjerne det.
 
-#: ../exo/exo-toolbars-editor.c:538
+#: ../exo/exo-toolbars-editor.c:537
 msgid Separator
 msgstr Adskiller
 
@@ -531,12 +520,7 @@ msgid 
 \n
 Written by Benedikt Meurer be...@xfce.org.\n
 \n
-msgstr 
-Ophavsret (c) %s\n
-os-cillation e.K. Alle rettigheder forbeholdes.\n
-\n
-Skrevet af Benedikt Meurer be...@xfce.org.\n
-\n
+msgstr Ophavsret (c) %s\nos-cillation e.K. Alle rettigheder 
forbeholdes.\n\nSkrevet af Benedikt Meurer be...@xfce.org.\n\n
 
 #: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:199
 #: ../exo-open/main.c:500
@@ -547,12 +531,7 @@ msgid 
 the GNU Lesser General Public License which can be found in the\n
 %s source package.\n
 \n
-msgstr 
-%s leveres med ABSOLUT INGEN GARANTIER,\n
-Du kan distribuere %s under betingelserne\n
-af GNU Lesser General Public 

[Xfce4-commits] xfce4-mpc-plugin:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 55b689f35d7e5d952bde2ddb09b4fbba788b9891 (commit)
   from 5519bb809721dc355ff4619944a2791192e710f8 (commit)

commit 55b689f35d7e5d952bde2ddb09b4fbba788b9891
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:31:32 2013 +0100

I18n: Update translation da (100%).

24 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |   95 +-
 1 file changed, 44 insertions(+), 51 deletions(-)

diff --git a/po/da.po b/po/da.po
index 61112d0..aafd636 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,117 +1,116 @@
-# translation of xfce4-mpc-plugin to Danish
-# Copyright (C) 2007 THE xfce4-mpc-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-mpc-plugin 
package.
-# Jens Hyllegaard jens.hyllega...@gmail.com, 2007.
-# Per Kongstad p_kongs...@op.pl, 2008, 09.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Jens Hyllegaard jens.hyllega...@gmail.com, 2007
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mpc-plugin 0.3.3\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-15 10:14+0100\n
-PO-Revision-Date: 2009-07-30 10:22+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-07-03 21:07+0200\n
+PO-Revision-Date: 2013-11-08 14:43+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:128
-#: ../panel-plugin/xfce4-mpc-plugin.c:204
-#: ../panel-plugin/xfce4-mpc-plugin.c:749
+#: ../panel-plugin/xfce4-mpc-plugin.c:137
+#: ../panel-plugin/xfce4-mpc-plugin.c:213
+#: ../panel-plugin/xfce4-mpc-plugin.c:758
 msgid Launch
 msgstr Start
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:261
+#: ../panel-plugin/xfce4-mpc-plugin.c:270
 msgid Mpd Client Plugin
 msgstr Klientudvidelsesmodul til MPD
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:267
+#: ../panel-plugin/xfce4-mpc-plugin.c:276
 msgid Properties
 msgstr Egenskaber
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:280
+#: ../panel-plugin/xfce4-mpc-plugin.c:289
 msgid Host : 
 msgstr Vært : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:281
+#: ../panel-plugin/xfce4-mpc-plugin.c:290
 msgid Port : 
 msgstr Port : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:282
+#: ../panel-plugin/xfce4-mpc-plugin.c:291
 msgid Password : 
 msgstr Adgangskode : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:283
+#: ../panel-plugin/xfce4-mpc-plugin.c:292
 msgid MPD Client : 
 msgstr MPD-klient : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:284
+#: ../panel-plugin/xfce4-mpc-plugin.c:293
 msgid Tooltip Format : 
 msgstr Værktøjstipformat : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:285
+#: ../panel-plugin/xfce4-mpc-plugin.c:294
 msgid Playlist Format : 
 msgstr Spillelisteformat : 
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:319
+#: ../panel-plugin/xfce4-mpc-plugin.c:328
 msgid Hostname or IP address
 msgstr Værtsnavn eller IP-adresse
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:320
+#: ../panel-plugin/xfce4-mpc-plugin.c:329
 msgid Graphical MPD Client to launch in plugin context menu
 msgstr Grafisk MPD-klient til at starte udvidelsesmodul fra kontekstmenu
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:321
+#: ../panel-plugin/xfce4-mpc-plugin.c:330
 msgid Variables : %artist%, %album%, %track% and %title%
 msgstr Variabler : %artist%, %album%, %track% og %title%
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:322
+#: ../panel-plugin/xfce4-mpc-plugin.c:331
 msgid 
-Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and %title
-%
-msgstr 
-Variabler : %vol%, %status%, %newline%, %artist%, %album%, %track% og %title%
+Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and 
+%title%
+msgstr Variabler : %vol%, %status%, %newline%, %artist%, %album%, %track% og 
%title%
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:327
+#: ../panel-plugin/xfce4-mpc-plugin.c:336
 msgid Show _frame
 msgstr Vis _ramme
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:449
-#: ../panel-plugin/xfce4-mpc-plugin.c:680
+#: ../panel-plugin/xfce4-mpc-plugin.c:458
+#: ../panel-plugin/xfce4-mpc-plugin.c:689
 msgid  not connected ?
 msgstr  ikke tilsluttet ?
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:533
+#: ../panel-plugin/xfce4-mpc-plugin.c:542
 msgid Mpd playlist
 msgstr MPD spilleliste
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:745
+#: 

[Xfce4-commits] xfce4-panel:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 813c948cb8387deb7a7c8adae16bf9e65c9d1afd (commit)
   from 9093d30258a635936a490a0d88ab955aba685fee (commit)

commit 813c948cb8387deb7a7c8adae16bf9e65c9d1afd
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:40 2013 +0100

I18n: Update translation da (100%).

393 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  146 --
 1 file changed, 75 insertions(+), 71 deletions(-)

diff --git a/po/da.po b/po/da.po
index 09b6852..2e684ca 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
 # Jesper Berth bigsa...@berthit.dk, 2005
 # Kris Thomsen lakris...@gmail.com, 2013
 # Lars Nielsen l...@mit-web.dk, 2008
@@ -10,9 +11,9 @@ msgid 
 msgstr 
 Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-02 22:26+0200\n
-PO-Revision-Date: 2013-07-24 19:02+\n
-Last-Translator: Kris Thomsen lakris...@gmail.com\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-11-08 14:38+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
 Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -827,7 +828,7 @@ msgstr Log ud, lås skærmen eller andre systemhandlinger
 
 #. I18N: default tooltip of the application menu
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:1
-#: ../plugins/applicationsmenu/applicationsmenu.c:38
+#: ../plugins/applicationsmenu/applicationsmenu.c:39
 #: ../plugins/applicationsmenu/applicationsmenu.desktop.in.h:1
 msgid Applications Menu
 msgstr Programmenu
@@ -869,7 +870,7 @@ msgstr Vis program_beskrivelse i værktøjstips
 #: ../plugins/pager/pager-dialog.glade.h:6
 #: ../plugins/separator/separator-dialog.glade.h:4
 #: ../plugins/systray/systray-dialog.glade.h:4
-#: ../plugins/tasklist/tasklist-dialog.glade.h:6
+#: ../plugins/tasklist/tasklist-dialog.glade.h:14
 #: ../plugins/windowmenu/windowmenu-dialog.glade.h:6
 msgid Appearance
 msgstr Udseende
@@ -898,26 +899,17 @@ msgstr Vælg en menufil
 msgid Menu File
 msgstr Menufil
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:557
+#: ../plugins/applicationsmenu/applicationsmenu.c:541
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Vælg et ikon
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:598
-#: ../plugins/applicationsmenu/applicationsmenu.c:839
+#: ../plugins/applicationsmenu/applicationsmenu.c:582
 #: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Kunne ikke køre kommando \%s\.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1108
-msgid No applications found
-msgstr Ingen programmer blev fundet
-
-#: ../plugins/applicationsmenu/applicationsmenu.c:1131
-msgid Failed to load the applications menu
-msgstr Kunne ikke starte programmenu
-
 #: ../plugins/applicationsmenu/applicationsmenu.desktop.in.h:2
 msgid Show a menu containing categories of installed applications
 msgstr Vis en menu indeholdende kategorier over installerede programmer
@@ -973,7 +965,7 @@ msgstr Ur
 msgid 
 Name of a timezone corresponding a file in the zoneinfo database, for 
 example \America/New_York\. Leave empty to use the localtime.
-msgstr 
+msgstr Navn på en tidszone, der svarer til en fil i zoneinfo-databasen; eks. 
\America/New_York\. Lad stå tom for at bruge lokaltid.
 
 #: ../plugins/clock/clock-dialog.glade.h:3
 msgid Time_zone:
@@ -1002,7 +994,7 @@ msgid 
 example, %Y will be substituted with the year, %m with the month and %d with
  the day. Similarly, b/b tags will make the text bold. See the \Help\ 
 page for additional information.
-msgstr 
+msgstr Formatet beskriver dato- og tidsdele som skal indsættes i panelet. 
Eksempelvis vil %Y blive erstattet med året, %m med måneden og %d med dagen. 
Tilsvarende vil b/b-mærker give fed skrift. Læs siden \Hjælp\ for 
yderligere information.
 
 #: ../plugins/clock/clock-dialog.glade.h:11
 msgid Display _seconds
@@ -1364,7 +1356,7 @@ msgid Show _hidden files
 msgstr Vis _skjulte filer
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:9
-#: ../plugins/tasklist/tasklist-dialog.glade.h:16
+#: ../plugins/tasklist/tasklist-dialog.glade.h:24
 #: ../plugins/windowmenu/windowmenu-dialog.glade.h:8
 msgid Filtering
 msgstr Filtrering
@@ -1530,7 +1522,7 @@ msgid Switch workspaces using the mouse _wheel
 msgstr Skift arbejdsområde med muse_hjulet
 
 #: ../plugins/pager/pager-dialog.glade.h:8
-#: ../plugins/tasklist/tasklist-dialog.glade.h:12
+#: ../plugins/tasklist/tasklist-dialog.glade.h:20
 msgid Behaviour
 msgstr Opførsel
 
@@ -1625,107 +1617,119 @@ msgid Area where notification icons appear
 msgstr Område hvor beskedikoner 

[Xfce4-commits] garcon:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to f409e3bd022681afb623b41dfda8af55ec128ce3 (commit)
   from 3596177a64625ad47922a8a4b9092db1449d2d8f (commit)

commit f409e3bd022681afb623b41dfda8af55ec128ce3
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:11 2013 +0100

I18n: Update translation da (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  103 +++---
 1 file changed, 44 insertions(+), 59 deletions(-)

diff --git a/po/da.po b/po/da.po
index fbb827d..150740a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,24 +1,23 @@
-# Danish translations for libxfce4menu package.
-# Copyright (c) 2007 The Xfce development team.
-# This file is distributed under the same license as the libxfce4menu package.
-# Per Kongstad p_kongs...@op.pl, 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Per Kongstad p_kongs...@op.pl, 2009
 msgid 
 msgstr 
-Project-Id-Version: libxfce4menu 4.5.92\n
+Project-Id-Version: Garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-16 02:51+\n
-PO-Revision-Date: 2009-08-15 19:29+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-11-08 14:44+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid Accessories
@@ -69,21 +68,21 @@ msgid Settings for several hardware devices
 msgstr Indstillinger for adskillige hardware-enheder
 
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
-msgid Audio and video players and editors
-msgstr Lyd-, videoafpillere samt -editorer
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:2
 msgid Multimedia
 msgstr Multimedie
 
-#: ../data/xfce/xfce-network.directory.in.h:1
-msgid Applications for Internet access
-msgstr Programmer til internetadgang
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid Audio and video players and editors
+msgstr Lyd-, videoafpillere samt -editorer
 
-#: ../data/xfce/xfce-network.directory.in.h:2
+#: ../data/xfce/xfce-network.directory.in.h:1
 msgid Internet
 msgstr Internet
 
+#: ../data/xfce/xfce-network.directory.in.h:2
+msgid Applications for Internet access
+msgstr Programmer til internetadgang
+
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid Office
 msgstr Kontor
@@ -93,13 +92,13 @@ msgid Office and productivity applications
 msgstr Kontor- og produktivitetsprogrammer
 
 #: ../data/xfce/xfce-other.directory.in.h:1
-msgid Applications that don't fit into other categories
-msgstr Programmer som ikke falder indenfor andre kategorier
-
-#: ../data/xfce/xfce-other.directory.in.h:2
 msgid Other
 msgstr Andre
 
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid Applications that don't fit into other categories
+msgstr Programmer som ikke falder indenfor andre kategorier
+
 #: ../data/xfce/xfce-personal.directory.in.h:1
 msgid Personal
 msgstr Personlige
@@ -109,21 +108,21 @@ msgid Personal settings
 msgstr Personlige indstillinger
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
-msgid Screensaver applets
-msgstr Pauseskærmsprogrammer
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:2
 msgid Screensavers
 msgstr Pauseskærme
 
-#: ../data/xfce/xfce-settings.directory.in.h:1
-msgid Desktop and system settings applications
-msgstr Skrivebords- og systemindstillingsprogrammer
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid Screensaver applets
+msgstr Pauseskærmsprogrammer
 
-#: ../data/xfce/xfce-settings.directory.in.h:2
+#: ../data/xfce/xfce-settings.directory.in.h:1
 msgid Settings
 msgstr Indstillinger
 
+#: ../data/xfce/xfce-settings.directory.in.h:2
+msgid Desktop and system settings applications
+msgstr Skrivebords- og systemindstillingsprogrammer
+
 #: ../data/xfce/xfce-system.directory.in.h:1
 msgid System
 msgstr System
@@ -132,44 +131,30 @@ msgstr System
 msgid System tools and utilities
 msgstr Systemværktøjer
 
-#: ../garcon/garcon-menu.c:706
+#: ../garcon/garcon-menu.c:702
 #, c-format
 msgid File \%s\ not found
 msgstr Filen \%s\ blev ikke fundet
 
-#: ../garcon/garcon-menu-parser.c:280
+#: ../garcon/garcon-menu-parser.c:276
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr Kunne ikke indlæse data til menufil fra %s: %s.
 
-#: ../garcon/garcon-menu-parser.c:287
+#: ../garcon/garcon-menu-parser.c:283
 #, c-format
 msgid Could not load 

[Xfce4-commits] thunar-volman:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 6d4402a632056b331bc7947cf13d6683b30be4eb (commit)
   from aed4404d7d74fc6342a81eb1689829f8b62ccefe (commit)

commit 6d4402a632056b331bc7947cf13d6683b30be4eb
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:30:29 2013 +0100

I18n: Update translation da (100%).

113 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  101 +++---
 1 file changed, 17 insertions(+), 84 deletions(-)

diff --git a/po/da.po b/po/da.po
index 93b2238..2c74ef4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,30 +1,30 @@
-# Danish translation thunar-volman.
-# Copyright (c) 2004-2007 The Thunar development team. All rights reserved.
-# This file is distributed under the same license as the thunar-volman package.
-# Per Kongstad p_kongs...@op.pl, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Per Kongstad p_kongs...@op.pl, 2008
 msgid 
 msgstr 
-Project-Id-Version: thunar-volman 0.3.80\n
+Project-Id-Version: Thunar-volman\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-05 15:24+\n
-PO-Revision-Date: 2008-10-14 11:14+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-09-21 00:30+0200\n
+PO-Revision-Date: 2013-11-08 13:29+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/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-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar-volman/main.c:59
-msgid The syfs path of the newly added device
-msgstr Syfs-stien til den nylige tilsluttetede enhed
+msgid The sysfs path of the newly added device
+msgstr Syfs-stien til den nyligt tilsluttede enhed
 
 #: ../thunar-volman/main.c:60
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:104
 msgid Configure management of removable drives and media
 msgstr Indstillingshåndtering af fjernbare drev og medie
@@ -102,9 +102,7 @@ msgstr Et billedhukommelseskort er blevet fundet.
 msgid 
 There are photos on the card. Would you like to add these photos to your 
 album?
-msgstr 
-Der er billeder på hukommelseskortet. Vil du tilføje disse billeder til din 
-samling?
+msgstr Der er billeder på hukommelseskortet. Vil du tilføje disse billeder 
til din samling?
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -326,7 +324,7 @@ msgstr Ikke understøttet usb-enhedstype \%s\
 msgid Thunar Volume Manager Settings
 msgstr Indstillinger af arkivhåndtering til Thunar
 
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:102
 msgid Removable Drives and Media
 msgstr Fjernbare drev og medier
@@ -534,68 +532,3 @@ msgstr Komm_ando:
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:755
 msgid Failed to open the documentation browser
 msgstr Kunne ikke åbne dokumentationsnavigator
-
-#~ msgid input-keyboard
-#~ msgstr inddatatastatur
-
-#~ msgid input-tablet
-#~ msgstr inddata-tablet
-
-#~ msgid input-mouse
-#~ msgstr inddata-mus
-
-#~ msgid Failed to open display
-#~ msgstr Kunne ikke åbne skærm
-
-#~ msgid The Thunar development team. All rights reserved.
-#~ msgstr Thunars udviklingshold. Alle rettigheder forbeholdt.
-
-#~ msgid Written by Benedikt Meurer be...@xfce.org.
-#~ msgstr Skrevet af Benedikt Meurer be...@xfce.org.
-
-#~ msgid The specified UDI \%s\ is not a valid HAL device UDI
-#~ msgstr Det angivne UDI \%s\ er ikke et gyldigt HAL-enheds UDI
-
-#~ msgid Encrypted volume
-#~ msgstr Krypteret arkiv
-
-#~ msgid 
-#~ span weight=\bold\ size=\larger\Mounting encrypted volume.../span
-#~ msgstr 
-#~ span weight=\bold\ size=\larger\Monterer krypteret arkiv.../span
-
-#~ msgid Setting up the crypto layer...
-#~ msgstr Indstiller krypteringslag...
-
-#~ msgid You are not privileged to setup the crypto layer
-#~ msgstr Du har ikke rettigheder til at indstille krypteringslag
-
-#~ msgid Wrong password
-#~ msgstr Forkert adgangskode
-
-#~ msgid span weight=\bold\ size=\larger\Wrong password./span
-#~ msgstr span weight=\bold\ size=\larger\Forkert adgangskode./span
-
-#~ msgid 
-#~ span weight=\bold\ size=\larger\This volume is encrypted./span
-#~ msgstr 
-#~ span weight=\bold\ size=\larger\Dette arkiv er krypteret./span
-
-#~ msgid Please enter your 

[Xfce4-commits] xfce4-notifyd:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 12d170c96f6ab8c63c63dda11099ed9d5ee8b344 (commit)
   from 1109ba9b2e6b863a1aa3908c44796818bdfebc9d (commit)

commit 12d170c96f6ab8c63c63dda11099ed9d5ee8b344
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:31:07 2013 +0100

I18n: Update translation da (100%).

29 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |   95 +++---
 1 file changed, 35 insertions(+), 60 deletions(-)

diff --git a/po/da.po b/po/da.po
index 9fcd2a9..5fb0051 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,23 +1,23 @@
-# Danish translation of Xfce4-notifyd.
-# Copyright (c) 2008 Brian Tarricone bj...@cornell.edu
-# This file is distributed under the same license as the Xfce4-notifyd package.
-# Per Kongstad p_kongs...@op.pl, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Per Kongstad p_kongs...@op.pl, 2008
 msgid 
 msgstr 
-Project-Id-Version: xfce4-notifyd\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-04-16 22:51+\n
-PO-Revision-Date: 2008-11-16 09:47+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-10-27 18:31+0100\n
+PO-Revision-Date: 2013-11-08 14:44+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
 #: ../xfce4-notifyd-config/main.c:258
@@ -53,10 +53,8 @@ msgid Notification Preview
 msgstr Forhåndsvisning af besked
 
 #: ../xfce4-notifyd-config/main.c:58
-msgid This is how notifications will look like
-msgstr 
-besked-sende \Forhåndvisning af besked\ \Det er som sådan en besked vil 
-se ud\
+msgid This is what notifications will look like
+msgstr Dette er måden en besked vil blive vist
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid Button
@@ -98,41 +96,41 @@ msgid Please report bugs to %s.\n
 msgstr Rapportér venligst fejl til %s.\n
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
-msgid Bottom left
-msgstr Bund til venstre
+msgid Top left
+msgstr Øverst til venstre
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
-msgid Bottom right
-msgstr Bund til højre
+msgid Bottom left
+msgstr Bund til venstre
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:3
-msgid Default _position:
-msgstr Standard_position:
+msgid Top right
+msgstr Øverst til højre
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
-msgid Notifications
-msgstr Beskeder
+msgid Bottom right
+msgstr Bund til højre
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5
-msgid Top left
-msgstr Øverst til venstre
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+msgid Notifications
+msgstr Beskeder
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:6
-msgid Top right
-msgstr Øverst til højre
+msgid _Preview
+msgstr _Forhåndsvisning
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:7
-msgid _Disappear after:
-msgstr _Forsvind efter:
-
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
 msgid _Opacity:
 msgstr _Uigennemsigtighed:
 
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
+msgid _Disappear after:
+msgstr _Forsvind efter:
+
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:9
-msgid _Preview
-msgstr _Forhåndsvisning
+msgid Default _position:
+msgstr Standard_position:
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:10
 msgid _Theme:
@@ -142,29 +140,6 @@ msgstr _Tema:
 msgid seconds
 msgstr sekunder
 
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
 msgid Customize how notifications appear on your screen
 msgstr Tilpas hvordan beskeder fremkommer på din skærm
-
-#~ msgid image: 
-#~ msgstr billede: 
-
-#~ msgid _Effect:
-#~ msgstr _Effekt:
-
-#~ msgid _Fade to transparent
-#~ msgstr _Udton til gennemsigtig
-
-#~ msgid %s could not be launched
-#~ msgstr %s kunne ikke startes
-
-#~ msgid 
-#~ Top left\n
-#~ Bottom left\n
-#~ Top right\n
-#~ Bottom right
-#~ msgstr 
-#~ Øverst venstre\n
-#~ Nederst venstre\n
-#~ Øverst højre\n
-#~ Nederst højre
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-screenshooter:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to ca62defd5bf23ef75045046178c0af2941bb02f8 (commit)
   from 3bcd3ffe01cc1b674cdc3a99eb54b7329682924a (commit)

commit ca62defd5bf23ef75045046178c0af2941bb02f8
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:31:09 2013 +0100

I18n: Update translation da (100%).

74 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  276 ++
 1 file changed, 81 insertions(+), 195 deletions(-)

diff --git a/po/da.po b/po/da.po
index c8cb6a4..2733924 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,168 +1,159 @@
-# Danish translation of xfce4-screenshooter.
-# Copyright (C) 2008 THE xfce4-screenshooter'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-screenshooter 
package.
-# Jannich Brendle jann...@bredsaal.dk, 2008.
-# Per Kongstad p_kongs...@op.pl, 2008, 09.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Jannich Brendle jann...@bredsaal.dk, 2008
 msgid 
 msgstr 
-Project-Id-Version: xfce4-screenshooter 1.6.0.1\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-07-31 23:29+0200\n
-PO-Revision-Date: 2009-11-29 16:41+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
+POT-Creation-Date: 2013-07-13 22:14+0200\n
+PO-Revision-Date: 2013-11-08 14:39+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Danish\n
-X-Poedit-Country: DENMARK\n
-X-Poedit-SourceCharset: utf-8\n
+Language: da\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../lib/screenshooter-dialogs.c:453
 #, c-format
 msgid %.2fKb of %.2fKb
 msgstr %.2fKb af %.2fKb
 
-#: ../lib/screenshooter-dialogs.c:535
+#: ../lib/screenshooter-dialogs.c:539
 msgid Transfer
 msgstr Overførsel
 
-#: ../lib/screenshooter-dialogs.c:556
+#: ../lib/screenshooter-dialogs.c:560
 msgid 
 span weight=\bold\ stretch=\semiexpanded\The screenshot is being 
 transferred to:/span
-msgstr 
-span weight=\bold\ stretch=\semiexpanded\Skærmbilledet bliver overført 
-til:/span
+msgstr span weight=\bold\ stretch=\semiexpanded\Skærmbilledet bliver 
overført til:/span
 
-#: ../lib/screenshooter-dialogs.c:672 ../lib/screenshooter-dialogs.c:689
-#: ../lib/screenshooter-dialogs.c:881 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-dialogs.c:682 ../lib/screenshooter-dialogs.c:699
+#: ../lib/screenshooter-dialogs.c:891 ../lib/screenshooter-utils.c:64
 #: ../lib/screenshooter-utils.c:96
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
-#: ../panel-plugin/screenshooter.desktop.in.in.h:1
+#: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid Screenshot
 msgstr Skærmbillede
 
-#: ../lib/screenshooter-dialogs.c:684
+#: ../lib/screenshooter-dialogs.c:694
 msgid Take a screenshot
 msgstr Tag et skærmbillede
 
-#: ../lib/screenshooter-dialogs.c:699
+#: ../lib/screenshooter-dialogs.c:709
 msgid Preferences
 msgstr Indstillinger
 
-#: ../lib/screenshooter-dialogs.c:730
+#: ../lib/screenshooter-dialogs.c:740
 msgid span weight=\bold\ stretch=\semiexpanded\Region to capture/span
-msgstr 
-span weight=\bold\ stretch=\semiexpanded\Område til kopiering/span
+msgstr span weight=\bold\ stretch=\semiexpanded\Område til 
kopiering/span
 
-#: ../lib/screenshooter-dialogs.c:750
+#: ../lib/screenshooter-dialogs.c:760
 msgid Entire screen
 msgstr Hele skærmen
 
-#: ../lib/screenshooter-dialogs.c:757 ../src/main.c:53
-#: ../panel-plugin/screenshooter-plugin.c:311
+#: ../lib/screenshooter-dialogs.c:767 ../src/main.c:59
+#: ../panel-plugin/screenshooter-plugin.c:317
 msgid Take a screenshot of the entire screen
 msgstr Tag et skærmbillede af hele skærmen
 
-#: ../lib/screenshooter-dialogs.c:765
+#: ../lib/screenshooter-dialogs.c:775
 msgid Active window
 msgstr Aktive vindue
 
-#: ../lib/screenshooter-dialogs.c:772 ../src/main.c:90
-#: ../panel-plugin/screenshooter-plugin.c:316
+#: ../lib/screenshooter-dialogs.c:782 ../src/main.c:96
+#: ../panel-plugin/screenshooter-plugin.c:322
 msgid Take a screenshot of the active window
 msgstr Tag et skærmbillede af det aktive vindue
 
-#: ../lib/screenshooter-dialogs.c:780
+#: ../lib/screenshooter-dialogs.c:790
 msgid Select a region
 msgstr Markér et område
 
-#: ../lib/screenshooter-dialogs.c:785 ../src/main.c:68
-#: ../panel-plugin/screenshooter-plugin.c:321
+#: ../lib/screenshooter-dialogs.c:795 ../src/main.c:74
+#: ../panel-plugin/screenshooter-plugin.c:327
 msgid 
 Select a region to be captured by clicking a point of the screen without 
 releasing the mouse button, dragging your 

[Xfce4-commits] xfwm4:master I18n: Update translation da (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to b8e61adf23de834dc8aad1e92825b5d36f00556d (commit)
   from 566a020e27765e67bb4511c4d652833a112a2ba2 (commit)

commit b8e61adf23de834dc8aad1e92825b5d36f00556d
Author: Aputsiaĸ Niels Janussen a...@isit.gl
Date:   Fri Nov 8 18:32:18 2013 +0100

I18n: Update translation da (100%).

170 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/da.po |  927 +-
 1 file changed, 310 insertions(+), 617 deletions(-)

diff --git a/po/da.po b/po/da.po
index 8ddd897..59e8693 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,33 +1,30 @@
-# Danish translations for xfwm package
-# Danske oversættelser for pakke xfwm.
-# Copyright (C) 2008 THE xfwm'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfwm package.
-# Lars Nielsen l...@mit-web.dk, 2008.
-# Per Kongstad p_kongs...@op.pl, 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aputsiaĸ Niels Janussen a...@isit.gl, 2013
+# Lars Nielsen l...@mit-web.dk, 2008
+# Per Kongstad p_kongs...@op.pl, 2009
 msgid 
 msgstr 
-Project-Id-Version: xfwm 4.7.0\n
+Project-Id-Version: Xfwm4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-04 16:51+\n
-PO-Revision-Date: 2009-12-15 13:53+0100\n
-Last-Translator: Per Kongstad p_kongs...@op.pl\n
-Language-Team: Danish da...@dansk-gruppen.dk\n
+POT-Creation-Date: 2013-07-02 22:21+0200\n
+PO-Revision-Date: 2013-11-08 14:54+\n
+Last-Translator: Aputsiaĸ Niels Janussen a...@isit.gl\n
+Language-Team: Danish 
(http://www.transifex.com/projects/p/xfce/language/da/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: Danish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: DENMARK\n
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid 
 This window might be busy and is not responding.\n
 Do you want to terminate the application?
-msgstr 
-Dette vindue kan være optaget og reagerer ikke.\n
-Vil du afbryde programmet?
+msgstr Dette vindue kan være optaget og reagerer ikke.\nVil du afbryde 
programmet?
 
 #: ../helper-dialog/helper-dialog.c:89
 msgid Warning
@@ -37,39 +34,36 @@ msgstr Advarsel
 msgid None
 msgstr Ingen
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:463
 msgid Session manager socket
 msgstr Indstillingshåndtering for sokkel
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:463
 #: ../settings-dialogs/workspace-settings.c:381
-#: ../settings-dialogs/xfwm4-settings.c:315
+#: ../settings-dialogs/xfwm4-settings.c:241
 msgid SOCKET ID
 msgstr SOKKEL-ID
 
-#: ../settings-dialogs/tweaks-settings.c:455
+#: ../settings-dialogs/tweaks-settings.c:464
 #: ../settings-dialogs/workspace-settings.c:382
-#: ../settings-dialogs/xfwm4-settings.c:317
+#: ../settings-dialogs/xfwm4-settings.c:243
 msgid Version information
 msgstr Versionsinformation
 
-#: ../settings-dialogs/tweaks-settings.c:473
+#: ../settings-dialogs/tweaks-settings.c:482
 #: ../settings-dialogs/workspace-settings.c:399
-#: ../settings-dialogs/xfwm4-settings.c:964
+#: ../settings-dialogs/xfwm4-settings.c:895
 msgid .
 msgstr .
 
-#: ../settings-dialogs/tweaks-settings.c:477
+#: ../settings-dialogs/tweaks-settings.c:486
 #: ../settings-dialogs/workspace-settings.c:403
-#: ../settings-dialogs/xfwm4-settings.c:968
+#: ../settings-dialogs/xfwm4-settings.c:899
 #, c-format
 msgid 
 %s: %s\n
 Try %s --help to see a full list of available command line options.\n
-msgstr 
-%s: %s\n
-Prøv %s --help for at se en fuld liste over tilgængelige 
-kommandolinjetilvalg.\n
+msgstr %s: %s\nPrøv %s --help for at se en fuld liste over tilgængelige 
kommandolinjetilvalg.\n
 
 #: ../settings-dialogs/workspace-settings.c:74
 #: ../settings-dialogs/workspace-settings.c:89
@@ -82,776 +76,501 @@ msgid Workspace Name
 msgstr Arbejdsområdenavn
 
 #: ../settings-dialogs/workspace-settings.c:381
-#: ../settings-dialogs/xfwm4-settings.c:315
+#: ../settings-dialogs/xfwm4-settings.c:241
 msgid Settings manager socket
 msgstr Indstillingshåndtering for sokkel
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:29
-msgid Configure window behavior and shortcuts
-msgstr Indstil vindueopførsel og genveje
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:47
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
 msgid Window Manager
 msgstr Vindueshåndtering
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
-msgid Fine-tune window behaviour and effects
-msgstr Fin-indstil vindueopførsel og effekter
+#: 

[Xfce4-commits] xfce4-wmdock-plugin:master I18n: Update translation en_AU (100%).

2013-11-08 Thread Transifex
Updating branch refs/heads/master
 to 8b7b853d92003e6dcd8d9732d563d9a39bbe (commit)
   from 8aa9b98d559043ec296dc40b5438311661768375 (commit)

commit 8b7b853d92003e6dcd8d9732d563d9a39bbe
Author: k3lt01 keltoi...@gmail.com
Date:   Sat Nov 9 06:31:35 2013 +0100

I18n: Update translation en_AU (100%).

28 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/en_AU.po |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 0a01d6f..962512b 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-11-04 18:31+0100\n
-PO-Revision-Date: 2013-11-05 07:32+\n
+POT-Creation-Date: 2013-11-05 12:31+0100\n
+PO-Revision-Date: 2013-11-09 00:43+\n
 Last-Translator: k3lt01 keltoi...@gmail.com\n
 Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
@@ -45,7 +45,7 @@ msgid No dockapp is running!
 msgstr No dockapp is running!
 
 #. Create the configure dialog.
-#: ../panel-plugin/props.c:415
+#: ../panel-plugin/props.c:415 ../panel-plugin/wmdock.desktop.in.in.h:1
 msgid WMdock
 msgstr WMdock
 
@@ -131,3 +131,7 @@ msgstr Bottom right
 #, c-format
 msgid Failed to start `%s'!
 msgstr Failed to start `%s'!
+
+#: ../panel-plugin/wmdock.desktop.in.in.h:2
+msgid Plugin for WindowMaker dockapps
+msgstr Plugin for WindowMaker dockapps
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits