[Xfce4-commits] [xfce/exo] 01/01: Back to development

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository xfce/exo.

commit 7c5b1952c19bdd6a787718b62303ad2164c78175
Author: Sean Davis 
Date:   Tue Nov 19 20:31:30 2019 -0500

Back to development
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 5f32005..2b142cb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -17,7 +17,7 @@ m4_define([libexo_version_minor], [12])
 m4_define([libexo_version_micro], [10])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [])
+m4_define([libexo_version_tag], [git])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] branch master updated (f2106cd -> 7c5b195)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository xfce/exo.

  from  f2106cd   Updates for release
   new  7c5b195   Back to development

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] annotated tag exo-0.12.10 created (now 7d2b5e7)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to annotated 
tag exo-0.12.10
in repository xfce/exo.

at  7d2b5e7   (tag)
   tagging  f2106cd4636012e01b5bfbf5fee8e972dbc5e5b1 (commit)
  replaces  exo-0.12.9
 tagged by  Sean Davis
on  Tue Nov 19 20:29:08 2019 -0500

- Log -
exo-0.12.10
-BEGIN PGP SIGNATURE-

iQFMBAABCgA2FiEEIdALUAHoBOXebkv4dub+7JX8XiIFAl3UluQYHHNtZC5zZWFu
ZGF2aXNAZ21haWwuY29tAAoJEHbm/uyV/F4iFCIH/iFx5euQamFiT7StteBG0ixc
n7AVnc0cwO3DTq2323Lr7Sn91YJ03wOpsL48CzJ+lwceDV9AzHT3933p+zCB4d6C
MKfg1WjYK2ULUvIXiPDwEO8l9WBHaNZc+uZvQZfEo77o+haQ98yqdVyDJ1Xlic5s
cWVJpb2y0kD/IocJok3TabhUmsWgbSVnDT1zPdtCcvi+jLfoXtBaKE8QS/HwE7Bn
cTWH76batrhzPwU2LGnHFFQ7uUpR8NFW0Pr97PwlEtDZuv25NGfOzqPSIqORuyeN
dPLIRdvr7/gtDJiyQ1aBR7yYijrs9whVL71zsow79oiPFtC3Jd10+Xi2VczIZAg=
=Ci8t
-END PGP SIGNATURE-
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] 01/01: Updates for release

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository xfce/exo.

commit f2106cd4636012e01b5bfbf5fee8e972dbc5e5b1
Author: Sean Davis 
Date:   Tue Nov 19 20:28:37 2019 -0500

Updates for release
---
 NEWS| 7 +++
 configure.ac.in | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7cdb5ba..eb99475 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.12.10
+===
+- Bug Fixes:
+  - Fix typeahead search regression (Xfce #16191)
+- Translation Updates:
+  Spanish
+
 0.12.9
 ==
 - Bug Fixes:
diff --git a/configure.ac.in b/configure.ac.in
index cfc61eb..5f32005 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,10 +14,10 @@ m4_define([libexo_version_api], [1])
 m4_define([libexo2_version_api], [2])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [12])
-m4_define([libexo_version_micro], [9])
+m4_define([libexo_version_micro], [10])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] branch master updated (4973551 -> f2106cd)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository xfce/exo.

  from  4973551   Revert "Hide search widget when doing a fullscreen 
resize" (bug #16191)"
   new  f2106cd   Updates for release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS| 7 +++
 configure.ac.in | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] 01/01: Revert "Hide search widget when doing a fullscreen resize" (bug #16191)"

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository xfce/exo.

commit 4973551076cf6b0481250105d7199a633d6d462b
Author: Sean Davis 
Date:   Tue Nov 19 20:21:07 2019 -0500

Revert "Hide search widget when doing a fullscreen resize" (bug #16191)"

This reverts commit eb89d98e15cd785f1f6f3dd9c58dec58cde93099.
---
 exo/exo-icon-view.c | 4 
 1 file changed, 4 deletions(-)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index c5b9daf..667973b 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -1869,10 +1869,6 @@ exo_icon_view_size_allocate (GtkWidget *widget,
   GtkAdjustment *vadjustment;
   ExoIconView   *icon_view = EXO_ICON_VIEW (widget);
 
-  /* hide the interactive search dialog (if any) */
-  if (G_LIKELY (icon_view->priv->search_window != NULL))
-exo_icon_view_search_dialog_hide (icon_view->priv->search_window, 
icon_view);
-
   /* apply the new size allocation */
   gtk_widget_set_allocation (widget, allocation);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] branch master updated (eb26478 -> 4973551)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository xfce/exo.

  from  eb26478   I18n: Update translation es (100%).
   new  4973551   Revert "Hide search widget when doing a fullscreen 
resize" (bug #16191)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 exo/exo-icon-view.c | 4 
 1 file changed, 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation sl (66%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit 4ce345f2fb766acbf02f2909487e42d0f0267e48
Author: Arnold Marko 
Date:   Tue Nov 19 18:32:09 2019 +0100

I18n: Update translation sl (66%).

54 translated messages, 27 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 107 +++
 1 file changed, 66 insertions(+), 41 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index 5d88c92..3451b20 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-07 00:31+0200\n"
-"PO-Revision-Date: 2019-04-06 22:31+\n"
-"Last-Translator: Aljoša Žagar \n"
+"POT-Creation-Date: 2019-10-07 06:31+0200\n"
+"PO-Revision-Date: 2019-11-19 11:39+\n"
+"Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/xfce-apps/language/sl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,65 +19,84 @@ msgstr ""
 "Language: sl\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || 
n%100==4 ? 2 : 3);\n"
 
-#: ../lib/screenshooter-dialogs.c:455
+#: ../lib/screenshooter-dialogs.c:468
 #, c-format
 msgid "%.2fKb of %.2fKb"
 msgstr "%.2fKb od %.2fKb"
 
-#: ../lib/screenshooter-dialogs.c:541
+#: ../lib/screenshooter-dialogs.c:554
 msgid "Transfer"
 msgstr "Prenos"
 
-#: ../lib/screenshooter-dialogs.c:562
+#: ../lib/screenshooter-dialogs.c:575
 msgid ""
 "The screenshot is being "
 "transferred to:"
 msgstr "Ta zaslonska slika se 
prenaša na:"
 
 #. Setup window
-#: ../lib/screenshooter-dialogs.c:661 ../lib/screenshooter-dialogs.c:677
-#: ../lib/screenshooter-dialogs.c:897 ../lib/screenshooter-utils.c:124
-#: ../lib/screenshooter-utils.c:156 ../lib/screenshooter-imgur-dialog.c:128
+#: ../lib/screenshooter-dialogs.c:674 ../lib/screenshooter-dialogs.c:680
+#: ../lib/screenshooter-dialogs.c:692 ../lib/screenshooter-dialogs.c:699
+#: ../lib/screenshooter-dialogs.c:920 ../lib/screenshooter-dialogs.c:927
+#: ../lib/screenshooter-utils.c:124 ../lib/screenshooter-utils.c:156
+#: ../lib/screenshooter-imgur-dialog.c:128
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid "Screenshot"
 msgstr "Zaslonska slika"
 
-#: ../lib/screenshooter-dialogs.c:672
-msgid "Take a screenshot"
-msgstr "Naredi zaslonsko sliko"
+#: ../lib/screenshooter-dialogs.c:676 ../lib/screenshooter-dialogs.c:694
+#: ../lib/screenshooter-dialogs.c:922
+msgid "_Help"
+msgstr "_Pomoč"
+
+#: ../lib/screenshooter-dialogs.c:677
+msgid "_Close"
+msgstr "_Zapri"
 
 #: ../lib/screenshooter-dialogs.c:687
 msgid "Preferences"
 msgstr "Možnosti"
 
-#: ../lib/screenshooter-dialogs.c:724
+#: ../lib/screenshooter-dialogs.c:695 ../lib/screenshooter-dialogs.c:923
+msgid "_Cancel"
+msgstr "_Prekliči"
+
+#: ../lib/screenshooter-dialogs.c:696 ../lib/screenshooter-dialogs.c:924
+msgid "_OK"
+msgstr ""
+
+#: ../lib/screenshooter-dialogs.c:707
+msgid "Take a screenshot"
+msgstr "Naredi zaslonsko sliko"
+
+#: ../lib/screenshooter-dialogs.c:744
 msgid "Region to capture"
 msgstr "Območje za zajem"
 
-#: ../lib/screenshooter-dialogs.c:751
+#: ../lib/screenshooter-dialogs.c:771
 msgid "Entire screen"
 msgstr "Celoten zaslon"
 
-#: ../lib/screenshooter-dialogs.c:758 ../src/main.c:59
+#: ../lib/screenshooter-dialogs.c:778 ../src/main.c:59
 #: ../panel-plugin/screenshooter-plugin.c:330
 msgid "Take a screenshot of the entire screen"
 msgstr "Naredi zaslonsko sliko celotnega zaslona"
 
-#: ../lib/screenshooter-dialogs.c:766
+#: ../lib/screenshooter-dialogs.c:786
 msgid "Active window"
 msgstr "Dejavno okno"
 
-#: ../lib/screenshooter-dialogs.c:773 ../src/main.c:96
+#: ../lib/screenshooter-dialogs.c:793 ../src/main.c:96
 #: ../panel-plugin/screenshooter-plugin.c:335
 msgid "Take a screenshot of the active window"
 msgstr "Naredi zaslonsko sliko dejavnega okna"
 
-#: ../lib/screenshooter-dialogs.c:781
+#: ../lib/screenshooter-dialogs.c:801
 msgid "Select a region"
 msgstr "Izberi območje"
 
-#: ../lib/screenshooter-dialogs.c:786 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:806 ../src/main.c:74
 #: ../panel-plugin/screenshooter-plugin.c:340
 msgid ""
 "Select a region to be captured by clicking a point of the screen without "
@@ -85,76 +104,82 @@ msgid ""
 "region, and releasing the mouse button."
 msgstr "Izberite območje za zajem tako, da kliknete točko na zaslonu in držite 
miškin gumb, nato miško povlečete na drug rob območja in gumb izpustite."
 
-#: ../lib/screenshooter-dialogs.c:796
+#: ../lib/screenshooter-dialogs.c:816
 msgid "Capture the mouse pointer"
 msgstr "Zajemi miškin kazalec"
 
-#: ../lib/screenshoot

[Xfce4-commits] [xfce/xfwm4] 01/01: I18n: Update translation nl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfwm4.

commit f07c302ff379942cd32d8ee6e7361099660467d9
Author: Pjotr 
Date:   Tue Nov 19 18:33:20 2019 +0100

I18n: Update translation nl (100%).

169 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/nl.po b/po/nl.po
index 0ba9129..b396837 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -643,7 +643,7 @@ msgstr "Vork naar de achtergrond (niet ondersteund)"
 
 #: ../src/main.c:697
 msgid "Set the compositor mode"
-msgstr "Stel de samenstellermodus in"
+msgstr "Stel de beeldcompositiemodus in"
 
 #: ../src/main.c:698
 msgid "Set the vblank mode"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] branch xfce-4.14 updated (b883c71 -> f07c302)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
xfce-4.14
in repository xfce/xfwm4.

  from  b883c71   I18n: Update translation nl (100%).
   new  f07c302   I18n: Update translation nl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/nl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] 01/01: I18n: Update translation nl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfwm4.

commit ac106d0755ac69744cfa72265e09cffa69bcdfcc
Author: Pjotr 
Date:   Tue Nov 19 18:33:11 2019 +0100

I18n: Update translation nl (100%).

170 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 2e69b9b..49e705b 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-29 00:32+0200\n"
-"PO-Revision-Date: 2019-11-18 15:30+\n"
+"PO-Revision-Date: 2019-11-19 14:13+\n"
 "Last-Translator: Pjotr \n"
 "Language-Team: Dutch (http://www.transifex.com/xfce/xfwm4/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -626,7 +626,7 @@ msgstr "Vork naar de achtergrond (niet ondersteund)"
 
 #: ../src/main.c:697
 msgid "Set the compositor mode"
-msgstr "Stel de samenstellermodus in"
+msgstr "Stel de beeldcompositiemodus in"
 
 #: ../src/main.c:698
 msgid "Set the vblank mode"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] branch master updated (667b140 -> ac106d0)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfwm4.

  from  667b140   I18n: Update translation nl (100%).
   new  ac106d0   I18n: Update translation nl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/nl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (bdfefb6 -> 4ce345f)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/xfce4-screenshooter.

  from  bdfefb6   I18n: Update translation cs (100%).
   new  4ce345f   I18n: Update translation sl (66%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 107 +++
 1 file changed, 66 insertions(+), 41 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] branch master updated (947d47b -> a137999)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/ristretto.

  from  947d47b   I18n: Update translation cs (100%).
   new  a137999   I18n: Update translation sl (57%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 449 +++
 1 file changed, 222 insertions(+), 227 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/catfish] 01/01: I18n: Update translation sl (99%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/catfish.

commit 2a4dd06938ff13a295700225668bc634fe0bcc37
Author: Arnold Marko 
Date:   Tue Nov 19 18:31:24 2019 +0100

I18n: Update translation sl (99%).

140 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 141 ---
 1 file changed, 100 insertions(+), 41 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index 1d1356e..61d79de 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -79,11 +79,11 @@ msgstr "V rezultatu prika_ži skrite datoteke"
 
 #: ../data/ui/CatfishPreferences.ui.h:8
 msgid "Show filter _sidebar"
-msgstr ""
+msgstr "Prikaži _stranski pano s filtri"
 
 #: ../data/ui/CatfishPreferences.ui.h:9
 msgid "Display Options"
-msgstr ""
+msgstr "Možnosti prikaza"
 
 #: ../data/ui/CatfishPreferences.ui.h:10
 msgid "_Appearance"
@@ -251,7 +251,7 @@ msgstr "Sličice"
 
 #: ../data/ui/CatfishWindow.ui.h:34
 msgid "Show _sidebar"
-msgstr ""
+msgstr "Prikaži _stranski pano"
 
 #: ../data/ui/CatfishWindow.ui.h:35
 msgid "Show _hidden files"
@@ -307,51 +307,52 @@ msgstr ""
 
 #: ../catfish/__init__.py:38
 msgid "Usage: %prog [options] path query"
-msgstr ""
+msgstr "Uporaba: %p rog [možnosti]] pot poizvedba"
 
 #: ../catfish/__init__.py:43
 msgid "Show debug messages (-vv will also debug catfish_lib)"
-msgstr ""
+msgstr "Prikaži možnosti razhroščevanja"
 
 #: ../catfish/__init__.py:46
 msgid "Use large icons"
-msgstr ""
+msgstr "Uporabi velike ikone"
 
 #: ../catfish/__init__.py:48
 msgid "Use thumbnails"
-msgstr ""
+msgstr "Uporabi sličice"
 
 #: ../catfish/__init__.py:50
 msgid "Display time in ISO format"
-msgstr ""
+msgstr "Prikaži čas v ISO formatu"
 
 #. Translators: Do not translate PATH, it is a variable.
 #: ../catfish/__init__.py:52
 msgid "Set the default search path"
-msgstr ""
+msgstr "Določi provzeto pot iskanja"
 
 #: ../catfish/__init__.py:54
 msgid "Perform exact match"
-msgstr ""
+msgstr "Izvedi popolno ujemanje"
 
 #: ../catfish/__init__.py:56
 msgid "Include hidden files"
-msgstr ""
+msgstr "Vključi skrite datoteke"
 
 #: ../catfish/__init__.py:58
 msgid "Perform fulltext search"
-msgstr ""
+msgstr "Izvedi iskanje po celotnem tekstu"
 
 #: ../catfish/__init__.py:60
 msgid ""
 "If path and query are provided, start searching when the application is "
 "displayed."
 msgstr ""
+"Če sta določena pot in poizvedba, začni iskanje, ko je aplikacija prikazana."
 
 #: ../catfish/__init__.py:77
 #, python-brace-format
 msgid "Try GDK_BACKEND=x11 {0}\n"
-msgstr ""
+msgstr "Poiskusi GDK_BACKEND=x11 {0}\n"
 
 #: ../catfish/AboutCatfishDialog.py:37
 msgid "translator-credits"
@@ -362,7 +363,7 @@ msgstr "zasluge-prevajalcev"
 #: ../catfish/CatfishWindow.py:100
 #, python-format
 msgid "%s (invalid encoding)"
-msgstr ""
+msgstr "%s (napačno kodiranje)"
 
 #: ../catfish/CatfishWindow.py:256
 msgid "Unknown"
@@ -378,10 +379,12 @@ msgid ""
 "Enter your query above to find your files\n"
 "or click the %s icon for more options."
 msgstr ""
+"Zgoraj vnesite poizvedbo za iskanje datotek\n"
+"ali kliknite na %s ikono za več možnosti."
 
 #: ../catfish/CatfishWindow.py:686
 msgid "An error occurred while updating the database."
-msgstr ""
+msgstr "Napaka pri posodobaljanjau podatkovne baze."
 
 #: ../catfish/CatfishWindow.py:688
 msgid "Authentication failed."
@@ -389,50 +392,52 @@ msgstr "Avtentifikacija ni uspela."
 
 #: ../catfish/CatfishWindow.py:694
 msgid "Authentication cancelled."
-msgstr ""
+msgstr "Overjanje je bilo prekinjeno."
 
 #: ../catfish/CatfishWindow.py:700
 msgid "Search database updated successfully."
-msgstr ""
+msgstr "Baza iskanj je bila uspešno posodobljena."
 
 #. Set the dialog status to running.
 #: ../catfish/CatfishWindow.py:775
 msgid "Updating..."
-msgstr ""
+msgstr "Posodabljanje..."
 
 #: ../catfish/CatfishWindow.py:809
 msgid "Stop Search"
-msgstr ""
+msgstr "Zaključi iskanje"
 
 #: ../catfish/CatfishWindow.py:810
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
 msgstr ""
+"Iskanje poteka...\n"
+"Pritniste gumb za prekinitev ali tipko escapa za zaustavitev iskanja."
 
 #: ../catfish/CatfishWindow.py:819
 msgid "Begin Search"
-msgstr ""
+msgstr "Začni z iskanjem"
 
 #: ../catfish/CatfishWindow.py:1097
 #, python-format
 msgid "\"%s\" could not be opened."
-msgstr ""
+msgstr "\"%s\" ni bilo mogoče odpreti."
 
 #: ../catfish/CatfishWindow.py:1149
 #, python-format
 msgid "\"%s\" could not be saved."
-msgstr ""
+msgstr "\"%s\" ni bilo mogoče shraniti."
 
 #: ../catfish/CatfishWindow.py:1166
 #, python-format
 msgid "\"%s\" could not be deleted."
-msgstr ""
+msgstr "\"%s\" ni bilo mogoče izbrisati."
 
 #: ../catfish/CatfishWindow.py:1206
 #, python-format
 ms

[Xfce4-commits] [apps/parole] 01/01: I18n: Update translation sl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/parole.

commit 71419e93d539c612a7ff93d687aabe02f62c2ef0
Author: Arnold Marko 
Date:   Tue Nov 19 18:31:39 2019 +0100

I18n: Update translation sl (100%).

301 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 301 ---
 1 file changed, 151 insertions(+), 150 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index 805cbc9..b492887 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,12 +4,13 @@
 # 
 # Translators:
 # Aljoša Žagar , 2017
+# Arnold Marko , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-07-23 00:31+0200\n"
-"PO-Revision-Date: 2019-11-07 21:33+\n"
+"PO-Revision-Date: 2019-11-19 12:51+\n"
 "Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/xfce-apps/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -24,11 +25,11 @@ msgstr ""
 #: ../src/parole-player.c:1788 ../src/parole-about.c:68
 #: ../src/plugins/mpris2/mpris2-provider.c:189
 msgid "Parole Media Player"
-msgstr ""
+msgstr "Parole medijski predvajalnik"
 
 #: ../data/interfaces/parole.ui.h:2
 msgid "_Media"
-msgstr ""
+msgstr "_Medij"
 
 #: ../data/interfaces/parole.ui.h:3
 msgid "_Open..."
@@ -36,7 +37,7 @@ msgstr "_Odpri..."
 
 #: ../data/interfaces/parole.ui.h:4
 msgid "Open _Location..."
-msgstr ""
+msgstr "Odpri _lokacijo..."
 
 #: ../data/interfaces/parole.ui.h:5
 msgid "Open _Recent"
@@ -44,7 +45,7 @@ msgstr "Odpri _nedavno"
 
 #: ../data/interfaces/parole.ui.h:6
 msgid "_Save Playlist..."
-msgstr ""
+msgstr "_Shrani seznam predvajanja..."
 
 #: ../data/interfaces/parole.ui.h:7 ../src/parole-disc.c:105
 #: ../src/parole-disc.c:140
@@ -62,16 +63,16 @@ msgstr "_Predvajanje"
 
 #: ../data/interfaces/parole.ui.h:10
 msgid "_Repeat"
-msgstr ""
+msgstr "_Ponovi"
 
 #: ../data/interfaces/parole.ui.h:11
 msgid "_Shuffle"
-msgstr ""
+msgstr "_Premešaj"
 
 #. Create dialog
 #: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2808
 msgid "Go to position"
-msgstr ""
+msgstr "Pojdi na položaj"
 
 #: ../data/interfaces/parole.ui.h:13
 msgid "_DVD"
@@ -91,7 +92,7 @@ msgstr "_Zvočni meni"
 
 #: ../data/interfaces/parole.ui.h:17
 msgid "A_ngle Menu"
-msgstr ""
+msgstr "Me_ni kotov"
 
 #: ../data/interfaces/parole.ui.h:18
 msgid "_Chapters"
@@ -127,7 +128,7 @@ msgstr "_Nemo"
 
 #: ../data/interfaces/parole.ui.h:26
 msgid "_Video"
-msgstr ""
+msgstr "_Video"
 
 #: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:1981
 #: ../src/parole-player.c:2134
@@ -136,7 +137,7 @@ msgstr "_Celozaslonski način"
 
 #: ../data/interfaces/parole.ui.h:28
 msgid "_Aspect Ratio"
-msgstr ""
+msgstr "R_azmerje slike"
 
 #: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:728
 msgid "None"
@@ -148,19 +149,19 @@ msgstr "Samodejno"
 
 #: ../data/interfaces/parole.ui.h:31
 msgid "Square"
-msgstr ""
+msgstr "Kvadrat"
 
 #: ../data/interfaces/parole.ui.h:32
 msgid "4:3 (TV)"
-msgstr ""
+msgstr "4:3 (TV)"
 
 #: ../data/interfaces/parole.ui.h:33
 msgid "16:9 (Widescreen)"
-msgstr ""
+msgstr "16:9 (Širok zaslon)"
 
 #: ../data/interfaces/parole.ui.h:34
 msgid "20:9 (DVB)"
-msgstr ""
+msgstr "20:9 (DVB)"
 
 #: ../data/interfaces/parole.ui.h:35
 msgid "_Subtitles"
@@ -168,7 +169,7 @@ msgstr "_Podnapisi"
 
 #: ../data/interfaces/parole.ui.h:36
 msgid "Select Text Subtitles..."
-msgstr ""
+msgstr "Izberite podnapise..."
 
 #: ../data/interfaces/parole.ui.h:37
 msgid "_Tools"
@@ -188,15 +189,15 @@ msgstr "_Pomoč"
 
 #: ../data/interfaces/parole.ui.h:41
 msgid "_Report a Bug..."
-msgstr ""
+msgstr "P_rijavite hrošča..."
 
 #: ../data/interfaces/parole.ui.h:42
 msgid "_Keyboard Shortcuts"
-msgstr ""
+msgstr "Bljižnice na tip_kovnici"
 
 #: ../data/interfaces/parole.ui.h:43
 msgid "Display Parole user manual"
-msgstr ""
+msgstr "Prikaži Parole uporabniški priročnik"
 
 #: ../data/interfaces/parole.ui.h:44
 msgid "_Contents"
@@ -208,19 +209,19 @@ msgstr "_O programu"
 
 #: ../data/interfaces/parole.ui.h:46
 msgid "Unknown Song"
-msgstr ""
+msgstr "neznana skladba"
 
 #: ../data/interfaces/parole.ui.h:47
 msgid ""
 "on Unknown "
 "Album"
-msgstr ""
+msgstr "na neznanem albumu"
 
 #: ../data/interfaces/parole.ui.h:48
 msgid ""
 "by Unknown "
 "Artist"
-msgstr ""
+msgstr "od neznanega izvajalca"
 
 #: ../data/interfaces/parole.ui.h:49
 msgid "0:00"
@@ -229,7 +230,7 @@ msgstr "0:00"
 #: ../data/interfaces/parole.ui.h:51
 #, no-c-format
 msgid "Buffering (0%)"
-msgstr ""
+msgstr "Polnjenje medpomnilnika (0%)"
 
 #: ../data/interfaces/parole.ui.h:52
 msgid "/"
@@ -237,7 +238,7 @@ msgstr "/"
 
 #: ../data/interfaces/mediachooser.ui.h:1
 msgid "Open Media Files"
-msgstr ""
+msgstr "Odpri medijske datoteke"
 

[Xfce4-commits] [apps/ristretto] 01/01: I18n: Update translation sl (57%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/ristretto.

commit a137999cee7243307d9156a53b192c5599b1f2fe
Author: Arnold Marko 
Date:   Tue Nov 19 18:31:48 2019 +0100

I18n: Update translation sl (57%).

113 translated messages, 85 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 449 +++
 1 file changed, 222 insertions(+), 227 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index 1ae5967..9d7323e 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2019-04-16 18:32+0200\n"
-"PO-Revision-Date: 2019-04-16 16:32+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-09-11 00:30+0200\n"
+"PO-Revision-Date: 2019-11-19 12:35+\n"
+"Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/xfce-apps/language/sl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgstr "Zaženi projekcijo"
 msgid "Show settings dialog"
 msgstr "Prikaži nastavitveni dialog"
 
-#: ../src/main.c:108
+#: ../src/main.c:103
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -47,517 +47,517 @@ msgstr ""
 msgid "Image Viewer"
 msgstr "Pregledovalnik Slik"
 
-#: ../src/main_window.c:369
+#: ../src/main_window.c:401
 msgid "_File"
 msgstr "_Datoteka"
 
 #. Icon-name
-#: ../src/main_window.c:375
+#: ../src/main_window.c:407
 msgid "_Open..."
 msgstr "_Odpri..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:377
+#: ../src/main_window.c:409
 msgid "Open an image"
 msgstr "Odpri sliko"
 
 #. Icon-name
-#: ../src/main_window.c:381
+#: ../src/main_window.c:413
 msgid "_Save copy..."
 msgstr ""
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:383
+#: ../src/main_window.c:415
 msgid "Save a copy of the image"
 msgstr "Shrani kopijo slike"
 
 #. Icon-name
-#: ../src/main_window.c:387
+#: ../src/main_window.c:419
 msgid "_Properties..."
 msgstr ""
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:389
+#: ../src/main_window.c:421
 msgid "Show file properties"
 msgstr "Prikaži nastavitve datoteke"
 
 #. Icon-name
-#: ../src/main_window.c:393 ../src/main_window.c:412
+#: ../src/main_window.c:425 ../src/main_window.c:444
 msgid "_Edit"
 msgstr "_Uredi"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:395
+#: ../src/main_window.c:427
 msgid "Edit this image"
 msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:399 ../src/preferences_dialog.c:541
-#: ../src/properties_dialog.c:325
+#: ../src/main_window.c:431 ../src/preferences_dialog.c:258
+#: ../src/properties_dialog.c:138
 msgid "_Close"
 msgstr "_Zapri"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:401
+#: ../src/main_window.c:433
 msgid "Close this image"
 msgstr "Zapri sliko"
 
 #. Icon-name
-#: ../src/main_window.c:405
+#: ../src/main_window.c:437
 msgid "_Quit"
 msgstr "_Izhod"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:407
+#: ../src/main_window.c:439
 msgid "Quit Ristretto"
 msgstr "Izhod iz Ristretta"
 
-#: ../src/main_window.c:418
+#: ../src/main_window.c:450
 msgid "_Open with"
 msgstr ""
 
-#: ../src/main_window.c:424
-msgid "_Sorting"
-msgstr "_Razvrščanje"
+#: ../src/main_window.c:456
+msgid "_Sort by"
+msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:430
+#: ../src/main_window.c:462
 msgid "_Delete"
 msgstr "_Izbriši"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:432
+#: ../src/main_window.c:464
 msgid "Delete this image from disk"
 msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:436
+#: ../src/main_window.c:468
 msgid "_Clear private data..."
 msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:442
+#: ../src/main_window.c:474
 msgid "_Preferences..."
 msgstr ""
 
-#: ../src/main_window.c:449
+#: ../src/main_window.c:481
 msgid "_View"
 msgstr "_Pogled"
 
 #. Icon-name
-#: ../src/main_window.c:455
+#: ../src/main_window.c:487
 msgid "_Fullscreen"
 msgstr "_Celozaslonski način"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:457
+#: ../src/main_window.c:489
 msgid "Switch to fullscreen"
 msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:461
+#: ../src/main_window.c:493
 msgid "_Leave Fullscreen"
 msgstr "_Zapusti Celozaslonski način"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:463
+#: ../src/main_window.c:495
 msgid "Leave Fullscreen"
-msgstr ""
+msgstr "Zapusti celozaslonski način"
 
 #. Icon-name
-#: ../src/main_window.c:467
+#: ../src/main_window.c:499
 msgid "Set as _Wallpaper..."
 msgstr ""
 
-#: ../src/main_window.c:474
+#: ../src/main_window.c:506
 msgid "_Zoom"
 msgstr "Približevanje"
 
 #. Icon-name
-

[Xfce4-commits] [apps/parole] branch master updated (7f4a24f -> 71419e9)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/parole.

  from  7f4a24f   I18n: Update translation en_AU (97%).
   new  71419e9   I18n: Update translation sl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 301 ---
 1 file changed, 151 insertions(+), 150 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch master updated (7e7beb3 -> 5e400dc)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfce4-settings.

  from  7e7beb3   I18n: Update translation ca (100%).
   new  5718b83   I18n: Update translation pt (100%).
   new  5e400dc   I18n: Update translation sl (100%).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/pt.po | 99 ++--
 po/sl.po | 95 +
 2 files changed, 92 insertions(+), 102 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/02: I18n: Update translation pt (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit 5718b83965d5e426058657fda357e7a859f8957e
Author: José Vieira 
Date:   Tue Nov 19 18:31:06 2019 +0100

I18n: Update translation pt (100%).

452 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt.po | 99 ++--
 1 file changed, 47 insertions(+), 52 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index ea1d0c7..79e19d4 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
 # Translators:
 # Alexandre Fidalgo , 2014
 # Hugo Carvalho , 2019
-# José Vieira , 2017-2018
+# José Vieira , 2017-2019
 # Nuno Miguel , 2014-2019
 # Rui , 2019
 # Sérgio Marques , 2014
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-08-20 06:31+0200\n"
-"PO-Revision-Date: 2019-09-21 11:19+\n"
-"Last-Translator: Nuno Miguel \n"
+"POT-Creation-Date: 2019-11-16 00:30+0100\n"
+"PO-Revision-Date: 2019-11-19 17:05+\n"
+"Last-Translator: José Vieira \n"
 "Language-Team: Portuguese 
(http://www.transifex.com/xfce/xfce4-settings/language/pt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -322,7 +322,7 @@ msgstr "Informações da versão"
 
 #: ../dialogs/accessibility-settings/main.c:200
 #: ../dialogs/appearance-settings/main.c:1166
-#: ../dialogs/color-settings/main.c:1385
+#: ../dialogs/color-settings/main.c:1390
 #: ../dialogs/display-settings/main.c:3895
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:78
 #: ../dialogs/mouse-settings/main.c:1872 ../xfce4-settings-editor/main.c:120
@@ -334,7 +334,7 @@ msgstr "Digite '%s --help' para informações de utilização."
 
 #: ../dialogs/accessibility-settings/main.c:219
 #: ../dialogs/appearance-settings/main.c:1185
-#: ../dialogs/color-settings/main.c:1402
+#: ../dialogs/color-settings/main.c:1407
 #: ../dialogs/display-settings/main.c:3914
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:97
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:139
@@ -344,7 +344,7 @@ msgstr "A equipa de desenvolvimento do Xfce. Todos os 
direitos reservados."
 
 #: ../dialogs/accessibility-settings/main.c:220
 #: ../dialogs/appearance-settings/main.c:1186
-#: ../dialogs/color-settings/main.c:1403
+#: ../dialogs/color-settings/main.c:1408
 #: ../dialogs/display-settings/main.c:3915
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:98
 #: ../dialogs/mouse-settings/main.c:1892 ../xfce4-settings-editor/main.c:140
@@ -839,8 +839,8 @@ msgstr "Perfil de teste: "
 msgid "Compatible Profiles"
 msgstr "Perfis compatíveis"
 
-#: ../dialogs/color-settings/main.c:832 ../dialogs/color-settings/main.c:833
-#: ../dialogs/color-settings/main.c:834
+#: ../dialogs/color-settings/main.c:836 ../dialogs/color-settings/main.c:837
+#: ../dialogs/color-settings/main.c:838
 msgid "Unknown"
 msgstr "Desconhecido"
 
@@ -1826,134 +1826,125 @@ msgstr "Editor de definições"
 msgid "Customize settings stored by Xfconf"
 msgstr "Personalizar definições guardadas pelo Xfconf"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:252
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:253
 msgid "Channel"
 msgstr "Canal"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:286
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:287
 msgid "Property"
 msgstr "Propriedade"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:293
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:294
 msgid "Type"
 msgstr "Tipo"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:300
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:301
 msgid "Locked"
 msgstr "Bloqueado"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:307
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:308
 msgid "Value"
 msgstr "Valor"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:322
-msgid "New"
-msgstr "Novo"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:325
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:328
 msgid "New property"
 msgstr "Nova propriedade"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:333
-msgid "Edit"
-msgstr "Editar"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:336
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:341
 msgid "Edit selected property"
 msgstr "Editar propriedade selecionada"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:344
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:1031
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:1370
-msgid "_Reset"
-msgstr "_Repor"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:347
+

[Xfce4-commits] [apps/catfish] branch master updated (901717d -> 2a4dd06)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/catfish.

  from  901717d   I18n: Update translation es (100%).
   new  2a4dd06   I18n: Update translation sl (99%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 141 ---
 1 file changed, 100 insertions(+), 41 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 02/02: I18n: Update translation sl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit 5e400dc246e7791b69c15f3cab0f1f8de79253fd
Author: Arnold Marko 
Date:   Tue Nov 19 18:31:06 2019 +0100

I18n: Update translation sl (100%).

452 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 95 ++--
 1 file changed, 45 insertions(+), 50 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index a1cd194..97779ab 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-08-20 06:31+0200\n"
-"PO-Revision-Date: 2019-11-03 16:42+\n"
+"POT-Creation-Date: 2019-11-16 00:30+0100\n"
+"PO-Revision-Date: 2019-11-19 12:56+\n"
 "Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/xfce4-settings/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -321,7 +321,7 @@ msgstr "Podatki o različici"
 
 #: ../dialogs/accessibility-settings/main.c:200
 #: ../dialogs/appearance-settings/main.c:1166
-#: ../dialogs/color-settings/main.c:1385
+#: ../dialogs/color-settings/main.c:1390
 #: ../dialogs/display-settings/main.c:3895
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:78
 #: ../dialogs/mouse-settings/main.c:1872 ../xfce4-settings-editor/main.c:120
@@ -333,7 +333,7 @@ msgstr "Za navodila o uporabi zaženite ukaz \"%s --help\"."
 
 #: ../dialogs/accessibility-settings/main.c:219
 #: ../dialogs/appearance-settings/main.c:1185
-#: ../dialogs/color-settings/main.c:1402
+#: ../dialogs/color-settings/main.c:1407
 #: ../dialogs/display-settings/main.c:3914
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:97
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:139
@@ -343,7 +343,7 @@ msgstr "Xfce razvojna ekipa. Vse pravice pridržane."
 
 #: ../dialogs/accessibility-settings/main.c:220
 #: ../dialogs/appearance-settings/main.c:1186
-#: ../dialogs/color-settings/main.c:1403
+#: ../dialogs/color-settings/main.c:1408
 #: ../dialogs/display-settings/main.c:3915
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:98
 #: ../dialogs/mouse-settings/main.c:1892 ../xfce4-settings-editor/main.c:140
@@ -838,8 +838,8 @@ msgstr "Testni profil:"
 msgid "Compatible Profiles"
 msgstr "Združljivi profili"
 
-#: ../dialogs/color-settings/main.c:832 ../dialogs/color-settings/main.c:833
-#: ../dialogs/color-settings/main.c:834
+#: ../dialogs/color-settings/main.c:836 ../dialogs/color-settings/main.c:837
+#: ../dialogs/color-settings/main.c:838
 msgid "Unknown"
 msgstr "Neznano"
 
@@ -1827,134 +1827,125 @@ msgstr "Urejevalnik nastavitev"
 msgid "Customize settings stored by Xfconf"
 msgstr "Prilagodite nastavitve, ki jih hrani Xfconf"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:252
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:253
 msgid "Channel"
 msgstr "Kanal"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:286
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:287
 msgid "Property"
 msgstr "Lastnost"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:293
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:294
 msgid "Type"
 msgstr "Vrsta"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:300
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:301
 msgid "Locked"
 msgstr "Zaklenjeno"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:307
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:308
 msgid "Value"
 msgstr "Vrednost"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:322
-msgid "New"
-msgstr "Novo"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:325
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:328
 msgid "New property"
 msgstr "Nova lastnost"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:333
-msgid "Edit"
-msgstr "Uredi"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:336
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:341
 msgid "Edit selected property"
 msgstr "Uredite izbrane lastnosti"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:344
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:1031
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:1370
-msgid "_Reset"
-msgstr "_Ponastavi"
-
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:347
+#: ../xfce4-settings-editor/xfce-settings-editor-box.c:354
 msgid "Reset selected property"
 msgstr "Ponastavi izbrano lastnost"
 
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:454
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:545
-#: ../xfce4-settings-editor/xfce-settings-editor-box.c:664
+#: ../xf

[Xfce4-commits] [xfce/xfce4-panel] 01/01: I18n: Update translation sl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-panel.

commit d5238ca322e672bdde25c940abdfea52473bb114
Author: Arnold Marko 
Date:   Tue Nov 19 18:30:43 2019 +0100

I18n: Update translation sl (100%).

414 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index b12632d..802fa61 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-10-17 06:31+0200\n"
-"PO-Revision-Date: 2019-11-01 11:07+\n"
+"POT-Creation-Date: 2019-11-10 00:30+0100\n"
+"PO-Revision-Date: 2019-11-19 12:40+\n"
 "Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/xfce4-panel/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgid ""
 "file"
 msgstr "Ustvari zaganjalnik na pultu na podlagi informacij te namizne datoteke"
 
-#: ../panel-preferences.desktop.in.h:1 ../panel/panel-window.c:2865
+#: ../panel-preferences.desktop.in.h:1 ../panel/panel-window.c:2871
 msgid "Panel"
 msgstr "Pult"
 
@@ -43,18 +43,18 @@ msgstr "Prilagodi pult"
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1105
-#: ../panel/panel-preferences-dialog.c:1317
+#: ../panel/panel-preferences-dialog.c:1321
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Ste prepričani, da želite izbrisati \"%s\"?"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1110
-#: ../panel/panel-preferences-dialog.c:1320
+#: ../panel/panel-preferences-dialog.c:1324
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Če izbrišete predmet iz pulta, bo ta trajno izgubljen."
 
 #: ../libxfce4panel/xfce-panel-plugin.c: ../panel/panel-dialogs.c:163
-#: ../panel/panel-preferences-dialog.c:1322
+#: ../panel/panel-preferences-dialog.c:1326
 #: ../plugins/applicationsmenu/applicationsmenu.c:602
 #: ../plugins/directorymenu/directorymenu.c:394
 msgid "_Cancel"
@@ -63,8 +63,8 @@ msgstr "_Prekliči"
 #: ../libxfce4panel/xfce-panel-plugin.c:1112
 #: ../libxfce4panel/xfce-panel-plugin.c:1307
 #: ../panel/panel-plugin-external.c:443
-#: ../panel/panel-preferences-dialog.c:957
-#: ../panel/panel-preferences-dialog.c:1323
+#: ../panel/panel-preferences-dialog.c:961
+#: ../panel/panel-preferences-dialog.c:1327
 #: ../plugins/launcher/launcher-dialog.c:852
 msgid "_Remove"
 msgstr "Odst_rani"
@@ -73,7 +73,7 @@ msgstr "Odst_rani"
 msgid "_Properties"
 msgstr "_Lastnosti"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1268 ../panel/panel-window.c:2953
+#: ../libxfce4panel/xfce-panel-plugin.c:1268 ../panel/panel-window.c:2959
 msgid "_About"
 msgstr "O progr_amu"
 
@@ -85,20 +85,20 @@ msgstr "Pre_makni"
 msgid "Pane_l"
 msgstr "Pu_lt"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1337 ../panel/panel-window.c:2878
+#: ../libxfce4panel/xfce-panel-plugin.c:1337 ../panel/panel-window.c:2884
 msgid "Add _New Items..."
 msgstr "Dodaj _nove predmete ..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1352 ../panel/panel-window.c:2893
+#: ../libxfce4panel/xfce-panel-plugin.c:1352 ../panel/panel-window.c:2899
 msgid "Panel Pr_eferences..."
 msgstr "_Možnosti pulta ..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1373 ../panel/panel-window.c:2925
+#: ../libxfce4panel/xfce-panel-plugin.c:1373 ../panel/panel-window.c:2931
 msgid "Log _Out"
 msgstr "_Odjava"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1393 ../panel/panel-item-dialog.c:208
-#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2944
+#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2950
 #: ../plugins/actions/actions-dialog.glade.h:4
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
 #: ../plugins/clock/clock-dialog.glade.h:8
@@ -315,7 +315,7 @@ msgstr "Dod_aj"
 msgid "Please choose a panel for the new plugin:"
 msgstr "Izberite pult za nov vstavek:"
 
-#: ../panel/panel-dialogs.c:195 ../panel/panel-preferences-dialog.c:892
+#: ../panel/panel-dialogs.c:195 ../panel/panel-preferences-dialog.c:896
 #, c-format
 msgid "Panel %d"
 msgstr "Pult %d"
@@ -394,25 +394,25 @@ msgstr "Privzeto"
 msgid "Monitor %d"
 msgstr "Zaslon %d"
 
-#: ../panel/panel-preferences-dialog.c:958
+#: ../panel/panel-preferences-dialog.c:962
 msgid "The panel and plugin configurations will be permanently removed"
 msgstr "Nastavitve pulta in vstavkov bodo trajno izbrisane"
 
-#: ../panel/panel-preferences-dialog.c:959
+#: ../panel/panel-preferences-dialog.c:963
 #, c-format
 msgid "Are you sure you want to remove panel %d?"
 msgstr "Ali ste prepričani, da želite odstraniti pult št. %d?"
 
 #. I18N

[Xfce4-commits] [xfce/xfce4-panel] branch master updated (6c0605c -> d5238ca)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfce4-panel.

  from  6c0605c   I18n: Update translation pl (100%).
   new  d5238ca   I18n: Update translation sl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/tumbler] 01/01: I18n: Update translation sl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/tumbler.

commit 86b47424f024472c37f71ab0b9bfc11321adbfe7
Author: Arnold Marko 
Date:   Tue Nov 19 18:30:32 2019 +0100

I18n: Update translation sl (100%).

39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index 0aebd06..780c929 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-05-28 12:30+0200\n"
-"PO-Revision-Date: 2019-11-19 11:30+\n"
+"PO-Revision-Date: 2019-11-19 11:31+\n"
 "Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/tumbler/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -198,7 +198,7 @@ msgstr "Neuspešna določitev znakovne mape: %s"
 #: ../plugins/font-thumbnailer/font-thumbnailer.c:545
 #, c-format
 msgid "Could not render glyphs: %s"
-msgstr ""
+msgstr "Izris glyphov ni uspel: %s"
 
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864
 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902
@@ -231,4 +231,4 @@ msgstr "Sličice ni bilo mogoče shraniti v \"%s\""
 #: ../plugins/desktop-thumbnailer/desktop-thumbnailer.c:368
 #, c-format
 msgid "Malformed command line \"%s\": %s"
-msgstr ""
+msgstr "Napačno oblikovana ukazna vrstica \"%s\":%s"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/tumbler] branch master updated (37a85c3 -> 86b4742)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/tumbler.

  from  37a85c3   I18n: Add new translation sl (94%).
   new  86b4742   I18n: Update translation sl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfdashboard] 01/01: Correct sender in animation.xml, copy animation XML file to all themes and enable animations

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

nomad pushed a 
commit to branch 
master
in repository apps/xfdashboard.

commit 7ad2098817378c1435bf5ab33d52ca9c6c17d951
Author: Stephan Haller 
Date:   Tue Nov 19 12:11:46 2019 +0100

Correct sender in animation.xml, copy animation XML file to all themes and 
enable animations
---
 data/themes/{xfdashboard => xfdashboard-auber}/animations.xml   | 4 ++--
 data/themes/xfdashboard-auber/xfdashboard.theme.in.in   | 1 +
 data/themes/{xfdashboard => xfdashboard-blue}/animations.xml| 4 ++--
 data/themes/xfdashboard-blue/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-dark}/animations.xml| 4 ++--
 data/themes/xfdashboard-dark/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-mint}/animations.xml| 4 ++--
 data/themes/xfdashboard-mint/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-moranga}/animations.xml | 4 ++--
 data/themes/xfdashboard-moranga/xfdashboard.theme.in.in | 1 +
 data/themes/{xfdashboard => xfdashboard-wine}/animations.xml| 4 ++--
 data/themes/xfdashboard-wine/xfdashboard.theme.in.in| 1 +
 data/themes/xfdashboard/animations.xml  | 4 ++--
 13 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/data/themes/xfdashboard/animations.xml 
b/data/themes/xfdashboard-auber/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-auber/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-auber/animations.xml
@@ -1,5 +1,5 @@
 
-   
+   



@@ -7,7 +7,7 @@


 
-   
+   



diff --git a/data/themes/xfdashboard-auber/xfdashboard.theme.in.in 
b/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
index e8f6845..0b1f3ea 100644
--- a/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Aubergine theme for xfdashboard
 Style=xfdashboard-auber.css
 Layout=xfdashboard.xml;xfdashboard-secondary.xml
 Effects=effects.xml
+Animations=animations.xml
 Author=lacios
 Version=@PACKAGE_VERSION@
 Screenshot=screenshot-xfdashboard-auber.png
diff --git a/data/themes/xfdashboard/animations.xml 
b/data/themes/xfdashboard-blue/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-blue/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-blue/animations.xml
@@ -1,5 +1,5 @@
 
-   
+   



@@ -7,7 +7,7 @@


 
-   
+   



diff --git a/data/themes/xfdashboard-blue/xfdashboard.theme.in.in 
b/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
index 4bba469..cbd8752 100644
--- a/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Blue theme for xfdashboard
 Style=xfdashboard-blue.css
 Layout=xfdashboard.xml;xfdashboard-secondary.xml
 Effects=effects.xml
+Animations=animations.xml
 Author=lacios
 Version=@PACKAGE_VERSION@
 Screenshot=screenshot-xfdashboard-blue.png
diff --git a/data/themes/xfdashboard/animations.xml 
b/data/themes/xfdashboard-dark/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-dark/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-dark/animations.xml
@@ -1,5 +1,5 @@
 
-   
+   



@@ -7,7 +7,7 @@


 
-   
+   



diff --git a/data/themes/xfdashboard-dark/xfdashboard.theme.in.in 
b/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
index 53dfede..b4f1802 100644
--- a/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Dark theme for xfdashboard
 Style=xfdashboard-dark.css
 Layout=xfdashboard.xml;xfdashboard-secondary.xml
 Effects=effects.xml
+Animations=animations.xml
 Author=lacios
 Version=@PACKAGE_VERSION@
 Screenshot=screenshot-xfdashboard-dark.png
diff --git a/data/themes/xfdashboard/animations.xml 
b/data/themes/xfdashboard-mint/animations.xml
similarity index 62%
copy from 

[Xfce4-commits] [apps/xfdashboard] branch master updated (22b53df -> 7ad2098)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

nomad pushed a 
change to branch 
master
in repository apps/xfdashboard.

  from  22b53df   Merge branch 'master' of 
ssh://git.xfce.org/apps/xfdashboard
   new  7ad2098   Correct sender in animation.xml, copy animation XML file 
to all themes and enable animations

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/themes/{xfdashboard => xfdashboard-auber}/animations.xml   | 4 ++--
 data/themes/xfdashboard-auber/xfdashboard.theme.in.in   | 1 +
 data/themes/{xfdashboard => xfdashboard-blue}/animations.xml| 4 ++--
 data/themes/xfdashboard-blue/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-dark}/animations.xml| 4 ++--
 data/themes/xfdashboard-dark/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-mint}/animations.xml| 4 ++--
 data/themes/xfdashboard-mint/xfdashboard.theme.in.in| 1 +
 data/themes/{xfdashboard => xfdashboard-moranga}/animations.xml | 4 ++--
 data/themes/xfdashboard-moranga/xfdashboard.theme.in.in | 1 +
 data/themes/{xfdashboard => xfdashboard-wine}/animations.xml| 4 ++--
 data/themes/xfdashboard-wine/xfdashboard.theme.in.in| 1 +
 data/themes/xfdashboard/animations.xml  | 4 ++--
 13 files changed, 20 insertions(+), 14 deletions(-)
 copy data/themes/{xfdashboard => xfdashboard-auber}/animations.xml (62%)
 copy data/themes/{xfdashboard => xfdashboard-blue}/animations.xml (62%)
 copy data/themes/{xfdashboard => xfdashboard-dark}/animations.xml (62%)
 copy data/themes/{xfdashboard => xfdashboard-mint}/animations.xml (62%)
 copy data/themes/{xfdashboard => xfdashboard-moranga}/animations.xml (62%)
 copy data/themes/{xfdashboard => xfdashboard-wine}/animations.xml (62%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/parole] branch master updated (02b89c6 -> 7f4a24f)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/parole.

  from  02b89c6   Back to development
   new  7f4a24f   I18n: Update translation en_AU (97%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/en_AU.po | 231 ++--
 1 file changed, 116 insertions(+), 115 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/parole] 01/01: I18n: Update translation en_AU (97%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/parole.

commit 7f4a24fba90ec86a4230acfade9fae41bdb62809
Author: Simon Steinbeiß 
Date:   Tue Nov 19 12:31:23 2019 +0100

I18n: Update translation en_AU (97%).

293 translated messages, 8 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 231 ++--
 1 file changed, 116 insertions(+), 115 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 64b119c..d4a2ef8 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -6,13 +6,14 @@
 # John Humphrys , 2018
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
+# Simon Steinbeiß , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-25 12:31+0200\n"
-"PO-Revision-Date: 2018-09-13 10:52+\n"
-"Last-Translator: John Humphrys \n"
+"POT-Creation-Date: 2019-07-23 00:31+0200\n"
+"PO-Revision-Date: 2019-11-19 10:16+\n"
+"Last-Translator: Simon Steinbeiß \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,9 +23,9 @@ msgstr ""
 
 #: ../data/interfaces/parole.ui.h:1
 #: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
-#: ../src/parole-player.c:593 ../src/parole-player.c:1438
-#: ../src/parole-player.c:1789 ../src/parole-about.c:68
-#: ../src/plugins/mpris2/mpris2-provider.c:187
+#: ../src/parole-player.c:591 ../src/parole-player.c:1437
+#: ../src/parole-player.c:1788 ../src/parole-about.c:68
+#: ../src/plugins/mpris2/mpris2-provider.c:189
 msgid "Parole Media Player"
 msgstr "Parole Media Player"
 
@@ -38,7 +39,7 @@ msgstr "_Open..."
 
 #: ../data/interfaces/parole.ui.h:4
 msgid "Open _Location..."
-msgstr "Open _Location..."
+msgstr ""
 
 #: ../data/interfaces/parole.ui.h:5
 msgid "Open _Recent"
@@ -46,10 +47,10 @@ msgstr "Open _Recent"
 
 #: ../data/interfaces/parole.ui.h:6
 msgid "_Save Playlist..."
-msgstr "_Save Playlist..."
+msgstr ""
 
-#: ../data/interfaces/parole.ui.h:7 ../src/parole-disc.c:108
-#: ../src/parole-disc.c:143
+#: ../data/interfaces/parole.ui.h:7 ../src/parole-disc.c:105
+#: ../src/parole-disc.c:140
 msgid "Insert Disc"
 msgstr "Insert Disc"
 
@@ -71,7 +72,7 @@ msgid "_Shuffle"
 msgstr "_Shuffle"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2811
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2808
 msgid "Go to position"
 msgstr "Go to position"
 
@@ -111,7 +112,7 @@ msgstr "_Audio"
 msgid "_Audio Track"
 msgstr "_Audio Track"
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:799
+#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:797
 msgid "Empty"
 msgstr "Empty"
 
@@ -131,8 +132,8 @@ msgstr "_Mute"
 msgid "_Video"
 msgstr "_Video"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:1982
-#: ../src/parole-player.c:2135
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:1981
+#: ../src/parole-player.c:2134
 msgid "_Fullscreen"
 msgstr "_Fullscreen"
 
@@ -140,7 +141,7 @@ msgstr "_Fullscreen"
 msgid "_Aspect Ratio"
 msgstr "_Aspect Ratio"
 
-#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:730
+#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:728
 msgid "None"
 msgstr "None"
 
@@ -190,7 +191,7 @@ msgstr "_Help"
 
 #: ../data/interfaces/parole.ui.h:41
 msgid "_Report a Bug..."
-msgstr "_Report a Bug..."
+msgstr ""
 
 #: ../data/interfaces/parole.ui.h:42
 msgid "_Keyboard Shortcuts"
@@ -216,7 +217,7 @@ msgstr "Unknown 
Song"
 msgid ""
 "on Unknown "
 "Album"
-msgstr "on Unknown Album"
+msgstr "Unknown Album"
 
 #: ../data/interfaces/parole.ui.h:48
 msgid ""
@@ -243,8 +244,8 @@ msgstr "Open Media Files"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:28
-#: ../data/interfaces/shortcuts.ui.h:13 ../src/parole-medialist.c:745
-#: ../src/parole-medialist.c:784 ../src/parole-player.c:3191
+#: ../data/interfaces/shortcuts.ui.h:13 ../src/parole-medialist.c:742
+#: ../src/parole-medialist.c:781 ../src/parole-player.c:3188
 msgid "Playlist"
 msgstr "Playlist"
 
@@ -254,7 +255,7 @@ msgstr "Disc Playlist"
 
 #: ../data/interfaces/playlist.ui.h:3
 msgid "Add to playlist..."
-msgstr "Add to playlist..."
+msgstr ""
 
 #: ../data/interfaces/playlist.ui.h:4
 msgid "Add"
@@ -460,7 +461,7 @@ msgstr "By Extension"
 
 #: ../data/interfaces/save-playlist.ui.h:2
 msgid "Save Playlist as..."
-msgstr "Save Playlist as..."
+msgstr ""
 
 #: ../data/interfaces/save-playlist.ui.h:3
 msgid "File Type"
@@ -526,7 +527,7 @@ msgstr "Increase volume"
 msgid "Decrease volume"
 msgstr "Decrease volume"
 
-#: ../data/interfaces/shortcuts.ui.h:12 ../src/parole-player.c:2383
+#: .

[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] branch master updated (7cdce1a -> 8d0b115)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  7cdce1a   I18n: Update translation en_GB (100%).
   new  8d0b115   I18n: Update translation sl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sl.po | 102 +++
 1 file changed, 51 insertions(+), 51 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation sl (100%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit 8d0b115a085a675ed0bb6db8a4e7212b8b88ba6b
Author: Arnold Marko 
Date:   Tue Nov 19 12:30:19 2019 +0100

I18n: Update translation sl (100%).

307 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 102 +++
 1 file changed, 51 insertions(+), 51 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index b5093b2..5e602b6 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-27 06:30+0200\n"
-"PO-Revision-Date: 2019-10-18 17:57+\n"
+"PO-Revision-Date: 2019-11-19 11:19+\n"
 "Last-Translator: Arnold Marko \n"
 "Language-Team: Slovenian 
(http://www.transifex.com/xfce/thunar-plugins/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -47,11 +47,11 @@ msgstr "Prikaži katera revizija in avtor sta nazadnje 
spreminjala vsako od vrst
 #: ../tvp-git-helper/tgh-branch-dialog.c:140
 #: ../tvp-git-helper/tgh-stash-dialog.c:166
 msgid "Branch"
-msgstr "Razvejitev"
+msgstr "Veja"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:227
 msgid "List, create or switch branches"
-msgstr ""
+msgstr "Prikaži, ustvari ali zamenjaj vejo"
 
 #. unimplemented: add_subaction(item, menu, "tvp::git::checkout",
 #. _("Checkout"), _("Checkout"), "gtk-connect", _("Checkout"));
@@ -62,7 +62,7 @@ msgstr "Počisti"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:229
 msgid "Remove untracked files from the working tree"
-msgstr ""
+msgstr "Odstrani nezasledovane datoteke iz delovnega drevesa"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:231 ../tvp-git-helper/main.c:169
 #: ../tvp-git-helper/tgh-clone.c:115
@@ -93,7 +93,7 @@ msgstr "Dnevnik"
 #: ../thunar-vcs-plugin/tvp-git-action.c:237
 #: ../thunar-vcs-plugin/tvp-svn-action.c:337
 msgid "Show commit logs"
-msgstr ""
+msgstr "Prikaži dnevnike posredovanj"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:240
 #: ../thunar-vcs-plugin/tvp-svn-action.c:352 ../tvp-git-helper/main.c:177
@@ -103,7 +103,7 @@ msgstr "Premakni"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:240
 msgid "Move or rename a file, a directory, or a symlink"
-msgstr ""
+msgstr "Premakni ali preimenuj datoteko, mapo ali simbolno povezavo"
 
 #. unimplemented: add_subaction(item, menu, "tvp::git::pull", _("Pull"),
 #. _("Pull"), NULL, _("Pull"));
@@ -118,7 +118,7 @@ msgstr "Ponastavi"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:244
 msgid "Reset current HEAD to the specified state"
-msgstr ""
+msgstr "Ponastavi trenutni HEAD v specifično stanje"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:248 ../tvp-git-helper/main.c:185
 #: ../tvp-git-helper/tgh-stash-dialog.c:246
@@ -127,7 +127,7 @@ msgstr "Zaloge"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:248
 msgid "Stash the changes in a dirty working directory away"
-msgstr ""
+msgstr "Stlači spremembe v umazano delovno mapo"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:250
 #: ../thunar-vcs-plugin/tvp-svn-action.c:389 ../tvp-git-helper/main.c:189
@@ -141,7 +141,7 @@ msgstr "Stanje"
 #: ../thunar-vcs-plugin/tvp-git-action.c:250
 #: ../thunar-vcs-plugin/tvp-svn-action.c:389
 msgid "Show the working tree status"
-msgstr ""
+msgstr "Prikaži delovni status dreves"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:258
 #: ../thunar-vcs-plugin/tvp-svn-action.c:412
@@ -164,7 +164,7 @@ msgstr "GIT"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:260
 msgid "Add files, directories, or symbolic links"
-msgstr ""
+msgstr "Dodaj datoteke, mape ali simbolične povezave"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:282 ../tvp-svn-helper/main.c:269
 #: ../tvp-svn-helper/tsh-checkout.c:106 ../tvp-svn-helper/tsh-checkout.c:118
@@ -173,7 +173,7 @@ msgstr "Prevzemi"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:282
 msgid "Check out a working copy from a repository"
-msgstr ""
+msgstr "Preveri delovno kopijo repozitorija"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:287 ../tvp-svn-helper/main.c:273
 msgid "Cleanup"
@@ -181,7 +181,7 @@ msgstr "Počisti"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:287
 msgid "Recursively clean up the working copy"
-msgstr ""
+msgstr "Rekurzivno počisti delovno kopijo"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:292
 #: ../tvp-git-helper/tgh-log-dialog.c:153
@@ -192,7 +192,7 @@ msgstr "Uveljavi"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:292
 msgid "Send changes from your working copy to the repository"
-msgstr ""
+msgstr "Pošlji spremembe delovne kopije repozitoriju"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:297 ../tvp-svn-helper/main.c:281
 #: ../tvp-svn-helper/tsh-copy.c:189
@@ -201,7 +201,7 @@ msgstr "Kopiraj"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:297
 msgid "Copy a file or directory in a workin

[Xfce4-commits] [xfce/tumbler] branch master updated (909effb -> 37a85c3)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/tumbler.

  from  909effb   I18n: Update translation es (100%).
   new  37a85c3   I18n: Add new translation sl (94%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/{sq.po => sl.po} | 88 +++--
 1 file changed, 45 insertions(+), 43 deletions(-)
 copy po/{sq.po => sl.po} (71%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/tumbler] 01/01: I18n: Add new translation sl (94%).

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/tumbler.

commit 37a85c3e8cec69657fb275992df722072b8b36dc
Author: Arnold Marko 
Date:   Tue Nov 19 12:30:41 2019 +0100

I18n: Add new translation sl (94%).

37 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sl.po | 234 +++
 1 file changed, 234 insertions(+)

diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 000..0aebd06
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,234 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aljoša Žagar , 2013,2017
+# Arnold Marko , 2019
+# Kernc, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Tumbler\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-28 12:30+0200\n"
+"PO-Revision-Date: 2019-11-19 11:30+\n"
+"Last-Translator: Arnold Marko \n"
+"Language-Team: Slovenian 
(http://www.transifex.com/xfce/tumbler/language/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || 
n%100==4 ? 2 : 3);\n"
+
+#: ../tumblerd/tumbler-group-scheduler.c:486
+#: ../tumblerd/tumbler-lifo-scheduler.c:422
+#, c-format
+msgid "No thumbnailer available for \"%s\""
+msgstr "Program za predpomnenje sličic ni na voljo za \"%s\""
+
+#: ../tumblerd/tumbler-lifecycle-manager.c:208
+msgid "The thumbnailer service is shutting down"
+msgstr "Storitev za sličice se zaustavlja"
+
+#: ../tumblerd/tumbler-service.c:775
+msgid "Unsupported thumbnail flavor requested"
+msgstr "zahtevan je bil nepodprt okus sličic"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:462
+msgid "Failed to call the specialized thumbnailer: timeout"
+msgstr "Klic posebne aplikacije za sličice ni uspelo: čas potekel"
+
+#: ../tumblerd/tumbler-specialized-thumbnailer.c:471
+#, c-format
+msgid "Failed to call the specialized thumbnailer: %s"
+msgstr "Napaka pri klicu specializiranega programa za sličice: %s"
+
+#: ../tumblerd/tumbler-manager.c:548 ../tumblerd/tumbler-manager.c:954
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:119
+#, c-format
+msgid "Failed to load the file \"%s\": %s"
+msgstr "Nalaganje datoteke \"%s\" ni uspelo: %s"
+
+#: ../tumblerd/tumbler-manager.c:566 ../tumblerd/tumbler-manager.c:580
+#: ../tumblerd/tumbler-manager.c:594
+#, c-format
+msgid "Malformed section \"%s\" in file \"%s\": %s"
+msgstr "Napačno oblikovana sekcija \"%s\" v datoteki  \"%s\":%s"
+
+#: ../tumblerd/tumbler-manager.c:607
+#, c-format
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr "Napačno oblikovana sekcija \"%s\" v datoteki \"%s\": Zmešnjava med 
imeni sekcije in UriScheme/MimeType"
+
+#: ../tumblerd/tumbler-manager.c:967 ../tumblerd/tumbler-manager.c:981
+#: ../tumblerd/tumbler-manager.c:995
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:133
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:147
+#, c-format
+msgid "Malformed file \"%s\": %s"
+msgstr "Napačno oblikovana datoteka \"%s\": %s"
+
+#: ../tumblerd/tumbler-manager.c:1021
+#, c-format
+msgid "Failed to determine last modified time of \"%s\""
+msgstr "Neuspešna določitev časa zadnjih sprememb od \"%s\""
+
+#: ../tumblerd/main.c:223
+#, c-format
+msgid "Name %s lost on the message dbus, exiting."
+msgstr "Ime %s se je izgubil na dbus vodilu. Končujem."
+
+#: ../tumblerd/main.c:258
+msgid "Couldn't change nice value of process."
+msgstr "Nuspešno spreminjanje prijazne vrednosti opravila."
+
+#. set the application name. Translators: Don't translate "Tumbler".
+#: ../tumblerd/main.c:267
+msgid "Tumbler Thumbnailing Service"
+msgstr "Tumbler storitev za sličice"
+
+#: ../tumblerd/main.c:368
+#, c-format
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr "Napaka pri nalaganju posebnega programa za sličice v register: %s"
+
+#: ../tumbler/tumbler-enum-types.c:49
+msgid "Invalid format"
+msgstr "Neveljavna vrsta"
+
+#: ../tumbler/tumbler-enum-types.c:50
+msgid "PNG"
+msgstr "PNG"
+
+#: ../tumbler/tumbler-enum-types.c:71
+msgid "RGB Colorspace"
+msgstr "RGB barvni prostor"
+
+#: ../tumbler/tumbler-cache-plugin.c:145
+#, c-format
+msgid "Cache plugin \"%s\" lacks required symbols"
+msgstr "Vtičnik medpomnilnika \"%s\" nima zahtevanih simbolov"
+
+#: ../tumbler/tumbler-cache-plugin.c:153
+#, c-format
+msgid "Failed to load the cache plugin \"%s\": %s"
+msgstr "Neuspešno nalaganje vtičnika medpomnilnika \"%s\":%s"
+
+#: ../tumbler/tumbler-file-info.c:2

[Xfce4-commits] [apps/xfdashboard] 02/02: Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

nomad pushed a 
commit to branch 
master
in repository apps/xfdashboard.

commit 22b53df22b0b07b68379883fe7b0dc181ab7036b
Merge: 2555e50 054f0ee
Author: Stephan Haller 
Date:   Tue Nov 19 11:48:37 2019 +0100

Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard

 data/themes/xfdashboard/animations.xml  |   17 +
 data/themes/xfdashboard/xfdashboard.theme.in.in |1 +
 libxfdashboard/theme-animation.c| 1297 ---
 libxfdashboard/theme.c  |   29 +-
 libxfdashboard/utils.c  |   43 +
 libxfdashboard/utils.h  |1 +
 6 files changed, 1250 insertions(+), 138 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfdashboard] branch master updated (054f0ee -> 22b53df)

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

nomad pushed a 
change to branch 
master
in repository apps/xfdashboard.

  from  054f0ee   Merge branch 'master' of 
ssh://git.xfce.org/apps/xfdashboard
   new  2555e50   Fix code comments
   new  22b53df   Merge branch 'master' of 
ssh://git.xfce.org/apps/xfdashboard

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libxfdashboard/theme-animation.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfdashboard] 01/02: Fix code comments

2019-11-19 Thread noreply
This is an automated email from the git hooks/post-receive script.

nomad pushed a 
commit to branch 
master
in repository apps/xfdashboard.

commit 2555e50cfd5e2823db0d8ab9e1993c350c4cc102
Author: Stephan Haller 
Date:   Tue Nov 5 12:58:35 2019 +0100

Fix code comments
---
 libxfdashboard/theme-animation.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfdashboard/theme-animation.c b/libxfdashboard/theme-animation.c
index 1ac0fbd..538e50a 100644
--- a/libxfdashboard/theme-animation.c
+++ b/libxfdashboard/theme-animation.c
@@ -681,7 +681,7 @@ XfdashboardAnimation* 
xfdashboard_theme_animation_create(XfdashboardThemeAnimati
{
XFDASHBOARD_DEBUG(self, ANIMATION, "User disabled animations");
 
-   /* Return NULL as user does not want any animation */
+   /* Return empty animation object as user does not want any 
animation */
return(animation);
}
 
@@ -696,7 +696,7 @@ XfdashboardAnimation* 
xfdashboard_theme_animation_create(XfdashboardThemeAnimati

G_OBJECT_TYPE_NAME(inSender),
inSignal);
 
-   /* Return NULL as no matching animation specification was found 
*/
+   /* Return empty animation object as no matching animation 
specification was found */
return(animation);
}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits